<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Supro
Theme URI: http://drfuri.com/supro
Author: DrFuri
Author URI: http://drfuri.com
Description: Minimalist AJAX WooCommerce WordPress Theme
Version: 1.5.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supro
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
	3.1 - Common Elements
	3.2 - WordPress Elements
	3.3 - Theme's Elements
4.0 - Header
5.0 - Navigations
6.0 - Content
	6.1 - Posts and pages
	5.2 - Comments
7.0 - Widgets
8.0 - Footer
9.0 - Media Queries
--------------------------------------------------------------*/
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-extrabold-webfont.woff2') format('woff2'), url('fonts/cerebrisans-extrabold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-extrabolditalic-webfont.woff2') format('woff2'), url('fonts/cerebrisans-extrabolditalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-bold-webfont.woff2') format('woff2'), url('fonts/cerebrisans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-bolditalic-webfont.woff2') format('woff2'), url('fonts/cerebrisans-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-italic-webfont.woff2') format('woff2'), url('fonts/cerebrisans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-light-webfont.woff2') format('woff2'), url('fonts/cerebrisans-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-lightitalic-webfont.woff2') format('woff2'), url('fonts/cerebrisans-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-medium-webfont.woff2') format('woff2'), url('fonts/cerebrisans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-mediumitalic-webfont.woff2') format('woff2'), url('fonts/cerebrisans-mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-regular-webfont.woff2') format('woff2'), url('fonts/cerebrisans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-italic-webfont.woff2') format('woff2'), url('fonts/cerebrisans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-semibold-webfont.woff2') format('woff2'), url('fonts/cerebrisans-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebri Sans';
  src: url('fonts/cerebrisans-semibolditalic-webfont.woff2') format('woff2'), url('fonts/cerebrisans-semibolditalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #f68872;
  background-color: transparent;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background-color: #f68872;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #bbb;
  z-index: 9;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.slick-arrow.slick-prev-arrow,
.slick-arrow.supro-left-arrow {
  left: 0;
}
.slick-arrow.slick-next-arrow,
.slick-arrow.supro-right-arrow {
  right: 0;
}
.btn-primary {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: #222;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.btn-secondary {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:hover,
.btn-secondary:active:focus {
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
}
.mf-btn-3 {
  font-weight: 500;
  color: #393939;
  text-align: center;
  display: inline-block;
  min-width: 170px;
  height: 50px;
  line-height: 52px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 20px;
  background-color: #f2f2f2;
  text-transform: capitalize;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.mf-btn-3:hover,
.mf-btn-3:focus,
.mf-btn-3:active {
  color: #393939;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #f2f2f2;
}
@keyframes bubble {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bubble {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.supro-spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.supro-loader {
  position: relative;
}
.supro-loader:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: none;
  z-index: 999;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: #f68872 #f68872 #f68872 transparent;
  -webkit-border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 1.5s linear infinite;
  animation: sp-spin-fast 1.5s linear infinite;
  content: "";
  width: 20px;
  height: 20px;
  font-weight: 400;
}
@keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes sp-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes suproFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes suproFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.suproFadeInUp {
  -webkit-animation-name: suproFadeInUp;
          animation-name: suproFadeInUp;
}
@-webkit-keyframes suproFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes suproFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.suproFadeIn {
  -webkit-animation-name: suproFadeIn;
          animation-name: suproFadeIn;
}
.suproAnimation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox &lt; 16 */
/* Safari, Chrome and Opera &gt; 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera &lt; 12.1 */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
.col-xs-3-5 {
  width: 60%;
  float: left;
}
.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
          transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
          transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
          transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 400ms ease;
          transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-size: 27px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border: 1px solid #efefef;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  text-align: center;
}
.owl-nav div i {
  font-size: 14px;
}
.owl-nav div:hover {
  background-color: #f68872;
  border-color: #f68872;
  color: #252525;
}
.owl-nav .owl-prev {
  left: -75px;
}
.owl-nav .owl-next {
  right: -75px;
}
/* Styling Pagination*/
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  border: 1px solid #f68872;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #f68872;
}
/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open.header-transparent .site-header {
  background-color: transparent;
}
body.modal-open.header-transparent .site-header {
  position: absolute;
}
body.modal-open.sticky-header .site-header {
  position: fixed;
}
body.modal-open.single-product .site-header {
  background-color: #fff;
}
.supro-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: visible;
  outline: none;
  background: #fff;
  z-index: -1;
}
.supro-modal .modal-title {
  font-weight: 400;
  margin: 0 0 100px;
  line-height: 1;
  font-size: 24px;
  text-align: center;
}
.supro-modal .modal-content {
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  opacity: 0;
  padding-top: 90px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.supro-modal .modal-footer {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  border: none;
}
.supro-modal .modal-footer .close-modal {
  font-size: 18px;
  color: #000;
}
.supro-modal .close-modal {
  line-height: 1;
}
.supro-modal.open {
  visibility: visible;
  z-index: 100000;
}
.supro-modal.open .modal-header {
  opacity: 1;
}
.supro-modal.open .modal-content {
  opacity: 1;
}
.supro-modal.open.quick-view-modal {
  z-index: 999;
}
.header-layout-3 .supro-modal.open,
.header-layout-4 .supro-modal.open,
.header-layout-5 .supro-modal.open,
.header-layout-6 .supro-modal.open {
  z-index: 999;
  padding-top: 40px;
  padding-bottom: 40px;
}
.search-modal .modal-content {
  -webkit-transition: none;
          transition: none;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  position: absolute;
  top: 35%;
  width: 100%;
  padding-top: 0;
}
.search-modal .modal-footer {
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  text-align: center;
  left: 0;
  width: 100%;
}
.search-modal .modal-title {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.search-modal .search-results {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.search-modal .instance-search {
  max-width: 970px;
  margin: 0 auto;
}
.search-modal .product-cats {
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  text-align: center;
  margin-bottom: 55px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.search-modal .product-cats label {
  font-weight: 400;
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}
.search-modal .product-cats label:first-child {
  padding-left: 0;
}
.search-modal .product-cats label:last-child {
  padding-right: 0;
}
.search-modal .product-cats label span {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.search-modal .product-cats label span:hover {
  color: #f68872;
}
.search-modal .product-cats input {
  display: none;
}
.search-modal .product-cats input:checked + span {
  color: #f68872;
}
.search-modal .search-fields {
  -webkit-transition: -webkit-transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
          transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, border 0.5s;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  position: relative;
  padding: 15px;
  border: 1px solid #ccc;
  opacity: 0;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.search-modal .search-fields .search-submit {
  color: #000;
}
.search-modal .search-fields .search-submit:before {
  content: '\e944';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 24px;
}
.search-modal .search-fields .btn-submit,
.search-modal .search-fields .search-submit {
  position: absolute;
  top: 14px;
  right: 15px;
}
.search-modal .search-fields .btn-submit {
  opacity: 0;
  width: 30px;
  padding: 0;
  height: 30px;
  z-index: 10;
}
.search-modal .search-field {
  width: 100%;
  border: 0;
  padding: 0;
}
.search-modal .search-results .woocommerce {
  margin: 0 auto;
  max-width: 970px;
}
.search-modal .search-results ul {
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #ccc;
}
.search-modal .search-results ul::-webkit-scrollbar {
  display: none;
}
.search-modal .search-results ul li {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-top: none;
  list-style: none;
}
.search-modal .search-results ul li:last-child {
  border-bottom: none;
}
.search-modal .search-results ul li .search-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: inherit;
}
.search-modal .search-results ul li .search-item img {
  width: 70px;
  float: left;
  margin-right: 35px;
}
.search-modal .search-results ul li .search-item .title {
  color: #000;
  line-height: 1.3;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.search-modal .search-results ul li .search-item:hover .title {
  color: #f68872;
}
.search-modal .search-results .loading {
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
  opacity: 0;
  display: none;
  margin-top: 30px;
}
.search-modal .search-results .not-found {
  margin-top: 40px;
}
.search-modal .search-results .woocommerce,
.search-modal .search-results .buttons {
  display: none;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.search-modal.open .product-cats,
.search-modal.open .search-fields,
.search-modal.open .modal-title,
.search-modal.open .modal-footer,
.search-modal.open .search-results {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.search-modal.searching .loading {
  opacity: 1;
  display: block;
}
.search-modal.searched.searching .woocommerce,
.search-modal.searched.searching .buttons {
  opacity: 0;
  visibility: hidden;
}
.search-modal.searched.found-no-product .buttons {
  opacity: 0;
  visibility: hidden;
}
.search-modal.invalid-length .woocommerce,
.search-modal.invalid-length .buttons {
  opacity: 0;
  visibility: hidden;
}
.login-modal .modal-content {
  padding-top: 120px;
  min-height: 80%;
}
.login-modal .customer-login {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.login-modal .modal-footer {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: static;
  text-align: center;
  margin-top: 20px;
}
.login-modal .woocommerce-error {
  padding-right: 3.5em;
  margin-top: 40px;
}
.login-modal .woocommerce-error .box-content a {
  font-weight: 700;
  font-size: 14px;
  display: block;
}
.login-modal .woocommerce-error a.close {
  position: absolute;
  top: 1.2em;
  right: 1.5em;
  color: #b81c23;
  font-size: 16px;
  opacity: 1;
}
.login-modal .woocommerce-error span {
  font-weight: 700;
}
.login-modal .woocommerce input.button.loading {
  opacity: 0.5;
  padding-right: 40px;
}
.login-modal.open .tabs-nav,
.login-modal.open .customer-login,
.login-modal.open .modal-footer {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.quick-view-modal {
  background: rgba(35, 35, 44, 0.5);
}
.quick-view-modal .supro-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quick-view-modal .supro-loader:after {
  width: 40px;
  height: 40px;
  border-width: 2px;
}
.quick-view-modal.loading .supro-loader {
  display: block;
}
.quick-view-modal .modal-header {
  display: none;
}
.quick-view-modal .modal-content {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  background-color: transparent;
}
.quick-view-modal .modal-content div.product {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background: #fff;
  overflow: hidden;
  height: 570px;
  max-height: 100vh;
}
.quick-view-modal .modal-content div.product .product-gallery-control {
  display: none;
}
.quick-view-modal .modal-content div.product .woo-short-description {
  margin-bottom: 30px;
}
.quick-view-modal .modal-content div.product div.images .photoswipe {
  cursor: auto;
}
.quick-view-modal .modal-content div.product div.images .slick-arrow {
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-size: 24px;
}
.quick-view-modal .modal-content div.product div.images .slick-prev-arrow {
  left: -20px;
}
.quick-view-modal .modal-content div.product div.images .slick-next-arrow {
  right: -20px;
  left: auto;
}
.quick-view-modal .modal-content div.product div.images:hover .slick-arrow {
  opacity: 1;
}
.quick-view-modal .modal-content div.product div.images:hover .slick-prev-arrow {
  left: 15px;
}
.quick-view-modal .modal-content div.product div.images:hover .slick-next-arrow {
  right: 15px;
}
.quick-view-modal .modal-content div.product div.images img {
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-view-modal .modal-content div.product.invisible {
  opacity: 0;
}
.quick-view-modal .modal-content div.product .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  font-size: 30px;
  color: #000;
}
.quick-view-modal .modal-content div.product .ribbons {
  top: 10px;
}
.quick-view-modal .modal-content div.product .woocommerce-product-gallery {
  padding-left: 0;
}
.quick-view-modal .modal-content div.product .summary {
  padding-left: 70px;
  padding-right: 90px;
  position: relative;
  max-height: 570px;
  overflow: auto;
  margin-bottom: 0;
}
.quick-view-modal .modal-content div.product .summary::-webkit-scrollbar {
  display: none;
}
.quick-view-modal .modal-content div.product .summary .col-product_summary {
  width: 100%;
  margin-left: 0;
}
.quick-view-modal .modal-content div.product .summary .page-header {
  display: none;
}
.quick-view-modal.woocommerce div.product .product-images-wrapper .woocommerce-product-gallery {
  padding-left: 0;
}
.quick-view-modal.woocommerce div.product .product-images-wrapper .product-images-wrapper {
  width: 100%;
  padding-right: 0;
}
.quick-view-modal.woocommerce div.product div.product-summary {
  padding-left: 15px;
  padding-top: 40px;
}
.quick-view-modal.woocommerce div.product form.cart div.quantity {
  padding: 0 30px;
}
.quick-view-modal.woocommerce div.product div.summary .single_add_to_cart_button {
  min-width: 200px;
}
.quick-view-modal.woocommerce div.product.product-type-grouped .cart div.quantity {
  padding: 0 5px;
}
.woocommerce .notifyjs-corner {
  z-index: 99999;
}
.notifyjs-supro-base {
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 60px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
          box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
  max-width: 450px;
}
.notifyjs-supro-base .message-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 20px;
}
.notifyjs-supro-base .button.wc-forward {
  display: none;
}
.notifyjs-supro-base .btn-button {
  padding-left: 5px;
  color: #299c77;
  text-decoration: underline;
}
.notifyjs-supro-base .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 12px;
  color: #299c77;
  opacity: 1;
  text-shadow: none;
}
.notifyjs-supro-success {
  color: #299c77;
  background-color: #bff9d0;
}
.notifyjs-supro-success .message-icon {
  fill: #299c77;
  stroke: #299c77;
}
.notifyjs-supro-error {
  color: #d45757;
  background-color: #ffd0d0;
}
.notifyjs-supro-error .message-icon {
  fill: #d45757;
  stroke: #d45757;
}
.notifyjs-supro-error li {
  list-style: none;
}
.notifyjs-supro-error .btn-button {
  color: #d45757;
}
.newsletter-icon {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background-color: #4619c8;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.footer-newsletter-modal {
  background-color: rgba(35, 35, 44, 0.5);
}
.footer-newsletter-modal .form-wrapper-modal {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  background-color: transparent;
}
.footer-newsletter-modal .form-wrapper-modal .footer-newsletter {
  margin: auto;
  position: relative;
}
.footer-newsletter-modal.supro-modal .close-modal {
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 85%;
}
.footer-newsletter-modal.supro-modal .close-modal span {
  display: inline-block;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background-color: #f68872;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #f68872, 0 0 5px #f68872;
          box-shadow: 0 0 10px #f68872, 0 0 5px #f68872;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: none;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  /* Fix of Webkit flickering */
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
          transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal &gt; .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical &gt; .swiper-wrapper {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(51, 51, 51, 0.15);
}
.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 20px 0 2px;
}
.swiper-container-horizontal &gt; .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  top: -2px;
}
.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: -1px;
  top: 1%;
  z-index: 50;
  width: 1px;
  height: 100%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #999999;
  left: 0;
  top: 0;
  cursor: pointer;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Bullet pagination */
.swiper-pagination {
  margin-top: 20px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 7px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullet span {
  display: block;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #000;
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
.swiper-pagination-bullet:hover span {
  background: #000;
}
.swiper-pagination-bullet-active {
  border-color: rgba(22, 22, 25, 0.1);
}
.swiper-pagination-bullet-active span {
  background: #000;
}
.swiper-button-prev,
.swiper-button-next {
  color: #cccccc;
  font-size: 30px;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
figure iframe {
  width: 100% !important;
}
.has-small-font-size {
  font-size: 13px;
}
hr.wp-block-separator {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.wp-block-table {
  margin: 0 0 2em;
}
ul.wp-block-categories {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.wp-block-categories ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
ul.wp-block-categories li {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 6px;
}
ul.wp-block-categories li:first-child {
  padding-top: 0;
}
ul.wp-block-categories li:last-child {
  padding-bottom: 0;
}
ul.wp-block-categories li a {
  color: #999;
}
ul.wp-block-categories li a:hover {
  color: #222;
}
ul.wp-block-categories .count {
  float: right;
}
ul.wp-block-categories.aligncenter .count {
  float: none;
}
ul.wp-block-archives {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.wp-block-latest-posts {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}
ul.wp-block-latest-posts li {
  margin-bottom: 10px;
}
ul.wp-block-latest-posts li a {
  color: #999;
}
ul.wp-block-latest-posts li a:hover {
  color: #222;
}
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0;
  padding: 35px 0 20px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding: 35px 0 20px;
  font-size: 16px;
}
.wp-block-quote:not(.is-large):not(.is-style-large):after {
  top: 15px;
  font-size: 58px;
}
blockquote cite,
blockquote .wp-block-quote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding-top: 25px;
  color: #f68872;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation,
.wp-block-quote:not(.is-large):not(.is-style-large) cite {
  font-size: 11px;
  padding-top: 10px;
  color: #f68872;
  margin: 0;
}
blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  margin-top: 0;
}
.wp-block-pullquote.alignleft blockquote:after,
.wp-block-pullquote.alignright blockquote:after {
  font-size: 54px;
}
.wp-block-table td,
.wp-block-table th {
  border-color: #eaeaea;
}
.wp-block-pullquote blockquote {
  padding: 0;
}
.wp-block-pullquote blockquote p {
  margin-bottom: 0;
}
.wp-block-pullquote blockquote:after {
  top: -7px;
}
@media (max-width: 767px) {
  .wp-block-table.has-fixed-layout {
    table-layout: unset;
  }
}
.wp-block-separator {
  clear: both;
}
code {
  color: #23282d;
  border: 1px solid #eee;
  background-color: #eee;
  font-size: 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 2px 4px;
  line-height: 1;
}
.wp-block-code code {
  border: none;
}
@media only screen and (min-width: 960px) {
  body.full-content .site-content .entry-content &gt; *.alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: -webkit-calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-left: -webkit-calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  body.full-content .site-content .entry-content &gt; *.alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: -webkit-calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    margin-left: -webkit-calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
  }
  .wp-block-pullquote.alignfull blockquote:before {
    left: -13px;
  }
}
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 1em;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  word-wrap: break-word;
  border: 1px solid #eaeaea;
  white-space: pre;
  -webkit-border-radius: 0;
          border-radius: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  -webkit-transition: border 0.5s;
          transition: border 0.5s;
  color: #222;
  border: 2px solid #eaeaea;
  padding: 5px;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: #d9d9d9;
}
textarea {
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 100%;
  line-height: 1.4;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
body {
  color: #777777;
  font-size: 16px;
  font-family: 'Cerebri Sans', Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  font-weight: 400;
}
a {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  color: #222;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #222;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Cerebri Sans', Arial, sans-serif;
  line-height: 1.2;
  color: #222;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
ul,
ol {
  padding-left: 20px;
}
ul {
  list-style-type: square;
}
/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
/**
 * 3.1 - Common Elements
 */
img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
blockquote {
  font-size: 30px;
  color: #222;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  padding: 35px 0 20px;
  line-height: 1.5;
  position: relative;
  border: 0;
}
blockquote:after {
  content: '\7b';
  position: absolute;
  top: 23px;
  left: -7px;
  color: #eaeaea;
  font-size: 84px;
  font-family: ElegantIcons;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  line-height: 50px;
  z-index: -1;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding-top: 25px;
  color: #f68872;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
}
blockquote cite a {
  color: #f68872;
}
table {
  text-align: left;
}
table tr {
  border: 1px solid #efefef;
  border-bottom-width: 0;
  padding: 5px;
}
table tr td,
table tr th {
  padding: 5px;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  font-weight: 400;
}
dt {
  font-size: 17px;
}
.label {
  font-size: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.supro-tabs .tabs-nav,
.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.supro-tabs .tabs-nav li,
.tabs .tabs-nav li {
  float: left;
}
.supro-tabs .tabs-nav a,
.tabs .tabs-nav a {
  display: block;
}
.supro-tabs .tabs-content,
.tabs .tabs-content {
  position: relative;
}
.supro-tabs .tabs-panel,
.tabs .tabs-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.supro-tabs .tabs-panel.active,
.tabs .tabs-panel.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.socials-inline {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.socials-inline li {
  display: inline-block;
  padding: 0 5px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.socials-inline li a {
  display: block;
}
.primary-color {
  color: #f68872;
}
.primary-background-color {
  background-color: #f68872;
}
.clear {
  clear: both;
}
.color-white {
  color: #fff;
}
.color-dark {
  color: #000;
}
.mf-btn-fullwidth {
  width: 100%;
}
ul.nav-filter {
  list-style: none;
  margin: 0 -12px;
  padding: 0;
}
ul.nav-filter li {
  display: inline-block;
  padding: 0 12px;
  color: #bbbbbb;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  cursor: pointer;
}
ul.nav-filter li:hover,
ul.nav-filter li.active {
  color: #222;
}
.loading-icon {
  display: none;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  z-index: -999;
  font-size: 24px;
  color: #222;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.95);
}
.preloader .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
}
.no-js .preloader {
  display: none;
}
.flip-clock-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
.flip-clock-wrapper .flip-wrapper {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.flip-clock-wrapper .flip-wrapper li {
  margin-bottom: 5px;
}
.flip-clock-wrapper .flip-wrapper .inn {
  font-size: 48px;
  color: #000;
  font-weight: 300;
  min-width: 80px;
  line-height: 1;
}
.flip-clock-wrapper .flip-wrapper .flip-clock-label {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: #000;
  padding-left: 3px;
}
.flip-clock-wrapper .flip-wrapper ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.flip-clock-wrapper .flip-wrapper ul li {
  list-style: none;
}
.flip-clock-wrapper .flip-wrapper .flip-clock-before,
.flip-clock-wrapper .flip-wrapper .up {
  display: none;
}
.supro-blog-loading,
.supro-portfolio-loading,
.supro-catalog-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: none;
  text-align: center;
}
.supro-blog-loading span,
.supro-portfolio-loading span,
.supro-catalog-loading span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.supro-blog-loading.show,
.supro-portfolio-loading.show,
.supro-catalog-loading.show {
  z-index: 888;
  display: block;
}
/**
 * 3.2 - WordPress Elements
 */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.wp-caption-text {
  font-size: small;
  margin: 0;
  padding: 5px 0 0;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 7px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-10 .gallery-item {
  max-width: 8.33%;
}
.gallery-caption {
  display: block;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}
.supro-off-canvas-panel {
  width: 475px;
  background-color: #fff;
  position: fixed;
  /* right: -475px; */
  left: -475px; /* Tahina */
  top: 0;
  bottom: 0;
  overflow: hidden;
  color: #aaa;
  z-index: 100000;
  -webkit-transition: -webkit-transform 0.25s ease;
          transition: transform 0.25s ease;
}
.supro-off-canvas-panel.open {
  /* -webkit-transform: translate3d(-475px, 0, 0);
          transform: translate3d(-475px, 0, 0); */
          /* Tahina */
  -webkit-transform: translate3d(475px, 0, 0);
          transform: translate3d(475px, 0, 0);
}
.header-left-sidebar .supro-off-canvas-panel {
  right: auto;
  left: -475px;
  z-index: 10000;
}
.header-left-sidebar .supro-off-canvas-panel.open {
  -webkit-transform: translate3d(475px, 0, 0);
          transform: translate3d(475px, 0, 0);
}
.supro-off-canvas-panel .widget-panel-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 50px 50px 45px;
  z-index: 10;
}
.supro-off-canvas-panel .widget-canvas-content {
  height: 100%;
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 132px;
}
.supro-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content {
  padding-bottom: 297px;
}
.supro-off-canvas-panel .widget-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
}
.supro-off-canvas-panel .widget-canvas-content::-webkit-scrollbar {
  display: none;
}
.supro-off-canvas-panel .close-canvas-panel {
  font-size: 24px;
  color: #999;
}
.supro-off-canvas-panel .close-canvas-panel:hover {
  color: #000;
}
.supro-off-canvas-panel.menu-sidebar .widget {
  margin-bottom: 50px;
  line-height: 2;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.35s;
          transition: 0.35s;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li {
  padding: 8px 0;
  list-style: none;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li .toggle-menu-children {
  display: none;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li a {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li a:after {
  display: none;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li a:hover {
  color: #000;
}
.supro-off-canvas-panel.menu-sidebar ul.menu li.active &gt; a {
  color: #000;
}
.supro-off-canvas-panel.menu-sidebar ul.menu .sub-menu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}
.supro-off-canvas-panel.menu-sidebar ul.menu .sub-menu li a {
  font-size: 24px;
}
.supro-off-canvas-panel.menu-sidebar ul.menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.supro-off-canvas-panel.menu-sidebar .widget-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(10) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(9) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.supro-off-canvas-panel.menu-sidebar.open .widget {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.supro-off-canvas-panel.menu-sidebar.open .widget:first-child {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.supro-off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.open-canvas-panel .supro-off-canvas-layer {
  display: block;
}
.woocommerce.mini-cart.loading .widget_mini_cart_contents {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.woocommerce.mini-cart.loading .mini-cart-loading {
  opacity: 1;
  z-index: 10;
}
.woocommerce.mini-cart .mini-cart-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -999;
  opacity: 0;
}
.woocommerce.mini-cart .mini-cart-loading .supro-loader {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.woocommerce.mini-cart .un-cart-panel-footer {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  border-top: 1px solid #e5e5e5;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 40px;
}
.woocommerce.mini-cart .cart_list li {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px 20px 0;
  position: relative;
}
.woocommerce.mini-cart .cart_list li:first-child {
  padding-top: 0;
}
.woocommerce.mini-cart .cart_list li:first-child .remove {
  top: 0;
}
.woocommerce.mini-cart .cart_list li:last-child {
  border-bottom: none;
}
.woocommerce.mini-cart .cart_list li a {
  line-height: 1.4;
  border-top-width: 0;
  padding: 0;
  color: #000;
  text-transform: none;
  font-weight: 400;
}
.woocommerce.mini-cart .cart_list li .un-mini-cart-thumbnail {
  width: 60px;
  float: left;
  margin-left: 0;
  margin-top: 3px;
}
.woocommerce.mini-cart .cart_list li .un-mini-cart-thumbnail img {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce.mini-cart .cart_list li .un-mini-cart-content {
  padding-left: 80px;
}
.woocommerce.mini-cart .cart_list li .quantity {
  color: #999;
  display: block;
}
.woocommerce.mini-cart .cart_list li .variation {
  display: inline-block;
  border: none;
  padding-left: 0;
}
.woocommerce.mini-cart .cart_list li .variation dt,
.woocommerce.mini-cart .cart_list li .variation dd {
  font-weight: 400;
  padding-bottom: 0;
  text-transform: capitalize;
  margin: 0;
}
.woocommerce.mini-cart .cart_list li .amount {
  display: block;
  color: #cc0000;
}
.woocommerce.mini-cart .cart_list .remove {
  position: absolute;
  right: 0;
  top: 20px;
  color: #ccc !important;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  overflow: hidden;
  background-color: transparent !important;
}
.woocommerce.mini-cart .cart_list .remove:before {
  content: '\e935';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 18px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce.mini-cart .cart_list .remove:hover:before {
  color: #000;
}
.woocommerce.mini-cart .total {
  padding: 50px 0 0;
  overflow: hidden;
  clear: both;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1;
}
.woocommerce.mini-cart .total strong {
  float: left;
  color: #000;
  font-weight: 400;
}
.woocommerce.mini-cart .total .amount {
  float: right;
  color: #cc3333;
}
.woocommerce.mini-cart .buttons {
  margin-bottom: 0;
}
.woocommerce.mini-cart .buttons a {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce.mini-cart .buttons a:hover,
.woocommerce.mini-cart .buttons a:focus,
.woocommerce.mini-cart .buttons a:active,
.woocommerce.mini-cart .buttons a:active:hover,
.woocommerce.mini-cart .buttons a:active:focus {
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
}
.woocommerce.mini-cart .buttons a:hover,
.woocommerce.mini-cart .buttons a:focus,
.woocommerce.mini-cart .buttons a:active,
.woocommerce.mini-cart .buttons a:active:hover,
.woocommerce.mini-cart .buttons a:active:focus {
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
}
.woocommerce.mini-cart .buttons .checkout {
  background-color: #000;
  color: #fff;
}
.woocommerce.mini-cart .buttons .checkout:hover,
.woocommerce.mini-cart .buttons .checkout:focus,
.woocommerce.mini-cart .buttons .checkout:active {
  background-color: #000;
  color: #fff;
}
.primary-mobile-nav {
  width: 475px;
  background-color: #fff;
  position: fixed;
  left: -475px;
  top: 0;
  overflow: auto;
  height: 100%;
  color: #aaa;
  z-index: 100000;
  -webkit-transition: -webkit-transform 0.25s ease;
          transition: transform 0.25s ease;
}
.primary-mobile-nav .close-canvas-mobile-panel {
  font-size: 24px;
  color: #000;
}
.primary-mobile-nav .mobile-nav-content {
  padding: 30px;
}
.primary-mobile-nav .instance-search {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 50px;
}
.primary-mobile-nav .instance-search .search-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #666;
}
.primary-mobile-nav .instance-search .t-icon,
.primary-mobile-nav .instance-search .btn-submit {
  position: absolute;
  top: 7px;
  right: 0;
  color: #666;
  font-size: 16px;
}
.primary-mobile-nav .instance-search .btn-submit {
  opacity: 0;
  right: -10px;
  top: 0;
}
.primary-mobile-nav .instance-search .t-icon {
  font-size: 16px;
}
.primary-mobile-nav ul.menu {
  padding: 0;
}
.primary-mobile-nav ul.menu li {
  list-style: none;
  margin-bottom: 0;
}
.primary-mobile-nav ul.menu li.menu-item-has-children {
  position: relative;
}
.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 25px;
  text-align: right;
}
.primary-mobile-nav ul.menu li li.menu-item-has-children .toggle-menu-children {
  top: 0;
}
.primary-mobile-nav ul.menu li &gt; a {
  color: #999;
  position: relative;
}
.primary-mobile-nav ul.menu li &gt; a:hover {
  color: #000;
}
.primary-mobile-nav ul.menu li.active &gt; a:after {
  content: "\e937";
}
.primary-mobile-nav ul.menu li.active &gt; a {
  color: #000;
}
.primary-mobile-nav ul.menu li.current_page_parent &gt; a,
.primary-mobile-nav ul.menu li.current-menu-item &gt; a,
.primary-mobile-nav ul.menu li.current-menu-ancestor &gt; a,
.primary-mobile-nav ul.menu li.current-menu-parent &gt; a {
  color: #000;
}
.primary-mobile-nav ul.menu ul {
  padding-left: 15px;
  display: none;
  padding-top: 10px;
}
.primary-mobile-nav ul.menu ul li {
  padding: 8px 0;
}
.primary-mobile-nav ul.menu ul li a {
  font-size: 14px;
  display: block;
}
.primary-mobile-nav ul.menu ul li a:after {
  font-size: 14px;
}
.primary-mobile-nav ul.menu &gt; li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 14px;
}
.primary-mobile-nav ul.menu &gt; li &gt; a {
  font-size: 16px;
  display: block;
  padding-right: 20px;
}
.primary-mobile-nav .mobile-nav-footer {
  margin-top: 70px;
}
.primary-mobile-nav .mobile-nav-footer ul &gt; li &gt; .current,
.primary-mobile-nav .mobile-nav-footer ul &gt; li &gt; a {
  color: #000;
  font-size: 16px;
  display: block;
}
.primary-mobile-nav .mobile-nav-footer ul .t-icon,
.primary-mobile-nav .mobile-nav-footer ul .i-icon {
  float: right;
  margin-top: 2px;
  color: #000;
  font-size: 16px;
}
.primary-mobile-nav .mobile-nav-footer ul .i-icon:before {
  content: '\e93a';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
}
.primary-mobile-nav .mobile-nav-footer ul .woocs_flag_view_item {
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1;
}
.primary-mobile-nav .mobile-nav-footer ul ul a {
  color: #999;
}
.woocommerce .blockUI.blockOverlay {
  background-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
  background-image: none !important;
}
.woocommerce .blockUI.blockOverlay:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: none;
  z-index: 999;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: #f68872 #f68872 #f68872 transparent;
  -webkit-border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 2s linear infinite;
  animation: sp-spin-fast 2s linear infinite;
  content: "";
  width: 30px;
  height: 30px;
  font-weight: 400;
}
.woocommerce .blockUI.blockOverlay:before {
  display: none;
}
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  /* padding-top: 29px;
  padding-bottom: 29px; Tahina */
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-no-border .site-header {
  border-bottom: 0;
}
.site-header .site-title,
.site-header .site-description {
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
  font-size: 0;
}
.site-header .site-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 20px 5px 0;
  position: relative;
}
.site-header .site-logo a.logo {
  position: relative;
  display: inline-block;
}
.site-header .site-logo img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.site-header .site-logo .logo-light {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.site-header .header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .header-row:after,
.site-header .header-row:before {
  clear: both;
}
.site-header .menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .menu-extra ul {
  margin: 0;
  padding: 0;
}
.site-header .menu-extra &gt; ul:not(.no-flex) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header .menu-extra &gt; ul:not(.no-flex) li {
  /* margin-bottom: 0; */
  margin: 0 !important;
  list-style: none;
}
.site-header .menu-extra &gt; ul:not(.no-flex) li .menu-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .menu-extra &gt; ul:not(.no-flex) li .menu-sidebar span {
  font-size: 12px;
  text-transform: uppercase;
  /* margin-right: 10px; Tahina */
  margin-left: 10px;
  display: block;
  margin-top: 4px;
  font-weight: 600;
}
.site-header .menu-extra .extra-menu-item {
  list-style: none;
  /* padding-left: 20px; */
  padding-left: 0; /* Tahina */
  margin-left: 0 !important; /* Tahina */
}
.site-header .menu-extra .extra-menu-item .t-icon {
  font-size: 22px;
  margin-bottom: 4px;
}
.site-header .menu-extra .extra-menu-item a.show .t-icon {
  color: #000;
}
.site-header .menu-extra .menu-item-cart &gt; a,
.site-header .menu-extra .menu-item-wishlist &gt; a {
  position: relative;
}
.site-header .menu-extra .menu-item-cart .mini-cart-counter,
.site-header .menu-extra .menu-item-wishlist .mini-cart-counter {
  position: absolute;
  top: -8px;
  padding: 0 2px;
  height: 15px;
  min-width: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  right: -5px;
  background-color: #f68872;
  display: block;
  font-weight: 600;
  font-size: 10px;
}
.site-header .menu-extra .menu-item-cart {
  margin-right: 5px;
}
.site-header .menu-extra .extra-menu-item .label-item {
  display: none;
}
.site-header .menu-extra .menu-item-account {
  position: relative;
  line-height: 40px;
  height: 36px;
}
.site-header .menu-extra .menu-item-account &gt; a {
  display: inline-block;
}
.site-header .menu-extra .menu-item-account img {
  max-width: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.site-header .menu-extra .menu-item-account .wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  padding: 15px 0;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  -webkit-transform: translateY(29px);
      -ms-transform: translateY(29px);
          transform: translateY(29px);
}
.site-header .menu-extra .menu-item-account .wrapper:before {
  content: '';
  position: absolute;
  background-color: transparent;
  top: -35px;
  left: 0;
  width: 100%;
  height: 35px;
}
.site-header .menu-extra .menu-item-account .wrapper li {
  text-align: left;
  display: block;
  padding: 0 20px;
}
.site-header .menu-extra .menu-item-account .wrapper li a {
  color: #999;
  font-size: 15px;
  padding: 8px 0;
  text-transform: none;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: inline-block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  line-height: 1;
}
.site-header .menu-extra .menu-item-account .wrapper li a:hover {
  color: #000;
}
.site-header .menu-extra .menu-item-search {
  position: relative;
  padding-left: 0;
}
.site-header .menu-extra .menu-item-search ::-webkit-input-placeholder {
  color: #bbbbbb;
}
.site-header .menu-extra .menu-item-search ::-moz-placeholder {
  color: #bbbbbb;
}
.site-header .menu-extra .menu-item-search :-ms-input-placeholder {
  color: #bbbbbb;
}
.site-header .menu-extra .menu-item-search :-moz-placeholder {
  color: #bbbbbb;
}
.site-header .menu-extra .menu-item-search .search-field {
  width: 270px;
  border: none;
  color: #000;
  font-size: 15px;
  padding: 10px 25px 12px 0;
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.site-header .menu-extra .menu-item-search .t-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 16px;
  color: #222;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.site-header .menu-extra .menu-item-search .loading {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
}
.site-header .menu-extra .menu-item-search .loading .supro-loader {
  width: 16px;
  height: 16px;
  display: block;
}
.site-header .menu-extra .menu-item-search .loading .supro-loader:after {
  width: 15px;
  height: 15px;
  border-color: #999 #999 #999 transparent;
  left: 0;
  top: 0;
}
.site-header .menu-extra .menu-item-search .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -999;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: none;
  width: 100%;
}
.site-header .menu-extra .menu-item-search .search-results .not-found {
  text-align: left;
  font-size: 13px;
}
.site-header .menu-extra .menu-item-search .search-results ul {
  position: static;
  -webkit-transform: translateY(29px);
      -ms-transform: translateY(29px);
          transform: translateY(29px);
  opacity: 1;
  margin: 0;
  padding: 0;
  max-height: 255px;
  overflow: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  background-color: #fff;
}
.site-header .menu-extra .menu-item-search .search-results ul li {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-bottom: none;
}
.site-header .menu-extra .menu-item-search .search-results ul li:first-child {
  border-top: none;
}
.site-header .menu-extra .menu-item-search .search-results ul li .search-item {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .menu-extra .menu-item-search .search-results ul li img {
  max-width: 60px;
  margin-right: 20px;
}
.site-header .menu-extra .menu-item-search .search-results ul::-webkit-scrollbar {
  display: none;
}
.site-header .menu-extra .menu-item-search.searching .t-icon {
  opacity: 0;
}
.site-header .menu-extra .menu-item-search.searching .loading {
  opacity: 1;
}
.site-header .menu-extra .menu-item-search.searched .search-results {
  display: block;
  z-index: 999;
  opacity: 1;
}
.site-header .menu-extra .menu-item-search.searched .search-results ul {
  border-color: #ccc;
}
.site-header .menu-extra .menu-item-search.actived .t-icon {
  cursor: pointer;
  -webkit-transition: none;
          transition: none;
  font-size: 15px;
}
.site-header .menu-extra .menu-item-search.actived .t-icon:before {
  content: '\e935';
}
.site-header .menu-extra .menu-item-sidebar .t-icon {
  font-size: 24px;
}
.site-header .socials {
  margin-left: -10px;
  margin-right: -10px;
  text-align: right; /* tahina */
}
.site-header .socials a {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
}
.header-layout-1 .site-header .menu-extra .menu-item-account .wrapper,
.header-layout-3 .site-header .menu-extra .menu-item-account .wrapper {
  right: 0;
  left: auto;
}
.header-layout-1 .site-header .menu-logo,
.header-layout-1 .site-header .menu-extra {
  width: 15%;
}
.header-layout-1 .site-header .menu-extra-au {
  width: auto;
}
.header-layout-1 .menu-extra .menu-extra-search {
  display: none;
}
.header-layout-2 .site-header {
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-layout-2 .site-header .menu-item-search {
  padding-left: 0;
}
.header-layout-2 .site-header .menu-item-search .t-icon {
  font-size: 20px;
  left: 0;
  right: auto;
}
.header-layout-2 .site-header .menu-item-search .loading {
  left: 0;
  right: auto;
}
.header-layout-2 .site-header .menu-item-search .search-field {
  padding-left: 36px;
  padding-right: 18px;
}
.header-layout-2 .site-header .menu-extra,
.header-layout-2 .site-header .menu-logo {
  width: 33.33%;
}
.header-layout-2 .site-header .menu-search &gt; ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-layout-2 .site-header .site-logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
}
.header-layout-2 .site-header .menu-extra .menu-extra-search {
  display: none;
}
.header-layout-2 .site-header .menu-extra &gt; ul ul {
  -webkit-transform: translateY(14px);
      -ms-transform: translateY(14px);
          transform: translateY(14px);
}
.header-layout-2 .site-header .menu-extra &gt; ul ul:before {
  top: -25px;
  height: 25px;
}
.header-layout-3 .site-header .menu-main {
  display: block;
  max-width: 100%;
}
.header-layout-3 .site-header .menu-extra form.instance-search {
  display: none;
}
.header-layout-3 .site-header .menu-extra .menu-item-search .t-icon {
  font-size: 22px;
  padding-bottom: 4px;
}
.header-layout-4 .supro-container {
  padding-left: 70px;
  padding-right: 70px;
}
.header-layout-4 .site-header .menu-socials,
.header-layout-4 .site-header .menu-extra {
  /* width: 15%; Tahina */
  width: 100%;
}
.header-layout-4 .site-header .menu-item-search {
  padding-left: 0;
}
.header-layout-4 .site-header .menu-item-search .t-icon {
  font-size: 20px;
  left: 0;
  right: auto;
}
.header-layout-4 .site-header .menu-item-search .loading {
  left: 0;
  right: auto;
}
.header-layout-4 .site-header .menu-item-search .search-field {
  padding-left: 36px;
  padding-right: 18px;
}
.header-layout-4 .site-header .menu-extra .menu-extra-search {
  display: none;
}
.header-layout-4 .site-header .menu-main .menu-extra,
.header-layout-4 .site-header .menu-main .menu-logo {
  width: 33.33%;
}
.header-layout-4 .site-header .menu-main .menu-search ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-layout-4 .site-header .menu-main .site-logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-left-sidebar .site-header {
  width: 350px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 0 5px 0 #e4e8f3;
          box-shadow: 0 0 5px 0 #e4e8f3;
  padding-top: 0;
  padding-bottom: 0;
}
.header-left-sidebar .site-header .menu-sidebar-panel {
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-left-sidebar .site-header .menu-sidebar-panel .menu-search {
  margin-top: 25px;
}
.header-left-sidebar .site-header .menu-sidebar-panel .menu-search .search-field {
  padding: 0 25px 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  max-width: 100%;
}
.header-left-sidebar .site-header .copyright {
  font-size: 14px;
  padding-top: 60px;
}
.header-left-sidebar .site-header .copyright a {
  font-weight: 700;
}
.header-left-sidebar .site-header .menu-extra &gt; ul {
  display: block;
  float: none;
  min-height: auto;
  text-align: left;
}
.header-left-sidebar .site-header .menu-main {
  display: block;
}
.header-left-sidebar .site-header .menu-extra .menu-item-account {
  line-height: inherit;
}
.header-left-sidebar .site-header .menu-extra .menu-extra-search {
  display: none;
}
.header-left-sidebar .site-header .menu-extra .extra-menu-item {
  padding: 10px 0;
}
.header-left-sidebar .site-header .menu-extra .extra-menu-item a {
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}
.header-left-sidebar .site-header .menu-extra .menu-item-cart,
.header-left-sidebar .site-header .menu-extra .menu-item-wishlist {
  margin-right: 0;
}
.header-left-sidebar .site-header .menu-extra .menu-item-cart .mini-cart-counter,
.header-left-sidebar .site-header .menu-extra .menu-item-wishlist .mini-cart-counter {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 17px;
  min-width: 17px;
}
.header-left-sidebar .site-header .menu-extra .extra-menu-item a .t-icon {
  display: none;
}
.header-left-sidebar .site-header .menu-extra .extra-menu-item .label-item {
  display: inline-block;
}
.header-left-sidebar .site-header .socials a {
  color: #bbb;
}
.header-left-sidebar .site-header .socials a:hover {
  color: #222;
}
.header-left-sidebar .menu-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-left-sidebar .extra-menu-item.menu-item-search .t-icon {
  font-size: 18px;
}
.header-left-sidebar .menu-item-search {
  position: relative;
}
.header-left-sidebar .menu-item-search .instance-search {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  padding-top: 15px;
}
.header-left-sidebar .menu-item-search ::-webkit-input-placeholder {
  color: #bbbbbb;
}
.header-left-sidebar .menu-item-search ::-moz-placeholder {
  color: #bbbbbb;
}
.header-left-sidebar .menu-item-search :-ms-input-placeholder {
  color: #bbbbbb;
}
.header-left-sidebar .menu-item-search :-moz-placeholder {
  color: #bbbbbb;
}
.header-left-sidebar .menu-item-search .search-field {
  width: 100%;
  border: none;
  color: #000;
  font-size: 15px;
  background-color: #fff;
  padding: 10px 30px 10px 0;
}
.header-left-sidebar .menu-item-search .t-icon {
  position: absolute;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: #222;
}
.header-left-sidebar .menu-item-search .loading {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  opacity: 0;
}
.header-left-sidebar .menu-item-search .loading .unero-loader {
  width: 15px;
  height: 15px;
}
.header-left-sidebar .menu-item-search .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -999;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: none;
  width: 100%;
}
.header-left-sidebar .menu-item-search .search-results .not-found {
  text-align: left;
  font-size: 13px;
}
.header-left-sidebar .menu-item-search .search-results ul {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  margin: 0;
  padding: 0;
  max-height: 255px;
  overflow: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  display: block;
}
.header-left-sidebar .menu-item-search .search-results ul li {
  padding: 0 15px;
}
.header-left-sidebar .menu-item-search .search-results ul li img {
  max-width: 60px;
  margin-right: 20px;
}
.header-left-sidebar .menu-item-search .search-results ul::-webkit-scrollbar {
  display: none;
}
.header-left-sidebar .menu-item-search.searching .t-icon {
  opacity: 0;
}
.header-left-sidebar .menu-item-search.searching .loading {
  opacity: 1;
}
.header-left-sidebar .menu-item-search.searched .search-results {
  display: block;
  z-index: 999;
  opacity: 1;
}
.header-left-sidebar .menu-item-search.actived .t-icon {
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: none;
          transition: none;
}
.header-left-sidebar .menu-item-search.actived .t-icon:before {
  content: '\e935';
}
.header-transparent .site-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.header-transparent .topbar {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1999;
}
.header-transparent .topbar .widget_search .search-form label input {
  border: 0;
}
.header-transparent.page-template-template-home-boxed .site-header {
  left: 20px;
  right: 20px;
  top: 20px;
}
.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-transparent.admin-bar.page-template-template-home-boxed .site-header {
  top: 52px;
}
.header-transparent.admin-bar .topbar {
  top: 32px;
}
.header-transparent.admin-bar.page-template-template-home-boxed .topbar {
  top: 52px;
  right: 20px;
  left: 20px;
}
.header-transparent.header-layout-1 .site-header .menu-extra .menu-item-search .search-field {
  padding-left: 20px;
  padding-right: 45px;
  background-color: #fff;
}
.header-transparent.header-layout-1 .site-header .menu-extra .menu-item-search .t-icon,
.header-transparent.header-layout-1 .site-header .menu-extra .menu-item-search .loading {
  right: 20px;
}
.header-transparent.header-left-sidebar .site-header {
  position: fixed;
  right: auto;
  background-color: #fff;
}
.header-transparent.topbar-enable .site-header {
  padding-top: 5px;
}
.header-sticky .site-header.minimized .nav ul ul {
  -webkit-transform: translateY(21px);
      -ms-transform: translateY(21px);
          transform: translateY(21px);
}
.header-sticky .site-header.minimized .nav ul ul:before {
  top: -24px;
  height: 24px;
}
.header-sticky .site-header.minimized .nav ul ul ul {
  -webkit-transform: translate(5px, 0px);
      -ms-transform: translate(5px, 0px);
          transform: translate(5px, 0px);
}
.header-sticky .site-header.minimized .nav ul ul ul:before {
  height: 100%;
}
.header-sticky .site-header.minimized .menu-item-account .wrapper {
  -webkit-transform: translateY(21px);
      -ms-transform: translateY(21px);
          transform: translateY(21px);
}
.header-sticky .site-header.minimized .menu-item-account .wrapper:before {
  top: -30px;
  height: 30px;
}
.header-sticky .site-header.minimized .menu-extra .menu-item-search .search-results ul {
  -webkit-transform: translateY(21px);
      -ms-transform: translateY(21px);
          transform: translateY(21px);
}
.header-sticky .su-header-minimized {
  display: none;
}
.header-sticky .site-header {
  position: static;
  -webkit-transition: unset;
          transition: unset;
}
.header-sticky .site-header.minimized {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  /* padding-top: 20px;
  padding-bottom: 20px; Tahina */
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
          box-shadow: 0 1px 1px 0 #f0f0f0;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
.header-sticky.admin-bar .site-header.minimized {
  top: 32px;
}
.header-sticky .su-header-minimized.minimized {
  display: block;
}
.header-sticky.header-transparent .site-header {
  position: absolute;
}
.header-sticky.header-transparent .site-header.minimized {
  position: fixed;
}
.header-sticky.header-layout-2 .site-header.minimized {
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-sticky.woocommerce.single-product-layout-2 .site-header.minimized {
  background-color: #fff;
}
.header-sticky.page-template-template-home-boxed .site-header {
  left: 20px;
  right: 20px;
  top: 20px;
}
.header-sticky.page-template-template-home-boxed .site-header.minimized {
  top: 0 !important;
}
.header-sticky.page-template-template-home-boxed.admin-bar .site-header {
  top: 52px;
}
.header-sticky.page-template-template-home-boxed.admin-bar .site-header.minimized {
  top: 32px !important;
}
.header-color-light .nav ul.menu &gt; li &gt; a,
.header-color-light .menu-extra ul &gt; li &gt; a {
  color: #fff;
}
.header-color-light .nav ul.menu &gt; li &gt; a:after {
  background-color: #fff;
}
.header-color-light .site-header .site-logo .logo-dark {
  opacity: 0;
}
.header-color-light .site-header .site-logo .logo-light {
  opacity: 1;
}
.header-color-light .site-header .socials a {
  color: #fff;
}
.header-color-light .site-header .menu-extra .menu-item-search .t-icon {
  color: #fff;
}
.header-color-light .site-header.minimized .nav ul.menu &gt; li &gt; a,
.header-color-light .site-header.minimized .menu-extra ul &gt; li &gt; a {
  color: #222;
}
.header-color-light .site-header.minimized .nav ul.menu &gt; li &gt; a:after {
  background-color: #222;
}
.header-color-light .site-header.minimized .site-logo .logo-dark {
  opacity: 1;
}
.header-color-light .site-header.minimized .site-logo .logo-light {
  opacity: 0;
}
.header-color-light .site-header.minimized .socials a {
  color: #222;
}
.header-color-light .site-header.minimized .menu-extra .menu-item-search .t-icon {
  color: #222;
}
.header-color-light.header-layout-1.header-transparent .site-header .menu-extra .menu-item-search .t-icon {
  color: #222;
}
.header-color-light.header-layout-1.header-transparent .site-header .menu-extra .menu-item-search .menu-extra-search .t-icon {
  color: #fff;
}
.header-color-light.header-layout-1.header-transparent .site-header.minimized .menu-extra .menu-item-search .menu-extra-search .t-icon {
  color: #222;
}
.header-color-light.header-layout-2 .menu-item-search .search-field,
.header-color-light.header-layout-4 .menu-item-search .search-field,
.header-color-light.header-layout-2 .menu-item-search .t-icon,
.header-color-light.header-layout-4 .menu-item-search .t-icon {
  color: #fff;
}
.header-color-light.header-layout-2 .menu-item-search ::-webkit-input-placeholder,
.header-color-light.header-layout-4 .menu-item-search ::-webkit-input-placeholder {
  color: #fff;
}
.header-color-light.header-layout-2 .menu-item-search ::-moz-placeholder,
.header-color-light.header-layout-4 .menu-item-search ::-moz-placeholder {
  color: #fff;
}
.header-color-light.header-layout-2 .menu-item-search :-ms-input-placeholder,
.header-color-light.header-layout-4 .menu-item-search :-ms-input-placeholder {
  color: #fff;
}
.header-color-light.header-layout-2 .menu-item-search :-moz-placeholder,
.header-color-light.header-layout-4 .menu-item-search :-moz-placeholder {
  color: #fff;
}
.header-color-light.header-layout-2 .site-header.minimized .menu-item-search .search-field,
.header-color-light.header-layout-4 .site-header.minimized .menu-item-search .search-field,
.header-color-light.header-layout-2 .site-header.minimized .menu-item-search .t-icon,
.header-color-light.header-layout-4 .site-header.minimized .menu-item-search .t-icon {
  color: #222;
}
.header-color-light.header-layout-2 .site-header.minimized .menu-item-search ::-webkit-input-placeholder,
.header-color-light.header-layout-4 .site-header.minimized .menu-item-search ::-webkit-input-placeholder {
  color: #222;
}
.header-color-light.header-layout-2 .site-header.minimized .menu-item-search ::-moz-placeholder,
.header-color-light.header-layout-4 .site-header.minimized .menu-item-search ::-moz-placeholder {
  color: #222;
}
.header-color-light.header-layout-2 .site-header.minimized .menu-item-search :-ms-input-placeholder,
.header-color-light.header-layout-4 .site-header.minimized .menu-item-search :-ms-input-placeholder {
  color: #222;
}
.header-color-light.header-layout-2 .site-header.minimized .menu-item-search :-moz-placeholder,
.header-color-light.header-layout-4 .site-header.minimized .menu-item-search :-moz-placeholder {
  color: #222;
}
.header-left-sidebar .nav ul ul {
  top: 0;
  left: 100%;
  -webkit-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.header-left-sidebar .nav ul ul:before {
  height: 100%;
  width: 50px;
  left: -50px;
  top: 0;
}
.header-left-sidebar .nav ul ul ul {
  -webkit-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
.header-left-sidebar .nav ul ul ul:before {
  width: 5px;
  left: -5px;
}
.header-left-sidebar .nav .menu .is-mega-menu .dropdown-submenu {
  left: 100%;
}
.header-left-sidebar .nav ul.menu &gt; li {
  display: block;
  padding: 6px 20px;
}
.header-left-sidebar .nav ul.menu &gt; li &gt; a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.header-left-sidebar .nav ul.menu &gt; li &gt; a:after {
  height: 1px;
  bottom: 6px;
}
.header-left-sidebar .site-header .menu-extra .menu-item-account .wrapper {
  top: 0;
  left: 100%;
  -webkit-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.header-left-sidebar .site-header .menu-extra .menu-item-account .wrapper:before {
  height: 100%;
  width: 50px;
  left: -50px;
  top: 0;
}
.header-layout-5 .site-header .menu-logo,
.header-layout-5 .site-header .menu-extra {
  width: 17%;
}
.header-layout-5 .site-header .menu-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-layout-5 .site-header .menu-extra form.instance-search {
  display: none;
}
.header-layout-5 .site-header .menu-extra .menu-item-search .t-icon {
  font-size: 22px;
  padding-bottom: 4px;
}
.header-layout-6 .site-header .menu-logo,
.header-layout-6 .site-header .menu-extra {
  width: 15%;
}
.header-layout-6 .site-header .menu-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-layout-6 .site-header .menu-extra form.instance-search {
  display: none;
}
.header-layout-6 .site-header .menu-extra .menu-item-search .t-icon {
  font-size: 22px;
  padding-bottom: 4px;
}
.topbar.has-border {
  border-bottom: 1px solid #e1e1e1;
}
.topbar .row-flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 55px;
}
.topbar .topbar-widgets {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 -30px;
}
.topbar .topbar-widgets .widget {
  margin: 10px 0;
  padding: 0 30px;
  position: relative;
}
.topbar .topbar-widgets .widget:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #999;
}
.topbar .topbar-widgets .widget:last-child:after {
  display: none;
}
.topbar .topbar-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topbar .widget_search .search-form {
  position: relative;
  max-width: 200px;
}
.topbar .widget_search .search-form:before {
  font-size: 16px;
  padding-bottom: 2px;
}
.topbar .widget_search .search-form .search-field {
  padding-bottom: 5px;
  padding-left: 25px;
}
.topbar .widget_search .search-form .search-submit {
  height: 27px;
}
.topbar .supro-social-links-widget ul {
  margin-right: -10px;
  margin-left: -10px;
}
.topbar .supro-social-links-widget ul a {
  font-size: 16px;
}
.topbar .widget_categories,
.topbar .widget_archive,
.topbar .widget_pages,
.topbar .widget_meta,
.topbar .widget_nav_menu,
.topbar .widget_dl-custom-menu {
  margin: 0;
}
.topbar .widget_categories ul li,
.topbar .widget_archive ul li,
.topbar .widget_pages ul li,
.topbar .widget_meta ul li,
.topbar .widget_nav_menu ul li,
.topbar .widget_dl-custom-menu ul li {
  padding: 0 10px;
  display: inline-block;
}
.topbar .widget_categories ul li:first-child,
.topbar .widget_archive ul li:first-child,
.topbar .widget_pages ul li:first-child,
.topbar .widget_meta ul li:first-child,
.topbar .widget_nav_menu ul li:first-child,
.topbar .widget_dl-custom-menu ul li:first-child {
  padding-left: 0;
}
.topbar .widget_categories li:before,
.topbar .widget_archive li:before,
.topbar .widget_pages li:before,
.topbar .widget_meta li:before,
.topbar .widget_nav_menu li:before,
.topbar .widget_dl-custom-menu li:before {
  display: none;
}
.topbar .supro-language-currency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.topbar .supro-language-currency.widget {
  margin-left: -10px;
  margin-right: -10px;
}
.topbar .supro-language-currency .widget-lan-cur {
  float: none;
  width: 100%;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
.topbar .supro-language-currency .widget-lan-cur span.current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar .supro-language-currency .widget-lan-cur span.toggle-children {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
}
.topbar .supro-language-currency .widget-lan-cur span.toggle-children:before {
  content: '\e93a';
  font-family: Linearicons;
  font-size: 14px;
  padding-left: 7px;
}
.topbar .supro-language-currency .widget-lan-cur img.iclflag {
  padding-right: 15px;
}
.topbar .supro-language-currency .widget-lan-cur ul {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
          transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: -webkit-calc(100% + 30px);
  top: calc(100% + 30px);
  left: -10px;
  min-width: 120px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1999;
  padding: 10px;
  background-color: #fff;
  text-align: left;
}
.topbar .supro-language-currency .widget-lan-cur ul:before {
  content: '';
  width: 100%;
  height: 17px;
  left: 0;
  top: -17px;
  position: absolute;
  background-color: transparent;
}
.topbar .supro-language-currency .widget-lan-cur ul li {
  padding: 5px 0;
}
.topbar .supro-language-currency .widget-lan-cur:hover ul {
  top: -webkit-calc(100% + 16px);
  top: calc(100% + 16px);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.topbar.topbar-mobile .topbar-widgets {
  padding-left: 0;
  padding-right: 0;
}
/*--------------------------------------------------------------
5.0 - Navigations
--------------------------------------------------------------*/
.nav a {
  font-size: 16px;
  display: block;
}
.nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  padding: 15px 0;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.nav ul ul:before {
  content: '';
  position: absolute;
  background-color: transparent;
  top: -35px;
  left: 0;
  width: 100%;
  height: 35px;
}
.nav ul ul ul {
  left: 100%;
  top: 0;
  -webkit-transform: translate(5px, 0px);
      -ms-transform: translate(5px, 0px);
          transform: translate(5px, 0px);
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
}
.nav ul ul ul:before {
  content: '';
  position: absolute;
  background-color: transparent;
  top: 0;
  left: -7px;
  width: 7px;
  height: 100%;
}
.nav li {
  position: relative;
}
.nav li li {
  display: block;
  line-height: 1.3;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: relative;
  padding: 0 30px;
}
.nav li li:last-child {
  border-bottom: 0;
}
.nav li li a {
  font-size: 15px;
  font-weight: 400;
  padding: 6px 0;
  color: #999;
  position: relative;
  display: inline-block;
}
.nav li li a .items-badge {
  position: absolute;
  right: 0;
  top: 8px;
}
.nav li li a .items-badge &gt; span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: 10px;
}
.nav li li a .items-badge &gt; span:last-child {
  opacity: 1;
}
.nav li li:hover &gt; a {
  color: #000;
}
.nav ul.menu {
  padding: 0;
  margin: 0 0 0 -20px;
  list-style: none;
}
.nav ul.menu &gt; li {
  display: inline-block;
  padding: 0 20px;
}
.nav ul.menu &gt; li &gt; a {
  line-height: 1.3;
  padding: 10px 0;
  position: relative;
}
.nav ul.menu &gt; li &gt; a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #222;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.nav ul.menu &gt; li:hover &gt; a:after,
.nav ul.menu &gt; li.current-menu-item &gt; a:after,
.nav ul.menu &gt; li.current_page_item &gt; a:after,
.nav ul.menu &gt; li.current-menu-ancestor &gt; a:after,
.nav ul.menu &gt; li.current-menu-parent &gt; a:after,
.nav ul.menu &gt; li.active &gt; a:after {
  width: 100%;
  left: 0;
  right: auto;
}
.nav ul.menu.primary-color &gt; li:hover &gt; a,
.nav ul.menu.primary-color &gt; li.current-menu-item &gt; a,
.nav ul.menu.primary-color &gt; li.current_page_item &gt; a,
.nav ul.menu.primary-color &gt; li.current-menu-ancestor &gt; a,
.nav ul.menu.primary-color &gt; li.current-menu-parent &gt; a,
.nav ul.menu.primary-color &gt; li.active &gt; a {
  color: #f68872;
}
.nav ul.menu.primary-color &gt; li:hover &gt; a:after,
.nav ul.menu.primary-color &gt; li.current-menu-item &gt; a:after,
.nav ul.menu.primary-color &gt; li.current_page_item &gt; a:after,
.nav ul.menu.primary-color &gt; li.current-menu-ancestor &gt; a:after,
.nav ul.menu.primary-color &gt; li.current-menu-parent &gt; a:after,
.nav ul.menu.primary-color &gt; li.active &gt; a:after {
  background-color: #f68872;
}
.nav .menu {
  position: relative;
}
.nav .menu .is-mega-menu .dropdown-submenu {
  left: -15px;
  width: 100%;
  padding: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu &gt; li {
  padding: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 25px 30px;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega &gt; a {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 20px;
  font-weight: 400;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega &gt; a:hover {
  color: #f68872;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega &gt; a.hide-text {
  display: none;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
  background-color: transparent;
}
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
  margin-left: 10px;
  padding-bottom: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
  position: static;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  width: 100%;
  border: none;
  z-index: 9999;
  min-width: inherit;
  padding: 0;
  display: block;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu:before {
  display: none;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
  padding: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li a {
  padding-bottom: 2px;
  margin-bottom: 4px;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child &gt; a {
  padding-top: 0;
}
.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li.active a {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #000;
          box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #000;
}
.nav .menu .is-mega-menu .sub-menu {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.nav .menu .hot-badge,
.nav .menu .new-badge,
.nav .menu .trending-badge {
  font-size: 12px;
  color: #cc3333;
  font-weight: 500;
  background-color: transparent;
}
.nav .menu .hot-badge {
  color: #f08a47;
}
.nav .menu .trending-badge {
  color: #0099cc;
}
.portfolio-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio-navigation .nav-next,
.portfolio-navigation .nav-previous,
.portfolio-navigation .portfolio-link {
  width: 33.3333%;
}
.portfolio-navigation .portfolio-link {
  color: #000;
  font-size: 48px;
  text-align: center;
}
.portfolio-navigation a {
  color: #999;
  font-size: 24px;
  font-weight: 400;
}
.portfolio-navigation a:hover {
  color: #000;
}
.portfolio-navigation .nav-next i,
.portfolio-navigation .nav-previous i {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
}
.portfolio-navigation .nav-next {
  text-align: right;
}
.portfolio-navigation .nav-next i {
  padding-left: 13px;
}
.portfolio-navigation .nav-previous i {
  padding-right: 13px;
}
.paging-navigation {
  margin-top: 50px;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.paging-navigation .page-numbers {
  font-weight: 600;
  margin-left: 15px;
  margin-right: 15px;
  color: #000;
  position: relative;
}
.paging-navigation .page-numbers.current:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  content: "";
}
.paging-navigation .page-numbers.next,
.paging-navigation .page-numbers.prev {
  font-size: 16px;
  color: #bbb;
  width: 40px;
  height: 40px;
  border: 1px solid #bbb;
  line-height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding: 0;
}
.paging-navigation .page-numbers.next:hover,
.paging-navigation .page-numbers.prev:hover {
  border-color: #000;
  color: #000;
}
.portfolio-grid.portfolio-ajax .paging-navigation,
.portfolio-masonry.portfolio-ajax .paging-navigation {
  margin-top: 115px;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers {
  display: none;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next {
  display: block;
  width: inherit;
  height: inherit;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next .nav-text,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next .nav-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 4px;
  line-height: 1;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next .nav-text:before,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next .nav-text:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next .loading-text,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next .loading-text {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next .su-icon,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next .su-icon {
  font-size: 24px;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next .loading-icon,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next .loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next.loading .nav-text,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next.loading .nav-text {
  opacity: 0;
}
.portfolio-grid.portfolio-ajax .paging-navigation .page-numbers.next.loading .loading-icon,
.portfolio-masonry.portfolio-ajax .paging-navigation .page-numbers.next.loading .loading-icon {
  opacity: 1;
  z-index: 999;
  display: block;
}
.portfolio-grid.portfolio-ajax .paging-navigation.loaded,
.portfolio-masonry.portfolio-ajax .paging-navigation.loaded {
  margin: 0;
  padding: 0;
}
.portfolio-carousel .paging-navigation {
  display: none;
}
.paging-navigation.loaded {
  margin: 0;
  padding: 0;
}
.portfolio-grid .paging-navigation {
  margin-top: 50px;
}
.portfolio-grid .paging-navigation.loaded {
  margin: 0;
  padding: 0;
}
/*--------------------------------------------------------------
6.0 - Content
--------------------------------------------------------------*/
/**
 * 6.1 Posts and Pages
 */
p {
  margin-bottom: 1.5em;
}
.header-transparent.supro-catalog-page.home .site-content {
  padding-top: 200px;
}
.header-transparent.supro-catalog-page.home.full-content .site-content {
  padding-top: 0;
}
.header-left-sidebar .site {
  padding-left: 350px;
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.site-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.container .container {
  width: 100%;
}
.supro-container {
  padding-left: 80px;
  padding-right: 80px;
}
.supro-container .container {
  padding-left: 0;
  padding-right: 0;
}
.supro-catalog-container {
  padding-left: 80px;
  padding-right: 80px;
}
.supro-row {
  zoom: 1;
}
.supro-row:before,
.supro-row:after {
  content: "";
  display: table;
}
.supro-row:after {
  clear: both;
}
.supro-row:before,
.supro-row:after {
  content: "";
  display: table;
}
.supro-row:after {
  clear: both;
}
.sidebar-content .content-area {
  float: right;
}
.page-template-template-homepage .site-content,
.page-template-template-fullwidth .site-content,
.page-template-template-home-boxed .site-content,
.page-template-template-home-left-sidebar .site-content,
.page-template-template-home-no-footer .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-template-home-boxed {
  margin: 20px;
}
.page-template-template-home-boxed.no-background {
  margin-bottom: 0;
}
.page-template-template-home-boxed .site {
  background-color: #fff;
}
.blog-wrapper {
  margin-bottom: 50px;
}
.blog-wrapper .entry-thumbnail {
  margin-bottom: 25px;
  position: relative;
}
.blog-wrapper .blog-thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.blog-wrapper .blog-thumb img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.blog-wrapper .blog-thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  z-index: 9;
}
.blog-wrapper .entry-metas {
  padding-bottom: 10px;
  margin: 0 -5px;
}
.blog-wrapper .entry-metas .entry-meta {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  font-size: 13px;
  color: #999;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.blog-wrapper .entry-metas .entry-meta .entry-date {
  color: #999;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.blog-wrapper .entry-metas .entry-meta .entry-date:hover {
  color: #000;
}
.blog-wrapper .entry-metas .entry-cat {
  color: #f68872;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.blog-wrapper .entry-title {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-weight: 500;
}
.blog-wrapper .entry-title a {
  color: #222;
}
.blog-wrapper .format-video iframe {
  width: 100%;
}
.blog-wrapper .format-default .featured-image {
  min-height: 70vh;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
}
.blog-wrapper .no-thumb .entry-thumbnail {
  margin: 0;
  display: none;
}
.blog-wrapper .entry-footer {
  padding-top: 55px;
  clear: both;
}
.blog-wrapper .entry-footer .entry-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-wrapper .entry-footer .tag-list {
  font-size: 15px;
  color: #bbbbbb;
}
.blog-wrapper .entry-footer .tag-list .tag-title {
  color: #222;
  font-weight: 600;
}
.blog-wrapper .entry-footer .tag-list a {
  color: #bbbbbb;
  font-weight: 400;
}
.blog-wrapper .entry-footer .tag-list a:hover {
  color: #bbbbbb;
}
.blog-wrapper .supro-social-share {
  margin: 0 -10px;
}
.blog-wrapper .supro-social-share li {
  padding: 0 10px;
}
.blog-wrapper .supro-social-share .share-text {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.blog-wrapper .supro-social-share a {
  font-size: 16px;
  color: #bbbbbb;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.blog-wrapper.sticky .entry-title {
  position: relative;
  padding-left: 30px;
}
.blog-wrapper.sticky .entry-title:before {
  position: absolute;
  content: "\e778";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #f68872;
}
.blog-wrapper:hover .blog-thumb img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.blog-wrapper:hover .blog-thumb:after {
  opacity: 1;
}
.post-author {
  padding-bottom: 75px;
  border-bottom: 1px solid #eaeaea;
}
.post-author .post-author-box .post-author-avatar {
  float: left;
}
.post-author .post-author-box .author-name {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.post-author .post-author-box .post-author-info p {
  margin-top: 10px;
}
.post-author .post-author-info {
  margin-left: 90px;
}
.supro-taxs-list {
  text-align: center;
}
.supro-taxs-list ul {
  margin: 0 -22px 55px -22px;
  padding: 0;
}
.supro-taxs-list li {
  list-style: none;
  display: inline-block;
  padding: 0 22px 10px;
}
.supro-taxs-list li a {
  font-size: 18px;
  color: #bbbbbb;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
}
.supro-taxs-list li a:hover,
.supro-taxs-list li a.selected {
  color: #222;
}
.blog-list .blog-wrapper {
  margin-bottom: 70px;
  text-align: center;
}
.blog-list .blog-wrapper.sticky .entry-title {
  display: inline;
}
.blog-list .blog-wrapper.sticky .entry-title:before {
  top: 9px;
}
.blog-list .entry-summary {
  width: 66.667%;
  margin: -65px auto 0;
  background-color: #fff;
  padding: 30px 100px;
  position: relative;
  z-index: 99;
}
.blog-list .entry-header {
  margin-bottom: 20px;
}
.blog-list .entry-thumbnail {
  margin-bottom: 0;
}
.blog-list .entry-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}
.blog-list .read-more {
  font-size: 12px;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  padding-top: 20px;
}
.blog-list .read-more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}
.blog-list .no-thumb .entry-summary {
  margin-top: 0;
  padding-top: 0;
}
.supro-blog-page.sidebar-content .content-area {
  padding-left: 45px;
}
.supro-blog-page.content-sidebar .content-area {
  padding-right: 45px;
}
.single-post.sidebar-content .content-area {
  padding-left: 0;
}
.blog-grid .blog-wrapper:nth-child( 3n+1 ) {
  clear: left;
}
.blog-grid .blog-wrapper .entry-title {
  line-height: 1.5;
}
.blog-grid .blog-wrapper .entry-title a {
  border-bottom: 1px solid transparent;
}
.blog-grid .blog-wrapper:hover .entry-title a {
  border-bottom-color: #222;
}
.blog-grid.content-sidebar .blog-wrapper:nth-child( 3n+1 ),
.blog-grid.sidebar-content .blog-wrapper:nth-child( 3n+1 ) {
  clear: none;
}
.blog-grid.content-sidebar .blog-wrapper:nth-child( 2n+1 ),
.blog-grid.sidebar-content .blog-wrapper:nth-child( 2n+1 ) {
  clear: left;
}
.blog-masonry .blog-wrapper .entry-title {
  line-height: 1.5;
}
.blog-masonry .blog-wrapper .entry-title a {
  border-bottom: 1px solid transparent;
}
.blog-masonry .blog-wrapper:hover .entry-title a {
  border-bottom-color: #222;
}
.blog-masonry .blog-wrapper {
  margin-bottom: 85px;
}
.blog-masonry .blog-wrapper,
.blog-masonry .blog-masonry-sizer {
  width: 25.64%;
  float: left;
}
.blog-masonry .blog-gutter-sizer {
  width: 11.54%;
}
.blog-masonry .paging-navigation {
  margin-top: 20px;
}
.single-post .site-content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.single-post .entry-header {
  margin: auto auto 60px;
}
.single-post .su-cat-url {
  font-size: 14px;
  font-weight: 600;
}
.single-post.full-content .single-post-wrapper .entry-header {
  max-width: 70%;
  text-align: center;
}
.single-post .entry-metas {
  padding-bottom: 0;
  margin: 0 -20px;
}
.single-post .entry-metas .entry-meta {
  color: #999;
  font-size: 15px;
  padding: 0 20px;
}
.single-post .entry-metas .entry-meta label {
  display: inline-block;
  font-weight: 400;
  padding-right: 5px;
  margin-bottom: 0;
}
.single-post .entry-metas .entry-meta a,
.single-post .entry-metas .entry-meta .entry-date {
  font-size: 15px;
  color: #000;
}
.single-post .entry-cat {
  color: #f68872;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.single-post .entry-title {
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: 700;
}
.single-post .post-password-required .post-password-form input[type="password"] {
  outline: none;
  border: 1px solid #eaeaea;
  height: 40px;
  padding: 0 10px;
}
.single-post .post-password-required .post-password-form input[type="password"]:active,
.single-post .post-password-required .post-password-form input[type="password"]:focus {
  outline: none;
  border-color: #d9d9d9;
}
.single-post .post-password-required .post-password-form input[type="submit"] {
  background-color: #222;
  padding: 11px 15px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 12px;
  font-weight: 700;
  vertical-align: top;
}
.single-post .cap {
  font-size: 60px;
  font-weight: 700;
  float: left;
  line-height: 1;
  color: #222;
  margin-right: 11px;
}
.supro-related-posts {
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.supro-related-posts .su-cat-url {
  font-size: 12px;
  font-weight: 700;
}
.supro-related-posts .list-post article.col-md-4:nth-child( 3n+1 ),
.supro-related-posts .list-post article.col-md-6:nth-child( 2n+1 ) {
  clear: left;
}
.supro-related-posts .related-title {
  font-size: 48px;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
}
.supro-related-posts .blog-wrapper .entry-header {
  text-align: left;
  margin-bottom: 0;
}
.supro-related-posts .blog-wrapper .entry-metas {
  padding-bottom: 0;
  margin: 0 -5px;
}
.supro-related-posts .blog-wrapper .entry-metas .entry-meta {
  padding: 0 5px;
}
.supro-related-posts .blog-wrapper .entry-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 7px;
}
.supro-related-posts .blog-wrapper .entry-cat {
  color: #f68872;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.entry-content .page-links {
  clear: both;
}
.search-results.blog-masonry .blog-wrapper .entry-excerpt,
.search-results.blog-grid .blog-wrapper .entry-excerpt,
.search-results.blog-masonry .blog-wrapper a.read-more,
.search-results.blog-grid .blog-wrapper a.read-more {
  display: none;
}
.search-no-results .no-results .page-header {
  background-color: transparent;
  padding: 0;
}
.search-no-results .no-results h2 {
  margin-bottom: 30px;
  margin-top: 0;
}
.search-no-results .no-results .search-form {
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-no-results .no-results .search-form:before {
  content: '\e922';
  position: absolute;
  top: 50%;
  left: 0;
  color: #000;
  font-family: Linearicons;
  font-size: 18px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-no-results .no-results .search-form .screen-reader-text {
  display: none;
}
.search-no-results .no-results .search-form ::-webkit-input-placeholder {
  color: #999999;
}
.search-no-results .no-results .search-form :-moz-placeholder {
  color: #999999;
}
.search-no-results .no-results .search-form ::-moz-placeholder {
  color: #999999;
}
.search-no-results .no-results .search-form :-ms-input-placeholder {
  color: #999999;
}
.search-no-results .no-results .search-form .search-submit {
  position: absolute;
  width: 35px;
  height: 54px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
}
.search-no-results .no-results .search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-no-results .no-results .search-form label input {
  width: 100%;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0 15px 35px;
}
.maintenance-mode .su-header-minimized,
.maintenance-mode .site-header,
.maintenance-mode .site-footer,
.maintenance-mode .topbar,
.maintenance-mode .page-header {
  display: none;
}
.maintenance-mode .maintenance-header {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  border: 0;
}
.maintenance-mode .site-content {
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
}
.maintenance-mode .site-content &gt; .container {
  height: 100%;
}
.maintenance-mode .site-content &gt; .container &gt; .row {
  height: 100%;
}
.maintenance-mode .site-content &gt; .container-fluid {
  height: 100%;
}
.maintenance-mode .site-content &gt; .container-fluid &gt; .row {
  height: 100%;
}
.maintenance-mode .site-content-container,
.maintenance-mode .content-area,
.maintenance-mode .site-main {
  height: 100%;
}
.maintenance-mode .mc4wp-form .mc4wp-form-fields {
  border: 0;
}
.maintenance-mode .mc4wp-form .mc4wp-form-fields:after {
  left: 30px;
  font-size: 20px;
}
.maintenance-mode .mc4wp-form input[type="email"] {
  background-color: #fff;
  padding-left: 70px;
  font-size: 16px;
}
.maintenance-mode .mc4wp-form input[type="submit"] {
  color: #fff;
  background-color: #000;
  padding-left: 25px;
  padding-right: 25px;
}
.maintenance-layout-fullscreen {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.maintenance-layout-fullscreen .text-light .mc4wp-form input,
.maintenance-layout-fullscreen .text-light .mc4wp-form select,
.maintenance-layout-fullscreen .text-light .mc4wp-form textarea {
  padding-left: 30px;
  padding-right: 30px;
  border-width: 0;
}
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=text],
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=email],
.maintenance-layout-fullscreen .text-light .mc4wp-form select {
  min-width: 360px;
}
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=submit],
.maintenance-layout-fullscreen .text-light .mc4wp-form input[type=reset],
.maintenance-layout-fullscreen .text-light .mc4wp-form button {
  padding: 0 50px;
}
.maintenance-header {
  padding: 50px 0;
  background-color: transparent;
}
.maintenance-header .header-items {
  width: 100%;
}
.maintenance-header .logo-light {
  display: none;
}
.maintenance-header.text-light .logo-light {
  display: block;
}
.maintenance-header.text-light .logo-dark {
  display: none;
}
.error404 .site-content {
  padding-top: 285px;
  padding-bottom: 350px;
  position: relative;
}
.error404 .error-404 {
  position: relative;
  text-align: center;
}
.error404 .error-404 .page-content .page-title {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 40px;
}
.error404 .error-404 .page-content a {
  color: #f68872;
  text-decoration: underline;
}
.error404 .error-404 .page-content .search-form {
  max-width: 370px;
  margin: 45px auto 0;
  background-color: #fff;
}
.error404 .error-404 .page-content .error-icon {
  font-size: 72px;
  color: #f68872;
  margin-bottom: 40px;
  display: inline-block;
}
.error404 .error-404 .search-form {
  font-size: 16px;
  position: relative;
}
.error404 .error-404 .search-form:before {
  content: '\e922';
  position: absolute;
  top: 50%;
  right: 20px;
  color: #000;
  font-family: Linearicons;
  font-size: 20px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.error404 .error-404 .search-form .screen-reader-text {
  display: none;
}
.error404 .error-404 .search-form ::-webkit-input-placeholder {
  color: #999999;
}
.error404 .error-404 .search-form :-moz-placeholder {
  color: #999999;
}
.error404 .error-404 .search-form ::-moz-placeholder {
  color: #999999;
}
.error404 .error-404 .search-form :-ms-input-placeholder {
  color: #999999;
}
.error404 .error-404 .search-form .search-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 999;
}
.error404 .error-404 .search-form label {
  width: 100%;
  margin-bottom: 0;
}
.error404 .error-404 .search-form label input {
  width: 100%;
  font-weight: 400;
  padding: 14px 50px 14px 20px;
  border: 1px solid #eaeaea;
}
.backtotop {
  display: inline-block;
  position: fixed;
  bottom: 45px;
  right: 50px;
  text-align: center;
  color: #999;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  z-index: 98;
}
.backtotop.show-scroll {
  opacity: 1;
}
.backtotop:hover {
  color: #999;
}
.supro-boxed-layout .site {
  max-width: 1270px;
  margin: 0 auto;
  background-color: #fff;
}
.supro-boxed-layout .site-header {
  max-width: 1270px;
  margin: 0 auto;
}
.supro-portfolio-page .site-content {
  padding-top: 80px;
}
.supro-portfolio-page .supro-taxs-list ul {
  margin: 0 -17px 45px -17px;
}
.supro-portfolio-page .supro-taxs-list li {
  padding: 0 17px 10px;
}
.supro-portfolio-page .supro-taxs-list li a {
  font-weight: 500;
  font-size: 17px;
}
.portfolio-wrapper .entry-title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.portfolio-wrapper .portfolio-cat {
  color: #999999;
}
.list-portfolio .portfolio-wrapper .entry-title {
  margin-bottom: 6px;
}
.list-portfolio .portfolio-wrapper .entry-title a {
  line-height: 1;
}
.list-portfolio .portfolio-wrapper .entry-title:hover {
  color: #f68872;
}
.list-portfolio .portfolio-wrapper .entry-title:hover a {
  color: #f68872;
}
.portfolio-grid .portfolio-wrapper {
  margin-bottom: 55px;
}
.portfolio-grid .portfolio-wrapper:nth-child( 3n + 1 ) {
  clear: left;
}
.portfolio-grid .entry-thumbnail {
  margin-bottom: 22px;
}
.portfolio-grid .entry-thumbnail a {
  display: inline-block;
  position: relative;
}
.portfolio-grid .entry-thumbnail a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transition: 0.35s;
          transition: 0.35s;
  opacity: 0;
}
.portfolio-grid .portfolio-inner:hover .entry-thumbnail a:before {
  opacity: 1;
}
.portfolio-masonry .site-content {
  padding-top: 0;
}
.portfolio-masonry .content-area {
  padding: 0;
}
.portfolio-masonry .portfolio-wrapper {
  padding: 0;
  margin: 0;
}
.portfolio-masonry .portfolio-wrapper .entry-title,
.portfolio-masonry .portfolio-wrapper .entry-title a,
.portfolio-masonry .portfolio-wrapper .portfolio-cat {
  color: #fff;
}
.portfolio-masonry .portfolio-wrapper .entry-title:hover,
.portfolio-masonry .portfolio-wrapper .entry-title a:hover,
.portfolio-masonry .portfolio-wrapper .portfolio-cat:hover {
  color: #fff;
}
.portfolio-masonry .portfolio-wrapper .entry-title {
  font-size: 30px;
}
.portfolio-masonry .entry-summary {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 20;
  padding: 37px 40px;
  -webkit-transition: 0.35s;
          transition: 0.35s;
  opacity: 0;
}
.portfolio-masonry .portfolio-inner {
  position: relative;
}
.portfolio-masonry .portfolio-inner .port-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transition: 0.35s;
          transition: 0.35s;
  opacity: 0;
}
.portfolio-masonry .portfolio-inner .port-link i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 15px;
  -webkit-transition: 0.35s;
          transition: 0.35s;
}
.portfolio-masonry .portfolio-inner:hover .port-link,
.portfolio-masonry .portfolio-inner:hover .entry-summary {
  opacity: 1;
}
.portfolio-masonry .portfolio-inner:hover .port-link i {
  right: 35px;
}
.portfolio-masonry .portfolio-inner:hover .entry-summary {
  bottom: 0;
}
.portfolio-carousel .portfolio-wrapper {
  margin-bottom: 100px;
}
.portfolio-carousel .portfolio-wrapper.swiper-slide-active .entry-summary {
  opacity: 1;
}
.portfolio-carousel .portfolio-wrapper.color-light .entry-summary a {
  color: #fff;
}
.portfolio-carousel .portfolio-inner {
  position: relative;
}
.portfolio-carousel .portfolio-wrapper .entry-title {
  margin-bottom: 0;
  margin-top: 2px;
}
.portfolio-carousel .entry-summary {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding: 37px 45px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.portfolio-carousel .loading-placeholder {
  position: relative;
}
.portfolio-carousel .loading-placeholder .spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  color: #000;
}
.portfolio-carousel .swiper-button-prev,
.portfolio-carousel .swiper-button-next {
  top: 42%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  z-index: 0;
}
.portfolio-carousel .swiper-button-prev:hover,
.portfolio-carousel .swiper-button-next:hover {
  color: #222;
}
.single-portfolio .entry-title {
  font-size: 36px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 75px;
}
.single-portfolio .entry-title:hover {
  color: #222;
}
.single-portfolio .entry-thumbnail {
  text-align: center;
  margin-bottom: 100px;
}
.single-portfolio-entry-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.single-portfolio-entry-meta div[class*="col-"] {
  padding-bottom: 27px;
}
.single-portfolio-entry-meta .socials {
  float: right;
  margin-left: -10px;
  margin-right: -10px;
}
.single-portfolio-entry-meta .socials a {
  color: #cccccc;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

form.zd-search { /* Tahina */
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

form.hideit { /* Tahina */
  height: 0px;
  width: 0px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

/* form.shown { /* Tahina 
  height: 30px;
  width: 300px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
} */

.single-portfolio-entry-meta .socials a:hover {
  color: #f68872;
}
.single-portfolio-entry-meta .social-label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-right: 25px;
  float: right;
}
.single-portfolio-entry-meta .entry-meta {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.single-portfolio-entry-meta .entry-meta:after {
  content: '/';
  padding: 0 10px;
}
.single-portfolio-entry-meta .entry-meta:last-child:after {
  display: none;
}
/**
 * 6.3 Comments
 */
.bypostauthor {
  display: block;
}
.comments-area {
  clear: both;
  margin-top: 85px;
}
.comments-title,
.comment-reply-title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
}
.comments-title {
  margin-bottom: 62px;
}
.comment-reply-title {
  margin-bottom: 35px;
}
.comment-reply-title small {
  display: block;
}
.comment-list {
  list-style: none;
  margin: 0 0 65px;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment,
.pingback {
  zoom: 1;
  float: left;
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.comment:before,
.pingback:before,
.comment:after,
.pingback:after {
  content: "";
  display: table;
}
.comment:after,
.pingback:after {
  clear: both;
}
.comment:before,
.pingback:before,
.comment:after,
.pingback:after {
  content: "";
  display: table;
}
.comment:after,
.pingback:after {
  clear: both;
}
.comment.depth-1:first-child,
.pingback.depth-1:first-child {
  padding-top: 0;
}
.comment article,
.pingback article {
  margin-bottom: 15px;
}
.comment .comment-header,
.pingback .comment-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.comment .comment-author,
.pingback .comment-author {
  float: left;
}
.comment .comment-edit-link,
.pingback .comment-edit-link {
  float: right;
  font-size: 14px;
  font-weight: 500;
}
.comment .comment-meta,
.pingback .comment-meta {
  margin-left: 100px;
}
.comment .author-name,
.pingback .author-name {
  color: #222;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 10px;
  font-size: 17px;
}
.comment .author-name a,
.pingback .author-name a {
  color: #222;
}
.comment .comment-date,
.pingback .comment-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #bbbbbb;
  padding-bottom: 10px;
}
.comment .comment-reply-link,
.pingback .comment-reply-link {
  font-size: 14px;
  position: relative;
  color: #bbbbbb;
  font-weight: 400;
  display: inline-block;
}
.pingback .comment-meta {
  margin-left: 0;
}
.comment-respond .comment-form p {
  margin-bottom: 30px;
}
.comment-respond .comment-form .comment-form-comment {
  margin-bottom: 25px;
}
.comment-respond .comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-respond .comment-form .form-submit {
  margin-bottom: 0;
}
.comment-respond .comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #999999;
}
.comment-respond .comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #999999;
}
.comment-respond .comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #999999;
}
.comment-respond .comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #999999;
}
.comment-respond .comment-notes {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  padding-bottom: 5px;
}
.comment-respond textarea,
.comment-respond input:not([type="submit"]) {
  padding-left: 30px;
  padding-right: 30px;
}
.comment-respond textarea {
  width: 100%;
  height: 150px;
  outline: none;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input {
  width: 100%;
  height: 50px;
  outline: none;
}
.comment-respond .comment-form-author {
  padding-left: 0;
}
.comment-respond .comment-form-email {
  padding-right: 0;
}
.comment-respond .comment-form-url {
  width: 100%;
}
.comment-respond .comment-form-url input {
  width: 100%;
  height: 50px;
}
.comment-respond .form-submit .submit {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: #222;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus,
.comment-respond .form-submit .submit:active,
.comment-respond .form-submit .submit:active:hover,
.comment-respond .form-submit .submit:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus,
.comment-respond .form-submit .submit:active,
.comment-respond .form-submit .submit:active:hover,
.comment-respond .form-submit .submit:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
  opacity: 0;
  margin: 0;
  display: block;
}
.comment-respond .comment-form-cookies-consent input[type="checkbox"]:checked + label:before {
  content: "\e999";
  color: #222;
}
.comment-respond .comment-form-cookies-consent &gt; label {
  display: inline-block;
  color: #000;
  text-transform: none;
  position: relative;
  line-height: 1;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
}
.comment-respond .comment-form-cookies-consent &gt; label:before {
  content: '\e98d';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: #eaeaea;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.comment-content {
  padding-bottom: 5px;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-awaiting-moderation {
  display: block;
}
/*--------------------------------------------------------------
7.0 - Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 24px;
  margin: 0 0 30px;
  position: relative;
}
.widget .widget-title .rsswidget {
  color: #222;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget table,
.widget select {
  width: 100%;
}
.widget table {
  text-align: left;
  width: 100%;
}
.widget table caption {
  border: 1px solid #eaeaea;
  border-bottom-width: 0;
  text-align: center;
}
.widget table tr {
  border: 1px solid #eaeaea;
  border-bottom-width: 0;
  padding: 3px 0;
}
.widget table tr td,
.widget table tr th {
  padding: 0 5px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.widget .gallery {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.widget_calendar {
  line-height: 26px;
}
.widget_categories .count,
.widget_recent_comments .count,
.widget_rss .count,
.widget_pages .count,
.widget_archive .count,
.widget_nav_menu .count,
.widget_recent_entries .count,
.widget_meta .count,
.widget-recent-comments .count {
  float: right;
}
.widget_categories li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_meta li,
.widget-recent-comments li {
  zoom: 1;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 6px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_rss li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget-recent-comments li:before,
.widget_categories li:after,
.widget_recent_comments li:after,
.widget_rss li:after,
.widget_pages li:after,
.widget_archive li:after,
.widget_nav_menu li:after,
.widget_recent_entries li:after,
.widget_meta li:after,
.widget-recent-comments li:after {
  content: "";
  display: table;
}
.widget_categories li:after,
.widget_recent_comments li:after,
.widget_rss li:after,
.widget_pages li:after,
.widget_archive li:after,
.widget_nav_menu li:after,
.widget_recent_entries li:after,
.widget_meta li:after,
.widget-recent-comments li:after {
  clear: both;
}
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_rss li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget-recent-comments li:before,
.widget_categories li:after,
.widget_recent_comments li:after,
.widget_rss li:after,
.widget_pages li:after,
.widget_archive li:after,
.widget_nav_menu li:after,
.widget_recent_entries li:after,
.widget_meta li:after,
.widget-recent-comments li:after {
  content: "";
  display: table;
}
.widget_categories li:after,
.widget_recent_comments li:after,
.widget_rss li:after,
.widget_pages li:after,
.widget_archive li:after,
.widget_nav_menu li:after,
.widget_recent_entries li:after,
.widget_meta li:after,
.widget-recent-comments li:after {
  clear: both;
}
.widget_categories li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget-recent-comments li:last-child {
  padding-bottom: 0;
}
.widget_categories li:first-child,
.widget_recent_comments li:first-child,
.widget_rss li:first-child,
.widget_pages li:first-child,
.widget_archive li:first-child,
.widget_nav_menu li:first-child,
.widget_recent_entries li:first-child,
.widget_meta li:first-child,
.widget-recent-comments li:first-child {
  padding-top: 0;
}
.widget_categories li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget_pages li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries li a,
.widget_meta li a,
.widget-recent-comments li a {
  color: #999;
  display: inline-block;
  position: relative;
  word-break: break-word;
}
.widget_categories li a:after,
.widget_recent_comments li a:after,
.widget_rss li a:after,
.widget_pages li a:after,
.widget_archive li a:after,
.widget_nav_menu li a:after,
.widget_recent_entries li a:after,
.widget_meta li a:after,
.widget-recent-comments li a:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.widget_categories li a:hover,
.widget_recent_comments li a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover,
.widget-recent-comments li a:hover {
  color: #222;
}
.widget_categories li a:hover:after,
.widget_recent_comments li a:hover:after,
.widget_rss li a:hover:after,
.widget_pages li a:hover:after,
.widget_archive li a:hover:after,
.widget_nav_menu li a:hover:after,
.widget_recent_entries li a:hover:after,
.widget_meta li a:hover:after,
.widget-recent-comments li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.widget_categories li ul,
.widget_recent_comments li ul,
.widget_rss li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_nav_menu li ul,
.widget_recent_entries li ul,
.widget_meta li ul,
.widget-recent-comments li ul {
  margin-top: 10px;
  padding-left: 20px;
}
.widget_rss li,
.widget_recent_comments li {
  border-bottom: solid 1px #eaeaea;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #999;
}
.widget_rss li:last-child,
.widget_recent_comments li:last-child {
  border-bottom: 0;
}
.widget_recent_comments li {
  position: relative;
  padding-top: 5px;
}
.widget_recent_comments li:before {
  content: '\e7d6';
  font-family: Linearicons;
  font-size: 18px;
  padding-right: 15px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  zoom: 1;
  margin: -5px;
}
.widget_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
  content: "";
  display: table;
}
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
  clear: both;
}
.widget_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
  content: "";
  display: table;
}
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
  clear: both;
}
.widget_tag_cloud a,
.widget_product_tag_cloud a {
  float: left;
  font-size: 10px !important;
  color: #999;
  border: 1px solid #eaeaea;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 5px;
  letter-spacing: 0.5px;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
  color: #222;
  border-color: #222;
}
.popular-posts-widget .popular-post {
  padding-bottom: 10px;
  margin-bottom: 11px;
}
.popular-posts-widget .popular-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.popular-posts-widget .mini-widget-title h4 {
  font-size: 15px;
  margin: 0;
  color: #999;
  line-height: 1.5;
  font-weight: 400;
}
.popular-posts-widget .mini-widget-title h4 a {
  color: #999;
}
.popular-posts-widget .mini-widget-title h4:hover a {
  color: #222;
}
.widget-about img {
  margin-bottom: 25px;
}
.widget-about a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
}
.widget-about a .fa {
  padding-left: 5px;
}
.widget-about a:hover {
  color: #f68872;
}
.widget_search .search-field {
  background-color: transparent;
}
.widget_search .search-form {
  font-size: 15px;
  position: relative;
}
.widget_search .search-form:before {
  content: '\e922';
  position: absolute;
  top: 50%;
  left: 0;
  color: #222;
  font-family: Linearicons;
  font-size: 18px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 18px;
}
.widget_search .search-form .screen-reader-text {
  display: none;
}
.widget_search .search-form ::-webkit-input-placeholder {
  color: #bbbbbb;
}
.widget_search .search-form :-moz-placeholder {
  color: #bbbbbb;
}
.widget_search .search-form ::-moz-placeholder {
  color: #bbbbbb;
}
.widget_search .search-form :-ms-input-placeholder {
  color: #bbbbbb;
}
.widget_search .search-form .search-submit,
.widget_search .search-form button {
  position: absolute;
  width: 30px;
  height: 43px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
}
.widget_search .search-form label {
  width: 100%;
  margin-bottom: 0;
}
.widget_search .search-form label input {
  width: 100%;
  font-weight: 400;
  padding: 0 0 20px 30px;
  border: 0;
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-product-search {
  position: relative;
  background-color: #f5f5f5;
}
.woocommerce-product-search:after {
  content: "\e922";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.woocommerce-product-search label {
  margin-bottom: 0;
}
.woocommerce-product-search .search-field {
  border: 1px solid #f5f5f5;
  color: #000;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
  padding-right: 40px;
  height: 50px;
}
.woocommerce-product-search .search-field:focus {
  border-color: #f5f5f5;
  outline: none;
}
.woocommerce-product-search ::-webkit-input-placeholder {
  color: #999;
}
.woocommerce-product-search :-moz-placeholder {
  color: #999;
}
.woocommerce-product-search ::-moz-placeholder {
  color: #999;
}
.woocommerce-product-search :-ms-input-placeholder {
  color: #999;
}
.woocommerce-product-search input[type="submit"],
.woocommerce-product-search button {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
}
.woocommerce-product-search input[type="submit"]:focus,
.woocommerce-product-search button:focus {
  outline: 0;
}
.widgets-area .widget ul.product_list_widget li img {
  float: left;
  margin-right: 20px;
  width: 70px;
  margin-left: 0;
  margin-top: 5px;
}
.widgets-area .widget ul.product_list_widget li a {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  display: inherit;
  margin-bottom: 5px;
  line-height: 1.4;
}
.widgets-area .widget ul.product_list_widget .product-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  display: inherit;
  margin-bottom: 5px;
  line-height: 1.2;
}
.widgets-area .widget ul.product_list_widget ins {
  text-decoration: none;
}
.widgets-area .widget ul.product_list_widget .woocommerce-Price-amount {
  font-size: 13px;
  font-weight: 400;
  color: #bbb;
  -webkit-text-decoration-color: #bbbbbb;
     -moz-text-decoration-color: #bbbbbb;
          text-decoration-color: #bbbbbb;
}
.supro-social-links-widget .socials-list {
  margin: 0 -10px;
  padding: 0;
}
.supro-social-links-widget .socials-list li {
  list-style: none;
  padding: 0 10px;
  display: inline-block;
}
.supro-social-links-widget .socials-list a {
  color: #bbbbbb;
  font-size: 18px;
  display: block;
}
.supro-social-links-widget .socials-list a:hover {
  color: #f68872;
}
.supro-social-links-widget .socials-list.style-2 {
  margin: 0 -5px;
}
.supro-social-links-widget .socials-list.style-2 li {
  padding: 0 5px;
}
.supro-social-links-widget .socials-list.style-2 a {
  color: #777777;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #777777;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.supro-social-links-widget .socials-list.style-2 a:hover {
  color: #f68872;
  border-color: #f68872;
}
.supro-language-currency .widget-lan-cur {
  width: 50%;
  float: left;
}
.supro-language-currency .widget-lan-cur span.current {
  display: none;
}
.supro-language-currency .widget-lan-cur ul li {
  line-height: 1;
  padding: 12px 0;
}
.supro-language-currency .widget-lan-cur ul li a {
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  line-height: 1;
  color: #999;
}
.supro-language-currency .widget-lan-cur ul li.actived a {
  color: #f68872;
}
.supro-language-currency .widget-lan-cur ul li:first-child {
  padding-top: 0;
}
.supro-language-currency .widget-lan-cur ul li:last-child {
  padding-bottom: 0;
}
.supro-language-currency .widget-language {
  padding-right: 15px;
  padding-top: 5px;
}
.supro-language-currency .widget-currency {
  padding-left: 15px;
  padding-top: 5px;
}
.supro-language-currency:after {
  display: block;
  content: "";
  clear: both;
}
.shop-widget-info h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.75px;
}
.shop-widget-info .w-icon {
  color: #f68872;
  float: left;
  font-size: 24px;
}
.shop-widget-info .w-content {
  padding-left: 35px;
  display: block;
}
.supro_attributes_filter ul.scroll-enable,
.supro_widget_product_categories ul.scroll-enable {
  overflow-y: scroll;
  padding-right: 20px;
  /* width */
  /* Track */
  /* Handle */
}
.supro_attributes_filter ul.scroll-enable::-webkit-scrollbar,
.supro_widget_product_categories ul.scroll-enable::-webkit-scrollbar {
  width: 4px;
}
.supro_attributes_filter ul.scroll-enable::-webkit-scrollbar-track,
.supro_widget_product_categories ul.scroll-enable::-webkit-scrollbar-track {
  background: transparent;
}
.supro_attributes_filter ul.scroll-enable::-webkit-scrollbar-thumb,
.supro_widget_product_categories ul.scroll-enable::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.woocommerce {
  /**
	 * Product Page
	 */
  /**
	 * Reviews
	 */
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: #222;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-weight: 400;
  height: 52px;
  line-height: 52px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active:hover,
.woocommerce button.button:active:hover,
.woocommerce input.button:active:hover,
.woocommerce #respond input#submit:active:hover,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce #respond input#submit:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active:hover,
.woocommerce button.button:active:hover,
.woocommerce input.button:active:hover,
.woocommerce #respond input#submit:active:hover,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce #respond input#submit:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
}
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button .disabled,
.woocommerce button.button .disabled,
.woocommerce input.button .disabled,
.woocommerce #respond input#submit .disabled {
  padding: 0 25px;
  color: #fff;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: #222;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-weight: 600;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active:hover,
.woocommerce button.button.alt:active:hover,
.woocommerce input.button.alt:active:hover,
.woocommerce #respond input#submit.alt:active:hover,
.woocommerce a.button.alt:active:focus,
.woocommerce button.button.alt:active:focus,
.woocommerce input.button.alt:active:focus,
.woocommerce #respond input#submit.alt:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active:hover,
.woocommerce button.button.alt:active:hover,
.woocommerce input.button.alt:active:hover,
.woocommerce #respond input#submit.alt:active:hover,
.woocommerce a.button.alt:active:focus,
.woocommerce button.button.alt:active:focus,
.woocommerce input.button.alt:active:focus,
.woocommerce #respond input#submit.alt:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.woocommerce table.shop_attributes tr {
  border: 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce.header-left-sidebar .site-content {
  padding-top: 60px;
}
.woocommerce.content-sidebar div.product.supro-product-layout-1 .product-summary,
.woocommerce.sidebar-content div.product.supro-product-layout-1 .product-summary {
  padding-left: 55px;
}
.woocommerce.content-sidebar div.product.supro-product-layout-1 .woocommerce-product-gallery .flex-control-thumbs.slick-slider,
.woocommerce.sidebar-content div.product.supro-product-layout-1 .woocommerce-product-gallery .flex-control-thumbs.slick-slider {
  padding: 0;
}
.woocommerce.content-sidebar div.product.supro-product-layout-1 .woocommerce-product-gallery .flex-control-thumbs.slick-slider li,
.woocommerce.sidebar-content div.product.supro-product-layout-1 .woocommerce-product-gallery .flex-control-thumbs.slick-slider li {
  padding: 0 5px;
}
.woocommerce.content-sidebar div.product form.cart div.quantity,
.woocommerce.sidebar-content div.product form.cart div.quantity {
  padding: 0 20px;
}
.woocommerce.content-sidebar div.product form.cart div.quantity .increase,
.woocommerce.sidebar-content div.product form.cart div.quantity .increase {
  right: 8px;
}
.woocommerce.content-sidebar div.product form.cart div.quantity .decrease,
.woocommerce.sidebar-content div.product form.cart div.quantity .decrease {
  left: 8px;
}
.woocommerce.content-sidebar div.product.product-type-grouped .cart div.quantity,
.woocommerce.sidebar-content div.product.product-type-grouped .cart div.quantity {
  padding: 0 5px;
}
.woocommerce.content-sidebar div.product.product-type-grouped .cart div.quantity .increase,
.woocommerce.sidebar-content div.product.product-type-grouped .cart div.quantity .increase {
  right: 10px;
}
.woocommerce.content-sidebar div.product.product-type-grouped .cart div.quantity .decrease,
.woocommerce.sidebar-content div.product.product-type-grouped .cart div.quantity .decrease {
  left: auto;
}
.woocommerce.content-sidebar div.product div.summary .single_add_to_cart_button,
.woocommerce.sidebar-content div.product div.summary .single_add_to_cart_button {
  min-width: 200px;
}
.woocommerce.content-sidebar div.product .woocommerce-tabs ul.tabs,
.woocommerce.sidebar-content div.product .woocommerce-tabs ul.tabs {
  text-align: left;
}
.woocommerce .supro-shop-content {
  position: relative;
}
.woocommerce .woocommerce-products-header .term-description {
  margin-bottom: 40px;
}
.woocommerce ul.products {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce ul.products:after,
.woocommerce ul.products:before {
  display: none;
}
.woocommerce ul.products li.product {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 70px;
}
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
  line-height: 1;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  color: #222;
}
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title .count {
  color: #222;
  background-color: transparent;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce ul.products li.product.product-category:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product.product-category:hover .count {
  color: #f68872;
}
.woocommerce ul.products li.product .product-inner {
  outline: 0;
}
.woocommerce ul.products li.product .product-inner:hover .footer-button {
  opacity: 1;
  bottom: 0;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.woocommerce ul.products li.product .product-inner:focus {
  outline: 0;
}
.woocommerce ul.products li.product .product-inner:focus img {
  outline: 0;
}
.woocommerce ul.products li.product a img {
  margin: 0;
  outline: 0;
}
.woocommerce ul.products li.product a img:focus {
  outline: 0;
}
.woocommerce ul.products li.product a img.image-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
  top: 20px;
  right: auto;
  left: 20px;
}
.woocommerce ul.products li.product .un-product-thumbnail {
  margin-bottom: 15px;
  position: relative;
}
.woocommerce ul.products li.product .un-product-thumbnail &gt; a {
  display: block;
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .un-product-thumbnail:focus {
  outline: 0;
}
.woocommerce ul.products li.product .un-product-thumbnail:focus img {
  outline: 0;
}
.woocommerce ul.products li.product .un-product-thumbnail:hover .image-hover {
  opacity: 1;
}
.woocommerce ul.products li.product .footer-button {
  padding-top: 16px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  background-color: #fff;
  z-index: 10;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: bottom 0.3s ease 0s, opacity 0.3s;
          transition: bottom 0.3s ease 0s, opacity 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  line-height: 34px;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button &gt; a,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse &gt; a,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse &gt; a {
  display: block;
  color: #bbb;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-align: center;
  font-size: 16px;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button &gt; a:hover,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse &gt; a:hover,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse &gt; a:hover {
  color: #222;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button &gt; a .blockUI,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse &gt; a .blockUI,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse &gt; a .blockUI,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button &gt; a .blockOverlay,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse &gt; a .blockOverlay,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse &gt; a .blockOverlay {
  display: none !important;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .feedback,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .ajax-loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  display: none !important;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .yith-wcwl-add-button .add_to_wishlist.loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-button .add_to_wishlist.loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-button .add_to_wishlist.loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .yith-wcwl-add-button .delete_item.loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-button .delete_item.loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-button .delete_item.loading {
  position: relative;
  opacity: 0.5;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .yith-wcwl-add-button .add_to_wishlist.loading .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-button .add_to_wishlist.loading .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-button .add_to_wishlist.loading .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .yith-wcwl-add-button .delete_item.loading .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-button .delete_item.loading .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-button .delete_item.loading .yith-wcwl-icon {
  opacity: 0;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .yith-wcwl-add-button .add_to_wishlist.loading:after,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-button .add_to_wishlist.loading:after,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-button .add_to_wishlist.loading:after,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .yith-wcwl-add-button .delete_item.loading:after,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-add-button .delete_item.loading:after,
.woocommerce ul.products li.product .footer-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-button .delete_item.loading:after {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 0;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .add_to_wishlist.loading,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .delete_item.loading {
  position: relative;
  opacity: 0.5;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .add_to_wishlist.loading .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .delete_item.loading .yith-wcwl-icon {
  opacity: 0;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .add_to_wishlist.loading:after,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-button .delete_item.loading:after {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 1s linear infinite;
          animation: sp-spin-fast 1s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 0;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-right: 15px;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a .yith-wcwl-icon {
  color: #c33;
}
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a:hover .yith-wcwl-icon,
.woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a:hover .yith-wcwl-icon {
  color: #c33;
}
.woocommerce ul.products li.product .footer-button .supro-product-quick-view {
  color: #bbb;
  float: right;
  text-align: center;
}
.woocommerce ul.products li.product .footer-button .supro-product-quick-view i {
  font-size: 15px;
}
.woocommerce ul.products li.product .footer-button .supro-product-quick-view:hover {
  color: #222;
}
.woocommerce ul.products li.product .footer-button .button,
.woocommerce ul.products li.product .footer-button .added_to_cart {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  color: #222;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  height: inherit;
  line-height: 1;
  text-align: left;
}
.woocommerce ul.products li.product .footer-button .button.added {
  display: none;
}
.woocommerce ul.products li.product .footer-button .ajax_add_to_cart.loading:after,
.woocommerce ul.products li.product .footer-button .button.loading:after {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 1s linear infinite;
          animation: sp-spin-fast 1s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
}
.woocommerce ul.products li.product .footer-button .ajax_add_to_cart:after,
.woocommerce ul.products li.product .footer-button .button:after {
  position: static;
  display: inline-block;
}
.woocommerce ul.products li.product .footer-button .ajax_add_to_cart.added:after,
.woocommerce ul.products li.product .footer-button .button.added:after {
  display: none;
}
.woocommerce ul.products li.product .footer-button .actions-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.woocommerce ul.products li.product .un-attr-swatches {
  margin-top: 10px;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch {
  margin: 0 3px;
  display: inline-block;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch:first-child {
  margin-left: 0;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch.supro-swatch-item {
  cursor: pointer;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-label {
  border: 1px solid #bbb;
  font-size: 11px;
  text-align: center;
  padding: 1px 4px;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-label.selected {
  border-color: #000;
  color: #000;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-color {
  border: 1px solid transparent;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-color .sub-swatch {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-color.selected {
  border-color: #bbb;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-image {
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-image img {
  width: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.woocommerce ul.products li.product .un-attr-swatches .swatch-image.selected {
  border-color: #bbb;
}
.woocommerce ul.products li.product .footer-button-shop-list {
  display: none;
}
.woocommerce ul.products li.product h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #222;
  -webkit-transition: none;
          transition: none;
}
.woocommerce ul.products li.product h3 a {
  color: #222;
  display: inline-block;
  -webkit-transition: none;
          transition: none;
}
.woocommerce ul.products li.product .star-rating {
  color: #f68872;
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce ul.products li.product .star-rating:before {
  color: #ccc;
}
.woocommerce ul.products li.product .star-rating span:before {
  color: #f68872;
}
.woocommerce ul.products li.product .price {
  font-size: 14px;
  color: #bbb;
  line-height: 1;
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
.woocommerce ul.products li.product .price .amount + .amount {
  padding-right: 0;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  padding: 0;
  opacity: 1;
  color: #bbb;
  font-size: 14px;
}
.woocommerce ul.products li.product .price del span {
  color: #bbb;
}
.woocommerce ul.products li.product .price del .amount {
  padding-top: 0;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  display: inline-block;
  color: #222;
  padding-left: 8px;
  font-size: 14px;
}
.woocommerce ul.products li.product .price ins .amount {
  padding-top: 0;
}
.woocommerce ul.products li.product .woocommerce-product-details__short-description {
  display: none;
}
.woocommerce .star-rating {
  font-size: 14px;
  width: 67px;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  font-family: Ionicons;
  content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 3px;
}
.woocommerce .star-rating:before {
  color: #ccc;
}
.woocommerce .star-rating span:before {
  color: #f2b309;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin-top: 0;
  width: 67px;
}
.woocommerce .quantity {
  position: relative;
}
.woocommerce .quantity .qty {
  font-size: 14px;
  border-width: 0;
  width: 60px;
  padding: 10px 0;
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
  font-weight: 700;
  color: #222;
  display: inline-block;
  background-color: transparent;
  height: 42px;
  line-height: 42px;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .product-toolbar {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .product-toolbar .navigation {
  float: right;
}
.woocommerce .product-toolbar .woocommerce-breadcrumb {
  float: left;
  font-size: 15px;
  color: #222;
  margin-bottom: 0;
}
.woocommerce .product-toolbar .woocommerce-breadcrumb a {
  color: #999;
}
.woocommerce .product-toolbar .woocommerce-breadcrumb .circle {
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #bbbbbb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  top: -2px;
  margin: 0 8px;
}
.woocommerce .product-toolbar .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .product-toolbar .nav-links .nav-previous {
  padding-right: 10px;
}
.woocommerce .product-toolbar .nav-links a {
  font-size: 20px;
  color: #bbb;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  line-height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding: 0;
  display: block;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product div.images {
  margin-bottom: 0;
}
.woocommerce div.product div.images div.thumbnails {
  margin-top: 30px;
  padding-top: 0;
}
.woocommerce div.product div.images .product-gallery-control {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.woocommerce div.product div.images .product-gallery-control .item-icon {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.woocommerce div.product div.images .product-gallery-control .item-icon:before {
  content: '\e94a';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 16px;
  color: #666;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.woocommerce div.product div.images .product-gallery-control .item-icon span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  background-color: #f68872;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 7px;
  margin-right: 20px;
  -webkit-transition: 0.35s opacity;
          transition: 0.35s opacity;
  opacity: 0;
}
.woocommerce div.product div.images .product-gallery-control .item-icon span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f68872;
}
.woocommerce div.product div.images .product-gallery-control .item-icon:hover span {
  opacity: 1;
}
.woocommerce div.product div.images .product-gallery-control .item-icon:hover:before {
  color: #f68872;
}
.woocommerce div.product div.images .product-gallery-control .video-item-icon:before {
  font-family: "Ionicons";
  content: "\f487";
  font-size: 26px;
  padding-left: 3px;
}
.woocommerce div.product .supro-single-product-detail {
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  cursor: pointer;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.no-slick {
  margin: 30px 0 0;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.no-slick li {
  padding: 0 5px;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.no-slick li img {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider {
  position: relative;
  top: 0;
  width: 100%;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider li {
  display: inline-block;
  padding: 0 15px;
  width: 100px;
  clear: none !important;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider li img {
  -webkit-transition: 0.35s;
          transition: 0.35s;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow {
  height: 40px;
  line-height: 40px;
  width: 20px;
  text-align: center;
  right: auto;
  left: -30px;
  -webkit-transition: 0.35s;
          transition: 0.35s;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bbbbbb;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow:hover {
  color: #000;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-next-arrow {
  right: -30px;
  left: auto;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-prev-arrow {
  left: 5px;
  top: 53%;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-next-arrow {
  right: 5px;
  top: 53%;
}
.woocommerce div.product .product_title {
  font-size: 30px;
  color: #222;
  margin-bottom: 10px;
}
.woocommerce div.product .woo-short-description {
  margin-bottom: 45px;
  color: #666;
}
.woocommerce div.product .product-summary span.price,
.woocommerce div.product .product-summary p.price {
  color: #222;
  font-size: 24px;
  margin: 0;
  display: block;
}
.woocommerce div.product .product-summary span.price ins,
.woocommerce div.product .product-summary p.price ins {
  font-size: 24px;
  color: #222;
  text-decoration: none;
  font-weight: 400;
  margin-right: 20px;
  float: left;
}
.woocommerce div.product .product-summary span.price del,
.woocommerce div.product .product-summary p.price del {
  opacity: 1;
  color: #bbb;
}
.woocommerce div.product.outofstock .summary .yith-wcwl-add-to-wishlist {
  display: block;
  margin-top: 25px;
}
.woocommerce div.product p.stock {
  font-size: 14px;
  color: #000;
  position: relative;
  padding-left: 25px;
  margin: 0 0 0 40px;
  display: inline-block;
}
.woocommerce div.product p.stock:before,
.woocommerce div.product p.stock:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce div.product p.stock:before {
  font-size: 8px !important;
  color: #fff;
  z-index: 99;
  left: 4px;
}
.woocommerce div.product p.stock:after {
  content: '';
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 10;
}
.woocommerce div.product p.stock.in-stock:before {
  content: '\e934';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
}
.woocommerce div.product p.stock.in-stock:after {
  background-color: #86c178;
}
.woocommerce div.product p.stock.out-of-stock:before {
  content: '\e935';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
}
.woocommerce div.product p.stock.out-of-stock:after {
  background-color: #999999;
}
.woocommerce div.product .header-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  margin-top: 14px;
}
.woocommerce div.product .sku_wrapper {
  font-size: 12px;
  color: #bbb;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #999;
  padding-left: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}
.woocommerce div.product .supro-social-share {
  margin-left: -10px;
  margin-right: -10px;
}
.woocommerce div.product .supro-social-share li {
  padding: 0 10px;
}
.woocommerce div.product .supro-social-share a {
  font-size: 18px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  line-height: 1.8;
  margin-bottom: 20px;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist {
  display: none;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a {
  width: 46px;
  height: 46px;
  border: 2px solid #eaeaea;
  display: block;
  overflow: hidden;
  color: #999;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-align: center;
  line-height: 46px;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a .blockUI,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a .blockUI,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a .blockUI,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a .blockOverlay,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a .blockOverlay,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a .blockOverlay {
  display: none !important;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a:hover,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a:hover,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a:hover {
  background-color: transparent;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item.loading {
  position: relative;
  opacity: 0.5;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading .yith-wcwl-icon,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item.loading .yith-wcwl-icon {
  opacity: 0;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading:after,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item.loading:after {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 1s linear infinite;
          animation: sp-spin-fast 1s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  left: 14px;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a .yith-wcwl-icon,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a .yith-wcwl-icon {
  color: #c33;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a:hover .yith-wcwl-icon,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a:hover .yith-wcwl-icon {
  color: #c33;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist {
  display: block;
  margin-top: 0;
  margin-left: 10px;
}
.woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a .blockUI,
.woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a .blockUI,
.woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a .blockUI,
.woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a .blockOverlay,
.woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a .blockOverlay,
.woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a .blockOverlay {
  display: none !important;
}
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}
.woocommerce div.product div.summary .single_add_to_cart_button {
  height: 46px;
  line-height: 44px;
  min-width: 250px;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 15px;
}
.woocommerce div.product div.summary .single_add_to_cart_button:after {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 1s linear infinite;
          animation: sp-spin-fast 1s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  font-weight: 400;
  border-color: #ffffff #ffffff #ffffff transparent;
  opacity: 0;
  top: 16px;
}
.woocommerce div.product div.summary .single_add_to_cart_button.loading:after {
  opacity: 1;
}
.woocommerce div.product div.summary .social-links a {
  color: #ccc;
  margin-left: 20px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce div.product div.summary .social-links a:first-child {
  margin-left: 0;
}
.woocommerce div.product div.summary .social-links a:hover {
  color: #000;
}
.woocommerce div.product .woocommerce-tabs {
  overflow: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  padding: 23px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0 -27px 100px -27px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  padding: 0 27px;
  border: none;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  color: #bbb;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: block;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab .count {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -8px;
  left: -2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 120px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel:after {
  display: block;
  content: "";
  clear: both;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information &gt; h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel table {
  width: 100%;
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel table th,
.woocommerce div.product .woocommerce-tabs .panel table td {
  padding: 10px 20px;
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel table th {
  border-bottom: 1px solid #f2f2f2;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel table.un-table th {
  background-color: #f2f2f2;
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes {
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
  background-color: #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  font-weight: 500;
  text-transform: none;
  color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes td {
  background-color: transparent;
  border-bottom: 1px solid #eaeaea;
  font-style: normal;
  color: #000;
}
.woocommerce div.product form.cart .single-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce div.product form.cart .buy_now_button {
  float: none;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0.2em;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
  border: 2px solid #eaeaea;
  padding: 0 43px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce div.product form.cart div.quantity:hover,
.woocommerce div.product form.cart div.quantity:focus {
  border-color: #d9d9d9;
}
.woocommerce div.product form.cart div.quantity .decrease,
.woocommerce div.product form.cart div.quantity .increase {
  font-size: 18px;
  cursor: pointer;
  color: #bbbbbb;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce div.product form.cart div.quantity .decrease:hover,
.woocommerce div.product form.cart div.quantity .increase:hover {
  color: #222;
}
.woocommerce div.product form.cart div.quantity .increase {
  right: 15px;
  left: auto;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations tr {
  border: 0;
  display: inline-block;
  float: left;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 1;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 600;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations tbody {
  margin: -5px;
  display: block;
  zoom: 1;
}
.woocommerce div.product form.cart .variations tbody:before,
.woocommerce div.product form.cart .variations tbody:after {
  content: "";
  display: table;
}
.woocommerce div.product form.cart .variations tbody:after {
  clear: both;
}
.woocommerce div.product form.cart .variations tbody:before,
.woocommerce div.product form.cart .variations tbody:after {
  content: "";
  display: table;
}
.woocommerce div.product form.cart .variations tbody:after {
  clear: both;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 14px;
  position: absolute;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  background-color: #222;
  vertical-align: middle;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #222;
}
.woocommerce div.product form.cart table.group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
  text-align: left;
}
.woocommerce div.product form.cart table.group_table td.label:first-child {
  text-align: left;
}
.woocommerce div.product form.cart table.group_table td {
  vertical-align: middle;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart.swatches-support .variations tr {
  display: table-row;
  float: none;
}
.woocommerce div.product form.cart.swatches-support .variations tbody {
  margin: 0;
  display: table-row-group;
}
.woocommerce div.product form.cart.swatches-support .reset_variations {
  position: relative;
}
.woocommerce div.product .cart-external .single-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce div.product .cart-external .single-button-wrapper .supro-wishlist-button .yith-wcwl-add-to-wishlist {
  margin-left: 0;
}
.woocommerce div.product .cart-external .single-button-wrapper p.cart {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  margin-left: 10px;
}
.woocommerce div.product .cart-external .single-button-wrapper p.cart .single_add_to_cart_button {
  padding: 0 30px;
  width: 100%;
}
.woocommerce div.product .tawcvs-swatches {
  padding: 2px;
}
.woocommerce div.product .tawcvs-swatches .swatch {
  margin-right: 10px;
}
.woocommerce div.product .tawcvs-swatches .swatch:last-child {
  margin-right: 0;
}
.woocommerce div.product .tawcvs-swatches .swatch.swatch-color {
  width: 16px;
  height: 16px;
}
.woocommerce div.product .tawcvs-swatches .swatch.swatch-color:before {
  display: none;
}
.woocommerce div.product .tawcvs-swatches .swatch.swatch-color:after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  right: -3px;
  left: -3px;
  background-color: transparent;
  border: 1px solid transparent;
  content: "";
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.woocommerce div.product .tawcvs-swatches .swatch.swatch-color.selected:after {
  border-color: #fdcf6b;
}
.woocommerce div.product.product-type-external .single-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce div.product.product-type-external .single_add_to_cart_button,
.woocommerce div.product.product-type-external .single-add-to-cart-btn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
  margin-right: 10px;
}
.woocommerce div.product.product-type-external .supro-wishlist-button .yith-wcwl-add-to-wishlist {
  margin-left: 0;
}
.woocommerce div.product.product-type-grouped .cart table.group_table {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 20px;
  border: none;
}
.woocommerce div.product.product-type-grouped .cart table.group_table th {
  background-color: #efefef;
  border: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 15px;
}
.woocommerce div.product.product-type-grouped .cart table.group_table th.product-quantity {
  text-align: right;
}
.woocommerce div.product.product-type-grouped .cart table.group_table .product {
  width: 100%;
  float: none;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td {
  padding: 15px 15px 14px;
  color: #666;
  width: inherit;
  text-align: left;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td.label {
  width: 75%;
  text-align: left;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td label {
  display: block;
  line-height: 1;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td a {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td a.button {
  font-size: 14px;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  float: right;
  font-weight: 600;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td .woo-price {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td p.stock {
  margin-left: 0;
  padding-left: 20px;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td p.stock:before {
  font-size: 6px !important;
}
.woocommerce div.product.product-type-grouped .cart table.group_table td p.stock:after {
  width: 13px;
  height: 13px;
}
.woocommerce div.product.product-type-grouped .cart table.group_table tr {
  border: 0;
  border-bottom: 1px solid #eaeaea;
}
.woocommerce div.product.product-type-grouped .cart table.group_table tr:last-child {
  border-bottom: 0;
}
.woocommerce div.product.product-type-grouped .cart .single-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product.product-type-grouped .cart .single_add_to_cart_button,
.woocommerce div.product.product-type-grouped .cart .single-add-to-cart-btn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.woocommerce div.product.product-type-grouped .cart div.quantity {
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: right;
  width: 64px;
  padding: 0 5px;
}
.woocommerce div.product.product-type-grouped .cart div.quantity .qty {
  padding: 7px 0 6px;
  width: 30px;
  height: 34px;
  line-height: 35px;
}
.woocommerce div.product.product-type-grouped .cart div.quantity span.increase,
.woocommerce div.product.product-type-grouped .cart div.quantity span.decrease {
  font-size: 10px;
}
.woocommerce div.product.product-type-grouped .cart div.quantity span.increase:before,
.woocommerce div.product.product-type-grouped .cart div.quantity span.decrease:before {
  font-size: 10px;
  font-weight: 600;
}
.woocommerce div.product.product-type-grouped .cart div.quantity .increase {
  top: 8px;
  right: 10px;
  color: #000;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.woocommerce div.product.product-type-grouped .cart div.quantity .increase:before {
  content: "\e939";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
}
.woocommerce div.product.product-type-grouped .cart div.quantity .decrease {
  bottom: 7px;
  top: auto;
  right: 10px;
  left: auto;
  color: #000;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.woocommerce div.product.product-type-grouped .cart div.quantity .decrease:before {
  content: "\e93a";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
}
.woocommerce div.product.product-type-variable p.stock {
  margin-left: 0;
}
.woocommerce div.product.product-type-variable form.cart .variations {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.woocommerce div.product.product-type-variable form.cart .variations td {
  display: block;
}
.woocommerce div.product.product-type-variable form.cart .variations td.label {
  color: #000;
  text-transform: capitalize;
  text-align: left;
  font-size: 14px;
}
.woocommerce div.product.product-type-variable form.cart .variations td.label .supro-attr-value {
  display: inline-block;
  padding-left: 5px;
}
.woocommerce div.product.product-type-variable form.cart .variations td.label label {
  font-weight: 400;
}
.woocommerce div.product.product-type-variable form.cart .variations td.value {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.woocommerce div.product.product-type-variable form.cart .variations td.value.show-select:after {
  opacity: 1;
}
.woocommerce div.product.product-type-variable form.cart .variations td.value:after {
  content: '\e93a';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  color: #000;
  position: absolute;
  top: 18px;
  right: 20px;
  opacity: 0;
  font-size: 12px;
  z-index: -1;
}
.woocommerce div.product.product-type-variable form.cart .variations .reset_variations {
  display: block;
  text-align: left;
  color: #cc0000;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 14px;
}
.woocommerce div.product.product-type-variable form.cart .variations select {
  width: 100%;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background-color: transparent;
  padding: 11px 60px 11px 20px;
  text-transform: capitalize;
  cursor: pointer;
  border: 2px solid #eaeaea;
  line-height: initial;
  position: relative;
  font-size: 14px;
}
.woocommerce div.product.product-type-variable form.cart .variations select:focus {
  outline: none;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation {
  margin-bottom: 40px;
  margin-top: 20px;
}
.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch-label {
  color: #666;
  width: 22px;
  height: 22px;
  line-height: 19px;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  font-size: 12px;
  background-color: #eeeeee;
  border: 1px solid #fff;
}
.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch-label.selected {
  background-color: #fff;
  border-color: #666;
}
.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch-image {
  height: auto;
  line-height: inherit;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  opacity: 1;
  color: #000;
  text-align: center;
  width: auto;
  overflow: inherit;
  font-size: 0;
}
.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch-image img {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 5px;
  border: 1px solid transparent;
  opacity: 0.5;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding: 2px;
}
.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch-image.selected img {
  border-color: #fdcf6b;
  opacity: 1;
}
.woocommerce div.product .product_meta {
  padding-top: 23px;
  margin-bottom: 45px;
  margin-top: 35px;
  font-size: 15px;
  color: #999;
  font-weight: 400;
  border-top: 1px solid #eaeaea;
}
.woocommerce div.product .product_meta .posted_in {
  margin-bottom: 7px;
}
.woocommerce div.product .product_meta strong {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}
.woocommerce div.product .product_meta a {
  color: #999;
}
.woocommerce div.product .upsells.products {
  margin-bottom: 100px;
}
.woocommerce div.product .upsells.products h2,
.woocommerce div.product .related.products h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
}
.woocommerce div.product .upsells.products ul.products,
.woocommerce div.product .related.products ul.products {
  display: block;
}
.woocommerce div.product .upsells.products ul.products li.product,
.woocommerce div.product .related.products ul.products li.product {
  clear: none !important;
  margin-bottom: 0;
}
.woocommerce div.product .upsells.products .slick-dots,
.woocommerce div.product .related.products .slick-dots {
  text-align: center;
  margin: 70px auto 0;
}
.woocommerce div.product .upsells.products .slick-dots li,
.woocommerce div.product .related.products .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  margin: 0 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  border: 0;
}
.woocommerce div.product .upsells.products .slick-dots li.slick-active,
.woocommerce div.product .related.products .slick-dots li.slick-active {
  background-color: #666;
}
.woocommerce div.product .upsells.products .slick-dots li button,
.woocommerce div.product .related.products .slick-dots li button {
  display: none;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  font-size: 24px;
  color: #222;
  font-weight: 400;
  margin: 0 0 40px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0 0 27px;
  margin: 0 0 40px;
  border-bottom: 1px solid #eaeaea;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  border: none;
  padding: 0;
  background-color: transparent;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 100px;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  float: none;
  margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond .comment-reply-title {
  display: block;
  line-height: 1.2;
  color: #222;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating .stars a {
  color: #f2b309;
  font-size: 16px;
  margin-right: 5px;
}
.woocommerce #review_form #respond .required {
  color: #cc0000;
}
.woocommerce #review_form #respond .comment-notes {
  display: block;
  margin-bottom: 20px;
}
.woocommerce #review_form #respond label {
  margin-bottom: 8px;
  display: block;
  font-weight: 400;
  color: #000;
}
.woocommerce #review_form #respond p {
  margin: 0 0 20px;
}
.woocommerce #review_form #respond .form-submit {
  margin-top: 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  padding: 0 40px;
}
.woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond textarea {
  border: 2px solid #eaeaea;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  outline: none;
  padding: 15px;
  width: 100%;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.woocommerce #review_form #respond .comment-form-email {
  padding-left: 15px;
  padding-right: 0;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 165px;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: none;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
}
.woocommerce table.shop_table tr th {
  font-size: 12px;
  border: none;
  font-weight: 600;
  color: #bbb;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
}
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tbody td {
  border: none;
  color: #222;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}
.woocommerce table.shop_table tr td.product-name a,
.woocommerce table.shop_table tbody td.product-name a {
  color: #222;
  font-weight: 600;
}
.woocommerce table.shop_table tr td.product-name dl.variation,
.woocommerce table.shop_table tbody td.product-name dl.variation {
  margin: 10px 0 0;
  font-size: 15px;
}
.woocommerce table.shop_table tr td.product-name dl.variation .variation-group,
.woocommerce table.shop_table tbody td.product-name dl.variation .variation-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.woocommerce table.shop_table tr td.product-name dl.variation p,
.woocommerce table.shop_table tbody td.product-name dl.variation p {
  margin-top: 0;
}
.woocommerce table.shop_table tr td.product-name dl.variation dt,
.woocommerce table.shop_table tbody td.product-name dl.variation dt {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  float: none;
  line-height: 1;
  color: #999;
}
.woocommerce table.shop_table tr td.product-name dl.variation dd,
.woocommerce table.shop_table tbody td.product-name dl.variation dd {
  color: #222;
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce table.shop_table tr td.product-name dl.variation dd .swatch-color,
.woocommerce table.shop_table tbody td.product-name dl.variation dd .swatch-color {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
}
.woocommerce table.shop_table tr td.product-name dl.variation dd .swatch-image img,
.woocommerce table.shop_table tbody td.product-name dl.variation dd .swatch-image img {
  width: 40px;
  margin-right: 0;
}
.woocommerce table.shop_table tr td.product-name .woocommerce-Price-amount,
.woocommerce table.shop_table tbody td.product-name .woocommerce-Price-amount {
  display: none;
}
.woocommerce table.shop_table tr td.product-remove,
.woocommerce table.shop_table tbody td.product-remove {
  width: 70px;
}
.woocommerce table.shop_table tr td.product-remove .remove,
.woocommerce table.shop_table tbody td.product-remove .remove {
  color: #999 !important;
  background-color: transparent;
  font-size: 16px;
  float: right;
}
.woocommerce table.shop_table tr td.product-remove .remove:hover,
.woocommerce table.shop_table tbody td.product-remove .remove:hover {
  color: #000 !important;
  background-color: transparent;
}
.woocommerce table.shop_table tr td.product-subtotal,
.woocommerce table.shop_table tbody td.product-subtotal,
.woocommerce table.shop_table tr td.product-quantity,
.woocommerce table.shop_table tbody td.product-quantity,
.woocommerce table.shop_table tr td.product-price,
.woocommerce table.shop_table tbody td.product-price {
  width: 150px;
  font-size: 16px;
}
.woocommerce table.shop_table tr td.product-quantity,
.woocommerce table.shop_table tbody td.product-quantity {
  padding-top: 30px;
}
.woocommerce table.shop_table tr td.product-thumbnail,
.woocommerce table.shop_table tbody td.product-thumbnail {
  width: 150px;
  padding-left: 25px;
  padding-top: 30px;
}
.woocommerce table.shop_table tr td .quantity,
.woocommerce table.shop_table tbody td .quantity {
  border: 2px solid #eaeaea;
  line-height: 36px;
  position: relative;
  width: 110px;
}
.woocommerce table.shop_table tr td .quantity .qty,
.woocommerce table.shop_table tbody td .quantity .qty {
  margin-right: 30px;
  margin-left: 30px;
  width: 46px;
}
.woocommerce table.shop_table tr td .quantity .decrease,
.woocommerce table.shop_table tbody td .quantity .decrease {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #bbbbbb;
  font-size: 18px;
}
.woocommerce table.shop_table tr td .quantity .increase,
.woocommerce table.shop_table tbody td .quantity .increase {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #bbbbbb;
  font-size: 18px;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
  opacity: 1 !important;
  margin-bottom: 0;
}
.woocommerce table.wishlist_table tr th {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table tr td {
  padding: 30px 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce table.wishlist_table tbody td.product-price,
.woocommerce table.wishlist_table tr td.product-price {
  width: 200px;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart,
.woocommerce table.wishlist_table tr td.product-add-to-cart {
  text-align: right;
  padding-right: 0;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button,
.woocommerce table.wishlist_table tr td.product-add-to-cart .button {
  display: inline-block !important;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  height: 48px;
  line-height: 46px;
  padding: 0 40px !important;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button:after,
.woocommerce table.wishlist_table tr td.product-add-to-cart .button:after {
  top: 0;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button:hover,
.woocommerce table.wishlist_table tr td.product-add-to-cart .button:hover {
  color: #ffffff;
  background-color: #000;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button:focus,
.woocommerce table.wishlist_table tr td.product-add-to-cart .button:focus,
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button:active,
.woocommerce table.wishlist_table tr td.product-add-to-cart .button:active,
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button:active:hover,
.woocommerce table.wishlist_table tr td.product-add-to-cart .button:active:hover,
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button:active:focus,
.woocommerce table.wishlist_table tr td.product-add-to-cart .button:active:focus {
  border: 1px solid #000;
}
.woocommerce table.wishlist_table tbody td.product-name a,
.woocommerce table.wishlist_table tr td.product-name a {
  font-weight: 400;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.woocommerce table.wishlist_table tbody td.product-name a:hover,
.woocommerce table.wishlist_table tr td.product-name a:hover {
  border-bottom-color: #000;
}
.woocommerce table.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #999;
}
.woocommerce table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #669900;
}
.woocommerce table.wishlist_table tr td.product-remove {
  padding-top: 15px;
  padding-bottom: 30px;
}
.woocommerce table.wishlist_table tr td.product-remove .remove {
  color: #999 !important;
  background-color: transparent;
  position: relative;
  font-size: 0;
  float: none;
}
.woocommerce table.wishlist_table tr td.product-remove .remove:after {
  content: "\e935";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 16px;
}
.woocommerce table.wishlist_table tr td.product-remove .remove:hover {
  color: #000 !important;
  background-color: transparent;
}
.woocommerce table.wishlist_table .product-price del {
  color: #999;
  font-size: 13px;
}
.woocommerce table.wishlist_table .product-price ins {
  color: #cc0000;
  float: left;
  padding-right: 10px;
  text-decoration: none;
}
.woocommerce form .form-row {
  margin-bottom: 20px;
  padding: 0;
}
.woocommerce form .form-row#billing_company_field {
  clear: both;
}
.woocommerce form .form-row label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.woocommerce form .form-row textarea {
  height: 145px;
}
.woocommerce form .form-row textarea.input-text {
  padding: 10px 20px;
}
.woocommerce form .form-row .input-text {
  font-size: 14px;
  min-width: inherit;
  padding: 0 20px;
}
.woocommerce form .form-row input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
  height: 46px;
  line-height: 1;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  color: #222;
}
.woocommerce form .form-row .select2-container .select2-choice {
  border: 1px solid #eaeaea;
  padding: 12px 25px;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  border: 2px solid #eaeaea;
  padding: 8px 20px;
  height: 46px;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: 0;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.woocommerce form .form-row .select2-container .select2-selection--single:focus {
  outline: 0;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-weight: 400;
}
.woocommerce form .form-row ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-weight: 400;
}
.woocommerce form .form-row :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-weight: 400;
}
.woocommerce form .form-row :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-weight: 400;
}
.woocommerce ul#shipping_method {
  margin: 0 0 20px 0;
}
.woocommerce ul#shipping_method li {
  cursor: pointer;
}
.woocommerce ul#shipping_method li .woocommerce-Price-amount {
  font-weight: 400;
  float: right;
}
.woocommerce ul#shipping_method li .shipping_method {
  opacity: 0;
  display: block;
  margin: 0;
  height: 1px;
}
.woocommerce ul#shipping_method li .shipping_method:checked + label:before {
  content: "\5c";
  color: #222;
}
.woocommerce ul#shipping_method li label {
  display: inline-block;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 20px;
  cursor: pointer;
  color: #222;
  font-weight: 400;
}
.woocommerce ul#shipping_method li label:before {
  content: "\5b";
  font-family: ElegantIcons;
  font-size: 16px;
  position: absolute;
  top: -1px;
  left: -4px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  color: #eaeaea;
}
.woocommerce .track_order {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
.woocommerce .track_order p:not( .form-row ) {
  margin-bottom: 70px;
}
.woocommerce .track_order .form-row {
  text-align: left;
  width: 70%;
  margin: auto auto 20px;
}
.woocommerce .track_order .form-row label {
  color: #000;
}
.woocommerce .track_order .form-row input,
.woocommerce .track_order .form-row input.input-text,
.woocommerce .track_order .form-row select {
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.woocommerce .track_order .form-row .button {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
}
.woocommerce .track_order .form-track_order {
  margin-top: 60px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce nav.woocommerce-pagination.loaded {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right-width: 0;
  margin: 0;
  padding: 0 10px 10px;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  padding-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
  padding-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  color: #222;
  font-size: 16px;
  text-align: center;
  padding: 0;
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: transparent;
  outline: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #222;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li span.current:before {
  position: absolute;
  bottom: -6px;
  left: 3px;
  border-bottom: 1px solid #222;
  content: "";
  width: 12px;
  height: 1px;
}
.woocommerce nav.woocommerce-pagination.supro-woocommerce-pagination .next,
.woocommerce nav.woocommerce-pagination.supro-woocommerce-pagination .prev {
  font-size: 16px;
  color: #bbb;
  width: 40px;
  height: 40px;
  border: 1px solid #bbb;
  line-height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination.supro-woocommerce-pagination .next:hover,
.woocommerce nav.woocommerce-pagination.supro-woocommerce-pagination .prev:hover {
  color: #222;
  border-color: #222;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination.infinite {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination.infinite ul {
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination.infinite ul li {
  padding: 0;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination.infinite ul .page-numbers {
  display: none;
}
.woocommerce nav.woocommerce-pagination.infinite ul .next {
  display: block;
  padding-left: 0;
  position: relative;
}
.woocommerce nav.woocommerce-pagination.infinite .nav-text {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 8px;
}
.woocommerce nav.woocommerce-pagination.infinite .nav-text:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
}
.woocommerce nav.woocommerce-pagination.infinite .loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.woocommerce nav.woocommerce-pagination.infinite .loading-icon .loading-text {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination.infinite .loading-icon .su-icon {
  display: inline-block;
  font-size: 24px;
}
.woocommerce nav.woocommerce-pagination.infinite.loading .loading-icon {
  opacity: 1;
  z-index: 999;
  display: block;
}
.woocommerce nav.woocommerce-pagination.infinite.loading .nav-text {
  opacity: 0;
}
.woocommerce.footer-catalog-filter .widget,
.woocommerce .shop-topbar .widget {
  margin-bottom: 40px;
  max-width: 25%;
}
.woocommerce.footer-catalog-filter .widget .widget-title,
.woocommerce .shop-topbar .widget .widget-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}
.woocommerce.footer-catalog-filter .widget ul li a,
.woocommerce .shop-topbar .widget ul li a {
  font-size: 15px;
  color: #999999;
}
.woocommerce.footer-catalog-filter .widget ul li a.actived,
.woocommerce .shop-topbar .widget ul li a.actived,
.woocommerce.footer-catalog-filter .widget ul li a.active,
.woocommerce .shop-topbar .widget ul li a.active,
.woocommerce.footer-catalog-filter .widget ul li a:hover,
.woocommerce .shop-topbar .widget ul li a:hover {
  color: #222222;
}
.woocommerce.footer-catalog-filter .widget ul li.chosen &gt; a,
.woocommerce .shop-topbar .widget ul li.chosen &gt; a,
.woocommerce.footer-catalog-filter .widget ul li.current-cat &gt; a,
.woocommerce .shop-topbar .widget ul li.current-cat &gt; a {
  color: #222222;
}
.woocommerce.footer-catalog-filter .shop-topbar-content,
.woocommerce .shop-topbar .shop-topbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce.footer-catalog-filter .woocommerce-ordering,
.woocommerce .shop-topbar .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce.footer-catalog-filter .woocommerce-ordering .current span,
.woocommerce .shop-topbar .woocommerce-ordering .current span {
  display: none;
}
.woocommerce.footer-catalog-filter .widget_layered_nav .count,
.woocommerce .shop-topbar .widget_layered_nav .count {
  display: none;
}
.woocommerce.footer-catalog-filter .widget_layered_nav ul li,
.woocommerce .shop-topbar .widget_layered_nav ul li {
  padding: 5px 0;
}
.woocommerce.footer-catalog-filter .widget_layered_nav ul li:first-child,
.woocommerce .shop-topbar .widget_layered_nav ul li:first-child {
  padding-top: 0;
}
.woocommerce.footer-catalog-filter .widget_layered_nav ul li a,
.woocommerce .shop-topbar .widget_layered_nav ul li a {
  padding: 0;
  line-height: 1;
}
.woocommerce.footer-catalog-filter .supro_attributes_filter ul li,
.woocommerce .shop-topbar .supro_attributes_filter ul li,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li {
  display: block;
  width: 100%;
  margin-right: 0;
}
.woocommerce.footer-catalog-filter .supro_attributes_filter ul li.show-color .swatch-color,
.woocommerce .shop-topbar .supro_attributes_filter ul li.show-color .swatch-color,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li.show-color .swatch-color,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li.show-color .swatch-color {
  width: 15px;
  height: 15px;
  display: inline-block;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.woocommerce.footer-catalog-filter .supro_attributes_filter ul li.show-color .nav-title,
.woocommerce .shop-topbar .supro_attributes_filter ul li.show-color .nav-title,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li.show-color .nav-title,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li.show-color .nav-title {
  display: inline-block;
  padding-left: 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 14px;
}
.woocommerce.footer-catalog-filter .supro_attributes_filter ul li.chosen .swatch-color,
.woocommerce .shop-topbar .supro_attributes_filter ul li.chosen .swatch-color,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li.chosen .swatch-color,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li.chosen .swatch-color {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent !important;
  margin-left: -1px;
}
.woocommerce.footer-catalog-filter .supro_attributes_filter ul li.chosen .swatch-color:after,
.woocommerce .shop-topbar .supro_attributes_filter ul li.chosen .swatch-color:after,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li.chosen .swatch-color:after,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li.chosen .swatch-color:after {
  display: none;
}
.woocommerce.footer-catalog-filter .supro_attributes_filter ul li.chosen .swatch-color:before,
.woocommerce .shop-topbar .supro_attributes_filter ul li.chosen .swatch-color:before,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li.chosen .swatch-color:before,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li.chosen .swatch-color:before {
  content: '\e935';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  color: #f68872;
  font-size: 13px;
}
.woocommerce.footer-catalog-filter .supro_attributes_filter ul li.chosen .nav-title,
.woocommerce .shop-topbar .supro_attributes_filter ul li.chosen .nav-title,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li.chosen .nav-title,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li.chosen .nav-title {
  color: #222;
}
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li {
  padding: 5px 0;
}
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li a:before,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li a:before {
  content: "\e935";
  font-family: linearicons;
  color: #bbb;
  font-size: 10px;
  padding-right: 8px;
}
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li:last-child a,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li:last-child a,
.woocommerce.footer-catalog-filter .widget_layered_nav_filters ul li:last-child a:before,
.woocommerce .shop-topbar .widget_layered_nav_filters ul li:last-child a:before {
  color: #dd3333;
}
.woocommerce.footer-catalog-filter .widget_product_tag_cloud a.selected,
.woocommerce .shop-topbar .widget_product_tag_cloud a.selected {
  color: #222;
  border-color: #222;
}
.woocommerce.footer-catalog-filter .shop-filter-actived,
.woocommerce .shop-topbar .shop-filter-actived {
  font-size: 18px;
}
.woocommerce.footer-catalog-filter .shop-filter-actived .remove-filter-actived,
.woocommerce .shop-topbar .shop-filter-actived .remove-filter-actived {
  color: #f68872;
  display: inline-block;
}
.woocommerce.footer-catalog-filter .shop-filter-actived .remove-filter-actived i,
.woocommerce .shop-topbar .shop-filter-actived .remove-filter-actived i {
  font-size: 13px;
  padding-right: 10px;
}
.woocommerce:not( .filter-mobile-enable ) .shop-topbar .close-canvas-panel {
  display: none;
}
.woocommerce:not( .filter-mobile-enable ) .catalog-sidebar .close-canvas-panel {
  display: none;
}
.woocommerce.catalog-masonry:not( .filter-mobile-enable ) .shop-topbar .close-canvas-panel {
  display: block;
}
.woocommerce .supro-catalog-filter-mobile {
  display: none;
}
.woocommerce.content-sidebar .supro-catalog-filter,
.woocommerce.sidebar-content .supro-catalog-filter,
.woocommerce.content-sidebar .supro-catalog-filter-mobile,
.woocommerce.sidebar-content .supro-catalog-filter-mobile {
  display: none;
}
.woocommerce .shop-topbar {
  margin-bottom: 50px;
  display: none;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  z-index: -999;
}
.woocommerce .shop-topbar.active {
  z-index: 1;
}
.woocommerce .shop-toolbar {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  margin: 0 -25px;
}
.woocommerce .shop-toolbar .shop-toolbar-el {
  padding: 0 25px;
}
.woocommerce .shop-toolbar .product-found {
  color: #999;
  margin-bottom: 0;
}
.woocommerce .shop-toolbar .product-found span {
  color: #222;
  font-weight: 700;
}
.woocommerce .shop-toolbar .supro-catalog-filter a,
.woocommerce .shop-toolbar .supro-catalog-filter-mobile a {
  font-weight: 500;
  color: #222;
  font-size: 17px;
}
.woocommerce .shop-toolbar .supro-catalog-filter a i,
.woocommerce .shop-toolbar .supro-catalog-filter-mobile a i {
  color: #999;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
  font-size: 18px;
}
.woocommerce .shop-toolbar .supro-catalog-filter a.active i,
.woocommerce .shop-toolbar .supro-catalog-filter-mobile a.active i {
  -webkit-transform: translateY(3px) rotate(180deg);
      -ms-transform: translateY(3px) rotate(180deg);
          transform: translateY(3px) rotate(180deg);
}
.woocommerce .shop-toolbar .shop-view {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .shop-toolbar .shop-view a {
  color: #bbbbbb;
  display: inline-block;
  line-height: 1;
}
.woocommerce .shop-toolbar .shop-view a:hover,
.woocommerce .shop-toolbar .shop-view a.current {
  color: #222;
}
.woocommerce .shop-toolbar .shop-view .view-list {
  padding-left: 15px;
  font-size: 20px;
}
.woocommerce .shop-toolbar .woocommerce-ordering-mobile .woocommerce-ordering {
  padding-left: 0;
}
.woocommerce .shop-toolbar .woocommerce-ordering-mobile .woocommerce-ordering ul {
  display: none;
}
.woocommerce .shop-toolbar .woocommerce-ordering {
  color: #222;
  margin: 0;
  font-weight: 600;
}
.woocommerce .shop-toolbar .woocommerce-ordering .cancel-ordering {
  display: none;
}
.woocommerce .shop-toolbar .woocommerce-ordering li {
  list-style: none;
  margin-bottom: 0;
}
.woocommerce .shop-toolbar .woocommerce-ordering &gt; li {
  display: inline-block;
  position: relative;
  color: #999;
}
.woocommerce .shop-toolbar .woocommerce-ordering &gt; li.current {
  color: #222;
}
.woocommerce .shop-toolbar .woocommerce-ordering .current {
  min-width: 135px;
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  text-align: left;
  color: #222;
}
.woocommerce .shop-toolbar .woocommerce-ordering .current span.sort-by {
  color: #999;
  display: inline-block;
  padding-left: 18px;
  font-weight: 400;
}
.woocommerce .shop-toolbar .woocommerce-ordering .current:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '\33';
  font-size: 18px;
  color: #999;
  font-weight: 400;
  font-family: ElegantIcons;
  line-height: 1;
}
.woocommerce .shop-toolbar .woocommerce-ordering li &gt; ul {
  min-width: 200px;
  margin: 0;
  position: absolute;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px);
  right: 0;
  -webkit-transition: top 0.5s;
          transition: top 0.5s;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  color: #999;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: -999;
  width: 100%;
}
.woocommerce .shop-toolbar .woocommerce-ordering li &gt; ul li {
  padding: 5px 0;
}
.woocommerce .shop-toolbar .woocommerce-ordering li &gt; ul li a {
  color: #999;
  white-space: nowrap;
  font-weight: 400;
}
.woocommerce .shop-toolbar .woocommerce-ordering li &gt; ul li a.active,
.woocommerce .shop-toolbar .woocommerce-ordering li &gt; ul li a:hover {
  color: #222;
}
.woocommerce .shop-toolbar .woocommerce-ordering li.current:hover &gt; ul {
  top: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.woocommerce .ribbons .ribbon {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  background-color: #86c178;
  z-index: 1;
  top: 20px;
  left: 20px;
  height: 25px;
  line-height: 23px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 10px;
  min-width: inherit;
  min-height: inherit;
}
.woocommerce .ribbons .ribbon.onsale {
  background-color: #f68872;
}
.woocommerce .ribbons .ribbon.featured {
  background-color: #ff1d5d;
}
.woocommerce .ribbons .ribbon.out-of-stock {
  background-color: #000000;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eaeaea;
  height: 5px;
  cursor: pointer;
  margin-right: 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.woocommerce .widget_price_filter .ui-slider {
  margin: 5px 0 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f68872;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 0;
  top: -5px;
  -webkit-box-shadow: 0 5px 10px 0 #e5e7eb;
          box-shadow: 0 5px 10px 0 #e5e7eb;
}
.woocommerce .widget_price_filter .price_slider_amount {
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  width: 100%;
  margin-top: 70px;
  display: none;
}
.woocommerce .content-area .page-description {
  padding-bottom: 100px;
}
.woocommerce .supro-taxs-list ul {
  margin: 0 -17px 140px -17px;
}
.woocommerce .supro-taxs-list li {
  padding: 0 17px;
}
.woocommerce .supro-taxs-list li a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce .supro-taxs-list li a.selected {
  font-weight: 700;
}
.single-product .site-content {
  padding-top: 30px;
  padding-bottom: 90px;
}
.woocommerce div.product.supro-product-layout-1 .product-summary,
.woocommerce div.product.supro-product-layout-2 .product-summary,
.woocommerce div.product.supro-product-layout-3 .product-summary,
.woocommerce div.product.supro-product-layout-1 .product-images-wrapper,
.woocommerce div.product.supro-product-layout-2 .product-images-wrapper,
.woocommerce div.product.supro-product-layout-3 .product-images-wrapper {
  width: 50%;
  float: left;
}
.woocommerce div.product.supro-product-layout-1 .product-images-wrapper,
.woocommerce div.product.supro-product-layout-2 .product-images-wrapper,
.woocommerce div.product.supro-product-layout-3 .product-images-wrapper {
  padding-right: 15px;
}
.woocommerce div.product.supro-product-layout-1 .product-summary,
.woocommerce div.product.supro-product-layout-2 .product-summary,
.woocommerce div.product.supro-product-layout-3 .product-summary {
  padding-left: 115px;
}
.woocommerce.single-product-layout-2 .site-content {
  padding-top: 0;
}
.woocommerce.single-product-layout-2 .product-toolbar {
  padding-top: 30px;
}
.woocommerce div.product.supro-product-layout-2 .supro-single-product-detail {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 90px;
  padding-bottom: 120px;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery {
  padding-left: 100px;
  position: relative;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs {
  padding: 15px 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 70px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.no-slick {
  opacity: 1;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.no-slick li {
  width: 100%;
  float: none;
  padding: 15px 0;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.slick-slider {
  opacity: 1;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.slick-slider li {
  padding: 15px 0;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-arrow {
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  line-height: 1;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-next-arrow {
  left: 50%;
  bottom: -30px;
  top: auto;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-arrow {
  top: 0;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-product-gallery .flex-control-thumbs.slick-slider:hover .slick-next-arrow {
  bottom: 0;
  top: auto;
}
.woocommerce div.product.supro-product-layout-2 .woocommerce-tabs ul.tabs {
  border-top: 0;
}
.woocommerce div.product.supro-product-layout-3 div.images .woocommerce-product-gallery__image {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.woocommerce div.product.supro-product-layout-3 div.images .woocommerce-product-gallery__image:last-child {
  margin-bottom: 0;
}
.woocommerce div.product.supro-product-layout-3 div.images .woocommerce-product-gallery__image a {
  cursor: crosshair;
}
.woocommerce div.product.supro-product-layout-4 .product-summary,
.woocommerce div.product.supro-product-layout-4 .product-images-wrapper {
  float: left;
}
.woocommerce div.product.supro-product-layout-4 .product-images-wrapper {
  width: 58.3333%;
  padding-right: 75px;
}
.woocommerce div.product.supro-product-layout-4 .product-summary {
  width: 41.6667%;
  padding-left: 15px;
}
.woocommerce div.product.supro-product-layout-4 div.images {
  margin: -5px;
}
.woocommerce div.product.supro-product-layout-4 div.images .woocommerce-product-gallery__image {
  width: 50%;
  display: block;
  padding: 5px;
  float: left;
}
.woocommerce div.product.supro-product-layout-4 div.images .woocommerce-product-gallery__image:nth-child(2n+1) {
  clear: left;
}
.woocommerce div.product.supro-product-layout-4 div.images .woocommerce-product-gallery__image a {
  cursor: crosshair;
}
.woocommerce.single-product-layout-5 .site-content {
  padding-top: 0;
}
.woocommerce.single-product-layout-5 .product-toolbar {
  padding-top: 30px;
}
.woocommerce div.product.supro-product-layout-5 .slick-arrow-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce div.product.supro-product-layout-5 .slick-arrow-wrapper .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  color: #bbb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce div.product.supro-product-layout-5 .slick-arrow-wrapper .slick-arrow:hover {
  color: #222;
}
.woocommerce div.product.supro-product-layout-5.outofstock .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a,
.woocommerce div.product.supro-product-layout-5.outofstock .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a,
.woocommerce div.product.supro-product-layout-5.outofstock .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a {
  margin: auto;
}
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart .variations {
  text-align: center;
  padding-right: 0;
}
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart td.label,
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart .reset_variations {
  text-align: center;
}
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart td.label {
  padding-right: 0;
}
.woocommerce div.product.supro-product-layout-5 .cart-external .single-button-wrapper p.cart {
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
     -moz-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
.woocommerce div.product.supro-product-layout-5 .woocommerce-product-gallery:hover .slick-arrow-wrapper {
  opacity: 1;
}
.woocommerce div.product.supro-product-layout-5 .woocommerce-product-gallery a {
  cursor: crosshair;
}
.woocommerce div.product.supro-product-layout-5 .product-summary {
  max-width: 1170px;
  margin: auto;
  text-align: center;
}
.woocommerce div.product.supro-product-layout-5 .product_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
}
.woocommerce div.product.supro-product-layout-5 .product_meta &gt; div {
  padding: 0 12px;
}
.woocommerce div.product.supro-product-layout-5 p.price,
.woocommerce div.product.supro-product-layout-5 span.price {
  margin-right: 0;
  display: inline-block;
}
.woocommerce div.product.supro-product-layout-5 .header-summary {
  margin: 30px 0;
  display: block;
}
.woocommerce div.product.supro-product-layout-5 .header-summary,
.woocommerce div.product.supro-product-layout-5 .woocommerce-product-rating,
.woocommerce div.product.supro-product-layout-5 .product_meta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce div.product.supro-product-layout-5 .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
.woocommerce div.product.supro-product-layout-5 form.cart .variations tbody {
  margin: 0;
  display: table-row-group;
}
.woocommerce div.product.supro-product-layout-5 form.cart .variations tbody tr {
  float: none;
  display: table-row;
}
.woocommerce div.product.supro-product-layout-5 form.cart .reset_variations {
  position: relative;
}
.woocommerce div.product.supro-product-layout-5 .product-images-wrapper {
  margin: 0 -15px 120px -15px;
}
.woocommerce div.product.supro-product-layout-5 div.images {
  margin-bottom: 120px;
}
.woocommerce div.product.supro-product-layout-5 div.images .woocommerce-product-gallery__image {
  padding: 0 15px;
}
.woocommerce div.product.supro-product-layout-5 div.summary {
  margin-bottom: 0;
}
.woocommerce div.product.supro-product-layout-5 .single-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart .variations {
  text-align: center;
}
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart .variations td.label,
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart .variations .reset_variations {
  text-align: center;
}
.woocommerce div.product.supro-product-layout-5.product-type-variable form.cart .variations td.label {
  padding-right: 0;
}
.woocommerce div.product.supro-product-layout-6 .product-summary,
.woocommerce div.product.supro-product-layout-6 .product-images-wrapper {
  width: 50%;
}
.woocommerce div.product.supro-product-layout-6 .product-images-wrapper {
  float: right;
  padding-left: 15px;
}
.woocommerce div.product.supro-product-layout-6 .product-summary {
  float: left;
  padding-right: 115px;
}
.woocommerce div.product.supro-product-layout-6 div.images .woocommerce-product-gallery__image {
  width: initial;
}
.woocommerce div.product.supro-product-layout-6 div.images .product-gallery-control {
  left: 15px;
  right: auto;
}
.woocommerce div.product.supro-product-layout-6 div.images .product-gallery-control .item-icon span {
  left: 100%;
  right: auto;
  margin-left: 20px;
  margin-right: 0;
}
.woocommerce div.product.supro-product-layout-6 div.images .product-gallery-control .item-icon span:before {
  left: -10px;
  right: auto;
  border-width: 5px 10px 5px 0;
  border-color: transparent #f68872 transparent transparent;
}
.woocommerce div.product.supro-product-layout-6 div.images a {
  cursor: crosshair;
}
.woocommerce div.product.supro-product-layout-6 .supro-single-product-detail {
  zoom: 1;
}
.woocommerce div.product.supro-product-layout-6 .supro-single-product-detail:before,
.woocommerce div.product.supro-product-layout-6 .supro-single-product-detail:after {
  content: "";
  display: table;
}
.woocommerce div.product.supro-product-layout-6 .supro-single-product-detail:after {
  clear: both;
}
.woocommerce div.product.supro-product-layout-6 .supro-single-product-detail:before,
.woocommerce div.product.supro-product-layout-6 .supro-single-product-detail:after {
  content: "";
  display: table;
}
.woocommerce div.product.supro-product-layout-6 .supro-single-product-detail:after {
  clear: both;
}
.woocommerce div.product.supro-product-layout-6 .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  background-color: #fff;
  color: #bbb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  opacity: 0;
}
.woocommerce div.product.supro-product-layout-6 .slick-arrow.slick-prev-arrow {
  left: 20px;
}
.woocommerce div.product.supro-product-layout-6 .slick-arrow.slick-next-arrow {
  right: 20px;
}
.woocommerce div.product.supro-product-layout-6 .woocommerce-product-gallery__wrapper:hover .slick-arrow {
  opacity: 1;
}
.woocommerce div.product.supro-product-layout-6 .product-images-wrapper {
  margin: 0 -20px;
}
.woocommerce div.product.supro-product-layout-6 .woocommerce-product-gallery__image {
  padding: 0 5px;
}
.woocommerce-cart .page-header,
.woocommerce-checkout .page-header,
.woocommerce-account .page-header {
  padding-top: 90px;
  padding-bottom: 90px;
}
.woocommerce-cart .page-header.no-bg,
.woocommerce-checkout .page-header.no-bg,
.woocommerce-account .page-header.no-bg {
  padding-top: 90px;
  padding-bottom: 0;
}
.woocommerce-cart .woocommerce h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}
.woocommerce-cart .woocommerce table.shop_table tr td,
.woocommerce-cart .woocommerce table.shop_table tbody td {
  vertical-align: middle;
}
.woocommerce-cart .woocommerce table.cart .backorder_notification,
.woocommerce-cart .woocommerce table.checkout .backorder_notification {
  color: #999;
}
.woocommerce-cart .woocommerce table.cart .cart-actions,
.woocommerce-cart .woocommerce table.checkout .cart-actions {
  max-width: 50%;
}
.woocommerce-cart .woocommerce table.cart .btn-shop,
.woocommerce-cart .woocommerce table.checkout .btn-shop,
.woocommerce-cart .woocommerce table.cart .btn-update,
.woocommerce-cart .woocommerce table.checkout .btn-update {
  color: #bbbbbb;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  height: 46px;
  line-height: 43px;
  border: 2px solid #eaeaea;
  background-color: #f5f5f5;
  text-align: center;
  padding: 0 25px;
}
.woocommerce-cart .woocommerce table.cart .btn-shop:hover,
.woocommerce-cart .woocommerce table.checkout .btn-shop:hover,
.woocommerce-cart .woocommerce table.cart .btn-update:hover,
.woocommerce-cart .woocommerce table.checkout .btn-update:hover,
.woocommerce-cart .woocommerce table.cart .btn-shop:focus,
.woocommerce-cart .woocommerce table.checkout .btn-shop:focus,
.woocommerce-cart .woocommerce table.cart .btn-update:focus,
.woocommerce-cart .woocommerce table.checkout .btn-update:focus {
  color: #bbbbbb;
}
.woocommerce-cart .woocommerce table.cart .btn-shop,
.woocommerce-cart .woocommerce table.checkout .btn-shop {
  margin-right: 5px;
}
.woocommerce-cart .woocommerce table.cart td.actions,
.woocommerce-cart .woocommerce table.checkout td.actions {
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
  padding-top: 30px !important;
  border-top: 1px solid #eaeaea;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon-field,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon-field {
  position: relative;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon {
  padding-top: 40px;
  max-width: 360px;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon label,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon label {
  display: block;
  font-size: 18px;
  color: #222;
  position: relative;
  margin-bottom: 14px;
  font-weight: 700;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon .input-text {
  width: 100%;
  border: 2px solid #eaeaea;
  padding: 10px 80px 12px 20px;
  float: none;
  margin: 0;
  font-size: 14px;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon .button {
  background-color: transparent;
  border: 0;
  color: #222;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 46px;
  line-height: 42px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon .button:hover,
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button:focus,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon .button:focus,
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button:active,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon .button:active,
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button:active:hover,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon .button:active:hover,
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button:active:focus,
.woocommerce-cart .woocommerce table.checkout td.actions .coupon .button:active:focus {
  background-color: transparent;
  border: 0;
  color: #222;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
  margin-bottom: 80px;
}
.woocommerce-cart .woocommerce table.shop_table.cart tr td,
.woocommerce-cart .woocommerce table.shop_table.cart tbody td {
  border-bottom: 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart tr {
  padding: 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart tr td {
  padding: 0 0 30px 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart tr.cart-item-1 td {
  padding-top: 30px;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33.3333%;
  float: right;
  margin-top: -280px;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
  clear: both;
  padding-top: 15px;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row .select2-container .select2-selection--single {
  padding: 4px 20px;
  border-width: 1px;
  margin-bottom: 5px;
  font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: inline-block;
  font-size: 14px;
  color: #222;
  position: relative;
  margin-bottom: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '';
  background-color: #222222;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container .select2-selection--single {
  line-height: 40px;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .input-text,
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator select {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 0 20px;
  margin-bottom: 5px;
  height: 40px;
  background-color: #fff;
  font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator select {
  padding: 0 15px;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator .button {
  background-color: #e4e4e4;
  border: 0;
  color: #222;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals &gt; h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: 2px solid #eaeaea;
  background-color: #f5f5f5;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0 30px;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .supro-cart-shipping-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th {
  background-color: transparent;
  color: #222;
  font-weight: 600;
  padding: 22px 0;
  border-top: none;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: inherit;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  text-align: right;
  padding: 22px 0;
  border-top: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td p {
  margin-bottom: 5px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .shipping td {
  text-align: left;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .order-total strong {
  font-weight: 600;
  color: #222;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .order-total th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .order-total td {
  font-size: 18px;
  border-bottom: none;
}
.woocommerce-cart .woocommerce .cart-collaterals form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.woocommerce-cart .woocommerce .cross-sells {
  padding-top: 80px;
  clear: both;
}
.woocommerce-cart .woocommerce .cross-sells h2 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cross-sells ul.products li.product {
  margin-bottom: 10px;
}
.woocommerce-checkout .supro-checkout-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
.woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-coupon-toggle,
.woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-login-toggle {
  width: 33.3333%;
}
.woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-login-toggle {
  padding-right: 15px;
}
.woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-coupon-toggle {
  padding-left: 15px;
}
.woocommerce-checkout .woocommerce-info {
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 0 !important;
  text-transform: uppercase;
  border: 2px solid #eaeaea;
}
.woocommerce-checkout .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce-info .showlogin,
.woocommerce-checkout .woocommerce-info .showcoupon {
  color: #bbbbbb;
  font-weight: 700;
  padding: 12px 25px !important;
  display: block;
  text-align: center;
  letter-spacing: 0.75px;
}
.woocommerce-checkout form.checkout_coupon {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce-checkout form.login {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce-checkout form.login #rememberme {
  opacity: 0;
}
.woocommerce-checkout form.login #rememberme:checked + .label:before {
  content: "\e999";
}
.woocommerce-checkout form.login .label {
  display: inline-block;
  color: #000;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  font-size: 16px;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 400;
}
.woocommerce-checkout form.login .label:before {
  content: '\e98d';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: -12px;
  color: #000;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce-checkout form.login .lost_password {
  margin-bottom: 0;
}
.woocommerce-checkout form.login .lost_password a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-checkout form.login .button {
  display: block;
  min-width: 200px;
  margin-top: 20px;
}
.woocommerce-checkout form.checkout h3 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 0;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields {
  zoom: 1;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields:before,
.woocommerce-checkout form.checkout .woocommerce-billing-fields:after {
  content: "";
  display: table;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields:after {
  clear: both;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields:before,
.woocommerce-checkout form.checkout .woocommerce-billing-fields:after {
  content: "";
  display: table;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields:after {
  clear: both;
}
.woocommerce-checkout form.checkout .woocommerce-shipping-fields,
.woocommerce-checkout form.checkout .woocommerce-account-fields {
  margin-top: 40px;
}
.woocommerce-checkout form.checkout .woocommerce-account-fields .woocommerce-form__label &gt; span {
  padding-left: 30px;
}
.woocommerce-checkout form.checkout .woocommerce-account-fields .woocommerce-form__label &gt; span:before {
  left: 0;
  top: 2px;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
  padding: 0 50px;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  padding: 20px;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar {
  display: none;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label &gt; span {
  padding-left: 30px;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label &gt; span:before {
  left: 0;
  top: 2px;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label &gt; span.required {
  padding-left: 0;
  color: #cc0000;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label &gt; span.required:before {
  display: none;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label a {
  text-decoration: underline;
}
.woocommerce-checkout form.checkout .woocommerce-form__label .input-checkbox {
  opacity: 0;
  margin: 0;
  position: absolute;
}
.woocommerce-checkout form.checkout .woocommerce-form__label .input-checkbox:checked + span:before {
  content: "\e999";
  color: #222222;
}
.woocommerce-checkout form.checkout .woocommerce-form__label &gt; span {
  display: inline;
  color: #000;
  text-transform: none;
  position: relative;
  line-height: 1;
  padding-left: 30px;
  cursor: pointer;
}
.woocommerce-checkout form.checkout .woocommerce-form__label &gt; span:before {
  content: '\e98d';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 0;
  color: #eaeaea;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce-checkout form.checkout .form-row-first,
.woocommerce-checkout form.checkout .form-row-last {
  width: 50%;
  float: left;
}
.woocommerce-checkout form.checkout .form-row-first {
  padding-right: 5px;
}
.woocommerce-checkout form.checkout .form-row-last {
  padding-left: 5px;
}
.woocommerce-checkout table.shop_table {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0 50px;
  border: 2px solid #eaeaea;
  border-bottom: none;
  background-color: transparent;
  margin: 0;
}
.woocommerce-checkout table.shop_table tr {
  padding: 0;
}
.woocommerce-checkout table.shop_table thead tr th {
  padding-top: 35px;
  padding-bottom: 15px;
}
.woocommerce-checkout table.shop_table tr th {
  background-color: transparent;
  padding: 20px 0;
  border-top: none;
}
.woocommerce-checkout table.shop_table tr th:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table td {
  padding: 20px 0;
  border-top: none;
}
.woocommerce-checkout table.shop_table td strong {
  color: #bbb;
  font-weight: 400;
}
.woocommerce-checkout table.shop_table td p {
  margin-bottom: 5px;
  margin-top: 0;
}
.woocommerce-checkout table.shop_table td:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table .shipping td {
  text-align: left;
  font-size: 14px;
  max-width: 250px;
}
.woocommerce-checkout table.shop_table .cart_item td {
  padding: 5px 0;
  border-bottom: none;
  font-weight: 700;
}
.woocommerce-checkout table.shop_table .cart_item td.product-total {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table .cart_item:first-child td {
  padding-top: 25px;
}
.woocommerce-checkout table.shop_table .cart_item:last-child td {
  padding-bottom: 20px;
}
.woocommerce-checkout table.shop_table .order-total {
  font-size: 16px;
}
.woocommerce-checkout table.shop_table .order-total th {
  color: #222;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
  color: #f68872;
}
.woocommerce-checkout table.shop_table .cart-subtotal th,
.woocommerce-checkout table.shop_table .cart-subtotal td {
  border-top: 1px solid #eaeaea;
}
.woocommerce-checkout table.shop_table .cart-subtotal th {
  font-size: 12px;
  color: #bbb;
}
.woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce-checkout #payment {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  border: 2px solid #eaeaea;
  border-top: none;
  border-bottom: none;
}
.woocommerce-checkout #payment .wc_payment_methods {
  border-top: none;
  background-color: transparent;
}
.woocommerce-checkout #payment .form-row.place-order {
  padding: 0;
  margin: 0 -1px;
}
.woocommerce-checkout #payment .form-row.place-order .button {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  letter-spacing: 1px;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  color: #999;
  margin: 0;
  padding: 10px 33px;
}
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px 50px;
  border: 0;
}
.woocommerce-checkout #payment ul.payment_methods &gt; li {
  margin-bottom: 15px;
}
.woocommerce-checkout #payment ul.payment_methods &gt; li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods &gt; li &gt; input {
  opacity: 0;
  margin: 0;
  position: absolute;
}
.woocommerce-checkout #payment ul.payment_methods &gt; li &gt; input:checked + label:before {
  content: "\5c";
  color: #222;
}
.woocommerce-checkout #payment ul.payment_methods &gt; li &gt; label {
  display: inline-block;
  color: #222;
  position: relative;
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
  padding-left: 32px;
}
.woocommerce-checkout #payment ul.payment_methods &gt; li &gt; label a,
.woocommerce-checkout #payment ul.payment_methods &gt; li &gt; label img {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods &gt; li &gt; label:before {
  content: "\5b";
  font-family: ElegantIcons;
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-weight: 400;
  color: #eaeaea;
}
.woocommerce-order-received .order_details strong {
  font-weight: 400;
}
.woocommerce-order-received h2,
.woocommerce-order-received h3 {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-order-received address {
  font-style: normal;
  font-weight: 400;
}
.woocommerce-order-received .addresses {
  margin: 0 -15px;
}
.woocommerce-order-received .addresses .col-1,
.woocommerce-order-received .addresses .col-2 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.woocommerce-order-received .addresses:after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-order-received table.shop_table {
  padding: 0;
  border: none;
  border-bottom: none;
  background-color: transparent;
  margin: 0 0 60px;
}
.woocommerce-order-received table.shop_table th {
  color: #000;
}
.woocommerce-order-received table.shop_table th:last-child {
  text-align: left;
}
.woocommerce-order-received table.shop_table td:last-child {
  text-align: left;
}
.woocommerce-order-received table.shop_table .shipping td {
  text-align: left;
}
.woocommerce-order-received table.shop_table .order_item td {
  padding: 5px 0;
  border-bottom: none;
}
.woocommerce-order-received table.shop_table .order_item:first-child td {
  padding-top: 20px;
}
.woocommerce-order-received table.shop_table .order_item:last-child td {
  padding-bottom: 20px;
}
.woocommerce-account .woocommerce h2 {
  font-size: 20px;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row {
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .form-row label {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce .form-row .input-text {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.woocommerce-account .woocommerce .form-row .input-text:focus {
  border-color: #000;
}
.woocommerce-account .woocommerce .form-row ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row :-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row .select2-container .select2-choice {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #999;
  background-color: transparent;
}
.woocommerce-account .woocommerce .form-row .select2-container .select2-choice:focus {
  color: #000;
  border-color: #000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  list-style: none;
  padding-left: 27px;
  padding-right: 27px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #999;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  font-size: 18px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  zoom: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content:after {
  content: "";
  display: table;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content:after {
  clear: both;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content:after {
  content: "";
  display: table;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content:after {
  clear: both;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar {
  padding-right: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul {
  padding: 55px 30px;
  margin: 0;
  text-align: center;
  background-color: #f5f5f5;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1;
  color: #000;
  font-weight: 400;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-title {
  padding-top: 15px;
  padding-bottom: 40px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 35px;
  color: #000;
  font-weight: 700;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li span {
  color: #999;
  padding-right: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-button {
  margin-top: 30px;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-content {
  padding-left: 70px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders {
  font-size: 16px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders .button {
  background-color: transparent;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 40px;
  line-height: 36px;
  text-transform: none;
  font-size: 14px;
  display: block;
  margin: 5px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses {
  margin: 0 -15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-2 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses:after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .orders-title,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .billing-title {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  border: none;
  margin-top: 40px;
  margin-bottom: 100px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
  line-height: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th {
  padding-right: 30px;
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th span {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order td {
  padding: 30px 10px;
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-date,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .woocommerce-orders-table__cell-order-date {
  color: #999;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-status,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .woocommerce-orders-table__cell-order-status {
  color: #3399cc;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-actions {
  padding-top: 23px;
  padding-right: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-actions .button {
  border: 1px solid #bfbfbf;
  background-color: transparent;
  color: #000;
  line-height: 37px;
  height: 37px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination {
  margin-bottom: 80px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .billing-title {
  margin-bottom: 35px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  line-height: 1.6;
  color: #999;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details td {
  padding: 10px 15px 10px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details td.product-name {
  padding-left: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address p {
  color: #000;
}
.woocommerce-account .woocommerce .woocommerce-Addresses {
  margin: 0 -15px;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  margin-top: 33px;
  text-transform: uppercase;
  text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address address {
  color: #000;
  line-height: 2;
  font-style: normal;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-edit {
  margin-top: 25px;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-edit .edit {
  color: #0099cc;
  font-style: italic;
  font-size: 14px;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-edit .edit:hover {
  color: #f68872;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-address,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-address,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content h3,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content h3 {
  text-align: center;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1;
  width: 100%;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account {
  max-width: 630px;
  margin: auto;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account p,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account p {
  text-align: center;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text {
  line-height: 52px;
  height: 52px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .button,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .button {
  margin-top: 35px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  height: 60px;
}
.woocommerce-account.woocommerce-edit-account fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account.woocommerce-lost-password form.lost_reset_password {
  text-align: center;
}
.woocommerce-account.woocommerce-lost-password form.lost_reset_password .form-row {
  max-width: 630px;
  margin: 0 auto;
}
.woocommerce-account.woocommerce-lost-password form.lost_reset_password .form-row label {
  color: #000;
}
.woocommerce-account.woocommerce-lost-password form.lost_reset_password .form-row .button {
  margin-top: 35px;
  height: 56px;
  line-height: 56px;
}
.woocommerce-account .customer-login .tabs-nav {
  text-align: center;
  margin-bottom: 70px;
}
.woocommerce-account .customer-login .tabs-nav li {
  float: none;
  display: inline-block;
}
.woocommerce-account .customer-login .tabs-nav a {
  font-size: 24px;
  padding: 0 22px;
  font-weight: 700;
  color: #cccccc;
}
.woocommerce-account .customer-login .tabs-nav a.active {
  color: #000;
}
.woocommerce-account .customer-login .tabs-panel form {
  margin: 0;
  padding: 0;
  border: none;
  min-height: 300px;
}
.woocommerce-account .customer-login .form-row .input-text {
  padding: 10px 20px;
  text-align: left;
}
.woocommerce-account .customer-login .form-row .button {
  width: 100%;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  height: 52px;
  line-height: 52px;
}
.woocommerce-account .customer-login .form-row-password {
  position: relative;
}
.woocommerce-account .customer-login .form-row-password .lost-password {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  color: #f68872;
}
.woocommerce-account .customer-login .inline #rememberme {
  opacity: 0;
  line-height: 1;
  height: inherit;
}
.woocommerce-account .customer-login .inline #rememberme:checked + .label:before {
  content: "\e999";
}
.woocommerce-account .customer-login .inline .label {
  display: inline-block;
  color: #999999;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  padding: 0 0 0 15px;
  font-weight: 400;
}
.woocommerce-account .customer-login .inline .label:before {
  content: '\e98d';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -12px;
  color: #999;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
  margin-right: 20px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #eee;
}
.woocommerce-error strong,
.woocommerce-info strong,
.woocommerce-message strong {
  font-weight: 400;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  height: 40px;
  line-height: 40px;
}
.catalog-masonry.woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
}
.catalog-masonry.woocommerce ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}
.catalog-masonry.woocommerce ul.products li.product {
  margin-bottom: 0;
}
.catalog-masonry.woocommerce ul.products li.product .product-inner {
  display: inline-block;
}
.catalog-masonry.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 5px auto;
}
.catalog-masonry.woocommerce ul.products li.product .un-product-thumbnail {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catalog-masonry.woocommerce ul.products li.product a img {
  width: unset;
}
.catalog-masonry.woocommerce ul.products li.product:nth-child( 3n+1 ) .un-product-details,
.catalog-masonry.woocommerce ul.products li.product:nth-child( 3n ) .un-product-details {
  text-align: center;
}
.catalog-masonry.woocommerce ul.products li.product:nth-child( 3n+1 ) {
  text-align: left;
}
.catalog-masonry.woocommerce ul.products li.product:nth-child( 3n ) {
  text-align: right;
}
.catalog-sidebar .widget,
.product-sidebar .widget {
  margin-bottom: 50px;
}
.catalog-sidebar .widget:last-child,
.product-sidebar .widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.catalog-sidebar .widget .widget-title,
.product-sidebar .widget .widget-title {
  font-size: 30px;
  margin-bottom: 35px;
}
.catalog-sidebar .widget ul li,
.product-sidebar .widget ul li {
  padding: 6px 0;
}
.catalog-sidebar .widget ul li a,
.product-sidebar .widget ul li a,
.catalog-sidebar .widget ul li .count,
.product-sidebar .widget ul li .count {
  color: #999;
  font-size: 15px;
}
.catalog-sidebar .widget ul li:hover &gt; a,
.product-sidebar .widget ul li:hover &gt; a,
.catalog-sidebar .widget ul li:hover .count,
.product-sidebar .widget ul li:hover .count {
  color: #222;
}
.catalog-sidebar .widget ul li:hover &gt; a:after,
.product-sidebar .widget ul li:hover &gt; a:after {
  opacity: 1;
}
.catalog-sidebar .supro_widget_product_categories ul li a,
.product-sidebar .supro_widget_product_categories ul li a,
.catalog-sidebar .widget_product_categories ul li a,
.product-sidebar .widget_product_categories ul li a,
.catalog-sidebar .widget_layered_nav ul li a,
.product-sidebar .widget_layered_nav ul li a {
  position: relative;
  display: inline-block;
}
.catalog-sidebar .supro_widget_product_categories ul li a:after,
.product-sidebar .supro_widget_product_categories ul li a:after,
.catalog-sidebar .widget_product_categories ul li a:after,
.product-sidebar .widget_product_categories ul li a:after,
.catalog-sidebar .widget_layered_nav ul li a:after,
.product-sidebar .widget_layered_nav ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.catalog-sidebar .supro_widget_product_categories ul li:hover &gt; a:after,
.product-sidebar .supro_widget_product_categories ul li:hover &gt; a:after,
.catalog-sidebar .widget_product_categories ul li:hover &gt; a:after,
.product-sidebar .widget_product_categories ul li:hover &gt; a:after,
.catalog-sidebar .widget_layered_nav ul li:hover &gt; a:after,
.product-sidebar .widget_layered_nav ul li:hover &gt; a:after {
  opacity: 1;
}
.catalog-sidebar .widget_search,
.product-sidebar .widget_search,
.catalog-sidebar .widget_product_search,
.product-sidebar .widget_product_search {
  border-bottom: none;
  padding-bottom: 20px;
}
.catalog-sidebar .widget_search .search-form,
.product-sidebar .widget_search .search-form,
.catalog-sidebar .widget_product_search .search-form,
.product-sidebar .widget_product_search .search-form {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 12px 20px;
}
.catalog-sidebar .widget_shopping_cart_content .buttons a,
.product-sidebar .widget_shopping_cart_content .buttons a {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.catalog-sidebar .supro_widget_product_categories ul li .count,
.product-sidebar .supro_widget_product_categories ul li .count,
.catalog-sidebar .widget_product_categories ul li .count,
.product-sidebar .widget_product_categories ul li .count {
  position: relative;
  float: right;
}
.catalog-sidebar .supro_widget_product_categories ul li.current-cat &gt; a,
.product-sidebar .supro_widget_product_categories ul li.current-cat &gt; a,
.catalog-sidebar .widget_product_categories ul li.current-cat &gt; a,
.product-sidebar .widget_product_categories ul li.current-cat &gt; a,
.catalog-sidebar .supro_widget_product_categories ul li.current-cat .count,
.product-sidebar .supro_widget_product_categories ul li.current-cat .count,
.catalog-sidebar .widget_product_categories ul li.current-cat .count,
.product-sidebar .widget_product_categories ul li.current-cat .count {
  color: #222;
}
.catalog-sidebar .supro_widget_product_categories ul li.current-cat &gt; a:after,
.product-sidebar .supro_widget_product_categories ul li.current-cat &gt; a:after,
.catalog-sidebar .widget_product_categories ul li.current-cat &gt; a:after,
.product-sidebar .widget_product_categories ul li.current-cat &gt; a:after {
  opacity: 1;
}
.catalog-sidebar .supro_widget_product_categories ul li ul.children,
.product-sidebar .supro_widget_product_categories ul li ul.children,
.catalog-sidebar .widget_product_categories ul li ul.children,
.product-sidebar .widget_product_categories ul li ul.children {
  padding-top: 5px;
  padding-left: 15px;
}
.catalog-sidebar .widget.widget_layered_nav ul li,
.product-sidebar .widget.widget_layered_nav ul li {
  padding: 8px 0;
}
.catalog-sidebar .widget.widget_layered_nav ul li .count,
.product-sidebar .widget.widget_layered_nav ul li .count {
  float: right;
}
.catalog-sidebar .widget.widget_layered_nav ul li.current-cat &gt; a,
.product-sidebar .widget.widget_layered_nav ul li.current-cat &gt; a,
.catalog-sidebar .widget.widget_layered_nav ul li.chosen &gt; a,
.product-sidebar .widget.widget_layered_nav ul li.chosen &gt; a,
.catalog-sidebar .widget.widget_layered_nav ul li.current-cat .count,
.product-sidebar .widget.widget_layered_nav ul li.current-cat .count,
.catalog-sidebar .widget.widget_layered_nav ul li.chosen .count,
.product-sidebar .widget.widget_layered_nav ul li.chosen .count {
  color: #222;
}
.catalog-sidebar .widget_layered_nav_filters ul li,
.product-sidebar .widget_layered_nav_filters ul li {
  display: block;
  float: none;
  padding: 6px 0;
}
.catalog-sidebar .widget_layered_nav_filters ul li a:before,
.product-sidebar .widget_layered_nav_filters ul li a:before {
  content: '\e935';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  color: #999;
  font-size: 12px;
}
.catalog-sidebar .widget_layered_nav_filters ul li a:hover,
.product-sidebar .widget_layered_nav_filters ul li a:hover {
  color: #000;
}
.catalog-sidebar .widget_layered_nav_filters ul li a:hover:before,
.product-sidebar .widget_layered_nav_filters ul li a:hover:before {
  color: #000;
}
.catalog-sidebar .shop-widget-info ul li,
.product-sidebar .shop-widget-info ul li {
  padding: 16px 0;
}
.catalog-sidebar .shop-widget-info ul li:first-child,
.product-sidebar .shop-widget-info ul li:first-child {
  padding-top: 0;
}
.catalog-sidebar .shop-widget-info ul li:last-child,
.product-sidebar .shop-widget-info ul li:last-child {
  padding-bottom: 0;
}
.catalog-sidebar {
  max-width: 250px;
}
.catalog-full-width-layout .catalog-sidebar {
  max-width: 320px;
}
.catalog-sidebar .supro_attributes_filter ul li {
  display: block;
  width: 100%;
  margin-right: 0;
  position: relative;
}
.catalog-sidebar .supro_attributes_filter ul li a:after {
  display: none;
}
.catalog-sidebar .supro_attributes_filter ul li.show-color .swatch-color {
  width: 15px;
  height: 15px;
  display: inline-block;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.catalog-sidebar .supro_attributes_filter ul li.show-color .nav-title {
  display: inline-block;
  padding-left: 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 14px;
}
.catalog-sidebar .supro_attributes_filter ul li.show-color .count {
  display: none;
}
.catalog-sidebar .supro_attributes_filter ul li.show-color:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.catalog-sidebar .supro_attributes_filter ul li.show-color:before {
  content: '\4e';
  font-family: ElegantIcons;
  font-size: 9px;
  color: #222;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  right: 3px;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalog-sidebar .supro_attributes_filter ul li.show-label {
  display: inline-block;
  width: inherit;
  padding: 0;
}
.catalog-sidebar .supro_attributes_filter ul li.show-label a {
  display: block;
  font-size: 14px;
  color: #999;
  border: 1px solid #eaeaea;
  text-transform: uppercase;
  padding: 3px 13px;
  margin: 5px;
}
.catalog-sidebar .supro_attributes_filter ul li.show-label .count {
  display: none;
}
.catalog-sidebar .supro_attributes_filter ul li.show-label:hover a,
.catalog-sidebar .supro_attributes_filter ul li.show-label.chosen a {
  color: #222;
  border-color: #222;
}
.catalog-sidebar .supro_attributes_filter ul li.chosen .swatch-color {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog-sidebar .supro_attributes_filter ul li.chosen .swatch-color:after {
  display: none;
}
.catalog-sidebar .supro_attributes_filter ul li.chosen .nav-title {
  color: #222;
}
.catalog-sidebar .supro_attributes_filter ul li.chosen.show-color:before {
  opacity: 1;
}
.catalog-sidebar .supro_attributes_filter ul li.chosen.show-color:after {
  border-color: #222;
}
.content-sidebar .catalog-sidebar {
  float: right;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding-top: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-weight: 600;
}
.supro-catalog-page.shop-view-list ul.products li.product {
  width: 100% !important;
  float: none;
  clear: both;
  zoom: 1;
}
.supro-catalog-page.shop-view-list ul.products li.product:before,
.supro-catalog-page.shop-view-list ul.products li.product:after {
  content: "";
  display: table;
}
.supro-catalog-page.shop-view-list ul.products li.product:after {
  clear: both;
}
.supro-catalog-page.shop-view-list ul.products li.product:before,
.supro-catalog-page.shop-view-list ul.products li.product:after {
  content: "";
  display: table;
}
.supro-catalog-page.shop-view-list ul.products li.product:after {
  clear: both;
}
.supro-catalog-page.shop-view-list ul.products li.product.product-category .woocommerce-loop-category__title {
  margin-top: 0;
  font-size: 24px;
}
.supro-catalog-page.shop-view-list ul.products li.product .product-inner {
  padding-bottom: 70px;
  border-bottom: 1px solid #eaeaea;
}
.supro-catalog-page.shop-view-list ul.products li.product .product-inner:hover .footer-button {
  bottom: 0;
}
.supro-catalog-page.shop-view-list ul.products li.product:last-child .product-inner {
  border-bottom: 0;
  padding-bottom: 0;
}
.supro-catalog-page.shop-view-list ul.products li.product .supro-product-categories-thumb {
  display: block;
}
.supro-catalog-page.shop-view-list ul.products li.product .un-product-thumbnail,
.supro-catalog-page.shop-view-list ul.products li.product .supro-product-categories-thumb {
  float: left;
  margin-bottom: 0;
  width: 40%;
  padding-right: 50px;
}
.supro-catalog-page.shop-view-list ul.products li.product .un-product-thumbnail .footer-button,
.supro-catalog-page.shop-view-list ul.products li.product .supro-product-categories-thumb .footer-button {
  display: none;
}
.supro-catalog-page.shop-view-list ul.products li.product .footer-button {
  position: relative;
  bottom: 0;
}
.supro-catalog-page.shop-view-list ul.products li.product .footer-button .button,
.supro-catalog-page.shop-view-list ul.products li.product .footer-button .added_to_cart {
  background-color: #000;
  padding: 0 25px;
  height: 46px;
  line-height: 47px;
  min-width: 200px;
  text-align: center;
  color: #fff;
}
.supro-catalog-page.shop-view-list ul.products li.product .footer-button .button.loading:after,
.supro-catalog-page.shop-view-list ul.products li.product .footer-button .added_to_cart.loading:after {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 16px;
}
.supro-catalog-page.shop-view-list ul.products li.product .footer-button-shop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.supro-catalog-page.shop-view-list ul.products li.product .un-product-details,
.supro-catalog-page.shop-view-list ul.products li.product .woocommerce-loop-category__title {
  margin-top: 23px;
  width: 60%;
  float: left;
}
.supro-catalog-page.shop-view-list ul.products li.product h3 {
  margin-right: 70px;
  font-size: 24px;
}
.supro-catalog-page.shop-view-list ul.products li.product .star-rating {
  float: right;
  margin-top: -25px;
}
.supro-catalog-page.shop-view-list ul.products li.product .price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
.supro-catalog-page.shop-view-list ul.products li.product .price del,
.supro-catalog-page.shop-view-list ul.products li.product .price ins {
  font-size: 16px;
}
.supro-catalog-page.shop-view-list ul.products li.product .woocommerce-product-details__short-description {
  display: block;
  margin-top: 43px;
  margin-bottom: 34px;
}
.supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product {
  width: 50% !important;
  clear: none;
}
.supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product:last-child .product-inner {
  padding-bottom: 70px;
  border-bottom: 1px solid #eaeaea;
}
span.mb-siwc-tag {
  background-color: #f68872;
}
span.mb-siwc-tag i:before {
  font-family: 'Linearicons';
  content: '\e936';
  font-size: 12px;
  color: #fff;
}
div.mb-siwc-popup div.mb-siwc-popup-inner,
div.mb-siwc-popup div.mb-siwc-popup-inner a,
div.mb-siwc-popup div.mb-siwc-popup-inner h1,
div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
  text-align: left;
}
div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
  font-size: 16px;
  color: #999999;
}
div.mb-siwc-popup div.mb-siwc-popup-inner a,
div.mb-siwc-popup div.mb-siwc-popup-inner a:hover {
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  color: #000;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.pswp .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.pswp .video-wrapper iframe,
.pswp .video-wrapper .wp-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pswp .video-wrapper iframe:-webkit-full-screen {
  -webkit-transform: none;
          transform: none;
}
.customer-login .col-login .tabs {
  max-width: 370px;
  margin: 0 auto;
}
.customer-login .wp-social-login-widget {
  margin-top: 50px;
}
.woocommerce .nsl-container {
  margin-top: 40px;
}
.woocommerce div.nsl-container-block .nsl-container-buttons a {
  max-width: 100%;
}
.wp-social-login-widget .wp-social-login-connect-with {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.wp-social-login-widget .wp-social-login-provider-list {
  padding: 0;
  margin: 0 -5px;
}
.wp-social-login-widget .wp-social-login-provider-list:after {
  content: "";
  display: block;
  clear: both;
}
.wp-social-login-widget .wp-social-login-provider {
  width: 85px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  float: left;
  background-color: #cccccc;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin: 5px;
}
.wp-social-login-widget .wp-social-login-provider:before {
  font-family: ElegantIcons;
  content: "\e093";
  font-size: 18px;
  color: #fff;
}
.wp-social-login-widget .wp-social-login-provider img {
  display: none;
}
.wp-social-login-widget .wp-social-login-provider-facebook {
  background-color: #185381;
}
.wp-social-login-widget .wp-social-login-provider-google {
  background-color: #d62d20;
}
.wp-social-login-widget .wp-social-login-provider-google:before {
  content: "\e096";
}
.wp-social-login-widget .wp-social-login-provider-twitter {
  background-color: #429cd6;
}
.wp-social-login-widget .wp-social-login-provider-twitter:before {
  content: "\e097";
}
.wp-social-login-widget .wp-social-login-provider-wordpress {
  background-color: #000;
}
.wp-social-login-widget .wp-social-login-provider-wordpress:before {
  content: "\e099";
}
.wp-social-login-widget .wp-social-login-provider-wordpress {
  background-color: #000;
}
.wp-social-login-widget .wp-social-login-provider-wordpress:before {
  content: "\e099";
}
.wp-social-login-widget .wp-social-login-provider-yahoo {
  background-color: #430297;
}
.wp-social-login-widget .wp-social-login-provider-yahoo:before {
  font-family: FontAwesome;
  content: "\f19e";
}
.wp-social-login-widget .wp-social-login-provider-linkedin {
  background-color: #0077b5;
}
.wp-social-login-widget .wp-social-login-provider-linkedin:before {
  content: "\e09d";
}
.wp-social-login-widget .wp-social-login-provider-disqus:hover,
.wp-social-login-widget .wp-social-login-provider-goodreads:hover,
.wp-social-login-widget .wp-social-login-provider-500px:hover,
.wp-social-login-widget .wp-social-login-provider-skyrock:hover,
.wp-social-login-widget .wp-social-login-provider-mixi:hover,
.wp-social-login-widget .wp-social-login-provider-mailru:hover,
.wp-social-login-widget .wp-social-login-provider-yandex:hover,
.wp-social-login-widget .wp-social-login-provider-aol:hover,
.wp-social-login-widget .wp-social-login-provider-live:hover,
.wp-social-login-widget .wp-social-login-provider-pixelpin:hover {
  background-color: #999;
}
.wp-social-login-widget .wp-social-login-provider-disqus img,
.wp-social-login-widget .wp-social-login-provider-goodreads img,
.wp-social-login-widget .wp-social-login-provider-500px img,
.wp-social-login-widget .wp-social-login-provider-skyrock img,
.wp-social-login-widget .wp-social-login-provider-mixi img,
.wp-social-login-widget .wp-social-login-provider-mailru img,
.wp-social-login-widget .wp-social-login-provider-yandex img,
.wp-social-login-widget .wp-social-login-provider-aol img,
.wp-social-login-widget .wp-social-login-provider-live img,
.wp-social-login-widget .wp-social-login-provider-pixelpin img {
  display: inline-block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: 18px;
}
.wp-social-login-widget .wp-social-login-provider-disqus:before,
.wp-social-login-widget .wp-social-login-provider-goodreads:before,
.wp-social-login-widget .wp-social-login-provider-500px:before,
.wp-social-login-widget .wp-social-login-provider-skyrock:before,
.wp-social-login-widget .wp-social-login-provider-mixi:before,
.wp-social-login-widget .wp-social-login-provider-mailru:before,
.wp-social-login-widget .wp-social-login-provider-yandex:before,
.wp-social-login-widget .wp-social-login-provider-aol:before,
.wp-social-login-widget .wp-social-login-provider-live:before,
.wp-social-login-widget .wp-social-login-provider-pixelpin:before {
  display: none;
}
.wp-social-login-widget .wp-social-login-provider-instagram {
  background-color: #fb3958;
}
.wp-social-login-widget .wp-social-login-provider-instagram:before {
  content: "\e09a";
}
.wp-social-login-widget .wp-social-login-provider-reddit {
  background-color: #FF5700;
}
.wp-social-login-widget .wp-social-login-provider-reddit:before {
  font-family: FontAwesome;
  content: "\f281";
}
.wp-social-login-widget .wp-social-login-provider-foursquare {
  background-color: #40B3DF;
}
.wp-social-login-widget .wp-social-login-provider-foursquare:before {
  font-family: FontAwesome;
  content: "\f180";
}
.wp-social-login-widget .wp-social-login-provider-lastfm {
  background-color: #c3000d;
}
.wp-social-login-widget .wp-social-login-provider-lastfm:before {
  font-family: FontAwesome;
  content: "\f202";
}
.wp-social-login-widget .wp-social-login-provider-tumblr {
  background-color: #36465d;
}
.wp-social-login-widget .wp-social-login-provider-tumblr:before {
  content: "\e097";
}
.wp-social-login-widget .wp-social-login-provider-stackoverflow {
  background-color: #ef8236;
}
.wp-social-login-widget .wp-social-login-provider-stackoverflow:before {
  font-family: FontAwesome;
  content: "\f16c";
}
.wp-social-login-widget .wp-social-login-provider-github {
  background-color: #000;
}
.wp-social-login-widget .wp-social-login-provider-github:before {
  font-family: FontAwesome;
  content: "\f113";
}
.wp-social-login-widget .wp-social-login-provider-dribbble {
  background-color: #c73b6f;
}
.wp-social-login-widget .wp-social-login-provider-dribbble:before {
  content: "\e09b";
}
.wp-social-login-widget .wp-social-login-provider-steam {
  background-color: #000;
}
.wp-social-login-widget .wp-social-login-provider-steam:before {
  font-family: FontAwesome;
  content: "\f1b6";
}
.wp-social-login-widget .wp-social-login-provider-twitchtv {
  background-color: #6441a5;
}
.wp-social-login-widget .wp-social-login-provider-twitchtv:before {
  font-family: FontAwesome;
  content: "\f1e8";
}
.wp-social-login-widget .wp-social-login-provider-vkontakte {
  background-color: #4c75a3;
}
.wp-social-login-widget .wp-social-login-provider-vkontakte:before {
  font-family: FontAwesome;
  content: "\f189";
}
.wp-social-login-widget .wp-social-login-provider-odnoklassniki {
  background-color: #ec7a06;
}
.wp-social-login-widget .wp-social-login-provider-odnoklassniki:before {
  font-family: FontAwesome;
  content: "\f263";
}
.indent-text {
  text-indent: -9999px;
  display: block;
  width: 0;
  height: 0;
}
.supro-catalog-sorting-mobile {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: none;
  padding-bottom: 65px;
  z-index: 999999;
}
.supro-catalog-sorting-mobile.sort-by-active {
  display: block;
}
.supro-catalog-sorting-mobile .woocommerce-ordering {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  padding: 0;
  list-style: none;
  max-width: 500px;
  margin: auto;
}
.supro-catalog-sorting-mobile .woocommerce-ordering li {
  margin-bottom: 0;
}
.supro-catalog-sorting-mobile .woocommerce-ordering .current &gt; span {
  display: none;
}
.supro-catalog-sorting-mobile .woocommerce-ordering .cancel-ordering {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.supro-catalog-sorting-mobile .woocommerce-ordering .cancel-ordering a {
  font-size: 16px;
  font-weight: 500;
}
.supro-catalog-sorting-mobile .woocommerce-ordering ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.supro-catalog-sorting-mobile .woocommerce-ordering ul li {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
.supro-catalog-sorting-mobile .woocommerce-ordering ul li a {
  font-size: 16px;
}
.supro-catalog-sorting-mobile .woocommerce-ordering ul li a.active {
  color: #f68872;
}
.shop-bottombar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}
.shop-bottombar .shop-bottombar-content {
  position: relative;
}
.shop-bottombar .filters-bottom {
  position: absolute;
  bottom: 100px;
  right: -135px;
}
.shop-bottombar .filters-bottom .filters {
  position: relative;
  right: -100%;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
}
.shop-bottombar .filters-bottom .filters i {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
.shop-bottombar .filters-bottom .filters.not-viewport,
.shop-bottombar .filters-bottom .filters.active {
  opacity: 0;
}
.shop-bottombar .shop-filter-actived {
  display: none;
}
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dd p {
  margin-top: 0;
}
.woocommerce-store-notice,
p.demo_store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  top: auto !important;
}
.woocommerce .select2-dropdown,
.select2-dropdown {
  z-index: 9999999;
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products.columns-10 li.product {
    width: 10%;
  }
  .woocommerce ul.products.columns-9 li.product {
    width: 11.11111111%;
  }
  .woocommerce ul.products.columns-8 li.product {
    width: 12.5%;
  }
  .woocommerce ul.products.columns-7 li.product {
    width: 14.28571429%;
  }
  .woocommerce ul.products.columns-6 li.product {
    width: 16.66666667%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33333333%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-1 li.product {
    width: 100%;
  }
}
.woocommerce .yith-wcwl-add-button &gt; a i {
  margin: 0;
}
.woocommerce .wishlist_table.mobile {
  padding-left: 0;
  margin: 0;
}
.woocommerce .wishlist_table.mobile li {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.woocommerce .wishlist_table.mobile li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 400;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
  width: 100%;
  margin: 0;
  color: #777;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table tr {
  padding: 5px 0;
  border: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td {
  padding: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.label {
  font-weight: 400;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper {
  margin-left: 75px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info {
  width: 100%;
  margin: 0;
  color: #777;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info tr {
  padding: 5px 0;
  border: 0;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td {
  padding: 0;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td.label {
  font-weight: 400;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .actions &gt; div {
  margin-right: 10px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  margin-bottom: 0;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
  font-size: 10px;
  padding: 0 20px !important;
  height: 32px;
  line-height: 34px;
  margin: 0 !important;
  display: block !important;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #777;
  font-size: 14px;
}
#woocommerce-coupon-data ul.wc-tabs,
#woocommerce-product-data ul.wc-tabs {
  width: unset;
  float: none;
  border-right: 0;
  background-color: transparent;
}
#woocommerce-coupon-data ul.wc-tabs li a,
#woocommerce-product-data ul.wc-tabs li a {
  border-bottom: 0;
}
#woocommerce-coupon-data ul.wc-tabs li a::before,
#woocommerce-product-data ul.wc-tabs li a::before {
  display: none;
}
#woocommerce-coupon-data ul.wc-tabs li.active a,
#woocommerce-product-data ul.wc-tabs li.active a {
  background-color: transparent;
}
.rev-btn {
  font-family: 'Cerebri Sans', Arial, sans-serif;
}
.site-content .vc_col-has-fill &gt; .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row-full-width + .vc_row &gt; .vc_column_container &gt; .vc_column-inner,
.site-content .vc_row-has-fill + .vc_row &gt; .vc_column_container &gt; .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row &gt; .vc_row &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner,
.site-content .vc_row-has-fill + .vc_vc_row_inner &gt; .vc_row &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner,
.site-content .vc_row-has-fill &gt; .vc_column_container &gt; .vc_column-inner,
.site-content .vc_row-has-fill &gt; .vc_row &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner,
.site-content .vc_row-has-fill &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner,
.site-content .vc_section.vc_section-has-fill,
.site-content .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.site-content .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}
.vc_section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row {
  background-position: center;
}
.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row &gt; .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.overlay-enable {
  position: relative;
}
.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.vc_row.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}
.vc_row.vc_row-flex &gt; .container-fluid {
  width: 100%;
}
.vc_row.vc_row-flex &gt; .container &gt; .row,
.vc_row.vc_row-flex &gt; .container-fluid &gt; .row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex &gt; .container &gt; .row &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-flex &gt; .container-fluid &gt; .row &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.vc_row.vc_row-flex &gt; .container &gt; .row:after,
.vc_row.vc_row-flex &gt; .container-fluid &gt; .row:after,
.vc_row.vc_row-flex &gt; .container &gt; .row:before,
.vc_row.vc_row-flex &gt; .container-fluid &gt; .row:before {
  display: none;
}
.vc_row.vc_row-o-columns-top &gt; .container &gt; .row,
.vc_row.vc_row-o-columns-top &gt; .container-fluid &gt; .row {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.vc_row.vc_row-o-columns-middle &gt; .container &gt; .row,
.vc_row.vc_row-o-columns-middle &gt; .container-fluid &gt; .row {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-columns-bottom &gt; .container &gt; .row,
.vc_row.vc_row-o-columns-bottom &gt; .container-fluid &gt; .row {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-equal-height &gt; .container &gt; .row .vc_column_container,
.vc_row.vc_row-o-equal-height &gt; .container-fluid &gt; .row .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-o-content-top &gt; .container &gt; .row &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-o-content-top &gt; .container-fluid &gt; .row &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
       justify-content: flex-start;
}
.vc_row.vc_row-o-content-middle &gt; .container &gt; .row &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-o-content-middle &gt; .container-fluid &gt; .row &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}
.vc_row.vc_row-o-content-bottom &gt; .container &gt; .row &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-o-content-bottom &gt; .container-fluid &gt; .row &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.vc_row.supro-vc-container {
  margin: auto;
}
.supro-banner-grid__gap-0 {
  margin: 0;
}
.supro-banner-grid__gap-0 .banner-grid__banner {
  padding: 0;
}
.supro-banner-grid__gap-1 {
  margin: -0.5px;
}
.supro-banner-grid__gap-1 .banner-grid__banner {
  padding: 0.5px;
}
.supro-banner-grid__gap-2 {
  margin: -1px;
}
.supro-banner-grid__gap-2 .banner-grid__banner {
  padding: 1px;
}
.supro-banner-grid__gap-3 {
  margin: -1.5px;
}
.supro-banner-grid__gap-3 .banner-grid__banner {
  padding: 1.5px;
}
.supro-banner-grid__gap-4 {
  margin: -2px;
}
.supro-banner-grid__gap-4 .banner-grid__banner {
  padding: 2px;
}
.supro-banner-grid__gap-5 {
  margin: -2.5px;
}
.supro-banner-grid__gap-5 .banner-grid__banner {
  padding: 2.5px;
}
.supro-banner-grid__gap-10 {
  margin: -5px;
}
.supro-banner-grid__gap-10 .banner-grid__banner {
  padding: 5px;
}
.supro-banner-grid__gap-15 {
  margin: -7.5px;
}
.supro-banner-grid__gap-15 .banner-grid__banner {
  padding: 7.5px;
}
.supro-banner-grid__gap-20 {
  margin: -10px;
}
.supro-banner-grid__gap-20 .banner-grid__banner {
  padding: 10px;
}
.supro-banner-grid__gap-25 {
  margin: -12.5px;
}
.supro-banner-grid__gap-25 .banner-grid__banner {
  padding: 12.5px;
}
.supro-banner-grid__gap-30 {
  margin: -15px;
}
.supro-banner-grid__gap-30 .banner-grid__banner {
  padding: 15px;
}
.supro-medium {
  font-weight: 500;
}
.supro-regular {
  font-weight: 400;
}
.supro-light {
  font-weight: 300;
}
.supro-empty-space .supro_empty_space_md,
.supro-empty-space .supro_empty_space_xs {
  display: none;
}
.supro-heading .subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #bbbbbb;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.supro-heading .title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 43px;
  position: relative;
}
.supro-heading .title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
}
.supro-button a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
}
.supro-button.flat a {
  border: 2px solid #222;
  height: 50px;
  line-height: 45px;
  padding: 0 40px;
}
.supro-button.border-bottom a {
  padding-bottom: 5px;
  font-size: 12px;
}
.supro-button.border-bottom a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}
.supro-button.color-light a {
  color: #fff;
}
.supro-button.color-light.flat a {
  border: 2px solid #fff;
}
.supro-button.color-light.border-bottom a:after {
  background-color: #fff;
}
.supro-icons-box {
  padding: 40px 80px;
  background-color: #fff;
  color: #999999;
}
.supro-icons-box.box-shadow {
  -webkit-box-shadow: 0 30px 70px 0 #f2f3f5;
          box-shadow: 0 30px 70px 0 #f2f3f5;
}
.supro-icons-box.no-space {
  padding-left: 0;
  padding-right: 0;
}
.supro-icons-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.supro-icons-box .box-wrapper {
  margin-left: 35px;
}
.supro-icons-box .box-title {
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.supro-icons-box i {
  color: #f68872;
  font-size: 24px;
  float: left;
  line-height: 1;
}
.supro-icons-box .desc {
  font-size: 15px;
}
.supro-images-box .box-content {
  text-align: center;
}
.supro-images-box .box-content &gt; .supro-link {
  display: block;
  margin: auto;
}
.supro-images-box img {
  margin: auto;
}
.supro-images-box .subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
}
.supro-images-box h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.supro-images-box--grid .supro-box {
  margin-bottom: 40px;
}
.supro-images-box--grid .box-content .supro-link {
  margin-bottom: 10px;
}
.supro-images-box--carousel .box-content {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
.supro-images-box--carousel .box-content:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 40px 70px 0 #eeeff1;
          box-shadow: 0 40px 70px 0 #eeeff1;
}
.supro-images-box--carousel .slick-arrow {
  font-size: 18px;
  color: #1a1a1a;
  top: 95px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.supro-images-box--carousel .supro-left-arrow {
  left: -3px;
}
.supro-images-box--carousel .supro-right-arrow {
  right: -3px;
}
@media (min-width: 992px) {
  .supro-images-box--grid.supro-images-box--4-columns .supro-box:nth-child(4n+1),
  .supro-images-box--grid.supro-images-box--3-columns .supro-box:nth-child(3n+1),
  .supro-images-box--grid.supro-images-box--2-columns .supro-box:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .supro-images-box--grid.supro-images-box .supro-box:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 414px) {
  .supro-images-box--grid.supro-images-box .supro-box {
    width: 100%;
  }
}
.supro-images .image-item {
  margin-bottom: 30px;
}
.supro-latest-post .blog-wrapper .entry-thumbnail {
  margin-bottom: 15px;
}
.supro-latest-post .blog-wrapper .blog-thumb {
  display: block;
}
.supro-latest-post .read-more {
  font-size: 12px;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  padding-top: 10px;
}
.supro-latest-post .read-more:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}
.supro-latest-post.style-2 {
  color: #222;
}
.supro-latest-post.style-2 .entry-summary {
  background-color: #fff;
  padding: 32px 30px;
}
.supro-latest-post.style-2 .entry-header {
  margin-bottom: 20px;
}
.supro-latest-post.style-2 .excerpt {
  font-size: 16px;
  padding-bottom: 10px;
}
.supro-latest-post.style-2 .blog-wrapper {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.supro-latest-post.style-2 .blog-wrapper .entry-thumbnail {
  margin-bottom: 0;
}
.supro-latest-post.style-2 .blog-wrapper:hover {
  -webkit-box-shadow: 0 40px 70px 0 #eeeff1;
          box-shadow: 0 40px 70px 0 #eeeff1;
}
.supro-products h3 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 5px;
}
.supro-products .product-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
.supro-products .section-title,
.supro-products .nav-filter {
  margin-bottom: 35px;
}
.supro-products .product-wrapper {
  position: relative;
}
.supro-products .load-more {
  padding-bottom: 45px;
}
.supro-products .product-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
}
.supro-products .product-loading span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.supro-products.loading .product-loading {
  opacity: 1;
  z-index: 999;
}
.supro-products-carousel .product-header {
  margin-bottom: 30px;
}
.supro-products-carousel.style-2 .product-header {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
.supro-products-carousel.style-2 ul.nav-filter {
  margin-bottom: 30px;
  margin: 0 -22px;
}
.supro-products-carousel.style-2 ul.nav-filter li {
  padding: 0 22px;
}
.supro-products-carousel .product-wrapper .woocommerce ul.products li.product {
  clear: none;
}
.supro-products-carousel .woocommerce ul.products {
  position: relative;
  display: block;
}
.supro-products-carousel .slick-arrow {
  font-size: 36px;
  color: #ccc;
  top: 36%;
  left: -62px;
}
.supro-products-carousel .slick-arrow:hover {
  color: #222;
}
.supro-products-carousel .slick-arrow.supro-right-arrow {
  left: auto;
  right: -62px;
}
.supro-products-carousel .product-loading {
  left: -15px;
  right: -15px;
}
.supro-products-grid .product-btn {
  margin-top: 20px;
  text-align: center;
}
.supro-products-grid .product-btn a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: 0.75px;
}
.supro-products-grid .product-btn a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
}
.supro-products-grid a.ajax-load-products {
  position: relative;
  display: inline-block;
}
.supro-products-grid a.ajax-load-products .button-text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: 0.75px;
}
.supro-products-grid a.ajax-load-products .button-text:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
}
.supro-products-grid a.ajax-load-products .loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.supro-products-grid a.ajax-load-products .loading-icon .loading-text {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
}
.supro-products-grid a.ajax-load-products .loading-icon .su-icon {
  display: inline-block;
  font-size: 24px;
}
.supro-products-grid a.ajax-load-products.loading .loading-icon {
  opacity: 1;
  z-index: 999;
  display: block;
}
.supro-products-grid a.ajax-load-products.loading .button-text {
  opacity: 0;
}
.supro-products-grid .woocommerce ul.products li.product .price,
.supro-products-grid .woocommerce ul.products li.product .price ins {
  font-weight: 400;
}
.supro-products-grid.style-1.load-more-enabled div.load-more,
.supro-products-grid.style-4.load-more-enabled div.load-more {
  padding-bottom: 50px;
}
.supro-products-grid.style-2 .product-header {
  display: block;
  text-align: center;
}
.supro-products-grid.style-2 ul.nav-filter {
  margin-bottom: 50px;
  margin: 0 -22px;
}
.supro-products-grid.style-2 ul.nav-filter li {
  padding: 0 22px;
}
.supro-products-grid.style-2 .woocommerce ul.products li.product .un-product-details {
  text-align: center;
}
.supro-products-grid.style-2 .woocommerce ul.products li.product .star-rating {
  margin: auto;
  margin-bottom: 5px;
}
.supro-products-grid.style-2 .woocommerce ul.products li.product .footer-button {
  background-color: #e2f0f8;
  padding: 8px 30px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}
.supro-products-grid.style-2 .load-more {
  padding-top: 30px;
}
.supro-products-grid.style-2 a.ajax-load-products .button-text {
  color: #fff;
  height: 50px;
  line-height: 50px;
  background-color: #f68872;
  padding: 0 30px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}
.supro-products-grid.style-2 a.ajax-load-products .button-text:after {
  display: none;
}
.supro-products-grid.style-2 a.ajax-load-products .loading-icon .loading-text {
  display: none;
}
.supro-products-grid.style-3 .product-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.supro-products-grid.style-3 .section-title {
  margin-bottom: 90px;
  text-align: center;
}
.supro-products-grid.style-3 .product-btn {
  margin-top: 0;
  margin-bottom: 40px;
}
.supro-products-grid.style-4 .product-header {
  display: block;
  text-align: center;
  margin-bottom: 85px;
}
.supro-products-grid.style-4 ul.nav-filter li {
  font-size: 24px;
  padding-left: 32px;
  padding-right: 32px;
}
.supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n ) {
  padding-left: 85px;
}
.supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n + 1 ) {
  padding-right: 85px;
}
.supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n + 2 ) {
  padding-left: 50px;
  padding-right: 50px;
}
.supro-banner-grid .banner-url {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.supro-banner-grid .banner-url:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.supro-banner-grid img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.supro-banner-grid span {
  display: block;
  line-height: 1;
}
.supro-banner-grid .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
}
.supro-banner-grid .subtitle {
  color: #999999;
  font-size: 16px;
}
.supro-banner-grid .banner-btn {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 2px solid #222;
  display: inline-block;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding-bottom: 5px;
}
.supro-banner-grid .banner-content {
  position: absolute;
}
.supro-banner-grid .desc {
  line-height: 1.8;
  margin-bottom: 42px;
  color: #000;
}
.supro-banner-grid.position-top-center .banner-content,
.supro-banner-grid.position-top-left .banner-content,
.supro-banner-grid.position-top-right .banner-content {
  top: 50px;
}
.supro-banner-grid.position-top-center .banner-content,
.supro-banner-grid.position-bottom-center .banner-content {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.supro-banner-grid.position-center-left .banner-content,
.supro-banner-grid.position-center-right .banner-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.supro-banner-grid.position-center-center .banner-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.supro-banner-grid.btn-style-2 .banner-btn {
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 0 30px;
  background-color: #f68872;
  border: none;
}
.supro-banner-grid.style-2 .title {
  margin-bottom: 20px;
}
.supro-banner-grid.style-2 .subtitle {
  font-size: 12px;
}
.supro-banner-grid.style-3 .title {
  font-size: 30px;
  margin-bottom: 43px;
}
.supro-banner-grid-2 {
  position: relative;
  overflow: hidden;
}
.supro-banner-grid-2 .banner-grid__banner {
  position: relative;
  float: left;
  height: 50%;
}
.supro-banner-grid-2 .banner-grid__banner:hover .banner-image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.supro-banner-grid-2 .banner-grid__link {
  display: block;
  overflow: hidden;
  height: 100%;
}
.supro-banner-grid-2 .banner-grid__banner1,
.supro-banner-grid-2 .banner-grid__banner2 {
  width: 50%;
}
.supro-banner-grid-2 .banner-grid__banner3 {
  width: 32.2%;
}
.supro-banner-grid-2 .banner-grid__banner4 {
  width: 67.8%;
}
.supro-banner-grid-2 .banner-content {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 45px;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  text-align: center;
}
.supro-banner-grid-2 .banner-content span {
  display: block;
}
.supro-banner-grid-2 .banner-image {
  display: block;
  height: 100%;
  background-position: center;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.supro-banner-grid-2 .banner-title {
  font-size: 30px;
  font-weight: 700;
}
.supro-banner-grid-2 .banner-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.supro-banner-grid-3 .banner-group {
  margin: -5px;
  zoom: 1;
}
.supro-banner-grid-3 .banner-group:before,
.supro-banner-grid-3 .banner-group:after {
  content: "";
  display: table;
}
.supro-banner-grid-3 .banner-group:after {
  clear: both;
}
.supro-banner-grid-3 .banner-group:before,
.supro-banner-grid-3 .banner-group:after {
  content: "";
  display: table;
}
.supro-banner-grid-3 .banner-group:after {
  clear: both;
}
.supro-banner-grid-3 .banner-grid__banner {
  float: left;
  height: 360px;
  padding: 5px;
  width: 25%;
}
.supro-banner-grid-3 .banner-grid__banner.banner-w {
  width: 50%;
}
.supro-banner-grid-3 .banner-grid__banner .banner-image {
  display: block;
  height: 100%;
  background-position: center;
  -webkit-transition: 0.7s;
          transition: 0.7s;
}
.supro-banner-grid-3 .banner-grid__banner .banner-subtitle {
  font-size: 12px;
  color: #999;
  display: block;
  letter-spacing: 0.75px;
}
.supro-banner-grid-3 .banner-grid__banner .banner-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  display: block;
  line-height: 1.4;
}
.supro-banner-grid-3 .banner-grid__banner .banner-content {
  position: absolute;
  z-index: 99;
}
.supro-banner-grid-3 .banner-grid__banner .banner-grid__link {
  overflow: hidden;
  display: block;
  height: 100%;
  position: relative;
}
.supro-banner-grid-3 .banner-grid__banner .banner-grid__link:hover .banner-image {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
.supro-banner-grid-3 .banner-grid__banner.banner-top-left .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-center-left .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-bottom-left .banner-content {
  left: 60px;
}
.supro-banner-grid-3 .banner-grid__banner.banner-top-right .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-center-right .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-bottom-right .banner-content {
  right: 60px;
  text-align: right;
}
.supro-banner-grid-3 .banner-grid__banner.banner-top-center .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-center-center .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-bottom-center .banner-content {
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
.supro-banner-grid-3 .banner-grid__banner.banner-top-left .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-top-right .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-top-center .banner-content {
  top: 55px;
}
.supro-banner-grid-3 .banner-grid__banner.banner-bottom-left .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-bottom-right .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-bottom-center .banner-content {
  bottom: 55px;
}
.supro-banner-grid-3 .banner-grid__banner.banner-center-left .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-center-right .banner-content,
.supro-banner-grid-3 .banner-grid__banner.banner-center-center .banner-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.supro-banner-grid-4 .banner-group {
  zoom: 1;
  margin: -15px;
}
.supro-banner-grid-4 .banner-group:before,
.supro-banner-grid-4 .banner-group:after {
  content: "";
  display: table;
}
.supro-banner-grid-4 .banner-group:after {
  clear: both;
}
.supro-banner-grid-4 .banner-group:before,
.supro-banner-grid-4 .banner-group:after {
  content: "";
  display: table;
}
.supro-banner-grid-4 .banner-group:after {
  clear: both;
}
.supro-banner-grid-4 .banner-grid__banner {
  float: left;
  padding: 15px;
}
.supro-banner-grid-4 .banner-grid__banner .banner-image {
  display: block;
  -webkit-transition: 0.7s;
          transition: 0.7s;
}
.supro-banner-grid-4 .banner-grid__banner .banner-subtitle {
  font-size: 16px;
  color: #999;
  display: block;
}
.supro-banner-grid-4 .banner-grid__banner .banner-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  display: block;
  line-height: 1.4;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.supro-banner-grid-4 .banner-grid__banner .banner-content {
  position: absolute;
  z-index: 99;
  top: 25px;
  left: 40px;
  right: 40px;
}
.supro-banner-grid-4 .banner-grid__banner .banner-grid__link {
  overflow: hidden;
  display: block;
  position: relative;
}
.supro-banner-grid-4 .banner-grid__banner .banner-grid__link:hover .banner-image {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.supro-banner-grid-4 .banner-grid__banner .banner-grid__link:hover .banner-title {
  color: #f68872;
}
.supro-product-banner {
  color: #222;
}
.supro-product-banner .banner-url {
  display: block;
  position: relative;
}
.supro-product-banner .banner-url:hover .title {
  color: #f68872;
}
.supro-product-banner .banner-content {
  text-align: left;
}
.supro-product-banner span {
  display: block;
  line-height: 1.2;
}
.supro-product-banner .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  white-space: pre-line;
}
.supro-product-banner .price {
  color: #999999;
  font-size: 16px;
  margin-bottom: 40px;
}
.supro-product-banner .banner-btn {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 2px solid #222;
  display: inline-block;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  padding-bottom: 5px;
}
.supro-product-banner .banner-group {
  margin-bottom: 150px;
}
.supro-product-banner .banner-group:last-child {
  margin-bottom: 0;
}
.supro-product-banner .banner-group .banner-url.odd-banner {
  text-align: left;
  margin-top: 100px;
  float: left;
}
.supro-product-banner .banner-group .banner-url.odd-banner .title {
  font-size: 24px;
  margin-bottom: 22px;
}
.supro-product-banner .banner-group .banner-url.odd-banner .price {
  margin-bottom: 22px;
}
.supro-product-banner .banner-group .banner-url.odd-banner .banner-content {
  margin-top: -20px;
  padding-left: 20px;
}
.supro-product-banner .banner-group .banner-url.even-banner {
  padding-left: 130px;
  float: right;
}
.supro-product-banner .banner-group .banner-url.even-banner .banner-content {
  position: absolute;
  left: 0;
  top: 55px;
}
.supro-product-banner .banner-group:nth-child( 2n ) .banner-url.odd-banner {
  float: right;
}
.supro-product-banner .banner-group:nth-child( 2n ) .banner-url.even-banner {
  float: left;
}
.supro-product-banner.odd-banner-finished .banner-group:last-child .banner-url.odd-banner {
  float: left;
  margin-top: 0;
}
.supro-product-banner2.style-1.text-align-left {
  text-align: left;
}
.supro-product-banner2.style-1.text-align-right {
  text-align: right;
}
.supro-product-banner2.style-1.text-align-center {
  text-align: center;
}
.supro-product-banner2.style-1 .banner-wrapper {
  text-align: left;
}
.supro-product-banner2 .banner-wrapper {
  display: inline-block;
}
.supro-product-banner2 .banner-wrapper:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.supro-product-banner2 .banner-url {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}
.supro-product-banner2 img {
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
.supro-product-banner2 .title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}
.supro-product-banner2.style-2 .banner-url {
  margin-bottom: 25px;
}
.supro-product-banner2.style-2 .title {
  margin-bottom: 5px;
}
.supro-product-banner3 .banner-image {
  display: block;
  -webkit-transition: 0.7s;
          transition: 0.7s;
}
.supro-product-banner3 .banner-subtitle {
  font-size: 16px;
  color: #999;
  display: block;
}
.supro-product-banner3 .banner-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  display: block;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin: 0;
}
.supro-product-banner3 .banner-content {
  position: absolute;
  z-index: 99;
  top: 25px;
  left: 40px;
  right: 40px;
}
.supro-product-banner3 .banner-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
}
.supro-product-banner3 .banner-wrapper:hover .banner-image {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.supro-product-banner3 .banner-wrapper:hover .banner-title {
  color: #f68872;
}
.supro-sale-product {
  padding: 150px 0;
  background-position: center;
}
.supro-sale-product .title,
.supro-sale-product .price {
  font-size: 18px;
  color: #999;
}
.supro-sale-product .title span,
.supro-sale-product .price span {
  display: inline-block;
}
.supro-sale-product .price {
  font-weight: 500;
}
.supro-sale-product .title {
  padding-bottom: 12px;
  font-weight: 300;
}
.supro-sale-product .regular-price {
  color: #bbb;
  padding-right: 20px;
  text-decoration: line-through;
}
.supro-sale-product .sale-price {
  color: #222;
  margin-bottom: 23px;
}
.supro-sale-product .product-name {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 16px;
}
.supro-sale-product .onsale {
  font-size: 13px;
  color: #fff;
  margin-bottom: 50px;
}
.supro-sale-product .onsale .percentage {
  font-weight: 700;
}
.supro-sale-product .onsale &gt; span {
  display: inline-block;
  background-color: #f68872;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 2px 10px;
}
.supro-sale-product .supro-countdown {
  display: inline-block;
  background-color: #fff;
  padding: 18px 40px;
  -webkit-box-shadow: 0 36px 68px 0 #f3f3f3;
          box-shadow: 0 36px 68px 0 #f3f3f3;
}
.supro-sale-product .button-section {
  margin-top: 50px;
}
.supro-sale-product .button-section a {
  font-size: 12px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 3px;
  letter-spacing: 0.5px;
}
.supro-sale-product .button-section a:after {
  background-color: #222;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.supro-sale-product.style-1 .flip-clock-wrapper {
  margin-right: 0;
  margin-left: 0;
}
.supro-sale-product .flip-clock-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}
.supro-sale-product .flip-clock-wrapper .flip-wrapper {
  padding: 0 12px;
  text-align: center;
}
.supro-sale-product .flip-clock-wrapper .flip-wrapper li {
  margin-bottom: 9px;
}
.supro-sale-product .flip-clock-wrapper .flip-wrapper .inn {
  font-size: 30px;
  font-weight: 700;
}
.supro-sale-product .flip-clock-wrapper .flip-wrapper .flip-clock-label {
  color: #999999;
}
.supro-sale-product.style-2 {
  padding: 0;
}
.supro-sale-product.style-2 .title {
  color: #7cafca;
  font-size: 12px;
  padding-bottom: 0;
}
.supro-sale-product.style-2 .product-name {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
.supro-sale-product.style-2 .supro-countdown {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.supro-sale-product.style-2 .flip-clock-wrapper .flip-wrapper {
  text-align: left;
}
.supro-sale-product.style-2 .flip-clock-wrapper .flip-wrapper li {
  margin-bottom: 4px;
}
.supro-sale-product.style-2 .flip-clock-wrapper .flip-wrapper .inn {
  color: #f68872;
}
.supro-sale-product.style-2 .product-desc {
  color: #222;
  line-height: 1.8;
  margin-bottom: 35px;
}
.supro-sale-product.style-2 .button-section {
  margin-top: 65px;
}
.supro-sale-product.style-2 .button-section a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 0 30px;
  background-color: #7cafca;
}
.supro-sale-product.style-2 .button-section a:after {
  display: none;
}
.supro-sliders {
  min-height: 200px;
  position: relative;
}
.supro-sliders:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: none;
  z-index: 999;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: #f68872 #f68872 #f68872 transparent;
  -webkit-border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 1.5s linear infinite;
  animation: sp-spin-fast 1.5s linear infinite;
  content: "";
  width: 20px;
  height: 20px;
  font-weight: 400;
}
.supro-sliders:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: none;
  z-index: 999;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: #f68872 #f68872 #f68872 transparent;
  -webkit-border-radius: 50%;
  border-style: solid;
  -webkit-animation: sp-spin-fast 1.5s linear infinite;
  animation: sp-spin-fast 1.5s linear infinite;
  content: "";
  width: 20px;
  height: 20px;
  font-weight: 400;
}
.supro-sliders .slider-wrapper,
.supro-sliders .slider-arrows {
  display: none;
}
.supro-sliders.slider-loaded {
  min-height: auto;
}
.supro-sliders.slider-loaded .slider-wrapper,
.supro-sliders.slider-loaded .slider-arrows {
  display: block;
}
.supro-sliders.slider-loaded:after {
  display: none;
}
.supro-sliders .supro-slide {
  position: relative;
  margin-left: 60px;
  margin-right: 60px;
}
.supro-sliders .supro-slide .slide-content {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.supro-sliders .subtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.supro-sliders h2 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.1;
}
.supro-sliders .desc {
  padding-left: 50px;
}
.supro-sliders .slide-button {
  padding-left: 50px;
  padding-top: 45px;
}
.supro-sliders .slide-button a {
  font-size: 12px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 3px;
  letter-spacing: 0.5px;
}
.supro-sliders .slide-button a:after {
  background-color: #222;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.supro-sliders .slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.supro-sliders .slider-arrows .container {
  position: relative;
}
.supro-sliders .slider-arrows .slick-arrow {
  font-size: 30px;
}
.supro-sliders .slider-arrows .supro-left-arrow {
  left: -70px;
}
.supro-sliders .slider-arrows .supro-right-arrow {
  right: -70px;
  left: auto;
}
.supro-sliders.dots-enable .slider-arrows .container {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
.supro-testimonial .title {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.supro-testimonial .testi-content {
  font-size: 24px;
  color: #222;
  font-weight: 700;
  line-height: 1.8;
}
.supro-testimonial .name {
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 47px;
  margin-bottom: 0;
  margin-top: 37px;
  position: relative;
}
.supro-testimonial .name:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
}
.supro-counter {
  color: #000;
}
.supro-counter .counter {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}
.supro-counter .title {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.supro-counter .list-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.supro-counter .counter-content {
  padding: 0;
  float: none;
}
.supro-counter.light-color {
  color: #fff;
}
.supro-counter.light-color .title {
  color: #fff;
}
.supro-faq_group .g-title {
  margin: 0;
  font-size: 18px;
  color: #f68872;
  font-weight: 700;
}
.supro-faq_group .title {
  margin: 0 0 0 -30px;
  font-size: 16px;
  font-weight: 400;
}
.supro-faq_group .desc {
  font-size: 14px;
}
.supro-faq_group .faq-item {
  margin-bottom: 65px;
}
.supro-faq_group .faq-item:after {
  display: block;
  content: "";
  clear: both;
}
.supro-partner .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.supro-partner .partner-item {
  padding: 15px;
}
.supro-partner.effect-1 a:hover {
  opacity: 0.25;
}
.supro-partner.effect-2 a {
  opacity: 0.35;
}
.supro-partner.effect-2 a:hover {
  opacity: 1;
}
.supro-members .row {
  margin-left: -30px;
  margin-right: -30px;
}
.supro-members .member {
  padding-left: 30px;
  padding-right: 30px;
}
.supro-members .member-wrapper {
  position: relative;
}
.supro-members .member-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71%;
  background-color: #fff;
  padding-top: 17px;
}
.supro-members h4 {
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 18px;
}
.supro-members .job {
  font-size: 12px;
  color: #bbbbbb;
}
.supro-video-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.supro-video-banner .content {
  margin-bottom: 38px;
}
.supro-contact-box {
  font-size: 15px;
}
.supro-contact-box h3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.supro-contact-box h4 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.supro-contact-box.hide-label h4 {
  display: none;
}
.supro-contact-box.vertical .contact-info {
  margin-bottom: 30px;
}
.supro-contact-box.vertical .contact-info:last-child {
  margin-bottom: 0;
}
.supro-contact-box.horizontal .title,
.supro-contact-box.horizontal .contact-info {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.supro-socials .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.supro-socials .socials {
  margin-left: -10px;
  margin-right: -10px;
}
.supro-socials a,
.supro-socials span {
  color: #666;
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
.supro-socials.socials-border .socials {
  margin-left: -5px;
  margin-right: -5px;
}
.supro-socials.socials-border a,
.supro-socials.socials-border span {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 1px solid rgba(187, 193, 206, 0.4);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
}
.supro-socials.socials-border a:hover,
.supro-socials.socials-border span:hover {
  background-color: #f68872;
  color: #fff;
  border-color: #f68872;
}
.supro-socials.text-light a,
.supro-socials.text-light span {
  color: #fff;
}
.supro-socials.text-light.socials-border a,
.supro-socials.text-light.socials-border span {
  border-color: #fff;
}
.supro-socials.text-light.socials-border a:hover,
.supro-socials.text-light.socials-border span:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.supro-newsletter.space-between-style .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.supro-newsletter.center-style .title-area {
  text-align: center;
  margin-bottom: 45px;
}
.supro-newsletter.center-style .mc4wp-form {
  width: 58.3333%;
  margin: 0 auto;
}
.supro-newsletter.form-round .mc4wp-form .mc4wp-form-fields {
  -webkit-border-radius: 60px;
          border-radius: 60px;
}
.supro-newsletter .title {
  font-size: 36px;
  margin-bottom: 6px;
  margin-top: 0;
}
.supro-newsletter .subtitle {
  color: #999999;
}
.supro-newsletter.has-bg .mc4wp-form .mc4wp-form-fields {
  border: 0;
  padding-left: 33px;
  padding-right: 33px;
}
.supro-newsletter.has-bg .mc4wp-form .mc4wp-form-fields:after {
  left: 33px;
}
.supro-instagram-shortcode {
  text-align: center;
  position: relative;
}
.supro-instagram-shortcode .supro-instagram {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.supro-instagram-shortcode .supro-instagram:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.supro-instagram-shortcode .supro-instagram i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  z-index: 9;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-size: 20px;
}
.supro-instagram-shortcode .supro-instagram img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.supro-instagram-shortcode .supro-instagram:hover:before,
.supro-instagram-shortcode .supro-instagram:hover i {
  opacity: 1;
}
.supro-instagram-shortcode .supro-instagram:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.supro-instagram-shortcode.columns-8 .supro-instagram {
  width: 12.5%;
}
.supro-instagram-shortcode.columns-6 .supro-instagram {
  width: 16.6666%;
}
.supro-instagram-shortcode.columns-5 .supro-instagram {
  width: 20%;
}
.supro-instagram-shortcode.columns-4 .supro-instagram {
  width: 25%;
}
.supro-instagram-2 .instagram-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.supro-instagram-2 .instagram-wrapper a {
  display: block;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  overflow: hidden;
}
.supro-instagram-2 .instagram-wrapper a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.supro-instagram-2 .instagram-wrapper a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  z-index: 9;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  font-size: 20px;
}
.supro-instagram-2 .instagram-wrapper a img {
  display: none;
}
.supro-instagram-2 .instagram-wrapper a span {
  display: block;
  padding-top: 100%;
}
.supro-instagram-2 .instagram-wrapper a:hover:before,
.supro-instagram-2 .instagram-wrapper a:hover i {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .supro-instagram-2.columns-12 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .supro-instagram-2.columns-11 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.09090909%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 9.09090909%;
            flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }
  .supro-instagram-2.columns-10 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .supro-instagram-2.columns-9 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11111111%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 11.11111111%;
            flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }
  .supro-instagram-2.columns-8 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .supro-instagram-2.columns-7 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 14.28571429%;
            flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .supro-instagram-2.columns-6 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .supro-instagram-2.columns-5 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .supro-instagram-2.columns-4 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .supro-instagram-2.tablet-columns-10 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .supro-instagram-2.tablet-columns-9 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11111111%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 11.11111111%;
            flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }
  .supro-instagram-2.tablet-columns-8 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .supro-instagram-2.tablet-columns-7 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 14.28571429%;
            flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .supro-instagram-2.tablet-columns-6 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .supro-instagram-2.tablet-columns-5 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .supro-instagram-2.tablet-columns-4 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .supro-instagram-2.tablet-columns-3 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .supro-instagram-2.tablet-columns-2 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .supro-instagram-2.mobile-columns-8 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .supro-instagram-2.mobile-columns-7 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 14.28571429%;
            flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .supro-instagram-2.mobile-columns-6 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .supro-instagram-2.mobile-columns-5 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .supro-instagram-2.mobile-columns-4 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .supro-instagram-2.mobile-columns-3 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .supro-instagram-2.mobile-columns-2 .instagram-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.supro-coming-soon.text-light .flip-clock-wrapper .flip-wrapper .inn,
.supro-coming-soon.text-light .flip-clock-wrapper .flip-wrapper .flip-clock-label {
  color: #fff;
}
.wpcf7 {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 13px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select {
  -webkit-transition: border 0.5s;
          transition: border 0.5s;
  color: #222;
  border: 2px solid #eaeaea;
  padding: 5px;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  width: 100%;
}
.wpcf7-form input[type="text"]:active,
.wpcf7-form input[type="email"]:active,
.wpcf7-form input[type="url"]:active,
.wpcf7-form textarea:active,
.wpcf7-form select:active,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #d9d9d9;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form select {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 25px;
}
.wpcf7-form textarea {
  height: 150px;
  line-height: 1.4;
  padding: 15px 20px;
}
.wpcf7-form label {
  width: 100%;
  color: #222;
  font-weight: 400;
  margin-bottom: 0;
}
.wpcf7-form select::-ms-expand {
  display: none;
}
.wpcf7-form select {
  line-height: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.wpcf7-form .select-wrapper {
  position: relative;
}
.wpcf7-form .select-wrapper:after {
  content: '\e93a';
  font-family: Linearicons;
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 12px;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0 20px 0 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
}
.wpcf7-form input[type="checkbox"]:focus,
.wpcf7-form input[type="radio"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.wpcf7-form input[type="checkbox"]:checked,
.wpcf7-form input[type="radio"]:checked {
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.wpcf7-form input[type="checkbox"]:checked:before,
.wpcf7-form input[type="radio"]:checked:before {
  content: '\e934';
  font-family: Linearicons;
  color: #000;
  font-size: 10px;
  display: inline-block;
  -webkit-transform: translate(2px, -3px);
      -ms-transform: translate(2px, -3px);
          transform: translate(2px, -3px);
  font-weight: 700;
}
.wpcf7-form input[type="radio"] {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
}
.wpcf7-form input[type="radio"]:checked:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translate(2px, -5px);
      -ms-transform: translate(2px, -5px);
          transform: translate(2px, -5px);
}
.wpcf7-form .require {
  color: #f68872;
}
.wpcf7-form .wpcf7-submit {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: #222;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin-top: 45px;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:active:hover,
.wpcf7-form .wpcf7-submit:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:active:hover,
.wpcf7-form .wpcf7-submit:active:focus {
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #222;
}
.supro-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.supro-list li {
  position: relative;
  padding: 3px 0 3px 25px;
}
.supro-list li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #666;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}
.pswp .mf-wrapper {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1045;
}
.pswp .mf-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .mf-video-wrapper iframe,
.pswp .mf-video-wrapper .wp-video-shortcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
8.0 - Footer
--------------------------------------------------------------*/
.site-footer .footer-widget {
  padding: 95px 0 50px;
}
.single-post .site-footer .footer-widget {
  padding-top: 30px;
}
.site-footer .no-footer-copyright .footer-widget {
  padding-bottom: 95px;
}
.site-footer .widget .widget-title {
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 700;
}
.site-footer .widget ul li {
  padding-bottom: 0;
}
.site-footer .widget .menu li {
  padding: 5px 0;
}
.site-footer .widget .menu li ul {
  display: none;
}
.site-footer .footer-copyright {
  font-size: 14px;
  padding: 20px 0 10px;
}
.site-footer .footer-copyright.columns-2 .footer-sidebar:last-child,
.site-footer .footer-copyright.columns-3 .footer-sidebar:last-child {
  text-align: right;
}
.site-footer .footer-copyright.columns-3 .footer-sidebar:nth-child(2) {
  text-align: center;
}
.site-footer .footer-copyright ul.menu {
  margin-left: -7px;
  margin-right: -7px;
}
.site-footer .footer-copyright ul.menu li {
  display: inline-block;
  padding: 0 7px;
}
.site-footer .footer-copyright .footer-copyright-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-copyright .widget {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 25px;
}
.site-footer .footer-copyright .widget:last-child {
  margin-right: 0;
}
.site-footer .footer-copyright .widget.widget_media_image {
  margin-right: 10px;
}
.site-footer .footer-copyright .widget.widget_media_image:last-child {
  margin-right: 0;
}
.site-footer .footer-copyright.style-2 ul.menu {
  text-transform: uppercase;
}
.site-footer .footer-copyright.style-2 ul.menu a {
  letter-spacing: 1px;
  font-size: 11px;
  color: #222;
}
.page-template-template-home-no-footer .site-footer {
  display: none;
}
.site-footer .supro-language-currency .widget-lan-cur {
  float: none;
  width: 100%;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.site-footer .supro-language-currency .widget-lan-cur span.current {
  display: block;
}
.site-footer .supro-language-currency .widget-lan-cur span.toggle-children {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
}
.site-footer .supro-language-currency .widget-lan-cur img.iclflag {
  padding-right: 15px;
}
.site-footer .supro-language-currency .widget-lan-cur ul {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
          transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: 0;
  min-width: 200px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 999;
  padding: 10px 0 0;
  background-color: #fff;
}
.site-footer .supro-language-currency .widget-lan-cur:hover ul {
  top: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-layout.dark-skin {
  background-color: #222222;
}
.footer-layout.dark-skin .widget .widget-title {
  color: #fff;
}
.footer-layout.dark-skin .widget_categories li a:after,
.footer-layout.dark-skin .widget_recent_comments li a:after,
.footer-layout.dark-skin .widget_rss li a:after,
.footer-layout.dark-skin .widget_pages li a:after,
.footer-layout.dark-skin .widget_archive li a:after,
.footer-layout.dark-skin .widget_nav_menu li a:after,
.footer-layout.dark-skin .widget_recent_entries li a:after,
.footer-layout.dark-skin .widget_meta li a:after,
.footer-layout.dark-skin .widget-recent-comments li a:after {
  background-color: #fff;
}
.footer-layout.dark-skin .widget_categories li a:hover,
.footer-layout.dark-skin .widget_recent_comments li a:hover,
.footer-layout.dark-skin .widget_rss li a:hover,
.footer-layout.dark-skin .widget_pages li a:hover,
.footer-layout.dark-skin .widget_archive li a:hover,
.footer-layout.dark-skin .widget_nav_menu li a:hover,
.footer-layout.dark-skin .widget_recent_entries li a:hover,
.footer-layout.dark-skin .widget_meta li a:hover,
.footer-layout.dark-skin .widget-recent-comments li a:hover {
  color: #fff;
}
.footer-layout.dark-skin .supro-social-links-widget .socials-list.style-2 a:hover {
  background-color: #f68872;
  color: #fff;
}
.footer-layout.footer-layout-1 .footer-copyright {
  border-top: 1px solid #eaeaea;
}
.footer-layout.footer-layout-1.dark-skin .footer-copyright {
  border-top-color: #313131;
}
.footer-layout.footer-layout-2 {
  padding-bottom: 90px;
}
.footer-layout.footer-layout-2 .widget_categories li a:after,
.footer-layout.footer-layout-2 .widget_recent_comments li a:after,
.footer-layout.footer-layout-2 .widget_rss li a:after,
.footer-layout.footer-layout-2 .widget_pages li a:after,
.footer-layout.footer-layout-2 .widget_archive li a:after,
.footer-layout.footer-layout-2 .widget_nav_menu li a:after,
.footer-layout.footer-layout-2 .widget_recent_entries li a:after,
.footer-layout.footer-layout-2 .widget_meta li a:after,
.footer-layout.footer-layout-2 .widget-recent-comments li a:after {
  background-color: #7cafca;
}
.footer-layout.footer-layout-2 .widget_categories li a:hover,
.footer-layout.footer-layout-2 .widget_recent_comments li a:hover,
.footer-layout.footer-layout-2 .widget_rss li a:hover,
.footer-layout.footer-layout-2 .widget_pages li a:hover,
.footer-layout.footer-layout-2 .widget_archive li a:hover,
.footer-layout.footer-layout-2 .widget_nav_menu li a:hover,
.footer-layout.footer-layout-2 .widget_recent_entries li a:hover,
.footer-layout.footer-layout-2 .widget_meta li a:hover,
.footer-layout.footer-layout-2 .widget-recent-comments li a:hover {
  color: #7cafca;
}
.footer-layout.footer-layout-3.dark-skin .widget .widget-title {
  color: #777777;
  margin-bottom: 3px;
}
.footer-layout.footer-layout-3 .widget {
  margin-bottom: 45px;
}
.footer-layout.footer-layout-3 .widget:last-child {
  margin-bottom: 0;
}
.footer-layout.footer-layout-3 .footer-widget .widget_categorie li,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_comments li,
.footer-layout.footer-layout-3 .footer-widget .widget_rss li,
.footer-layout.footer-layout-3 .footer-widget .widget_pages li,
.footer-layout.footer-layout-3 .footer-widget .widget_archive li,
.footer-layout.footer-layout-3 .footer-widget .widget_nav_menu li,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_entries li,
.footer-layout.footer-layout-3 .footer-widget .widget_meta li,
.footer-layout.footer-layout-3 .footer-widget .widget-recent-comments li {
  display: inline-block;
  padding: 0 18px;
}
.footer-layout.footer-layout-3 .footer-widget .widget_categorie li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_comments li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget_rss li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget_pages li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget_archive li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget_nav_menu li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_entries li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget_meta li:last-child,
.footer-layout.footer-layout-3 .footer-widget .widget-recent-comments li:last-child {
  padding-right: 0;
}
.footer-layout.footer-layout-3 .footer-widget .widget_categorie li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_comments li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget_rss li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget_pages li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget_archive li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget_nav_menu li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_entries li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget_meta li:first-child,
.footer-layout.footer-layout-3 .footer-widget .widget-recent-comments li:first-child {
  padding-left: 0;
}
.footer-layout.footer-layout-3 .footer-widget .widget_categorie li a,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_comments li a,
.footer-layout.footer-layout-3 .footer-widget .widget_rss li a,
.footer-layout.footer-layout-3 .footer-widget .widget_pages li a,
.footer-layout.footer-layout-3 .footer-widget .widget_archive li a,
.footer-layout.footer-layout-3 .footer-widget .widget_nav_menu li a,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_entries li a,
.footer-layout.footer-layout-3 .footer-widget .widget_meta li a,
.footer-layout.footer-layout-3 .footer-widget .widget-recent-comments li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.75px;
}
.footer-layout.footer-layout-3 .footer-widget .widget_categorie li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_comments li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget_rss li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget_pages li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget_archive li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget_nav_menu li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget_recent_entries li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget_meta li a:after,
.footer-layout.footer-layout-3 .footer-widget .widget-recent-comments li a:after {
  display: none;
}
.footer-layout.footer-layout-3 .footer-widget .footer-sidebar:last-child {
  text-align: right;
}
.footer-newsletter {
  padding: 50px 0;
}
.mc4wp-form .mc4wp-form-fields {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mc4wp-form .mc4wp-form-fields:after {
  content: '\e696';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  color: #bbbbbb;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mc4wp-form ::-webkit-input-placeholder {
  color: #bbbbbb;
}
.mc4wp-form :-moz-placeholder {
  color: #bbbbbb;
}
.mc4wp-form ::-moz-placeholder {
  color: #bbbbbb;
}
.mc4wp-form :-ms-input-placeholder {
  color: #bbbbbb;
}
.mc4wp-form input[type="email"] {
  color: #222;
  border: 0;
  font-size: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px 0 37px;
  height: 60px;
  line-height: 60px;
}
.mc4wp-form input[type="submit"] {
  padding: 0;
  font-size: 12px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.page-template-template-home-no-footer .footer-newsletter {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  background-color: #4619c8;
  padding: 40px 70px;
  width: 645px;
}
.page-template-template-home-no-footer .footer-newsletter .container {
  width: 100%;
}
.page-template-template-home-no-footer .footer-newsletter .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-template-home-no-footer .footer-newsletter .form-row &gt; div {
  width: 100%;
}
.page-template-template-home-no-footer .footer-newsletter .title-area {
  margin-bottom: 20px;
  position: relative;
  padding-right: 60px;
}
.page-template-template-home-no-footer .footer-newsletter .title-area:after {
  content: '\e699';
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 40px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-template-template-home-no-footer .footer-newsletter .title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.page-template-template-home-no-footer .footer-newsletter .mc4wp-form .mc4wp-form-fields {
  background-color: transparent;
  border-color: #6a48cd;
}
.page-template-template-home-no-footer .footer-newsletter .mc4wp-form input[type="email"],
.page-template-template-home-no-footer .footer-newsletter .mc4wp-form input[type="submit"],
.page-template-template-home-no-footer .footer-newsletter .mc4wp-form .mc4wp-form-fields:after {
  color: #fff;
}
.mf-recently-products {
  background-color: #f4f5f5;
  padding-top: 70px;
  padding-bottom: 80px;
}
.mf-recently-products .recently-header {
  text-align: center;
  margin-bottom: 30px;
}
.mf-recently-products .recently-header .title {
  font-size: 24px;
  margin: 0 0 10px;
}
.mf-recently-products .product-list {
  margin: 0;
  padding: 25px 55px;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  list-style: none;
}
.mf-recently-products .product-list.slick-initialized,
.mf-recently-products .product-list.no-products {
  opacity: 1;
}
.mf-recently-products .product-list.slick-initialized li.item,
.mf-recently-products .product-list.no-products li.item {
  display: block;
}
.mf-recently-products .product-list li.item {
  padding: 0 15px;
  margin-bottom: 0;
  float: left;
  display: none;
}
.mf-recently-products .product-list li.item:first-child {
  display: block;
}
.mf-recently-products .product-list li.item.text-center {
  float: none;
}
.mf-recently-products .product-list li.item a {
  text-align: center;
  display: inline-block;
}
.mf-recently-products .product-list li.item .title {
  display: block;
  line-height: 1.2;
  margin-top: 5px;
}
.mf-recently-products .product-list .btn-secondary {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.75px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  margin-top: 15px;
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
}
.mf-recently-products .product-list .btn-secondary:hover,
.mf-recently-products .product-list .btn-secondary:focus,
.mf-recently-products .product-list .btn-secondary:active,
.mf-recently-products .product-list .btn-secondary:active:hover,
.mf-recently-products .product-list .btn-secondary:active:focus {
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
}
.mf-recently-products .product-list .btn-secondary:hover,
.mf-recently-products .product-list .btn-secondary:focus,
.mf-recently-products .product-list .btn-secondary:active,
.mf-recently-products .product-list .btn-secondary:active:hover,
.mf-recently-products .product-list .btn-secondary:active:focus {
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
}
.mf-recently-products .slick-arrow {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 36px;
  color: #ccc;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  cursor: pointer;
}
.mf-recently-products .slick-arrow:hover {
  color: #000;
}
.mf-recently-products .slick-next-arrow {
  left: auto;
  right: 25px;
}
.mf-recently-products .slick-dots {
  margin-top: 10px;
}
/*--------------------------------------------------------------
8.0 - Page Header
--------------------------------------------------------------*/
.page-header {
  border-bottom: none;
  margin: 0;
  padding: 150px 0 150px;
  position: relative;
}
.page-header h1 {
  font-size: 48px;
  margin: 0;
  letter-spacing: -1px;
}
.page-header .page-desc {
  font-size: 18px;
  white-space: pre-line;
  margin-top: 30px;
  letter-spacing: -0.2px;
}
.page-header .breadcrumbs {
  padding-top: 17px;
  font-size: 15px;
  color: #222;
}
.page-header .breadcrumbs a {
  color: #999;
}
.page-header .breadcrumbs .circle {
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #bbbbbb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  top: -2px;
  margin: 0 5px;
}
.page-header.text-light h1,
.page-header.text-light .breadcrumbs,
.page-header.text-light .breadcrumbs a {
  color: #fff;
}
.page-header.text-light .breadcrumbs .circle {
  background-color: #fff;
}
.header-transparent .page-header {
  padding-top: 230px;
}
.page-header .feature-image {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.blog-page-header {
  padding-bottom: 0;
}
.blog-page-header h4 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-page-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 43px;
  position: relative;
}
.blog-page-header h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f68872;
  width: 50px;
  height: 1px;
}
.blog-page-header.layout-2 {
  padding: 250px 0;
  position: relative;
}
.blog-page-header.layout-2 h1 {
  padding-bottom: 0;
  text-transform: uppercase;
}
.blog-page-header.layout-2 h1:after {
  display: none;
}
.blog-page-header.layout-3 {
  padding: 125px 0;
  position: relative;
}
.blog-page-header.layout-3 .page-header-wrapper {
  background-color: #fff;
  display: inline-block;
  padding: 27px 70px;
}
.blog-page-header.layout-3 h1 {
  padding-bottom: 0;
  text-transform: uppercase;
}
.blog-page-header.layout-3 h1:after {
  display: none;
}
.page-header-catalog {
  padding-top: 0;
  padding-bottom: 95px;
}
.sidebar-content .page-header-catalog,
.content-sidebar .page-header-catalog {
  padding-bottom: 45px;
}
.page-header-catalog .page-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header-catalog .page-header-title {
  padding-right: 20px;
}
.page-header-catalog .page-header-shop-toolbar {
  padding-left: 20px;
}
.page-header-catalog.layout-1.no-breadcrumb {
  padding-bottom: 40px;
}
.page-header-catalog.layout-1.no-breadcrumb h1 {
  font-size: 30px;
}
.page-header-catalog.layout-1.no-breadcrumb .shop-toolbar {
  padding-top: 11px;
}
.page-header-catalog.layout-2 {
  padding-bottom: 45px;
}
.page-header-catalog.layout-2 .page-header-wrapper {
  display: block;
}
.page-header-catalog.layout-2 .page-header-title {
  padding-right: 0;
  text-align: center;
  padding-bottom: 50px;
}
.page-header-catalog.layout-2 .page-header-shop-toolbar {
  padding-left: 0;
}
.page-header-catalog.layout-2 .shop-toolbar {
  padding-top: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-header-catalog.layout-2 .shop-toolbar .product-found {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-header-catalog.layout-3 .page-header-wrapper {
  display: block;
}
.page-header-catalog.layout-3 .page-header-banner {
  margin-top: 57px;
}
.page-header-catalog.layout-3 .page-header-banner .wpb_content_element {
  margin-bottom: 0;
}
.page-header-catalog.layout-3 .page-header-shop-toolbar {
  padding-left: 0;
}
.page-header-catalog.layout-3 .shop-toolbar {
  padding-top: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-header-catalog.layout-3 .shop-toolbar .product-found {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-transparent .blog-page-header.layout-2 {
  padding-top: 290px;
  padding-bottom: 210px;
}
.header-transparent .blog-page-header.layout-3 {
  padding-top: 200px;
}
.header-transparent.supro-catalog-page.home:not( .full-content ) .page-header {
  padding-top: 0;
}
.header-transparent.supro-catalog-page.full-content .page-header-catalog {
  padding-top: 100px;
}
.header-transparent.supro-catalog-page.sidebar-content .page-header-catalog,
.header-transparent.supro-catalog-page.content-sidebar .page-header-catalog {
  padding-top: 0;
}
/*--------------------------------------------------------------
9.0 - Media Queries
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
  }
  .supro-container,
  .supro-catalog-container {
    max-width: 1920px;
    margin: auto;
  }
}
@media (max-width: 1920px) and (min-width: 1200px) {
  .catalog-masonry.woocommerce .shop-toolbar {
    display: none;
  }
  .catalog-masonry.woocommerce .shop-topbar {
    position: fixed;
    margin: 0;
    opacity: 1;
    display: block;
    width: 475px;
    background-color: #fff;
    right: -475px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #aaa;
    z-index: 100000;
    -webkit-transition: -webkit-transform 0.25s ease;
            transition: transform 0.25s ease;
    padding: 0;
    -webkit-animation: unset;
            animation: unset;
  }
  .catalog-masonry.woocommerce .shop-topbar .widget-panel-header {
    display: block !important;
    padding: 30px 50px 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 11;
  }
  .catalog-masonry.woocommerce .shop-topbar .widget-panel-header a {
    font-size: 24px;
  }
  .catalog-masonry.woocommerce .shop-topbar .shop-topbar-canvas::-webkit-scrollbar {
    display: none;
  }
  .catalog-masonry.woocommerce .shop-topbar .shop-topbar-canvas {
    display: block;
    z-index: 99;
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    padding: 125px 50px 50px 50px;
  }
  .catalog-masonry.woocommerce .shop-topbar .shop-topbar-content {
    display: block;
  }
  .catalog-masonry.woocommerce .shop-topbar .shop-topbar-content .widget {
    width: 100%;
    max-width: 100%;
  }
  .catalog-masonry.woocommerce .shop-topbar.open {
    -webkit-transform: translate3d(-475px, 0, 0);
            transform: translate3d(-475px, 0, 0);
  }
  .page-header.no-bg {
    padding-top: 130px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .header-left-sidebar .site-header .menu-extra .menu-item-search.searched .search-results ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 1920px) and (min-width: 1601px) {
  .header-layout-1 .site-header .menu-extra .menu-extra-search,
  .header-layout-1 .site-header .s-right form.instance-search,
  .header-layout-1 .site-header .s-right .menu-item-search .loading {
    display: none;
  }
}
@media (min-width: 1601px) {
  .header-layout-1 .site-header .menu-extra .menu-extra-search,
  .header-layout-1 .site-header .s-right form.instance-search,
  .header-layout-1 .site-header .s-right .menu-item-search .loading {
    display: none;
  }
}
@media (max-width: 1600px) {
  .header-layout-1 .site-header .menu-extra .menu-item-search {
    display: inline-block;
  }
  .header-layout-1 .site-header .menu-extra .menu-item-search .t-icon {
    font-size: 21px;
    right: 0 !important;
  }
  .header-layout-1 .site-header .menu-extra .menu-item-search .loading {
    display: none;
  }
  .header-layout-1 .site-header .menu-extra .menu-extra-search {
    display: inline-block;
  }
  .header-layout-1 .site-header .menu-extra form.instance-search {
    display: none;
  }
  .header-layout-1 .site-header .menu-extra .menu-item-search .t-icon {
    position: relative;
    top: initial;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
  .header-layout-1 .site-header .menu-nav .menu-extra {
    display: none;
  }
}
@media (max-width: 1366px) {
  .supro-container,
  .header-layout-4 .supro-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .un-product-thumbnail,
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .supro-product-categories-thumb {
    padding-right: 15px;
  }
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .un-product-details,
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .woocommerce-loop-category__title {
    padding-left: 15px;
  }
  .supro-catalog-page.shop-view-list.catalog-full-width-layout.content-sidebar ul.products li.product,
  .supro-catalog-page.shop-view-list.catalog-full-width-layout.sidebar-content ul.products li.product {
    width: 100%;
  }
  .shop-bottombar .filters-bottom {
    right: 0;
  }
  .shop-bottombar .filters-bottom .filters {
    right: 0;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .header-left-sidebar .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-left-sidebar .site-header .menu-extra .menu-item-search.searched .search-results ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 1280px) {
  .site-header .menu-extra .menu-extra-search {
    display: inline-block;
  }
  .site-header .menu-extra form.instance-search {
    display: none;
  }
  .site-header .menu-extra .menu-item-search .t-icon {
    position: relative;
    top: initial;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
  .header-layout-2 .site-header .menu-extra .menu-extra-search,
  .header-layout-4 .site-header .menu-extra .menu-extra-search {
    display: inline-block;
  }
  .header-layout-1 .supro-modal.open,
  .header-layout-2 .supro-modal.open {
    z-index: 100000;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body .supro-sliders .supro-slide {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .supro-sliders h2 {
    font-size: 36px;
  }
  body .supro-sliders .desc {
    padding-left: 20px;
  }
  body .supro-sliders .slide-button {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  body .supro-empty-space .supro_empty_space_md {
    display: block;
  }
  body .supro-empty-space .supro_empty_space_lg,
  body .supro-empty-space .supro_empty_space_xs {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .topbar .topbar-widgets {
    margin: 0 -15px;
  }
  .topbar .topbar-widgets .widget {
    padding: 0 15px;
  }
  .page-template-template-home-boxed {
    margin: 0;
  }
  .page-template-template-home-boxed .site {
    background-color: transparent;
  }
  .page-template-template-home-boxed.header-transparent .site-header,
  .page-template-template-home-boxed.header-sticky .site-header {
    left: 0;
    right: 0;
    top: 0;
  }
  .header-layout-1 .site-header .menu-logo,
  .header-layout-5 .site-header .menu-logo,
  .header-layout-6 .site-header .menu-logo,
  .header-layout-1 .site-header .menu-extra,
  .header-layout-5 .site-header .menu-extra,
  .header-layout-6 .site-header .menu-extra {
    width: initial;
  }
  .header-layout-1 .menu-main,
  .header-layout-5 .menu-main,
  .header-layout-6 .menu-main {
    display: none;
  }
  .header-layout-4 .site-header .menu-main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header-layout-4 .site-header .menu-main .site-logo {
    /* Tahina - start -&gt; end */ 
    -webkit-box-pack: center;
    -webkit-justify-content: flex-center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: flex-center;

    margin-left: 35px;
  }
  .header-layout-4 .site-header .menu-main .menu-extra {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: initial;
  }
  .header-layout-4 .site-header .menu-main .menu-extra.menu-search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-layout-4 .site-header .menu-main .menu-extra.menu-search ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-layout-4 .site-header .menu-main .menu-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: initial;
  }
  .header-layout-4 .site-header .menu-extra {
    width: initial;
  }
  .header-layout-4 .site-header .menu-socials {
    display: none;
  }
  .header-left-sidebar .site {
    padding-left: 0;
  }
  .header-left-sidebar .site-header {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: initial;
    position: static;
    padding: 29px 40px;
  }
  .header-left-sidebar .site-header .menu-panel-header {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-left-sidebar .site-header .menu-logo .menu-sidebar {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-left-sidebar .site-header .menu-sidebar-panel {
    height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 40px 0 0;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-left-sidebar .site-header .menu-sidebar-panel .menu-search {
    margin: 0;
  }
  .header-left-sidebar .site-header .extra-menu-item.menu-item-search .t-icon {
    font-size: 22px;
  }
  .header-left-sidebar .site-header .menu-panel-body,
  .header-left-sidebar .site-header .menu-panel-footer {
    display: none;
  }
  .header-left-sidebar .site-header .menu-extra &gt; ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-left-sidebar .site-header .menu-extra .menu-item-cart .mini-cart-counter,
  .header-left-sidebar .site-header .menu-extra .menu-item-wishlist .mini-cart-counter {
    top: 5px;
    right: -3px;
    height: 15px;
    min-width: 15px;
  }
  .header-left-sidebar .site-header .menu-extra .extra-menu-item {
    padding: 0 0 0 20px;
  }
  .header-left-sidebar .site-header .menu-extra .extra-menu-item a .t-icon {
    display: inline-block;
  }
  .header-left-sidebar .site-header .menu-extra .extra-menu-item .label-item {
    display: none;
  }
  .header-left-sidebar .site-header .menu-extra .menu-item-account {
    line-height: 44px;
  }
  .header-left-sidebar .supro-off-canvas-panel {
    right: -475px;
    left: auto;
  }
  .header-left-sidebar .supro-off-canvas-panel.open {
    -webkit-transform: translate3d(-475px, 0, 0);
            transform: translate3d(-475px, 0, 0);
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu {
    padding: 0;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li {
    list-style: none;
    margin-bottom: 0;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li.menu-item-has-children {
    position: relative;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li.menu-item-has-children .toggle-menu-children {
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 0;
    display: inline-block;
    z-index: 999;
    width: 25px;
    text-align: right;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li li.menu-item-has-children .toggle-menu-children {
    top: 0;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li a {
    font-weight: 400;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li &gt; a {
    color: #999;
    position: relative;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li &gt; a:hover {
    color: #000;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li.active &gt; .toggle-menu-children i:before {
    content: "\e937";
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li.active &gt; a {
    color: #000;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu li.current_page_parent &gt; a,
  .supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-item &gt; a,
  .supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-ancestor &gt; a,
  .supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-parent &gt; a {
    color: #000;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu ul.sub-menu,
  .supro-off-canvas-panel.menu-sidebar ul.menu ul.dropdown-submenu {
    padding-left: 15px;
    display: none;
    padding-top: 10px;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu ul.sub-menu li,
  .supro-off-canvas-panel.menu-sidebar ul.menu ul.dropdown-submenu li {
    padding: 8px 0;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu ul.sub-menu li a,
  .supro-off-canvas-panel.menu-sidebar ul.menu ul.dropdown-submenu li a {
    font-size: 16px;
    display: block;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu &gt; li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 14px;
  }
  .supro-off-canvas-panel.menu-sidebar ul.menu &gt; li &gt; a {
    font-size: 16px;
    display: block;
    padding-right: 20px;
  }
  .page-header-catalog.layout-3 .shop-toolbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce.mini-cart .un-cart-panel-footer {
    position: static;
  }
  body .search-modal .modal-footer {
    bottom: 60px;
  }
  .blog-page-header {
    padding-top: 80px;
  }
  .blog-page-header.layout-1 h1 {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .blog-page-header.layout-1 h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .blog-page-header.layout-2 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .blog-page-header.layout-3 .page-header-wrapper {
    padding: 20px 50px;
  }
  .blog-page-header.layout-3 h1 {
    font-size: 36px;
  }
  .page-header-catalog {
    padding-bottom: 40px;
  }
  .page-header-catalog.layout-3 .shop-toolbar {
    padding-top: 25px;
  }
  .header-transparent .blog-page-header.layout-2 {
    padding-top: 220px;
    padding-bottom: 190px;
  }
  .header-transparent .blog-page-header.layout-3 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .portfolio-masonry .portfolio-inner .port-link i {
    display: none;
  }
  .portfolio-masonry .portfolio-wrapper .entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .portfolio-masonry .entry-summary {
    padding: 20px;
  }
  .portfolio-carousel .portfolio-wrapper {
    margin-bottom: 60px;
  }
  .portfolio-carousel .swiper-button-prev,
  .portfolio-carousel .swiper-button-next {
    display: none;
  }
  .supro-catalog-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product {
    width: 100%;
  }
  .page-header-catalog.layout-2 .shop-toolbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce .shop-toolbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce .shop-bottombar {
    display: none;
  }
  .woocommerce .supro-taxs-list ul {
    margin-bottom: 50px;
  }
  .woocommerce.content-sidebar div.product.supro-product-layout-1 .product-summary,
  .woocommerce.sidebar-content div.product.supro-product-layout-1 .product-summary {
    padding-left: 15px;
  }
  .woocommerce.content-sidebar div.product div.summary .single_add_to_cart_button,
  .woocommerce.sidebar-content div.product div.summary .single_add_to_cart_button {
    min-width: 150px;
    padding: 0 15px;
    letter-spacing: 1px;
  }
  .woocommerce.content-sidebar .quantity .qty,
  .woocommerce.sidebar-content .quantity .qty {
    width: 55px;
  }
  .woocommerce.filter-mobile-enable .supro-catalog-filter-mobile {
    display: block;
  }
  .woocommerce.filter-mobile-enable .supro-catalog-filter {
    display: none;
  }
  .woocommerce div.product div.summary .single_add_to_cart_button {
    min-width: 220px;
  }
  .woocommerce div.product .supro-single-product-detail {
    margin-bottom: 0;
  }
  .woocommerce div.product .product_meta {
    margin-bottom: 20px;
  }
  .woocommerce.single-product-layout-1 div.product .product-summary,
  .woocommerce.single-product-layout-2 div.product .product-summary,
  .woocommerce.single-product-layout-3 div.product .product-summary {
    padding-left: 15px;
  }
  .woocommerce.single-product-layout-4 div.product .product-images-wrapper {
    padding-right: 15px;
  }
  .woocommerce.single-product-layout-4 div.product .product-summary,
  .woocommerce.single-product-layout-4 div.product .product-images-wrapper {
    width: 50%;
  }
  .woocommerce.single-product-layout-4 div.product div.images .woocommerce-product-gallery__image {
    width: 100%;
    float: none;
  }
  .woocommerce.single-product-layout-4 div.product div.images .woocommerce-product-gallery__image:nth-child( 2n+1 ) {
    clear: none;
  }
  .woocommerce.single-product-layout-5 .product-images-wrapper {
    margin-bottom: 60px;
    margin-top: 15px;
  }
  .woocommerce.single-product-layout-5 div.product .slick-arrow-wrapper {
    display: none !important;
  }
  .woocommerce.single-product-layout-5 div.product div.summary {
    max-width: 600px;
    margin: auto;
  }
  .woocommerce.single-product-layout-6 div.product .product-images-wrapper {
    margin: 0;
  }
  .woocommerce.single-product-layout-6 div.product .product-summary {
    padding-right: 15px;
  }
  .woocommerce.single-product-layout-6 div.product .slick-arrow {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    width: 33.3333%;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .un-product-thumbnail,
  .supro-catalog-page.shop-view-list ul.products li.product .supro-product-categories-thumb {
    width: 50%;
    padding-right: 15px;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .un-product-details,
  .supro-catalog-page.shop-view-list ul.products li.product .woocommerce-loop-category__title {
    width: 50%;
    padding-left: 15px;
  }
  .single-product.add-to-cart-sticky .site {
    padding-bottom: 46px;
  }
  .single-product.add-to-cart-sticky div.product div.summary .single_add_to_cart_button {
    width: 100%;
    min-width: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 1999;
  }
  .single-product.add-to-cart-sticky div.product div.summary .single_add_to_cart_button.loading {
    opacity: 1;
  }
  .single-product.add-to-cart-sticky .backtotop {
    bottom: 60px;
  }
  .quick-view-modal .modal-content div.product .summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .supro-banner-grid.position-top-left .banner-content,
  body .supro-banner-grid.position-bottom-left .banner-content,
  body .supro-banner-grid.position-top-right .banner-content,
  body .supro-banner-grid.position-bottom-right .banner-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .supro-banner-grid.position-center-center .banner-content,
  body .supro-banner-grid.position-top-center .banner-content,
  body .supro-banner-grid.position-bottom-center .banner-content {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .supro-banner-grid.position-top-left .banner-content,
  body .supro-banner-grid.position-bottom-left .banner-content {
    left: 30px;
  }
  body .supro-banner-grid.position-top-right .banner-content,
  body .supro-banner-grid.position-bottom-right .banner-content {
    right: 30px;
  }
  body .supro-banner-grid-3 .banner-grid__banner .banner-title {
    font-size: 24px;
  }
  body .supro-banner-grid-3 .banner-grid__banner.banner-top-left .banner-content,
  body .supro-banner-grid-3 .banner-grid__banner.banner-top-right .banner-content,
  body .supro-banner-grid-3 .banner-grid__banner.banner-top-center .banner-content {
    top: 30px;
  }
  body .supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n + 1 ) {
    padding-right: 15px;
  }
  body .supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n + 2 ) {
    padding-right: 15px;
    padding-left: 15px;
  }
  body .supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n ) {
    padding-left: 15px;
  }
  body .supro-instagram-shortcode.columns-8 .supro-instagram,
  body .supro-instagram-shortcode.columns-6 .supro-instagram {
    width: 20%;
  }
  body .supro-instagram-shortcode .supro-instagram-btn {
    display: none;
  }
  body .supro-sale-product {
    padding: 100px 0;
  }
  body .supro-product-banner .banner-url {
    display: inline-block;
    -webkit-align-self: self-start;
        -ms-flex-item-align: self-start;
            align-self: self-start;
  }
  body .supro-product-banner .banner-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .supro-product-banner .banner-group .banner-url.odd-banner,
  body .supro-product-banner .banner-group .banner-url.even-banner {
    float: none;
  }
  body .supro-product-banner .banner-group .banner-url.odd-banner {
    margin-top: 0;
    margin-bottom: 60px;
  }
  body .supro-banner-grid-4 .banner-grid__banner .banner-content {
    top: 10px;
    left: 20px;
    right: 20px;
  }
  body .supro-banner-grid-4 .banner-grid__banner .banner-title {
    line-height: 1.2;
  }
  body .supro-product-banner3 .banner-content {
    top: 10px;
    left: 20px;
    right: 20px;
  }
  body .supro-product-banner3 .banner-title {
    font-size: 24px;
  }
  body .remove_br_tag br {
    display: none;
  }
  body .supro-reset-padding-left {
    padding-left: 15px !important;
  }
  body .supro-reset-padding-right {
    padding-right: 15px !important;
  }
  body .supro-vc_column_inner-reset-padding-left .vc_column-inner {
    padding-left: 15px !important;
  }
  body .supro-vc_column_inner-reset-padding-right .vc_column-inner {
    padding-right: 15px !important;
  }
  body .supro-no-padding-left {
    padding-left: 0 !important;
  }
  body .supro-no-padding-right {
    padding-right: 0 !important;
  }
  body .supro-no-margin-left {
    margin-left: 0 !important;
  }
  body .supro-no-margin-right {
    margin-right: 0 !important;
  }
  body .supro-no-margin {
    margin: 0 !important;
  }
  body .supro-reset-letter-spacing {
    letter-spacing: inherit !important;
  }
  .page-template-template-home-no-footer .site .footer-newsletter {
    display: none;
  }
  .site-footer .footer-copyright .footer-copyright-row {
    display: block;
  }
  .site-footer .footer-copyright .footer-sidebar {
    text-align: center;
  }
  .site-footer .footer-copyright.columns-2 .footer-sidebar:last-child,
  .site-footer .footer-copyright.columns-3 .footer-sidebar:last-child {
    text-align: center;
  }
  .header-transparent.supro-catalog-page.home .site-content {
    padding-top: 160px;
  }
  .supro-catalog-page.filter-mobile-enable .content-area {
    width: 100%;
  }
  .supro-off-canvas-panel .widget-canvas-content,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-canvas-content,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-canvas-content {
    padding-top: 125px;
  }
  .supro-off-canvas-panel .widget-canvas-content .widget_shopping_cart_content,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-canvas-content .widget_shopping_cart_content,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-canvas-content .widget_shopping_cart_content {
    padding-bottom: 0;
  }
  .supro-off-canvas-panel .widget-panel-header,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-panel-header,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-panel-header {
    padding: 30px 50px 30px;
  }
  .filter-mobile-enable.content-sidebar .catalog-sidebar,
  .filter-mobile-enable.sidebar-content .catalog-sidebar {
    width: 475px;
    max-width: 475px;
    background-color: #fff;
    position: fixed;
    right: -475px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #aaa;
    z-index: 100000;
    -webkit-transition: -webkit-transform 0.25s ease;
            transition: transform 0.25s ease;
    margin: 0;
    padding: 0;
  }
  .filter-mobile-enable.content-sidebar .catalog-sidebar.open,
  .filter-mobile-enable.sidebar-content .catalog-sidebar.open {
    -webkit-transform: translate3d(-475px, 0, 0);
            transform: translate3d(-475px, 0, 0);
  }
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-canvas-content,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-canvas-content {
    height: 100%;
    overflow-y: auto;
    padding: 132px 50px 100px 50px;
  }
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-canvas-content::-webkit-scrollbar,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-canvas-content::-webkit-scrollbar {
    display: none;
  }
  .filter-mobile-enable.content-sidebar .catalog-sidebar .close-canvas-panel,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .close-canvas-panel {
    font-size: 24px;
    color: #999;
  }
  .filter-mobile-enable.content-sidebar .catalog-sidebar .close-canvas-panel:hover,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .close-canvas-panel:hover {
    color: #000;
  }
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-panel-header,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-panel-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 50px 50px 45px;
    z-index: 10;
  }
  .filter-mobile-enable.full-content .shop-topbar {
    width: 475px;
    background-color: #fff;
    position: fixed;
    right: -475px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #aaa;
    z-index: 100000;
    -webkit-transition: -webkit-transform 0.25s ease;
            transition: transform 0.25s ease;
    margin: 0;
    padding: 0;
    opacity: 1;
    display: block;
    -webkit-animation: unset;
            animation: unset;
  }
  .filter-mobile-enable.full-content .shop-topbar .widget-panel-header {
    padding: 30px 50px 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 11;
  }
  .filter-mobile-enable.full-content .shop-topbar .widget-panel-header a {
    font-size: 24px;
  }
  .filter-mobile-enable.full-content .shop-topbar .shop-topbar-canvas {
    display: block;
    z-index: 99;
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    padding: 125px 50px 50px 50px;
  }
  .filter-mobile-enable.full-content .shop-topbar .shop-topbar-content {
    display: block;
  }
  .filter-mobile-enable.full-content .shop-topbar .shop-topbar-content .widget {
    width: 100%;
    max-width: 100%;
  }
  .filter-mobile-enable.full-content .shop-topbar.open {
    -webkit-transform: translate3d(-475px, 0, 0);
            transform: translate3d(-475px, 0, 0);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  body .supro-banner-grid .banner-content {
    top: 30px;
  }
  body .supro-banner-grid .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .container {
    padding-right: 0;
    padding-left: 0;
  }
  
  body .search-modal .modal-content {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
  body .search-modal .modal-footer {
    bottom: auto;
    top: 40px;
  }
  body .search-modal .modal-title {
    margin-top: 40px;
  }
  .page-header .feature-image {
    -webkit-background-size: cover;
            background-size: cover;
  }
  .page-header.no-bg-tablet {
    padding-top: 90px;
  }
  .page-header-catalog .page-header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-header-catalog .page-header-title {
    padding-right: 0;
  }
  .page-header-catalog .page-header-shop-toolbar {
    padding-left: 0;
  }
  .woocommerce .shop-toolbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 60px;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 60px;
  }
  .woocommerce div.product &gt; .container {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce.content-sidebar div.product.product-type-grouped .cart table.group_table td a.button,
  .woocommerce.sidebar-content div.product.product-type-grouped .cart table.group_table td a.button {
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }
  .woocommerce.single-product-layout-2 .product-toolbar &gt; .container {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce.single-product-layout-2 div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider li {
    padding: 5px 0;
  }
  .woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-coupon-toggle,
  .woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-login-toggle {
    width: 50%;
  }
  body .supro-sliders .supro-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
  body .supro-banner-grid-4 .banner-grid__banner.banner-s .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .site-content,
  .error404 .site-content,
  .supro-portfolio-page .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .single-product .site-content {
    padding-bottom: 0;
  }
  .page-header .breadcrumbs {
    padding-top: 5px;
  }
  .blog-page-header {
    padding-top: 80px;
  }
  .blog-page-header.layout-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .blog-page-header.layout-2 h1 {
    font-size: 36px;
  }
  .blog-page-header.layout-2 .breadcrumbs {
    padding-top: 5px;
  }
  .blog-page-header.layout-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .header-transparent .page-header {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .header-transparent .blog-page-header.layout-2 {
    padding-top: 150px;
    padding-bottom: 110px;
  }
  .header-transparent .page-header-catalog {
    padding-bottom: 40px;
  }
  .header-transparent.supro-catalog-page.home .page-header {
    padding-bottom: 80px;
  }
  .supro-taxs-list li {
    padding: 0 17px 10px;
  }
  .blog-grid .blog-wrapper:nth-child( 2n+1 ) {
    clear: left;
  }
  .blog-grid .blog-wrapper:nth-child( 3n+1 ) {
    clear: none;
  }
  .blog-grid .blog-sidebar {
    margin-top: 60px;
  }
  .blog-list .entry-summary {
    width: 80%;
    padding: 30px 70px;
  }
  .blog-masonry .blog-gutter-sizer {
    width: 30px;
  }
  .blog-masonry .blog-wrapper,
  .blog-masonry .blog-masonry-sizer {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .blog-masonry .blog-wrapper {
    margin-bottom: 50px;
  }
  .blog-masonry .blog-wrapper .entry-thumbnail {
    margin-bottom: 15px;
  }
  .supro-blog-page.content-sidebar .content-area {
    padding-right: 15px;
  }
  .supro-blog-page.sidebar-content .content-area {
    padding-left: 15px;
  }
  .single-post.full-content .single-post-wrapper .entry-header {
    max-width: 100%;
  }
  .single-post.sidebar-content .content-area {
    padding-left: 15px;
  }
  .single-post .site-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .single-post .blog-sidebar {
    margin-top: 60px;
  }
  .supro-related-posts .list-post article.col-md-4:nth-child( 3n+1 ),
  .supro-related-posts .list-post article.col-md-6:nth-child( 2n+1 ) {
    clear: none;
  }
  .supro-related-posts div.list-post article.col-md-6:nth-child( 2n+1 ) {
    clear: left;
  }
  .portfolio-grid .portfolio-wrapper:nth-child( 3n + 1 ) {
    clear: none;
  }
  .portfolio-grid .portfolio-wrapper:nth-child( 2n + 1 ) {
    clear: left;
  }
  .catalog-sidebar,
  .product-sidebar,
  .catalog-full-width-layout .catalog-sidebar {
    margin-top: 60px;
    max-width: 100%;
  }
  .woocommerce .shop-topbar .shop-topbar-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .woocommerce .shop-topbar .widget {
    max-width: 100%;
    width: 25%;
  }
  .woocommerce .supro-taxs-list li a {
    font-size: 16px;
  }
  .woocommerce.content-sidebar div.product div.summary .single_add_to_cart_button,
  .woocommerce.sidebar-content div.product div.summary .single_add_to_cart_button {
    min-width: 250px;
    padding: 0 40px;
    letter-spacing: 2px;
  }
  .woocommerce.content-sidebar div.product.product-type-grouped .cart table.group_table td a.button,
  .woocommerce.sidebar-content div.product.product-type-grouped .cart table.group_table td a.button {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
  }
  .woocommerce.content-sidebar div.product form.cart div.quantity,
  .woocommerce.sidebar-content div.product form.cart div.quantity,
  .woocommerce.content-sidebar div.product form.cart div.quantity,
  .woocommerce.sidebar-content div.product form.cart div.quantity {
    padding: 0 43px;
  }
  .woocommerce.content-sidebar .supro-catalog-filter,
  .woocommerce.sidebar-content .supro-catalog-filter {
    display: none;
  }
  .woocommerce.content-sidebar.filter-mobile-enable .supro-catalog-filter-mobile,
  .woocommerce.sidebar-content.filter-mobile-enable .supro-catalog-filter-mobile {
    display: block;
  }
  .woocommerce div.product form.cart div.quantity {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .woocommerce div.product form.cart div.quantity .qty {
    width: 100%;
  }
  .woocommerce.single-product-layout-1 div.product .product-summary,
  .woocommerce.single-product-layout-2 div.product .product-summary,
  .woocommerce.single-product-layout-3 div.product .product-summary,
  .woocommerce.single-product-layout-4 div.product .product-summary,
  .woocommerce.single-product-layout-6 div.product .product-summary,
  .woocommerce.single-product-layout-1 div.product .product-images-wrapper,
  .woocommerce.single-product-layout-2 div.product .product-images-wrapper,
  .woocommerce.single-product-layout-3 div.product .product-images-wrapper,
  .woocommerce.single-product-layout-4 div.product .product-images-wrapper,
  .woocommerce.single-product-layout-6 div.product .product-images-wrapper {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  .woocommerce.single-product-layout-1 div.product .product-summary,
  .woocommerce.single-product-layout-2 div.product .product-summary,
  .woocommerce.single-product-layout-3 div.product .product-summary,
  .woocommerce.single-product-layout-4 div.product .product-summary,
  .woocommerce.single-product-layout-6 div.product .product-summary {
    margin-top: 60px;
  }
  .woocommerce.single-product-layout-2 div.product .supro-single-product-detail {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .woocommerce ul.products li.product .footer-button .yith-wcwl-add-to-wishlist {
    margin-right: 0;
  }
  .woocommerce table.wishlist_table tr td.product-name .woocommerce-Price-amount,
  .woocommerce table.wishlist_table tbody td.product-name .woocommerce-Price-amount {
    display: inline;
  }
  .woocommerce table.wishlist_table tbody td.product-name a {
    display: block;
  }
  .woocommerce table.wishlist_table .m-price {
    color: #bbb;
    font-size: 14px;
  }
  .woocommerce table.wishlist_table .m-stock-status {
    color: #669900;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar {
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-content {
    padding-left: 15px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
    margin-bottom: 40px;
  }
  .supro-newsletter.space-between-style .title-area {
    margin-bottom: 30px;
  }
  .supro-newsletter.center-style .mc4wp-form {
    width: 100%;
  }
  .site-footer .widget .widget-title {
    margin-bottom: 20px;
  }
  .site-footer .footer-widget {
    padding-top: 50px;
  }
  .site-footer .footer-widget .footer-sidebar {
    margin-bottom: 40px;
  }
  .site-footer .footer-widget .footer-sidebar:nth-child( 2n+1 ) {
    clear: left;
  }
  body .supro-banner-grid .banner-url {
    display: block;
  }
  body .supro-banner-grid img {
    width: 100%;
  }
  body .supro-instagram-shortcode.columns-8 .supro-instagram,
  body .supro-instagram-shortcode.columns-6 .supro-instagram,
  body .supro-instagram-shortcode.columns-5 .supro-instagram {
    width: 25%;
  }
  body .supro-products-grid .product-header {
    margin-bottom: 20px;
  }
  body .supro-products-grid.style-2 ul.nav-filter {
    margin: 0 -10px;
  }
  body .supro-products-grid.style-2 ul.nav-filter li {
    padding: 0 10px;
  }
  body .supro-banner-grid-2 .banner-content {
    width: 100%;
    top: 30px;
  }
  body .supro-banner-grid-2 .banner-title {
    font-size: 26px;
  }
  body .supro-banner-grid-2 .banner-subtitle {
    font-size: 12px;
  }
  body .supro-banner-grid-3 .banner-grid__banner {
    width: 50%;
  }
  body .supro-banner-grid-3 .banner-grid__banner.banner-w {
    width: 50%;
  }
  body .supro-banner-grid-4 .banner-grid__banner {
    padding: 0 0 15px 0;
  }
  body .supro-banner-grid-4 .banner-grid__banner .banner-image img {
    width: 100%;
  }
  body .supro-banner-grid-4 .banner-grid__banner.banner-s .banner-title {
    font-size: 30px;
  }
  body .supro-product-banner2.style-1.text-align-right {
    text-align: left;
  }
  body .supro-members .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .supro-members .member {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  body .supro-icons-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .supro-container,
  .header-layout-4 .supro-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .supro-catalog-page .site-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sidebar-content .page-header-catalog,
  .content-sidebar .page-header-catalog {
    padding-bottom: 20px;
  }
  .site-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .topbar .row-flex {
    min-height: 45px;
  }
  .header-sticky .site-header.minimized {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-layout-2 .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header-layout-2 .site-header.minimized {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header-layout-4 .site-header .menu-main {
    padding-right: 0;
  }
  .login-modal .modal-content {
    padding-top: 60px;
  }
  .page-header {
    padding: 120px 0 120px;
  }
  .page-header-catalog {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .blog-page-header.layout-2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .page-header-catalog h1 {
    font-size: 40px;
  }
  .page-header-catalog.layout-3 .shop-toolbar {
    padding-top: 20px;
  }
  .page-header-catalog.layout-3 .page-header-banner {
    margin-top: 30px;
  }
  .page-header.no-bg-mobile {
    padding-top: 60px;
  }
  .page-header h1 {
    font-size: 36px;
  }
  .woocommerce-cart .page-header.no-bg-mobile,
  .woocommerce-checkout .page-header.no-bg-mobile,
  .woocommerce-account .page-header.no-bg-mobile {
    padding-top: 60px;
  }
  .single-post .entry-title {
    font-size: 36px;
  }
  .supro-related-posts .related-title {
    font-size: 36px;
  }
  .supro-taxs-list {
    overflow-y: scroll;
    margin-bottom: 35px;
  }
  .supro-taxs-list ul {
    white-space: nowrap;
    margin: 0 0 7px 0;
  }
  .comments-area {
    margin-top: 50px;
  }
  .comments-title,
  .comment-reply-title {
    font-size: 42px;
  }
  .site-footer .footer-copyright .footer-copyright-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-copyright.columns-2 .footer-sidebar,
  .site-footer .footer-copyright.columns-3 .footer-sidebar,
  .site-footer .footer-copyright.columns-2 .footer-sidebar:last-child,
  .site-footer .footer-copyright.columns-3 .footer-sidebar:last-child {
    text-align: center;
  }
  .footer-layout.footer-layout-2 {
    padding-bottom: 20px;
  }
  .woocommerce.single-product-layout-3 div.product div.images .woocommerce-product-gallery__image {
    margin-bottom: 15px;
  }
  .woocommerce .supro-taxs-list {
    margin-bottom: 0;
  }
  .woocommerce .supro-taxs-list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce .supro-taxs-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce ul.products li.product {
    width: 100%;
  }
  .woocommerce.supro-catalog-mobile-2-columns ul.products li.product {
    width: 50%;
  }
  .woocommerce.catalog-masonry nav.woocommerce-pagination {
    margin-top: 0;
  }
  .woocommerce.catalog-masonry ul.products li.product {
    margin-bottom: 30px;
    text-align: left !important;
  }
  .woocommerce.catalog-masonry ul.products li.product:nth-child( 2n ) {
    text-align: right !important;
  }
  .woocommerce .track_order .form-row {
    width: 100%;
  }
  .woocommerce .woocommerce-products-header .term-description {
    margin-bottom: 20px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-top: 0;
    float: none;
    width: 100%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart {
    margin-bottom: 40px;
  }
  .woocommerce-cart .woocommerce table.shop_table tr td,
  .woocommerce-cart .woocommerce table.shop_table tbody td {
    vertical-align: top;
  }
  .woocommerce-cart .woocommerce table.shop_table tr td.product-name .woocommerce-Price-amount,
  .woocommerce-cart .woocommerce table.shop_table tbody td.product-name .woocommerce-Price-amount {
    display: block;
  }
  .woocommerce-cart .woocommerce table.shop_table tr td.product-name a.product-url,
  .woocommerce-cart .woocommerce table.shop_table tbody td.product-name a.product-url {
    display: block;
  }
  .woocommerce-cart .woocommerce table.shop_table tr td.product-name a.remove,
  .woocommerce-cart .woocommerce table.shop_table tbody td.product-name a.remove {
    display: block;
    width: inherit;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    height: inherit;
  }
  .woocommerce-cart .woocommerce table.shop_table tr td.product-name a.remove:hover,
  .woocommerce-cart .woocommerce table.shop_table tbody td.product-name a.remove:hover {
    color: red !important;
    background-color: transparent !important;
  }
  .woocommerce-cart .woocommerce table.cart .cart-actions,
  .woocommerce-cart .woocommerce table.checkout .cart-actions {
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce table.cart td.actions .coupon,
  .woocommerce-cart .woocommerce table.checkout td.actions .coupon {
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce table.cart .btn-shop,
  .woocommerce-cart .woocommerce table.checkout .btn-shop,
  .woocommerce-cart .woocommerce table.cart .btn-update,
  .woocommerce-cart .woocommerce table.checkout .btn-update {
    width: 100%;
  }
  .woocommerce-cart .woocommerce table.cart .btn-shop,
  .woocommerce-cart .woocommerce table.checkout .btn-shop {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .woocommerce-checkout .supro-checkout-form-wrapper {
    display: block;
  }
  .woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-coupon-toggle,
  .woocommerce-checkout .supro-checkout-form-wrapper .woocommerce-form-login-toggle {
    width: 100%;
    padding: 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    overflow-y: scroll;
    margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    white-space: nowrap;
    margin: 0 0 15px 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:first-child {
    padding-left: 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    padding-right: 0;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .product-inner {
    padding-bottom: 40px;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .un-product-details,
  .supro-catalog-page.shop-view-list ul.products li.product .woocommerce-loop-category__title {
    margin-top: 0;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .woocommerce-product-details__short-description {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .supro-catalog-page.shop-view-list ul.products li.product h3 {
    margin-right: 0;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .star-rating {
    float: none;
    margin-top: 0;
  }
  .supro-catalog-page.shop-view-grid ul.products li.product .un-product-thumbnail,
  .supro-products-grid ul.products li.product .un-product-thumbnail,
  .supro-products-carousel ul.products li.product .un-product-thumbnail {
    margin-bottom: 50px;
  }
  .supro-catalog-page.shop-view-grid ul.products li.product .footer-button,
  .supro-products-grid ul.products li.product .footer-button,
  .supro-products-carousel ul.products li.product .footer-button {
    bottom: -50px;
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    padding-top: 11px;
    padding-bottom: 5px;
  }
  .supro-catalog-page.shop-view-grid ul.products li.product .product-inner:hover .footer-button,
  .supro-products-grid ul.products li.product .product-inner:hover .footer-button,
  .supro-products-carousel ul.products li.product .product-inner:hover .footer-button {
    bottom: -50px;
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    padding-top: 11px;
    padding-bottom: 5px;
  }
  .backtotop {
    bottom: 20px;
    right: 20px;
  }
  .footer-layout.footer-layout-3 .footer-widget .footer-sidebar:last-child {
    text-align: left;
    margin-bottom: 0;
  }
  .site-footer .footer-widget .footer-sidebar:last-child {
    margin-bottom: 0;
  }
  body .supro-empty-space .supro_empty_space_md,
  body .supro-empty-space .supro_empty_space_lg {
    display: none;
  }
  body .supro-empty-space .supro_empty_space_xs {
    display: block;
  }
  body .supro-banner-grid.m-text-position-center {
    text-align: center;
  }
  body .supro-banner-grid.m-text-position-center .banner-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .supro-banner-grid.style-2 .desc {
    display: none;
  }
  body .supro-banner-grid-2 .banner-grid__banner {
    height: 25%;
    width: 100%;
  }
  body .supro-icons-box ul li {
    width: 50%;
    padding: 10px 0;
  }
  body .supro-products-grid.style-3 .section-title,
  body .supro-products-grid.style-4 .section-title {
    margin-bottom: 50px;
  }
  body .supro-products-grid.mobile-columns-2 ul.products li.product {
    width: 50%;
  }
  body .supro-sale-product .supro-countdown {
    padding: 15px;
  }
  body .supro-contact-box.horizontal h3 {
    margin-bottom: 0;
  }
  body .supro-contact-box.horizontal .title,
  body .supro-contact-box.horizontal .contact-info {
    width: 50%;
    margin-bottom: 30px;
  }
  body .supro-faq_group .g-title {
    margin-bottom: 30px;
  }
  body .supro-faq_group .title {
    margin: 0 0 10px 0;
  }
  body .supro-testimonial .testi-content {
    font-size: 20px;
  }
  body .supro-products-grid.style-2 .woocommerce ul.products li.product .footer-button {
    padding: 11px 0 5px 0;
    background-color: transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .page-template-template-home-no-footer .footer-newsletter {
    max-width: 100%;
  }
  .flip-clock-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
  .flip-clock-wrapper .flip-wrapper {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .supro-modal .modal-title {
    margin-bottom: 60px;
  }
  .blog-wrapper .entry-footer .entry-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-wrapper .entry-footer .tag-list {
    margin-bottom: 10px;
  }
  .blog-grid .blog-wrapper {
    width: 100%;
  }
  .supro-related-posts .list-post article {
    width: 100%;
  }
  .blog-list .blog-wrapper {
    margin-bottom: 50px;
  }
  .blog-list .entry-header {
    margin-bottom: 10px;
  }
  .blog-list .entry-summary {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .blog-list .entry-title {
    font-size: 24px;
  }
  .comment-list .children {
    padding-left: 0;
  }
  .comment .comment-author {
    float: none;
    margin-bottom: 20px;
  }
  .comment .comment-meta {
    margin-left: 0;
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .comment .comment-reply-link,
  .pingback .comment-reply-link {
    margin-bottom: 10px;
  }
  .portfolio-carousel .portfolio-wrapper {
    margin-bottom: 30px;
  }
  .portfolio-carousel .portfolio-wrapper .entry-title {
    font-size: 20px;
  }
  .portfolio-carousel .portfolio-wrapper .portfolio-cat {
    font-size: 14px;
  }
  .portfolio-carousel .entry-summary {
    padding: 20px;
  }
  .supro-portfolio-page .supro-taxs-list ul {
    margin-bottom: 0;
  }
  .woocommerce .shop-toolbar {
    margin: 0 -10px;
  }
  .woocommerce .shop-toolbar .shop-toolbar-el {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .woocommerce .shop-toolbar .woocommerce-ordering li &gt; ul {
    left: 0;
    right: auto;
  }
  .woocommerce .shop-topbar .widget {
    width: 50%;
  }
  .woocommerce ul.products li.product {
    margin-bottom: 40px;
  }
  .woocommerce.filter-mobile-enable .shop-toolbar .shop-toolbar-el.supro-catalog-filter {
    display: none;
  }
  .woocommerce.filter-mobile-enable .shop-toolbar .shop-toolbar-el.woocommerce-ordering,
  .woocommerce.filter-mobile-enable .shop-toolbar .shop-toolbar-el.supro-catalog-filter-mobile {
    text-align: right;
  }
  .woocommerce:not(.filter-mobile-enable) .shop-toolbar .shop-toolbar-el.supro-catalog-filter-mobile {
    display: none;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-1,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-2 {
    width: 100%;
    float: none;
  }
  .supro-off-canvas-panel,
  .filter-mobile-enable.content-sidebar .catalog-sidebar,
  .filter-mobile-enable.sidebar-content .catalog-sidebar,
  .filter-mobile-enable.full-content .shop-topbar {
    width: 350px;
    /* right: -350px; */
    left: -350px; /* Tahina */
  }
  .supro-off-canvas-panel.open,
  .filter-mobile-enable.content-sidebar .catalog-sidebar.open,
  .filter-mobile-enable.sidebar-content .catalog-sidebar.open,
  .filter-mobile-enable.full-content .shop-topbar.open {
    /* -webkit-transform: translate3d(-350px, 0, 0);
            transform: translate3d(-350px, 0, 0); */
            /* Tahina */
    -webkit-transform: translate3d(350px, 0, 0);
            transform: translate3d(350px, 0, 0);
  }
  .supro-off-canvas-panel .widget-canvas-content,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-canvas-content,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-canvas-content,
  .filter-mobile-enable.full-content .shop-topbar .widget-canvas-content,
  .supro-off-canvas-panel .shop-topbar-canvas,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .shop-topbar-canvas,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .shop-topbar-canvas,
  .filter-mobile-enable.full-content .shop-topbar .shop-topbar-canvas {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
  }
  .supro-off-canvas-panel .widget-panel-header,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-panel-header,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-panel-header,
  .filter-mobile-enable.full-content .shop-topbar .widget-panel-header {
    padding: 30px;
  }
  .header-left-sidebar .supro-off-canvas-panel,
  .header-left-sidebar .filter-mobile-enable.content-sidebar .catalog-sidebar,
  .header-left-sidebar .filter-mobile-enable.sidebar-content .catalog-sidebar,
  .header-left-sidebar .filter-mobile-enable.full-content .shop-topbar {
    /*right: -350px;
    left: auto; Tahina */
    right: auto;
    left: -350px;
  }
  .header-left-sidebar .supro-off-canvas-panel.open,
  .header-left-sidebar .filter-mobile-enable.content-sidebar .catalog-sidebar.open,
  .header-left-sidebar .filter-mobile-enable.sidebar-content .catalog-sidebar.open,
  .header-left-sidebar .filter-mobile-enable.full-content .shop-topbar.open {
    /*-webkit-transform: translate3d(-350px, 0, 0);
            transform: translate3d(-350px, 0, 0); Tahina */
            -webkit-transform: translate3d(350px, 0, 0);
            transform: translate3d(350px, 0, 0);
  }
  .supro-off-canvas-panel .widget .widget-title,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget .widget-title,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget .widget-title,
  .filter-mobile-enable.full-content .shop-topbar .widget .widget-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .woocommerce.mini-cart .un-cart-panel-footer {
    left: 30px;
    right: 30px;
  }
  body .supro-instagram-shortcode.columns-8 .supro-instagram,
  body .supro-instagram-shortcode.columns-6 .supro-instagram,
  body .supro-instagram-shortcode.columns-5 .supro-instagram,
  body .supro-instagram-shortcode.columns-4 .supro-instagram {
    width: 50%;
  }
  body .supro-sliders h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  body .supro-sliders .supro-slide .slide-content {
    left: 50px;
  }
}
@media (max-width: 480px) {
  .supro-container,
  .header-layout-4 .supro-container,
  .header-left-sidebar .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-content,
  .error404 .site-content,
  .supro-portfolio-page .site-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .site-header .menu-extra .extra-menu-item {
    /* padding-left: 15px; */
    padding-left: 0; /* Tahina */
  }
  .site-header .menu-extra .menu-item-cart,
  .site-header .menu-extra .menu-item-wishlist {
    margin-right: 0;
  }
  .header-layout-2 .site-header .site-logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-layout-2 .site-header .menu-extra {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: initial;
  }
  .header-layout-2 .site-header .menu-extra.menu-search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-layout-2 .site-header .menu-extra.menu-search ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-layout-2 .site-header .menu-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .page-header {
    padding: 60px 0 60px;
  }
  .page-header-catalog {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .blog-page-header {
    padding-top: 40px;
  }
  .blog-page-header.layout-1 h1,
  .blog-page-header.layout-2 h1,
  .blog-page-header.layout-3 h1 {
    font-size: 24px;
  }
  .blog-page-header.layout-1 {
    padding-bottom: 0 !important;
  }
  .blog-page-header.layout-1 h1 {
    padding-bottom: 15px;
  }
  .blog-page-header.layout-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .blog-page-header.layout-3 .page-header-wrapper {
    padding: 20px 15px;
  }
  .header-transparent .page-header {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .header-transparent .blog-page-header.layout-2 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .header-transparent .page-header-catalog {
    padding-bottom: 40px;
  }
  .blog-masonry .blog-gutter-sizer {
    width: 0;
  }
  .blog-masonry .blog-wrapper,
  .blog-masonry .blog-masonry-sizer {
    width: 100%;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .woocommerce #review_form #respond .comment-form-author,
  .woocommerce #review_form #respond .comment-form-email,
  .woocommerce-checkout form.checkout .form-row-first,
  .woocommerce-checkout form.checkout .form-row-last,
  .woocommerce-checkout form.checkout .validate-phone,
  .woocommerce-checkout form.checkout .validate-email {
    width: 100%;
    float: none;
    padding: 0;
  }
  .woocommerce nav.woocommerce-pagination {
    margin-top: 20px;
  }
  .woocommerce nav.woocommerce-pagination.infinite .nav-text {
    font-size: 10px;
    padding-bottom: 5px;
  }
  .woocommerce nav.woocommerce-pagination.infinite .nav-text:after {
    height: 1px;
  }
  .woocommerce .supro-taxs-list ul {
    margin-bottom: 30px;
  }
  .portfolio-masonry .portfolio-wrapper {
    width: 100%;
  }
  .supro-catalog-page.shop-view-grid ul.products li.product .un-product-thumbnail,
  .supro-products-grid ul.products li.product .un-product-thumbnail,
  .supro-products-carousel ul.products li.product .un-product-thumbnail {
    margin-bottom: 40px;
  }
  .supro-catalog-page.shop-view-grid ul.products li.product .product-inner:hover .footer-button,
  .supro-catalog-page.shop-view-grid ul.products li.product .footer-button,
  .supro-products-grid ul.products li.product .footer-button,
  .supro-products-grid ul.products li.product .product-inner:hover .footer-button,
  .supro-products-carousel ul.products li.product .footer-button,
  .supro-products-carousel ul.products li.product .product-inner:hover .footer-button {
    padding-top: 6px;
    padding-bottom: 0;
    bottom: -40px;
  }
  .woocommerce .ribbons .ribbon {
    font-size: 10px;
    top: 10px;
    left: 10px;
    height: 20px;
    line-height: 18px;
  }
  .woocommerce .product-toolbar {
    padding-bottom: 10px;
  }
  .woocommerce .product-toolbar .woocommerce-breadcrumb,
  .woocommerce .product-toolbar .navigation {
    float: none;
    padding-bottom: 20px;
  }
  .woocommerce ul.products {
    margin: 0 -8px;
  }
  .woocommerce ul.products li.product {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }
  .woocommerce.content-sidebar div.product.product-type-grouped .cart table.group_table td a.button,
  .woocommerce.sidebar-content div.product.product-type-grouped .cart table.group_table td a.button {
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }
  .woocommerce div.product .upsells.products .slick-dots,
  .woocommerce div.product .related.products .slick-dots {
    margin-top: 40px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    padding: 5px 27px;
  }
  .woocommerce div.product.product-type-grouped .cart table.group_table td a.button {
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }
  .woocommerce.single-product-layout-2 div.product .woocommerce-product-gallery {
    padding-left: 0;
  }
  .woocommerce.single-product-layout-2 div.product .woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    top: auto;
    left: auto;
    width: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    margin: 10px -5px 0 -5px;
  }
  .woocommerce.single-product-layout-2 div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider li {
    padding: 0 5px;
  }
  .woocommerce.single-product-layout-2 div.product .woocommerce-product-gallery .flex-control-thumbs.no-slick li {
    float: left;
    width: 25%;
    padding: 0 5px;
  }
  .woocommerce ul.products li.product .onsale {
    top: 10px;
    left: 10px;
  }
  .woocommerce-checkout table.shop_table thead tr th {
    padding-top: 20px;
  }
  .woocommerce-checkout table.shop_table,
  .woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper {
    padding: 0 20px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-date,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-status,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status {
    display: none;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .un-product-thumbnail,
  .supro-catalog-page.shop-view-list ul.products li.product .un-product-details,
  .supro-catalog-page.shop-view-list ul.products li.product .supro-product-categories-thumb,
  .supro-catalog-page.shop-view-list ul.products li.product .woocommerce-loop-category__title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .supro-catalog-page.shop-view-list ul.products li.product .un-product-thumbnail,
  .supro-catalog-page.shop-view-list ul.products li.product .supro-product-categories-thumb {
    margin-bottom: 20px;
  }
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .un-product-thumbnail,
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .un-product-details,
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .supro-product-categories-thumb,
  .supro-catalog-page.shop-view-list.catalog-full-width-layout ul.products li.product .woocommerce-loop-category__title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body .supro-banner-grid .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body .supro-sale-product .supro-countdown {
    padding: 15px;
  }
  body .supro-sale-product {
    padding: 60px 0;
  }
  body .supro-product-banner .title,
  body .supro-product-banner .price {
    margin-bottom: 20px;
  }
  body .supro-product-banner .title {
    font-size: 36px;
    white-space: initial;
  }
  body .supro-product-banner .banner-group {
    margin-bottom: 90px;
  }
  body .supro-product-banner .banner-group .banner-url.even-banner {
    padding-left: 0;
  }
  body .supro-product-banner .banner-group .banner-url.even-banner .banner-content {
    position: relative;
    margin-top: 20px;
    top: 0;
  }
  body .supro-product-banner .banner-group .banner-url.odd-banner .banner-content {
    padding-left: 0;
    margin-top: 20px;
  }
  body .supro-banner-grid-3 .banner-grid__banner {
    width: 100%;
  }
  body .supro-banner-grid-3 .banner-grid__banner.banner-w {
    width: 100%;
  }
  body .supro-banner-grid-3 .banner-grid__banner .banner-image {
    -webkit-background-size: cover;
            background-size: cover;
  }
  body .supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n + 1 ) {
    padding-right: 8px;
  }
  body .supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n + 2 ) {
    padding-right: 8px;
    padding-left: 8px;
  }
  body .supro-products-grid .woocommerce.columns-3 ul.products li:nth-child( 3n ) {
    padding-left: 8px;
  }
  body .supro-members .member {
    width: 100%;
  }
  body .supro-members .member-wrapper {
    display: inline-block;
  }
  body:not( .page-template-template-home-no-footer ) .supro-newsletter.has-bg .mc4wp-form .mc4wp-form-fields {
    padding-left: 10px;
    padding-right: 10px;
  }
  body:not( .page-template-template-home-no-footer ) .supro-newsletter.has-bg .mc4wp-form .mc4wp-form-fields:after {
    left: 20px;
  }
  .page-template-template-home-no-footer .footer-newsletter {
    padding: 40px 10px;
  }
  .flip-clock-wrapper .flip-wrapper .inn {
    font-size: 36px;
    min-width: auto;
  }
  .mf-recently-products {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mf-recently-products .product-list {
    padding: 20px 10px;
  }
  .mf-recently-products .product-list li.item {
    padding: 0 8px;
  }
}
@media (max-width: 414px) {
  .header-transparent.supro-catalog-page.home .page-header {
    padding-bottom: 50px;
  }
  .header-transparent.supro-catalog-page.home .site-content {
    padding-top: 140px;
  }
  .woocommerce .shop-topbar .widget {
    width: 100%;
  }
  .woocommerce div.product div.summary .single_add_to_cart_button {
    width: 100%;
    margin: 20px 0;
    float: none;
  }
  .woocommerce div.product .supro-wishlist-button .yith-wcwl-add-to-wishlist {
    margin-left: 0;
    float: none;
  }
  .woocommerce div.product form.cart .single-button-wrapper {
    display: block;
  }
  .woocommerce div.product form.cart .actions-button,
  .woocommerce div.product form.cart div.quantity {
    float: none;
    width: 100%;
    margin-right: 0;
    border-width: 1px;
  }
  .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button &gt; a,
  .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse &gt; a,
  .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse &gt; a {
    width: 100%;
    border-width: 1px;
  }
  .woocommerce div.product.product-type-grouped .cart .single-button-wrapper {
    display: block;
  }
  .woocommerce .quantity .qty {
    width: 100%;
  }
  .woocommerce.content-sidebar .quantity .qty,
  .woocommerce.sidebar-content .quantity .qty {
    width: 100%;
  }
  .woocommerce.single-product-layout-5 .single-button-wrapper {
    display: block;
  }
  .single-product.add-to-cart-sticky div.product form.cart div.quantity {
    margin-bottom: 15px;
  }
  body .supro-sale-product .flip-clock-wrapper .flip-wrapper {
    padding: 0 10px;
  }
  body .supro-sliders .desc {
    display: none;
  }
  body .supro-sliders .slide-button {
    padding: 0;
  }
  body .supro-icons-box {
    padding: 20px 40px;
  }
  body .supro-icons-box ul li {
    width: 100%;
  }
  body .supro-contact-box.horizontal .title,
  body .supro-contact-box.horizontal .contact-info {
    width: 100%;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form .mc4wp-form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    background-color: transparent !important;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form .mc4wp-form-fields:after {
    top: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    color: #222 !important;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form input[type="email"] {
    border-bottom: 1px solid #eaeaea;
    color: #222 !important;
    text-align: center;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form input[type="submit"] {
    padding: 20px 0;
    margin-top: 20px;
    color: #222 !important;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form ::-webkit-input-placeholder {
    color: #222 !important;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form :-moz-placeholder {
    color: #222 !important;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form ::-moz-placeholder {
    color: #222 !important;
  }
  body:not( .page-template-template-home-no-footer ) .mc4wp-form :-ms-input-placeholder {
    color: #222 !important;
  }
  body.maintenance-page .mc4wp-form input[type="submit"] {
    color: #fff !important;
  }
}
@media (max-width: 375px) {
  .supro-container,
  .header-layout-4 .supro-container,
  .header-left-sidebar .site-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header .site-logo {
    margin: 0;
  }
  .supro-off-canvas-panel,
  .filter-mobile-enable.content-sidebar .catalog-sidebar,
  .filter-mobile-enable.sidebar-content .catalog-sidebar,
  .filter-mobile-enable.full-content .shop-topbar {
    width: 280px;
    /*right: -280px; Tahina */
    left: -280px;
  }
  .supro-off-canvas-panel.open,
  .filter-mobile-enable.content-sidebar .catalog-sidebar.open,
  .filter-mobile-enable.sidebar-content .catalog-sidebar.open,
  .filter-mobile-enable.full-content .shop-topbar.open {
    /*-webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0); Tahina */
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
  }
  .supro-off-canvas-panel .widget-canvas-content,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-canvas-content,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-canvas-content,
  .filter-mobile-enable.full-content .shop-topbar .widget-canvas-content,
  .supro-off-canvas-panel .shop-topbar-canvas,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .shop-topbar-canvas,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .shop-topbar-canvas,
  .filter-mobile-enable.full-content .shop-topbar .shop-topbar-canvas {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
  }
  .supro-off-canvas-panel .widget-panel-header,
  .filter-mobile-enable.content-sidebar .catalog-sidebar .widget-panel-header,
  .filter-mobile-enable.sidebar-content .catalog-sidebar .widget-panel-header,
  .filter-mobile-enable.full-content .shop-topbar .widget-panel-header {
    padding: 20px;
  }
  .header-left-sidebar .supro-off-canvas-panel,
  .header-left-sidebar .filter-mobile-enable.content-sidebar .catalog-sidebar,
  .header-left-sidebar .filter-mobile-enable.sidebar-content .catalog-sidebar,
  .header-left-sidebar .filter-mobile-enable.full-content .shop-topbar {
    /*right: -280px;
    left: auto; tahina */
    right: auto;
    left: -280px;
  }
  .header-left-sidebar .supro-off-canvas-panel.open,
  .header-left-sidebar .filter-mobile-enable.content-sidebar .catalog-sidebar.open,
  .header-left-sidebar .filter-mobile-enable.sidebar-content .catalog-sidebar.open,
  .header-left-sidebar .filter-mobile-enable.full-content .shop-topbar.open {
    /*-webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0); Tahina */
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
  }
  .woocommerce.mini-cart .un-cart-panel-footer {
    left: 20px;
    right: 20px;
  }
  body .supro-product-banner .title {
    font-size: 24px;
  }
}
@media (max-width: 782px) {
  .header-transparent.admin-bar .site-header {
    top: 46px;
  }
  .header-sticky.admin-bar .site-header.minimized {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .header-sticky.admin-bar .site-header.minimized {
    top: 0 !important;
  }
}


.portal { margin-right: 10px; }
@media (min-width: 1200px) {
  li.menu-item-search {
    display: none;
  }
  .portal { display: none; }
}</pre></body></html>