@charset "UTF-8";
/**
 * ----------------------------------------------------------------------------------------
 * Table of Contents
 * ----------------------------------------------------------------------------------------
 */
/*
 - Tools
 - Base
 - Layout
 - Modules
 - Media Queries
*/
/**
*  Colors
*/
/**
*  Typography
*/
/**
*  Layout
*/
/**
*  Buttons
*/
/**
*  Widgets
*/
.MAIN-NAVIGATION:after, .MAIN-NAVIGATION .main-navigation-menu > ul:after, .AdjacentPosts:after, .ProductSearch:after, .ProductSearch .search-form-filters:after, .Blog:after, .SSDItemsGrid .items-row:after, .woocommerce .SingleProductHeader:after {
  content: "";
  display: table;
  clear: both; }

.ProductSearch .dropdown-button:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
* ----------------------------------------------------------------------------------------
* Custom edits of the main Bootstrap 3 Functionality.
* ----------------------------------------------------------------------------------------
*/
/**
*  Grid
*/
.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

.container {
  padding-left: 30px;
  padding-right: 30px; }

.row {
  margin-left: -30px;
  margin-right: -30px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px; }

.cols-np {
  margin: 0; }
  .cols-np > .col-xs-1, .cols-np > .col-sm-1, .cols-np > .col-md-1, .cols-np > .col-lg-1, .cols-np > .col-xs-2, .cols-np > .col-sm-2, .cols-np > .col-md-2, .cols-np > .col-lg-2, .cols-np > .col-xs-3, .cols-np > .col-sm-3, .cols-np > .col-md-3, .cols-np > .col-lg-3, .cols-np > .col-xs-4, .cols-np > .col-sm-4, .cols-np > .col-md-4, .cols-np > .col-lg-4, .cols-np > .col-xs-5, .cols-np > .col-sm-5, .cols-np > .col-md-5, .cols-np > .col-lg-5, .cols-np > .col-xs-6, .cols-np > .col-sm-6, .cols-np > .col-md-6, .cols-np > .col-lg-6, .cols-np > .col-xs-7, .cols-np > .col-sm-7, .cols-np > .col-md-7, .cols-np > .col-lg-7, .cols-np > .col-xs-8, .cols-np > .col-sm-8, .cols-np > .col-md-8, .cols-np > .col-lg-8, .cols-np > .col-xs-9, .cols-np > .col-sm-9, .cols-np > .col-md-9, .cols-np > .col-lg-9, .cols-np > .col-xs-10, .cols-np > .col-sm-10, .cols-np > .col-md-10, .cols-np > .col-lg-10, .cols-np > .col-xs-11, .cols-np > .col-sm-11, .cols-np > .col-md-11, .cols-np > .col-lg-11, .cols-np > .col-xs-12, .cols-np > .col-sm-12, .cols-np > .col-md-12, .cols-np > .col-lg-12 {
    padding-left: 0;
    padding-right: 0; }

/**
*  Media Object 
*/
.media {
  margin: 0; }

.media-object {
  max-width: none; }

.media > .pull-right {
  padding-left: 0; }

.media-left, .media > .pull-left {
  padding-right: 0; }

/**
*  Alert
*/
.alert {
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
  margin-top: 10px;
  text-align: center; }

/**
*  Modal
*/
.modal-backdrop {
  display: none; }

.modal.fade {
  background: rgba(0, 0, 0, 0.5); }

/**
*  General
*/
abbr[title] {
  border-bottom: none; }

@media only screen and (min-width: 1500px) {
  .container {
    width: 1480px; }
  .col-lg-padding-1 {
    padding-left: 5%; } }

@media only screen and (min-width: 1200px) {
  .col-lg-9 {
    width: 71%; }
  .col-lg-3 {
    width: 29%; }
  .col-lg-pull-3 {
    right: 29%; }
  .col-lg-push-9 {
    left: 71%; } }

@media only screen and (max-width: 767px) {
  .col-md-pull-4.float-r {
    float: none; } }

/**
 * ----------------------------------------------------------------------------------------
 * Base
 * ----------------------------------------------------------------------------------------
 */
body, html {
  min-height: 100%; }

body {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82em;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  word-wrap: break-word;
  background-color: #f7f7fa; }
  body:before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }

/**
 * Default spacing for paragraphs.
 */
p {
  margin-bottom: 1.82em; }

p + p:last-of-type {
  margin-bottom: 0; }

/**
*  Lists
*/
ul, ol {
  padding-left: 30px;
  margin-bottom: 20px;
  list-style-position: outside; }

/**
 * Default styles for all headings.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.8em;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: .15s;
  transition: .15s; }

.elementor-widget-container h1, .elementor-widget-container h2, .elementor-widget-container h3, .elementor-widget-container h4, .elementor-widget-container h5, .elementor-widget-container h6 {
  margin: 0; }

/**
 * Individual styles for the headings.
 */
h1 {
  font-size: 56px; }

h2 {
  font-size: 44px; }

h3 {
  font-size: 38px; }

h4 {
  font-size: 34px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px;
  margin-bottom: 1em; }

/**
 * Links.
 */
a, a:focus {
  color: #FF52E5;
  text-decoration: none;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s; }

a:hover, a:active {
  color: #FFC25D;
  text-decoration: none; }
  a:hover .special-subtitle-type-2:before, a:active .special-subtitle-type-2:before {
    background-color: #FFC25D; }

a.link-border {
  border-bottom: 2px solid #FF52E5; }

/**
 * Selection Color.
 */
::-moz-selection {
  background: #FF52E5;
  color: #fff; }
::selection {
  background: #FF52E5;
  color: #fff; }

/**
 * HR.
 */
hr {
  margin: 1.82em 0;
  border-color: #FFC25D; }

br {
  margin-bottom: 10px; }

/**
 * Make sure videos and embeds fit inside their containers.
 */
embed,
iframe,
object,
video {
  max-width: 100%; }

/**
 * Code.
 */
code {
  white-space: normal; }

/**
 * Responsive Images.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  outline: 1px solid transparent;
  -webkit-filter: none;
          filter: none; }

/**
 * No Outline.
 */
*:focus {
  outline: 0; }

/**
*  Other
*/
i {
  display: inline-block; }

del {
  -webkit-text-decoration-color: #FFC25D;
          text-decoration-color: #FFC25D; }

pre {
  font-family: inherit;
  font-size: 16px;
  border: none;
  padding: 20px;
  margin-bottom: 20px; }

/**
*  Blockquote
*/
blockquote {
  font-size: 17px;
  font-style: italic;
  margin: 30px 0;
  padding: 10px 40px;
  border-left: 5px solid #FFC25D; }
  blockquote cite {
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #222; }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 40px 0;
  padding: 10px 40px; }
  .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 22px;
    margin-bottom: 30px; }

.wp-block-pullquote {
  border-top: 4px solid #FFC25D;
  border-bottom: 4px solid #FFC25D;
  border-left: none; }

/**
*  Table
*/
table, .woocommerce table.shop_attributes, .woocommerce .cart-collaterals .cart_totals table,
.woocommerce table.shop_table,
.table,
table.wcv-table,
.woocommerce table.wcv-table.shop_attributes,
.woocommerce .cart-collaterals .cart_totals table.wcv-table,
.woocommerce table.wcv-table.shop_table,
table.table,
table.wcv-table,
.woocommerce table.wcv-table.shop_attributes,
.woocommerce .cart-collaterals .cart_totals table.wcv-table,
.woocommerce table.wcv-table.shop_table,
.woocommerce table.table.shop_attributes,
.woocommerce .cart-collaterals .cart_totals table.table,
.woocommerce table.table.shop_table {
  border: none;
  margin-bottom: 1.82em;
  width: 100%;
  border-spacing: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
  border-radius: 10px; }
  table th, .woocommerce table.shop_attributes th, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th,
  table tr th,
  .woocommerce table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table tr th,
  .woocommerce table.shop_table tr th,
  table > thead > tr > th,
  .woocommerce table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > thead > tr > th,
  .woocommerce table.shop_table > thead > tr > th,
  table > tfoot > tr > th,
  .woocommerce table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > th,
  .woocommerce table.shop_table > tfoot > tr > th,
  table > tbody > tr > th,
  .woocommerce table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tbody > tr > th,
  .woocommerce table.shop_table > tbody > tr > th,
  .table th,
  table.wcv-table th,
  .woocommerce table.wcv-table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table th,
  .woocommerce table.wcv-table.shop_table th,
  .table tr th,
  table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_table tr th,
  .table > thead > tr > th,
  table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_table > thead > tr > th,
  .table > tfoot > tr > th,
  table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > th,
  .table > tbody > tr > th,
  table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_table > tbody > tr > th,
  table.table th,
  table.wcv-table th,
  .woocommerce table.wcv-table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table th,
  .woocommerce table.wcv-table.shop_table th,
  .woocommerce table.table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.table th,
  .woocommerce table.table.shop_table th,
  table.table tr th,
  table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_table tr th,
  .woocommerce table.table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.table tr th,
  .woocommerce table.table.shop_table tr th,
  table.table > thead > tr > th,
  table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_table > thead > tr > th,
  .woocommerce table.table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > th,
  .woocommerce table.table.shop_table > thead > tr > th,
  table.table > tfoot > tr > th,
  table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > th,
  .woocommerce table.table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > th,
  .woocommerce table.table.shop_table > tfoot > tr > th,
  table.table > tbody > tr > th,
  table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_table > tbody > tr > th,
  .woocommerce table.table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > th,
  .woocommerce table.table.shop_table > tbody > tr > th {
    padding: 40px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-weight: 800; }
  table td, .woocommerce table.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce table.shop_table td,
  table tr td,
  .woocommerce table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table tr td,
  .woocommerce table.shop_table tr td,
  table td.label,
  .woocommerce table.shop_attributes td.label,
  .woocommerce .cart-collaterals .cart_totals table td.label,
  .woocommerce table.shop_table td.label,
  table > tbody > tr > td,
  .woocommerce table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td,
  .woocommerce table.shop_table > tbody > tr > td,
  table > tfoot > tr > td,
  .woocommerce table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td,
  .woocommerce table.shop_table > tfoot > tr > td,
  table > thead > tr > td,
  .woocommerce table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > thead > tr > td,
  .woocommerce table.shop_table > thead > tr > td,
  .table td,
  table.wcv-table td,
  .woocommerce table.wcv-table.shop_attributes td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td,
  .woocommerce table.wcv-table.shop_table td,
  .table tr td,
  table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_table tr td,
  .table td.label,
  table.wcv-table td.label,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label,
  .table > tbody > tr > td,
  table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_table > tbody > tr > td,
  .table > tfoot > tr > td,
  table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > td,
  .table > thead > tr > td,
  table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_table > thead > tr > td,
  table.table td,
  table.wcv-table td,
  .woocommerce table.wcv-table.shop_attributes td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td,
  .woocommerce table.wcv-table.shop_table td,
  .woocommerce table.table.shop_attributes td,
  .woocommerce .cart-collaterals .cart_totals table.table td,
  .woocommerce table.table.shop_table td,
  table.table tr td,
  table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_table tr td,
  .woocommerce table.table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table.table tr td,
  .woocommerce table.table.shop_table tr td,
  table.table td.label,
  table.wcv-table td.label,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label,
  .woocommerce .cart-collaterals .cart_totals table.table td.label,
  table.table > tbody > tr > td,
  table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_table > tbody > tr > td,
  .woocommerce table.table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td,
  .woocommerce table.table.shop_table > tbody > tr > td,
  table.table > tfoot > tr > td,
  table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > td,
  .woocommerce table.table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td,
  .woocommerce table.table.shop_table > tfoot > tr > td,
  table.table > thead > tr > td,
  table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_table > thead > tr > td,
  .woocommerce table.table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td,
  .woocommerce table.table.shop_table > thead > tr > td {
    display: table-cell;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-weight: 400;
    padding: 30px 40px;
    font-size: 100%;
    text-align: left;
    vertical-align: middle; }
    table td p, .woocommerce table.shop_attributes td p, .woocommerce .cart-collaterals .cart_totals table td p, .woocommerce table.shop_table td p,
    table tr td p,
    .woocommerce table.shop_attributes tr td p,
    .woocommerce .cart-collaterals .cart_totals table tr td p,
    .woocommerce table.shop_table tr td p,
    table td.label p,
    .woocommerce table.shop_attributes td.label p,
    .woocommerce .cart-collaterals .cart_totals table td.label p,
    .woocommerce table.shop_table td.label p,
    table > tbody > tr > td p,
    .woocommerce table.shop_attributes > tbody > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td p,
    .woocommerce table.shop_table > tbody > tr > td p,
    table > tfoot > tr > td p,
    .woocommerce table.shop_attributes > tfoot > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td p,
    .woocommerce table.shop_table > tfoot > tr > td p,
    table > thead > tr > td p,
    .woocommerce table.shop_attributes > thead > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table > thead > tr > td p,
    .woocommerce table.shop_table > thead > tr > td p,
    .table td p,
    table.wcv-table td p,
    .woocommerce table.wcv-table.shop_attributes td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td p,
    .woocommerce table.wcv-table.shop_table td p,
    .table tr td p,
    table.wcv-table tr td p,
    .woocommerce table.wcv-table.shop_attributes tr td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td p,
    .woocommerce table.wcv-table.shop_table tr td p,
    .table td.label p,
    table.wcv-table td.label p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label p,
    .table > tbody > tr > td p,
    table.wcv-table > tbody > tr > td p,
    .woocommerce table.wcv-table.shop_attributes > tbody > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td p,
    .woocommerce table.wcv-table.shop_table > tbody > tr > td p,
    .table > tfoot > tr > td p,
    table.wcv-table > tfoot > tr > td p,
    .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td p,
    .woocommerce table.wcv-table.shop_table > tfoot > tr > td p,
    .table > thead > tr > td p,
    table.wcv-table > thead > tr > td p,
    .woocommerce table.wcv-table.shop_attributes > thead > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td p,
    .woocommerce table.wcv-table.shop_table > thead > tr > td p,
    table.table td p,
    table.wcv-table td p,
    .woocommerce table.wcv-table.shop_attributes td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td p,
    .woocommerce table.wcv-table.shop_table td p,
    .woocommerce table.table.shop_attributes td p,
    .woocommerce .cart-collaterals .cart_totals table.table td p,
    .woocommerce table.table.shop_table td p,
    table.table tr td p,
    table.wcv-table tr td p,
    .woocommerce table.wcv-table.shop_attributes tr td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td p,
    .woocommerce table.wcv-table.shop_table tr td p,
    .woocommerce table.table.shop_attributes tr td p,
    .woocommerce .cart-collaterals .cart_totals table.table tr td p,
    .woocommerce table.table.shop_table tr td p,
    table.table td.label p,
    table.wcv-table td.label p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label p,
    .woocommerce .cart-collaterals .cart_totals table.table td.label p,
    table.table > tbody > tr > td p,
    table.wcv-table > tbody > tr > td p,
    .woocommerce table.wcv-table.shop_attributes > tbody > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td p,
    .woocommerce table.wcv-table.shop_table > tbody > tr > td p,
    .woocommerce table.table.shop_attributes > tbody > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td p,
    .woocommerce table.table.shop_table > tbody > tr > td p,
    table.table > tfoot > tr > td p,
    table.wcv-table > tfoot > tr > td p,
    .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td p,
    .woocommerce table.wcv-table.shop_table > tfoot > tr > td p,
    .woocommerce table.table.shop_attributes > tfoot > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td p,
    .woocommerce table.table.shop_table > tfoot > tr > td p,
    table.table > thead > tr > td p,
    table.wcv-table > thead > tr > td p,
    .woocommerce table.wcv-table.shop_attributes > thead > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td p,
    .woocommerce table.wcv-table.shop_table > thead > tr > td p,
    .woocommerce table.table.shop_attributes > thead > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td p,
    .woocommerce table.table.shop_table > thead > tr > td p {
      padding: 0;
      margin: 0; }
    table td a, .woocommerce table.shop_attributes td a, .woocommerce .cart-collaterals .cart_totals table td a, .woocommerce table.shop_table td a,
    table tr td a,
    .woocommerce table.shop_attributes tr td a,
    .woocommerce .cart-collaterals .cart_totals table tr td a,
    .woocommerce table.shop_table tr td a,
    table td.label a,
    .woocommerce table.shop_attributes td.label a,
    .woocommerce .cart-collaterals .cart_totals table td.label a,
    .woocommerce table.shop_table td.label a,
    table > tbody > tr > td a,
    .woocommerce table.shop_attributes > tbody > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td a,
    .woocommerce table.shop_table > tbody > tr > td a,
    table > tfoot > tr > td a,
    .woocommerce table.shop_attributes > tfoot > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td a,
    .woocommerce table.shop_table > tfoot > tr > td a,
    table > thead > tr > td a,
    .woocommerce table.shop_attributes > thead > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table > thead > tr > td a,
    .woocommerce table.shop_table > thead > tr > td a,
    .table td a,
    table.wcv-table td a,
    .woocommerce table.wcv-table.shop_attributes td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td a,
    .woocommerce table.wcv-table.shop_table td a,
    .table tr td a,
    table.wcv-table tr td a,
    .woocommerce table.wcv-table.shop_attributes tr td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td a,
    .woocommerce table.wcv-table.shop_table tr td a,
    .table td.label a,
    table.wcv-table td.label a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label a,
    .table > tbody > tr > td a,
    table.wcv-table > tbody > tr > td a,
    .woocommerce table.wcv-table.shop_attributes > tbody > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td a,
    .woocommerce table.wcv-table.shop_table > tbody > tr > td a,
    .table > tfoot > tr > td a,
    table.wcv-table > tfoot > tr > td a,
    .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td a,
    .woocommerce table.wcv-table.shop_table > tfoot > tr > td a,
    .table > thead > tr > td a,
    table.wcv-table > thead > tr > td a,
    .woocommerce table.wcv-table.shop_attributes > thead > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td a,
    .woocommerce table.wcv-table.shop_table > thead > tr > td a,
    table.table td a,
    table.wcv-table td a,
    .woocommerce table.wcv-table.shop_attributes td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td a,
    .woocommerce table.wcv-table.shop_table td a,
    .woocommerce table.table.shop_attributes td a,
    .woocommerce .cart-collaterals .cart_totals table.table td a,
    .woocommerce table.table.shop_table td a,
    table.table tr td a,
    table.wcv-table tr td a,
    .woocommerce table.wcv-table.shop_attributes tr td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td a,
    .woocommerce table.wcv-table.shop_table tr td a,
    .woocommerce table.table.shop_attributes tr td a,
    .woocommerce .cart-collaterals .cart_totals table.table tr td a,
    .woocommerce table.table.shop_table tr td a,
    table.table td.label a,
    table.wcv-table td.label a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label a,
    .woocommerce .cart-collaterals .cart_totals table.table td.label a,
    table.table > tbody > tr > td a,
    table.wcv-table > tbody > tr > td a,
    .woocommerce table.wcv-table.shop_attributes > tbody > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td a,
    .woocommerce table.wcv-table.shop_table > tbody > tr > td a,
    .woocommerce table.table.shop_attributes > tbody > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td a,
    .woocommerce table.table.shop_table > tbody > tr > td a,
    table.table > tfoot > tr > td a,
    table.wcv-table > tfoot > tr > td a,
    .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td a,
    .woocommerce table.wcv-table.shop_table > tfoot > tr > td a,
    .woocommerce table.table.shop_attributes > tfoot > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td a,
    .woocommerce table.table.shop_table > tfoot > tr > td a,
    table.table > thead > tr > td a,
    table.wcv-table > thead > tr > td a,
    .woocommerce table.wcv-table.shop_attributes > thead > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td a,
    .woocommerce table.wcv-table.shop_table > thead > tr > td a,
    .woocommerce table.table.shop_attributes > thead > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td a,
    .woocommerce table.table.shop_table > thead > tr > td a {
      color: #484848;
      font-weight: 800; }
      table td a:hover, .woocommerce table.shop_attributes td a:hover, .woocommerce .cart-collaterals .cart_totals table td a:hover, .woocommerce table.shop_table td a:hover,
      table tr td a:hover,
      .woocommerce table.shop_attributes tr td a:hover,
      .woocommerce .cart-collaterals .cart_totals table tr td a:hover,
      .woocommerce table.shop_table tr td a:hover,
      table td.label a:hover,
      .woocommerce .cart-collaterals .cart_totals table td.label a:hover,
      table > tbody > tr > td a:hover,
      .woocommerce table.shop_attributes > tbody > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td a:hover,
      .woocommerce table.shop_table > tbody > tr > td a:hover,
      table > tfoot > tr > td a:hover,
      .woocommerce table.shop_attributes > tfoot > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td a:hover,
      .woocommerce table.shop_table > tfoot > tr > td a:hover,
      table > thead > tr > td a:hover,
      .woocommerce table.shop_attributes > thead > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table > thead > tr > td a:hover,
      .woocommerce table.shop_table > thead > tr > td a:hover,
      .table td a:hover,
      table.wcv-table td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table td a:hover,
      .table tr td a:hover,
      table.wcv-table tr td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td a:hover,
      .table td.label a:hover,
      table.wcv-table td.label a:hover,
      .table > tbody > tr > td a:hover,
      table.wcv-table > tbody > tr > td a:hover,
      .woocommerce table.wcv-table.shop_attributes > tbody > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td a:hover,
      .woocommerce table.wcv-table.shop_table > tbody > tr > td a:hover,
      .table > tfoot > tr > td a:hover,
      table.wcv-table > tfoot > tr > td a:hover,
      .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td a:hover,
      .woocommerce table.wcv-table.shop_table > tfoot > tr > td a:hover,
      .table > thead > tr > td a:hover,
      table.wcv-table > thead > tr > td a:hover,
      .woocommerce table.wcv-table.shop_attributes > thead > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td a:hover,
      .woocommerce table.wcv-table.shop_table > thead > tr > td a:hover,
      table.table td a:hover,
      table.wcv-table td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table td a:hover,
      table.table tr td a:hover,
      table.wcv-table tr td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table tr td a:hover,
      table.table td.label a:hover,
      table.wcv-table td.label a:hover,
      table.table > tbody > tr > td a:hover,
      table.wcv-table > tbody > tr > td a:hover,
      .woocommerce table.wcv-table.shop_attributes > tbody > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td a:hover,
      .woocommerce table.wcv-table.shop_table > tbody > tr > td a:hover,
      .woocommerce table.table.shop_attributes > tbody > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td a:hover,
      .woocommerce table.table.shop_table > tbody > tr > td a:hover,
      table.table > tfoot > tr > td a:hover,
      table.wcv-table > tfoot > tr > td a:hover,
      .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td a:hover,
      .woocommerce table.wcv-table.shop_table > tfoot > tr > td a:hover,
      .woocommerce table.table.shop_attributes > tfoot > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td a:hover,
      .woocommerce table.table.shop_table > tfoot > tr > td a:hover,
      table.table > thead > tr > td a:hover,
      table.wcv-table > thead > tr > td a:hover,
      .woocommerce table.wcv-table.shop_attributes > thead > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td a:hover,
      .woocommerce table.wcv-table.shop_table > thead > tr > td a:hover,
      .woocommerce table.table.shop_attributes > thead > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td a:hover,
      .woocommerce table.table.shop_table > thead > tr > td a:hover {
        color: #FFC25D; }
  table tr, .woocommerce table.shop_attributes tr, .woocommerce .cart-collaterals .cart_totals table tr, .woocommerce table.shop_table tr,
  .table tr,
  table.wcv-table tr,
  .woocommerce table.wcv-table.shop_attributes tr,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr,
  .woocommerce table.wcv-table.shop_table tr,
  table.table tr,
  table.wcv-table tr,
  .woocommerce table.wcv-table.shop_attributes tr,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr,
  .woocommerce table.wcv-table.shop_table tr,
  .woocommerce table.table.shop_attributes tr,
  .woocommerce .cart-collaterals .cart_totals table.table tr,
  .woocommerce table.table.shop_table tr {
    font-style: normal; }

table.table-condensed > tbody > tr > th, .woocommerce table.table-condensed.shop_attributes > tbody > tr > th, .woocommerce .cart-collaterals .cart_totals table.table-condensed > tbody > tr > th, .woocommerce table.table-condensed.shop_table > tbody > tr > th,
table.table-condensed > tfoot > tr > th,
.woocommerce table.table-condensed.shop_attributes > tfoot > tr > th,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > tfoot > tr > th,
.woocommerce table.table-condensed.shop_table > tfoot > tr > th,
table.table-condensed > thead > tr > th,
.woocommerce table.table-condensed.shop_attributes > thead > tr > th,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > thead > tr > th,
.woocommerce table.table-condensed.shop_table > thead > tr > th,
table.table-condensed > tbody > tr > td,
.woocommerce table.table-condensed.shop_attributes > tbody > tr > td,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > tbody > tr > td,
.woocommerce table.table-condensed.shop_table > tbody > tr > td,
table.table-condensed > tfoot > tr > td,
.woocommerce table.table-condensed.shop_attributes > tfoot > tr > td,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > tfoot > tr > td,
.woocommerce table.table-condensed.shop_table > tfoot > tr > td,
table.table-condensed > thead > tr > td,
.woocommerce table.table-condensed.shop_attributes > thead > tr > td,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > thead > tr > td,
.woocommerce table.table-condensed.shop_table > thead > tr > td {
  padding: 20px; }

/**
*  Legend
*/
legend, .wc-vendors-dashboard h2,
.wcvendors-pro-dashboard-wrapper h2 {
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5; }

/**
*  Definition List
*/
dt {
  font-weight: 600; }

dd {
  margin-left: 30px;
  margin-bottom: 20px; }

/**
*  Sup
*/
sup {
  color: #c0392b;
  left: 2px; }

/**
*  Mark
*/
mark {
  color: #000;
  background: none;
  border-bottom: 1px dashed #FFC25D; }

/**
 * ----------------------------------------------------------------------------------------
 * Forms
 * ----------------------------------------------------------------------------------------
 */
textarea {
  height: 150px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  margin-left: 15px;
  font-weight: 800;
  font-size: 14px;
  color: #484848; }

select {
  padding: 8px 20px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 94% 50%;
  border: none; }

.acf-fields .acf-field input[type="text"], .acf-fields .acf-field input[type="password"], .acf-fields .acf-field input[type="number"], .acf-fields .acf-field input[type="search"], .acf-fields .acf-field input[type="email"], .acf-fields .acf-field input[type="url"], .acf-fields .acf-field textarea, .acf-fields .acf-field select, .wcv-form .control-group .control.append-button > span > input, .wcv-form .control-group .control.append-button > span > select, .wcv-form .control-group .control.append-button > span > textarea, .wcv-form .control-group .control.append-symbol > span > input, .wcv-form .control-group .control.append-symbol > span > select, .wcv-form .control-group .control.append-symbol > span > textarea, .wcv-form .control-group .control.prepend-button > span > input, .wcv-form .control-group .control.prepend-button > span > select, .wcv-form .control-group .control.prepend-button > span > textarea, .wcv-form .control-group .control.prepend-symbol > span > input, .wcv-form .control-group .control.prepend-symbol > span > select, .wcv-form .control-group .control.prepend-symbol > span > textarea, .wcv-form input[type=color], .wcv-form input[type=date], .wcv-form input[type=datetime-local], .wcv-form input[type=datetime], .wcv-form input[type=email], .wcv-form input[type=month], .wcv-form input[type=number], .wcv-form input[type=password], .wcv-form input[type=search], .wcv-form input[type=tel], .wcv-form input[type=text], .wcv-form input[type=time], .wcv-form input[type=url], .wcv-form input[type=week], .wcv-form select, .wcv-form textarea, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart .woocommerce-checkout table.cart td.actions .coupon .input-text,
input,
select,
textarea {
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 8px 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  font-weight: 400;
  line-height: 1.82em;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .acf-fields .acf-field input:focus[type="text"], .acf-fields .acf-field input:focus[type="password"], .acf-fields .acf-field input:focus[type="number"], .acf-fields .acf-field input:focus[type="search"], .acf-fields .acf-field input:focus[type="email"], .acf-fields .acf-field input:focus[type="url"], .acf-fields .acf-field textarea:focus, .acf-fields .acf-field select:focus, .wcv-form .control-group .control.append-button > span > input:focus, .wcv-form .control-group .control.append-button > span > select:focus, .wcv-form .control-group .control.append-button > span > textarea:focus, .wcv-form .control-group .control.append-symbol > span > input:focus, .wcv-form .control-group .control.append-symbol > span > select:focus, .wcv-form .control-group .control.append-symbol > span > textarea:focus, .wcv-form .control-group .control.prepend-button > span > input:focus, .wcv-form .control-group .control.prepend-button > span > select:focus, .wcv-form .control-group .control.prepend-button > span > textarea:focus, .wcv-form .control-group .control.prepend-symbol > span > input:focus, .wcv-form .control-group .control.prepend-symbol > span > select:focus, .wcv-form .control-group .control.prepend-symbol > span > textarea:focus, .wcv-form input:focus[type=color], .wcv-form input:focus[type=date], .wcv-form input:focus[type=datetime-local], .wcv-form input:focus[type=datetime], .wcv-form input:focus[type=email], .wcv-form input:focus[type=month], .wcv-form input:focus[type=number], .wcv-form input:focus[type=password], .wcv-form input:focus[type=search], .wcv-form input:focus[type=tel], .wcv-form input:focus[type=text], .wcv-form input:focus[type=time], .wcv-form input:focus[type=url], .wcv-form input:focus[type=week], .wcv-form select:focus, .wcv-form textarea:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce table.cart .woocommerce-checkout table.cart td.actions .coupon .input-text:focus,
  input:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

input[type='button'],
input[type='submit'] {
  width: auto; }

input[type='file'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'] {
  width: auto;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0; }

input[type='checkbox'],
input[type='radio'] {
  margin-top: 0;
  margin-top: 1px \9;
  margin-right: 8px;
  width: auto; }

/**
*  Group Input
*/
.group-input {
  position: relative; }
  .group-input input {
    padding-right: 120px; }
  .group-input button, .group-input input[type="submit"], .group-input button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px; }

/**
*  Search Form
*/
.SearchForm .search-form-wrapper {
  position: relative; }
  .SearchForm .search-form-wrapper .search-form-input {
    padding-right: 110px;
    color: #484848; }

.SearchForm .search-form-btn {
  position: absolute;
  top: 0;
  right: 0; }
  .SearchForm .search-form-btn .btn, .SearchForm .search-form-btn .elementor-element .elementor-button, .elementor-element .SearchForm .search-form-btn .elementor-button, .SearchForm .search-form-btn .wcv-button,
  .SearchForm .search-form-btn .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .SearchForm .search-form-btn .wcv-button, .SearchForm .search-form-btn .woocommerce #respond input#submit, .woocommerce #respond .SearchForm .search-form-btn input#submit,
  .SearchForm .search-form-btn .woocommerce a.button, .woocommerce .SearchForm .search-form-btn a.button, .SearchForm .search-form-btn .woocommerce button.button, .woocommerce .SearchForm .search-form-btn button.button,
  .SearchForm .search-form-btn .woocommerce input.button, .woocommerce .SearchForm .search-form-btn input.button {
    width: 100px;
    border-radius: 20px; }

/**
*  Select 2
*/
.select2-container {
  max-width: 100%; }

.select2-dropdown {
  border: none; }

.select2-search.select2-search--inline input {
  border-radius: 0; }

.select2-container.select2-container .selection .select2-selection,
.select2-container.select2-container--default .selection .select2-selection .select2-selection__placeholder {
  padding: 8px 20px;
  height: auto;
  border: 1px solid #eaeaea;
  border-radius: 20px; }

.select2-container--default .selection .select2-selection .select2-selection__rendered {
  margin: 0;
  padding: 0;
  color: inherit; }

.select2-container--default .selection .select2-selection .select2-selection__rendered li {
  margin: 0;
  padding: 0; }

.select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice {
  background-color: #FFC25D;
  margin: 3px;
  color: #fff;
  padding: 5px 11px;
  border: none; }
  .select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice:first-child {
    margin-left: 0; }
  .select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice:last-child {
    margin-right: 0; }
  .select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    color: #fff;
    margin-right: 4px; }

.select2-container.select2-container--default.select2-container--open.select2-container--below .selection .select2-selection {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

.select2-container.select2-container--open .select2-dropdown {
  overflow: hidden;
  border-top: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 50px 9px rgba(0, 0, 0, 0.08), 0px 4px 5px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 50px 9px rgba(0, 0, 0, 0.08), 0px 4px 5px 0px rgba(0, 0, 0, 0.07); }

.select2-container.select2-container--open .select2-dropdown--below {
  top: 10px; }

.select2-container.select2-container--open .select2-dropdown--above {
  top: -10px; }

.select2-container.select2-container--default .selection .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .selection .select2-results__option--highlighted[data-selected] {
  background-color: #FF52E5; }

.select2-container.select2-container--default .selection .select2-search--dropdown .select2-search__field {
  border-color: #eaeaea; }

.select2-results__options .select2-results__option {
  padding: 8px 20px; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  color: #484848;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 800; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow b {
  border: none;
  height: auto;
  width: auto;
  top: auto;
  left: auto;
  margin: 0; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow b:after {
  content: "\f078";
  font-size: 14px;
  line-height: inherit;
  position: relative; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__rendered {
  vertical-align: middle; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #FF52E5; }

/**
*  Contact Form 7
*/
.wpcf7 label {
  width: 100%; }

/**
 * ----------------------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------------------
 */
/**
* ----------------------------------------------------------------------------------------
* Navigation styles.
* ----------------------------------------------------------------------------------------
*/
.MAIN-NAVIGATION {
  -webkit-transition: .33s;
  transition: .33s;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed; }
  .MAIN-NAVIGATION .main-navigation-menu {
    line-height: 20px;
    text-transform: uppercase; }
    .MAIN-NAVIGATION .main-navigation-menu li {
      list-style: none; }
    .MAIN-NAVIGATION .main-navigation-menu > ul {
      -webkit-transition: .2s;
      transition: .2s;
      margin-bottom: 0; }
    .MAIN-NAVIGATION .main-navigation-menu > ul > li {
      display: inline-block;
      position: relative;
      margin-right: 20px; }
      .MAIN-NAVIGATION .main-navigation-menu > ul > li:first-child {
        padding-left: 0; }
      .MAIN-NAVIGATION .main-navigation-menu > ul > li:last-child .sub-menu .sub-menu {
        left: auto;
        right: 100%; }
    .MAIN-NAVIGATION .main-navigation-menu > ul > li > a {
      display: inline-block;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: 75px;
      height: 75px;
      color: #484848;
      vertical-align: baseline; }
      .MAIN-NAVIGATION .main-navigation-menu > ul > li > a:hover {
        color: #FF52E5; }
    .MAIN-NAVIGATION .main-navigation-menu .current-menu-item > a {
      color: #FF52E5; }
    .MAIN-NAVIGATION .main-navigation-menu .cart-contents {
      padding-right: 8px; }
      .MAIN-NAVIGATION .main-navigation-menu .cart-contents .widget-label {
        display: none; }
      .MAIN-NAVIGATION .main-navigation-menu .cart-contents .cart-contents-text {
        position: relative;
        top: -10px;
        font-size: 14px;
        font-weight: 400;
        color: #FF52E5; }
  .MAIN-NAVIGATION .sub-menu {
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    white-space: nowrap;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    background-color: #fff;
    z-index: 200;
    visibility: hidden;
    height: 0;
    border-top: 2px solid #FF52E5;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0; }
    .MAIN-NAVIGATION .sub-menu a {
      display: inline-block;
      width: 100%;
      padding: 6px 32px;
      margin: 5px 0;
      color: #484848;
      font-size: 14px;
      font-weight: 400; }
      .MAIN-NAVIGATION .sub-menu a:hover, .MAIN-NAVIGATION .sub-menu a:active {
        color: #FF52E5; }
    .MAIN-NAVIGATION .sub-menu .current-menu-item > a {
      color: #FF52E5; }
    .MAIN-NAVIGATION .sub-menu .sub-menu {
      top: -1px;
      left: 100%; }
  .MAIN-NAVIGATION .nav-icon {
    position: relative;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
  .MAIN-NAVIGATION .nav-icon + i {
    margin-left: 0; }

.admin-bar .MAIN-NAVIGATION {
  top: 32px; }

.MAIN-NAVIGATION .main-navigation-logo-mobile {
  display: none; }

.MAIN-NAVIGATION.main-nav-transparent .main-navigation-logo-dark {
  display: none; }

.MAIN-NAVIGATION:not(.main-nav-transparent) .main-navigation-logo-light {
  display: none; }

.MAIN-NAVIGATION.main-nav-transparent {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
  background-color: rgba(0, 0, 0, 0); }
  .MAIN-NAVIGATION.main-nav-transparent .main-navigation-menu > ul > li > a {
    color: #fff; }
    .MAIN-NAVIGATION.main-nav-transparent .main-navigation-menu > ul > li > a:hover {
      color: #FF52E5; }
  .MAIN-NAVIGATION.main-nav-transparent .main-navigation-logo h1 {
    color: #fff; }
    .MAIN-NAVIGATION.main-nav-transparent .main-navigation-logo h1:hover {
      color: #FF52E5; }

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children > a > i {
    margin-left: 7px;
    margin-bottom: 1px;
    color: #FF52E5; }
  .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
    .menu-item-has-children:hover > .sub-menu .sub-menu {
      -webkit-transform: none;
              transform: none; }

.main-navigation-logo {
  -webkit-transition: .2s;
  transition: .2s; }
  .main-navigation-logo h1 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    word-break: break-all;
    color: #484848;
    margin: 0;
    padding: 5px 0; }
  .main-navigation-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 75px; }
  .main-navigation-logo img {
    -webkit-transition: .2s;
    transition: .2s;
    padding: 10px 0;
    width: auto;
    max-height: 65px; }

/**
*  UberMenu
*/
.MAIN-NAVIGATION.main-nav-transparent .ubermenu.ubermenu-skin-couponseek-ubermenuskin .ubermenu-item-has-children > a > i {
  margin-left: 7px;
  margin-bottom: 1px;
  color: #FF52E5; }

.MAIN-NAVIGATION.main-nav-transparent .ubermenu.ubermenu-skin-couponseek-ubermenuskin > ul > li > a.ubermenu-target {
  color: #fff; }
  .MAIN-NAVIGATION.main-nav-transparent .ubermenu.ubermenu-skin-couponseek-ubermenuskin > ul > li > a.ubermenu-target:hover {
    color: #FF52E5; }

.ubermenu.ubermenu-skin-couponseek-ubermenuskin {
  float: right;
  z-index: 1000; }
  .ubermenu.ubermenu-skin-couponseek-ubermenuskin .ubermenu-current-menu-item > a.ubermenu-target {
    color: #FF52E5; }
  .ubermenu.ubermenu-skin-couponseek-ubermenuskin a.ubermenu-target,
  .ubermenu.ubermenu-skin-couponseek-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    color: #111;
    font-weight: 400;
    font-size: 14px;
    line-height: 75px;
    height: 75px;
    padding-top: 0;
    padding-bottom: 0; }
    .ubermenu.ubermenu-skin-couponseek-ubermenuskin a.ubermenu-target:hover,
    .ubermenu.ubermenu-skin-couponseek-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
      color: #FF52E5; }
    .ubermenu.ubermenu-skin-couponseek-ubermenuskin a.ubermenu-target .ubermenu-current_page_item,
    .ubermenu.ubermenu-skin-couponseek-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target .ubermenu-current_page_item {
      color: #FF52E5; }

.has-ubermenu .ubermenu, .has-ubermenu .ubermenu .ubermenu-column, .has-ubermenu .ubermenu .ubermenu-divider, .has-ubermenu .ubermenu .ubermenu-icon, .has-ubermenu .ubermenu .ubermenu-image, .has-ubermenu .ubermenu .ubermenu-item, .has-ubermenu .ubermenu .ubermenu-nav, .has-ubermenu .ubermenu .ubermenu-retractor, .has-ubermenu .ubermenu .ubermenu-row, .has-ubermenu .ubermenu .ubermenu-search, .has-ubermenu .ubermenu .ubermenu-search-input, .has-ubermenu .ubermenu .ubermenu-search-submit, .has-ubermenu .ubermenu .ubermenu-submenu, .has-ubermenu .ubermenu .ubermenu-submenu-footer, .has-ubermenu .ubermenu .ubermenu-tabs, .has-ubermenu .ubermenu .ubermenu-tabs-panels, .has-ubermenu .ubermenu .ubermenu-target, .has-ubermenu .ubermenu-responsive-toggle {
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.has-ubermenu .ubermenu ul.ubermenu-submenu,
.has-ubermenu .ubermenu-skin-couponseek-ubermenuskin .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #fff; }

.has-ubermenu .ubermenu .ubermenu-target-description {
  font-size: 90% !important; }

.has-ubermenu .ubermenu.ubermenu-skin-couponseek-ubermenuskin.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  position: relative;
  margin-left: 10px;
  top: auto;
  right: auto; }

.has-ubermenu .ubermenu-skin-couponseek-ubermenuskin.ubermenu-responsive-toggle {
  position: absolute;
  top: 25px;
  right: 0; }

.has-ubermenu .ubermenu.ubermenu-skin-couponseek-ubermenuskin .ubermenu-submenu .ubermenu-highlight {
  color: #FF52E5; }

.has-ubermenu .ubermenu.ubermenu-skin-couponseek-ubermenuskin .ubermenu-item.ubermenu-item-level-0 > .ubermenu-highlight {
  color: #FF52E5; }

/**
 * ----------------------------------------------------------------------------------------
 * Navigation Mobile
 * ----------------------------------------------------------------------------------------
 */
/**
 *  Logo
 */
.slicknav_menu_logo {
  display: inline-block;
  float: left;
  width: 100%;
  margin-right: -64px;
  padding: 20px 70px;
  line-height: 1em;
  word-wrap: break-word;
  word-break: break-all; }
  .slicknav_menu_logo .main-navigation-logo-light,
  .slicknav_menu_logo .main-navigation-logo-dark {
    display: none; }
  .slicknav_menu_logo .main-navigation-logo-mobile {
    display: block; }
  .slicknav_menu_logo h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 1px; }
  .slicknav_menu_logo a {
    display: inline-block; }
  .slicknav_menu_logo img {
    display: block;
    max-width: 150px;
    max-height: 35px;
    vertical-align: top; }

/**
*  SlickNav
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  margin-top: 3px;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.26em; }

.js .slicknav_menu {
  display: none; }

.slicknav_menu {
  *zoom: 1;
  -webkit-box-shadow: 0px -6px 10px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -6px 10px 4px rgba(0, 0, 0, 0.2); }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.8em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
    padding: 13px 10px; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 24px;
    height: 3px; }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    position: relative;
    top: -1px;
    font-size: 0.8em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
  .slicknav_nav .slicknav_item a {
    display: inline; }
  .slicknav_nav a {
    display: inline-block;
    padding: 10px 20px; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }
  .slicknav_nav .fa-angle-down {
    display: none; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fafafa;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1000; }
  .slicknav_menu .site-logo img {
    -webkit-transform: translateZ(0) scale(0.8);
            transform: translateZ(0) scale(0.8); }
  .slicknav_menu .slicknav_menutxt {
    color: #111; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #111; }

.slicknav_nav {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  max-height: 80vh;
  overflow-y: auto;
  list-style: none; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0; }
  .slicknav_nav .sub-menu {
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.15) inset; }
  .slicknav_nav a {
    display: block;
    padding: 12px 20px;
    margin: 2px 5px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    letter-spacing: .1em; }
    .slicknav_nav a i[class^="icon-"] {
      position: relative;
      vertical-align: middle;
      margin-right: 7px;
      color: #FF52E5;
      font-size: 16px;
      font-weight: 700;
      top: -3px;
      -webkit-transition: .3s;
      transition: .3s; }
  .slicknav_nav .nav-icon {
    position: relative;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
  .slicknav_nav a:hover {
    background: #FF52E5;
    color: #fff; }
    .slicknav_nav a:hover i {
      color: #fff; }
  .slicknav_nav a:hover > a {
    -webkit-transition: 0s;
    transition: 0s;
    background: none;
    color: inherit; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/**
 * ----------------------------------------------------------------------------------------
 * Main Content
 * ----------------------------------------------------------------------------------------
 */
/**
*  Templates
*/
.ProductsHeader .SpecialHeading .search-title {
  text-transform: none; }

.ProductsHeader .SpecialHeading span {
  background-color: #FF52E5;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  padding: 0 10px; }

.Excerpt .excerpt-image {
  overflow: hidden;
  border-radius: 12px;
  text-align: center; }

.Excerpt .ExcerptContentWrapper {
  margin: -50px 20px 0 20px;
  padding: 50px 60px;
  -webkit-box-shadow: 0px 12px 22px -18px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 12px 22px -18px rgba(0, 0, 0, 0.35);
  background: #fff;
  border-radius: 12px; }
  .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
    font-size: 36px;
    margin-bottom: 30px; }
  .Excerpt .ExcerptContentWrapper .excerpt-meta {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea; }
  .Excerpt .ExcerptContentWrapper .excerpt-meta-categories a {
    display: inline-block;
    padding: 8px 25px;
    margin: 0px 10px 5px 0;
    font-size: 14px;
    font-weight: 800;
    color: #484848;
    border: 1px solid #747474;
    border-radius: 20px;
    -webkit-transition: .2s;
    transition: .2s; }
    .Excerpt .ExcerptContentWrapper .excerpt-meta-categories a:hover {
      color: #fff;
      border-color: #FF52E5;
      background-color: #FF52E5; }
  .Excerpt .ExcerptContentWrapper .excerpt-date {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 13px;
    text-transform: uppercase;
    color: #9c9b9b; }

.Excerpt .ExcerptContentWrapper.no-image {
  margin-top: 0; }

.Excerpt.sticky .ExcerptContentWrapper {
  border-bottom: 5px solid #FFC25D; }

/**
*  Post Navigation
*/
.PostNav {
  text-align: center; }
  .PostNav .post-nav-wrapper {
    display: inline-block;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 45px;
    -webkit-box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.25); }
    .PostNav .post-nav-wrapper .post-nav:nth-child(2n) {
      border-left: 1px solid #eaeaea;
      padding-left: 20px; }
    .PostNav .post-nav-wrapper .post-nav:last-child {
      padding-right: 0; }
  .PostNav .post-nav-next, .PostNav .post-nav-prev {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    .PostNav .post-nav-next a, .PostNav .post-nav-prev a {
      color: #484848; }
      .PostNav .post-nav-next a:hover, .PostNav .post-nav-prev a:hover {
        color: #FFC25D; }
  .PostNav .post-nav-prev {
    padding-right: 20px; }
    .PostNav .post-nav-prev i {
      margin-right: 5px; }
  .PostNav .post-nav-next i {
    margin-left: 5px; }

.page-links {
  position: relative;
  overflow: hidden;
  clear: both;
  padding-top: 40px;
  font-size: 18px;
  clear: both; }
  .page-links span {
    margin: 0 5px; }
  .page-links a {
    font-weight: 600;
    border-bottom: 1px solid #FF52E5; }

.page-links-title {
  font-weight: 600; }

/**
 *  Single Header
 */
.SinglePostHeader.header-with-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent); }

.SinglePostHeader.header-with-image .single-post-header-content {
  margin-top: 450px; }

.SinglePostHeader.header-with-image .single-post-title h1 {
  color: #fff; }

.SinglePostHeader {
  position: relative; }
  .SinglePostHeader .single-post-header-content {
    position: relative;
    margin-top: 100px;
    z-index: 1; }
  .SinglePostHeader .single-post-title h1 {
    font-size: 42px;
    margin-bottom: 0; }
  .SinglePostHeader .single-post-title {
    margin-bottom: 10px; }

.SinglePostHeader .single-post-meta-wrapper {
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.single-post-meta-wrapper {
  padding: 0 120px; }
  .single-post-meta-wrapper .single-post-meta {
    clear: both;
    overflow: hidden;
    padding: 25px 55px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.3); }
  .single-post-meta-wrapper .single-post-meta-categories {
    float: left;
    max-width: 80%; }
    .single-post-meta-wrapper .single-post-meta-categories a {
      font-weight: 700; }
  .single-post-meta-wrapper .single-post-meta-date {
    float: right;
    max-width: 20%;
    font-size: 12px;
    text-transform: uppercase;
    color: #6c6c6c; }

.SinglePostContent .single-post-meta-wrapper {
  margin-bottom: 60px; }

.SinglePostContent .single-post-content-inner {
  overflow: hidden;
  clear: both;
  padding: 0 120px; }
  .SinglePostContent .single-post-content-inner p:last-child {
    margin-bottom: 0; }

/**
*  AdjacentPosts
*/
.AdjacentPosts .bg-image {
  position: relative;
  height: 220px; }

.AdjacentPosts .adjacent-post-wrapper:hover .adjacent-post-title {
  color: #FFC25D; }

.AdjacentPosts .adjacent-title-wrapper {
  padding: 30px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.35); }

.AdjacentPosts .no-image .adjacent-title-wrapper {
  padding: 50px 35px; }

.AdjacentPosts .adjacent-post-title {
  font-size: 20px;
  -webkit-transition: .2s;
  transition: .2s; }

.AdjacentPosts .adjacent-meta {
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s; }
  .AdjacentPosts .adjacent-meta i {
    font-size: 12px; }

.AdjacentPosts .next-post {
  float: left;
  width: 48%; }
  .AdjacentPosts .next-post i {
    margin-right: 7px; }

.AdjacentPosts .prev-post {
  float: right;
  width: 48%; }
  .AdjacentPosts .prev-post i {
    margin-left: 7px; }

.AdjacentPosts .next-post.only-post, .AdjacentPosts .prev-post.only-post {
  width: 100%; }
  .AdjacentPosts .next-post.only-post .bg-image, .AdjacentPosts .prev-post.only-post .bg-image {
    height: 250px; }

/**
*  Single Footer
*/
.SinglePostFooter {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea; }
  .SinglePostFooter .single-post-footer-container {
    display: inline-block;
    padding: 15px 40px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.3); }
    .SinglePostFooter .single-post-footer-container:first-child {
      float: left; }
    .SinglePostFooter .single-post-footer-container:nth-child(2n) {
      text-align: right;
      float: right; }
  .SinglePostFooter .ElementHeading .element-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .SinglePostFooter .single-post-footer-share {
    max-width: 30%; }
    .SinglePostFooter .single-post-footer-share a {
      font-size: 20px;
      margin-right: 20px; }
      .SinglePostFooter .single-post-footer-share a:last-child {
        margin-right: 0; }
    .SinglePostFooter .single-post-footer-share a.facebook {
      color: #3b5998; }
    .SinglePostFooter .single-post-footer-share a.twitter {
      color: #55acee; }
    .SinglePostFooter .single-post-footer-share a.google-plus {
      color: #dc4e41; }
    .SinglePostFooter .single-post-footer-share a.pinterest {
      color: #bd081c; }
  .SinglePostFooter .single-post-footer-tags {
    max-width: 68%; }
    .SinglePostFooter .single-post-footer-tags a {
      font-weight: 600;
      color: #6c6c6c; }
      .SinglePostFooter .single-post-footer-tags a:hover {
        color: #FFC25D; }

/**
*  Comments
*/
.commentslist-container {
  margin-bottom: 80px; }
  .commentslist-container #comments {
    margin-bottom: 40px; }
  .commentslist-container .comment-respond {
    margin: 35px 0 40px 40px; }
  .commentslist-container .comment-reply-title small {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #FF52E5; }

.comment-form p {
  margin-bottom: 20px; }
  .comment-form p a {
    font-weight: 700; }

.comment-reply-title {
  margin-bottom: 20px; }

.commentlist {
  padding-left: 25px; }

.commentlist li.comment {
  list-style: none; }

.commentlist li ul li {
  list-style: square; }

.commentlist li .comment-main-content > ul, .commentlist li .comment-main-content > ol {
  margin-bottom: 20px; }

.commentlist li .comment-content {
  position: relative;
  margin-bottom: 30px; }
  .commentlist li .comment-content .comment-avatar {
    position: absolute;
    top: 25px;
    left: -25px; }
    .commentlist li .comment-content .comment-avatar img {
      border-radius: 50%; }
  .commentlist li .comment-content .comment-body {
    padding: 35px 60px;
    background-color: #fff; }
  .commentlist li .comment-content .comment-author {
    font-size: 18px;
    margin-bottom: 0; }
    .commentlist li .comment-content .comment-author a {
      color: #484848;
      font-weight: 700; }
      .commentlist li .comment-content .comment-author a:hover {
        color: #FFC25D; }
  .commentlist li .comment-content .comment-meta {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px; }
    .commentlist li .comment-content .comment-meta a {
      font-weight: 700; }
      .commentlist li .comment-content .comment-meta a:hover {
        color: #FFC25D; }
  .commentlist li .comment-content .comment-reply-link:before {
    content: '·';
    margin: 0 3px;
    color: #484848;
    pointer-events: none; }
  .commentlist li .comment-content p:last-of-type {
    margin-bottom: 0; }
  .commentlist li .comment-content .awaiting-moderation {
    font-style: italic;
    font-size: 13px;
    font-weight: 600; }

.protected-post-form {
  overflow: hidden; }
  .protected-post-form .protected-post-field {
    position: relative;
    width: 50%;
    margin-top: 40px; }
    .protected-post-form .protected-post-field input[type="text"] {
      padding-right: 130px; }
    .protected-post-form .protected-post-field input[type="text"], .protected-post-form .protected-post-field .btn, .protected-post-form .protected-post-field .elementor-element .elementor-button, .elementor-element .protected-post-form .protected-post-field .elementor-button, .protected-post-form .protected-post-field .wcv-button,
    .protected-post-form .protected-post-field .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .protected-post-form .protected-post-field .wcv-button, .protected-post-form .protected-post-field .woocommerce #respond input#submit, .woocommerce #respond .protected-post-form .protected-post-field input#submit,
    .protected-post-form .protected-post-field .woocommerce a.button, .woocommerce .protected-post-form .protected-post-field a.button, .protected-post-form .protected-post-field .woocommerce button.button, .woocommerce .protected-post-form .protected-post-field button.button,
    .protected-post-form .protected-post-field .woocommerce input.button, .woocommerce .protected-post-form .protected-post-field input.button {
      height: 40px; }
    .protected-post-form .protected-post-field .btn, .protected-post-form .protected-post-field .elementor-element .elementor-button, .elementor-element .protected-post-form .protected-post-field .elementor-button, .protected-post-form .protected-post-field .wcv-button,
    .protected-post-form .protected-post-field .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .protected-post-form .protected-post-field .wcv-button, .protected-post-form .protected-post-field .woocommerce #respond input#submit, .woocommerce #respond .protected-post-form .protected-post-field input#submit,
    .protected-post-form .protected-post-field .woocommerce a.button, .woocommerce .protected-post-form .protected-post-field a.button, .protected-post-form .protected-post-field .woocommerce button.button, .woocommerce .protected-post-form .protected-post-field button.button,
    .protected-post-form .protected-post-field .woocommerce input.button, .woocommerce .protected-post-form .protected-post-field input.button {
      position: absolute;
      bottom: 10px;
      right: 0;
      width: 120px;
      padding: 0;
      margin-bottom: 0; }

.pinglist {
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0; }
  .pinglist .pingback {
    margin-bottom: 20px; }
  .pinglist .ping-header {
    display: inline-block;
    margin-bottom: 10px; }
    .pinglist .ping-header .comment-author {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin-right: 5px; }

/**
*  404 Page
*/
.ErrorPage {
  position: relative;
  padding: 170px 0 250px; }
  .ErrorPage .error-404-wrapper {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 80px 60px 60px; }
  .ErrorPage .error-404-wrapper.with-image {
    background-color: rgba(255, 255, 255, 0.85); }

/**
 * ----------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------
 */
.FOOTER {
  position: relative;
  padding: 20px 0;
  background-color: #fff; }
  .FOOTER.has-widgets {
    padding: 70px 0 20px; }
  .FOOTER.footer-dark {
    background-color: #232323; }
  .FOOTER > .bg-image {
    background-repeat: repeat;
    background-size: initial; }
  .FOOTER .copyright {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 13px; }
  .FOOTER p:last-of-type {
    margin-bottom: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Elementor
 * ----------------------------------------------------------------------------------------
 */
.is-elementor-container {
  opacity: 0; }

.elementor-editor-active .MAIN-NAVIGATION, .elementor-editor-active .slicknav_menu {
  position: static; }

.elementor-editor-active .is-nav-offset {
  display: none; }

/**
*  Buttons
*/
.elementor-element a.elementor-button:hover, .elementor-element a.elementor-button:active, .elementor-element a.elementor-button:active:focus, .elementor-element .elementor-button:hover, .elementor-element .elementor-button:active, .elementor-element .elementor-button:active:focus {
  opacity: .9; }

.elementor-element .elementor-button.elementor-size-sm, .elementor-element a.elementor-button.elementor-size-sm {
  font-size: 15px;
  padding: 12px 24px; }

.elementor-element .elementor-button.elementor-size-md, .elementor-element a.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px; }

.elementor-element .elementor-button.elementor-size-lg, .elementor-element a.elementor-button.elementor-size-lg {
  font-size: 17px;
  padding: 20px 40px; }

.elementor-element .elementor-button.elementor-size-xl, .elementor-element a.elementor-button.elementor-size-xl {
  font-size: 18px;
  padding: 25px 50px; }

.elementor-element.elementor-button-info .elementor-button {
  color: #fff;
  border-color: #5bc0de; }
  .elementor-element.elementor-button-info .elementor-button:hover, .elementor-element.elementor-button-info .elementor-button:active, .elementor-element.elementor-button-info .elementor-button:active:focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.elementor-element.elementor-button-color .elementor-button {
  color: #fff;
  background: #FF52E5;
  border: none; }
  .elementor-element.elementor-button-color .elementor-button:hover, .elementor-element.elementor-button-color .elementor-button:active, .elementor-element.elementor-button-color .elementor-button:active:focus {
    color: #000;
    background: rgba(255, 255, 255, 0.65);
    border: none; }

.elementor-element.elementor-button-success .elementor-button {
  color: #fff;
  border-color: #5cb85c; }
  .elementor-element.elementor-button-success .elementor-button:hover, .elementor-element.elementor-button-success .elementor-button:active, .elementor-element.elementor-button-success .elementor-button:active:focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.elementor-element.elementor-button-warning .elementor-button {
  color: #fff;
  border-color: #f0ad4e; }
  .elementor-element.elementor-button-warning .elementor-button:hover, .elementor-element.elementor-button-warning .elementor-button:active, .elementor-element.elementor-button-warning .elementor-button:active:focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.elementor-element.elementor-button-danger .elementor-button {
  color: #fff;
  border-color: #d9534f; }
  .elementor-element.elementor-button-danger .elementor-button:hover, .elementor-element.elementor-button-danger .elementor-button:active, .elementor-element.elementor-button-danger .elementor-button:active:focus {
    background-color: #d9534f;
    border-color: #d9534f; }

.ProductSearch {
  border-radius: 5px;
  color: #111;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center; }
  .ProductSearch input::-webkit-input-placeholder {
    color: #9c9b9b; }
  .ProductSearch input::-moz-placeholder {
    color: #9c9b9b; }
  .ProductSearch input::-ms-input-placeholder {
    color: #9c9b9b; }
  .ProductSearch input::placeholder {
    color: #9c9b9b; }
  .ProductSearch input.search-form-input {
    display: block;
    position: relative;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  .ProductSearch .search-form-input.search-input-small {
    max-width: 22%; }
  .ProductSearch .search-form-filters {
    text-align: center; }
  .ProductSearch .search-form-filters-inner {
    display: inline-block;
    position: relative; }
  .ProductSearch .search-button {
    display: block;
    margin: 0 auto; }
  .ProductSearch .search-form-wrapper.button-below .search-form-input {
    margin-bottom: 20px; }
  .ProductSearch .search-form-wrapper.button-left .search-form-input {
    padding-left: 120px; }
  .ProductSearch .search-form-wrapper.button-left .search-button {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px; }
  .ProductSearch .search-form-wrapper.button-right .search-button {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px; }

/**
*  Dropdown Menu
*/
.ProductSearch .dropdown {
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background-color: #fff;
  bottom: 0; }
  .ProductSearch .dropdown:hover {
    -webkit-box-shadow: 0px 10px 15px -13px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 10px 15px -13px rgba(0, 0, 0, 0.35);
    bottom: 1px; }
  .ProductSearch .dropdown a, .ProductSearch .dropdown svg, .ProductSearch .dropdown .svg-placeholder {
    vertical-align: middle; }
  .ProductSearch .dropdown:last-child {
    margin-right: 0; }
  .ProductSearch .dropdown svg, .ProductSearch .dropdown .svg-placeholder {
    height: 40px; }

.ProductSearch .dropdown-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.44em; }
  .ProductSearch .dropdown-content .category-icon {
    background: none; }
  .ProductSearch .dropdown-content svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px; }

.ProductSearch .dropdown-menu {
  position: fixed;
  display: block;
  left: 10vw;
  right: 10vw;
  top: 50%;
  max-height: 60vh;
  text-align: center;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font-size: inherit;
  margin: 0 -20px 0 0;
  padding: 60px;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background-color: #fafafa;
  -webkit-box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.32);
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%); }
  .ProductSearch .dropdown-menu .svg-placeholder {
    display: inline-block; }
  .ProductSearch .dropdown-menu .category-icon {
    display: inline-block;
    padding: 15px;
    line-height: 1em; }
  .ProductSearch .dropdown-menu svg {
    display: inline-block; }
  .ProductSearch .dropdown-menu span {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle; }
  .ProductSearch .dropdown-menu .category-icon + span {
    padding-left: 14px; }
  .ProductSearch .dropdown-menu li {
    float: left;
    margin: 0 20px 20px 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px; }
  .ProductSearch .dropdown-menu:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 55px;
    cursor: pointer; }

.ProductSearch .dropdown-menu-overlay {
  display: none;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1; }

.ProductSearch .dropdown-menu > li > a {
  display: block;
  padding: 0;
  font-weight: inherit;
  color: #000;
  min-height: 70px;
  line-height: 70px; }
  .ProductSearch .dropdown-menu > li > a:focus, .ProductSearch .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FFC25D; }

.ProductSearch .open > .dropdown-menu {
  -webkit-transition: .4s;
  transition: .4s;
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.ProductSearch .dropdown-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  cursor: pointer; }
  .ProductSearch .dropdown-button:after {
    content: "\f078";
    font-size: 11px;
    line-height: inherit;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.CategoryCard {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  position: relative;
  display: block;
  padding: 40px; }
  .CategoryCard:hover {
    -webkit-transform: translate3d(10px, -10px, 0);
            transform: translate3d(10px, -10px, 0); }
    .CategoryCard:hover:before {
      -webkit-transform: translate3d(-10px, 10px, 0);
              transform: translate3d(-10px, 10px, 0);
      opacity: 1; }
  .CategoryCard:before {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(135deg, #FFC25D 25%, transparent 25%, transparent 50%, #FFC25D 50%, #FFC25D 75%, transparent 75%, transparent 100%);
    background-size: 25px 25px;
    opacity: 0; }
  .CategoryCard .overlay-image:before, .CategoryCard .overlay-mask:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .CategoryCard .category-card-inner {
    position: absolute;
    right: 0;
    top: 40%;
    text-align: right; }
  .CategoryCard .category-card-title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    padding-right: 20px; }
  .CategoryCard .category-card-count {
    display: inline-block;
    margin-right: -10px;
    font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
    background-color: #62DCED;
    padding: 5px 30px; }
  .CategoryCard .category-card-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px; }
    .CategoryCard .category-card-icon svg {
      height: 100%;
      width: 100%; }
  .CategoryCard:hover .overlay-image:before, .CategoryCard:hover .overlay-mask:before {
    opacity: 1; }

.overlay-hover .CategoryCard:hover .overlay-mask {
  background-color: transparent !important; }

.Blockquote {
  position: relative;
  overflow: hidden; }
  .Blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .Blockquote .blockquote-content-wrapper {
    position: relative; }
  .Blockquote .quote-single {
    margin-top: 20px; }
  .Blockquote .quote-single:before, .Blockquote .quote-double:before {
    position: absolute;
    content: '“';
    top: 0;
    left: 0;
    font-size: 80px;
    font-weight: 600; }
  .Blockquote .text-center.quote-single:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .Blockquote .quote-double {
    margin: 20px 0; }
    .Blockquote .quote-double:after {
      position: absolute;
      content: '“';
      bottom: 0;
      right: 0;
      font-size: 80px;
      font-weight: 600;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .Blockquote .blockquote-content {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px; }
  .Blockquote .author-wrapper {
    padding-left: 7px;
    padding-right: 7px; }
    .Blockquote .author-wrapper span {
      display: block; }
    .Blockquote .author-wrapper .author {
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 5px; }

/**
* ----------------------------------------------------------------------------------------
*    Buttons
* ----------------------------------------------------------------------------------------
*/
.btn, .elementor-element a.elementor-button, .elementor-element .elementor-button, .wcv-button,
.wcv-form .control-group .control.append-button .wcv-button, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt, button[type='submit'], input[type='submit'] {
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  white-space: normal;
  outline: 0;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #6c6c6c;
  padding: 8px 25px;
  border-radius: 50px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }
  .btn .svg-icon-rotating, .elementor-element .elementor-button .svg-icon-rotating, .wcv-button .svg-icon-rotating, .wcv-form .control-group .control.append-button .wcv-button .svg-icon-rotating, .woocommerce #respond input#submit .svg-icon-rotating, .woocommerce a.button .svg-icon-rotating, .woocommerce button.button .svg-icon-rotating, .woocommerce input.button .svg-icon-rotating, button[type='submit'] .svg-icon-rotating, input[type='submit'] .svg-icon-rotating {
    padding: 0; }
  .btn:active, .elementor-element .elementor-button:active, .wcv-button:active,
  .wcv-form .control-group .control.append-button .wcv-button:active, .woocommerce #respond input#submit:active,
  .woocommerce a.button:active, .woocommerce button.button:active,
  .woocommerce input.button:active, button[type='submit']:active, input[type='submit']:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn[disabled], .elementor-element .elementor-button[disabled], .wcv-button[disabled],
  .wcv-form .control-group .control.append-button .wcv-button[disabled], .woocommerce #respond input#submit[disabled],
  .woocommerce a.button[disabled], .woocommerce button.button[disabled],
  .woocommerce input.button[disabled], button[type='submit'][disabled], input[type='submit'][disabled] {
    opacity: .4; }

.btn:hover, .elementor-element .elementor-button:hover, .wcv-button:hover,
.wcv-form .control-group .control.append-button .wcv-button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .btn:active, .elementor-element .elementor-button:active, .wcv-button:active,
.wcv-form .control-group .control.append-button .wcv-button:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active, .woocommerce button.button:active,
.woocommerce input.button:active, .btn:active:focus, .elementor-element .elementor-button:active:focus, .wcv-button:active:focus,
.wcv-form .control-group .control.append-button .wcv-button:active:focus, .woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus, .woocommerce button.button:active:focus,
.woocommerce input.button:active:focus, button[type='submit']:hover, button[type='submit']:active, button[type='submit']:active:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:active:focus {
  color: #fff;
  outline: 0;
  font-weight: 600;
  background: #FF52E5;
  border: 1px solid #FF52E5; }

.btn.btn-small, .elementor-element .btn-small.elementor-button, .btn-small.wcv-button,
.wcv-form .control-group .control.append-button .btn-small.wcv-button, .woocommerce #respond input.btn-small#submit,
.woocommerce a.btn-small.button, .woocommerce button.btn-small.button,
.woocommerce input.btn-small.button {
  font-size: 11.9px;
  padding: 6px 16px; }

.btn.btn-color, .elementor-element .btn-color.elementor-button, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button, .elementor-element .woocommerce form .form-row input.elementor-button[type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button[type="submit"], .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button, .section-light .widget .MailchimpNewsletter .btn#signup-button, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button,
.section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button,
.section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button, .btn-color.wcv-button, .woocommerce form .form-row input.wcv-button[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button,
.wcv-form .control-group .control.append-button .btn-color.wcv-button, .wcv-form .control-group .control.append-button .woocommerce form .form-row input.wcv-button[type="submit"], .woocommerce form .form-row .wcv-form .control-group .control.append-button input.wcv-button[type="submit"], .wcv-form .control-group .control.append-button .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button, .woocommerce .woocommerce-account-membership-plan form.cart .wcv-form .control-group .control.append-button button.wcv-button, .woocommerce #respond input.btn-color#submit, .woocommerce #respond form .form-row input#submit[type="submit"], .woocommerce form .form-row #respond input#submit[type="submit"],
.woocommerce a.btn-color.button, .woocommerce button.btn-color.button, .woocommerce .woocommerce-account-membership-plan form.cart button.button,
.woocommerce input.btn-color.button, .woocommerce form .form-row input.button[type="submit"], .woocommerce form .form-row input.btn[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn, button[type='submit'].btn.btn-color, .elementor-element button.elementor-button[type='submit'].btn-color, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit'], .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit'], .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit'], .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit'], .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit'], .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit'], .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit'], button.wcv-button[type='submit'].btn-color, .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit'],
.wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-color, .woocommerce button.button[type='submit'].btn-color, .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit'], .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn, input[type='submit'].btn.btn-color, .elementor-element input.elementor-button[type='submit'].btn-color, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit'], .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit'], .elementor-element .woocommerce form .form-row input.elementor-button[type='submit'][type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button[type='submit'][type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit'],
.section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit'], .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit'], input.wcv-button[type='submit'].btn-color, .woocommerce form .form-row input.wcv-button[type='submit'][type="submit"],
.wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-color, .woocommerce #respond input#submit[type='submit'].btn-color, .woocommerce #respond form .form-row input#submit[type='submit'][type="submit"], .woocommerce form .form-row #respond input#submit[type='submit'][type="submit"],
.woocommerce input.button[type='submit'].btn-color, .woocommerce form .form-row input.button[type='submit'][type="submit"], .woocommerce form .form-row input[type='submit'].btn[type="submit"] {
  color: #fff;
  background: #FF52E5;
  border: 1px solid transparent; }
  .btn.btn-color:hover, .elementor-element .btn-color.elementor-button:hover, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:hover, .elementor-element .woocommerce form .form-row input.elementor-button:hover[type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button:hover[type="submit"], .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:hover, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover, .btn-color.wcv-button:hover, .woocommerce form .form-row input.wcv-button:hover[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:hover,
  .wcv-form .control-group .control.append-button .btn-color.wcv-button:hover, .woocommerce #respond input.btn-color#submit:hover, .woocommerce #respond form .form-row input#submit:hover[type="submit"], .woocommerce form .form-row #respond input#submit:hover[type="submit"],
  .woocommerce a.btn-color.button:hover, .woocommerce button.btn-color.button:hover, .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover,
  .woocommerce input.btn-color.button:hover, .woocommerce form .form-row input.button:hover[type="submit"], .woocommerce form .form-row input.btn:hover[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover, .btn.btn-color:active, .elementor-element .btn-color.elementor-button:active, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active, .elementor-element .woocommerce form .form-row input.elementor-button:active[type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button:active[type="submit"], .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active, .section-light .widget .MailchimpNewsletter .btn#signup-button:active, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active, .btn-color.wcv-button:active, .woocommerce form .form-row input.wcv-button:active[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active,
  .wcv-form .control-group .control.append-button .btn-color.wcv-button:active, .woocommerce #respond input.btn-color#submit:active, .woocommerce #respond form .form-row input#submit:active[type="submit"], .woocommerce form .form-row #respond input#submit:active[type="submit"],
  .woocommerce a.btn-color.button:active, .woocommerce button.btn-color.button:active, .woocommerce .woocommerce-account-membership-plan form.cart button.button:active,
  .woocommerce input.btn-color.button:active, .woocommerce form .form-row input.button:active[type="submit"], .woocommerce form .form-row input.btn:active[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active, .btn.btn-color:active:focus, .elementor-element .btn-color.elementor-button:active:focus, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active:focus, .elementor-element .woocommerce form .form-row input.elementor-button:active:focus[type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button:active:focus[type="submit"], .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active:focus, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus, .btn-color.wcv-button:active:focus, .woocommerce form .form-row input.wcv-button:active:focus[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active:focus,
  .wcv-form .control-group .control.append-button .btn-color.wcv-button:active:focus, .woocommerce #respond input.btn-color#submit:active:focus, .woocommerce #respond form .form-row input#submit:active:focus[type="submit"], .woocommerce form .form-row #respond input#submit:active:focus[type="submit"],
  .woocommerce a.btn-color.button:active:focus, .woocommerce button.btn-color.button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus,
  .woocommerce input.btn-color.button:active:focus, .woocommerce form .form-row input.button:active:focus[type="submit"], .woocommerce form .form-row input.btn:active:focus[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus, button[type='submit'].btn.btn-color:hover, .elementor-element button.elementor-button[type='submit'].btn-color:hover, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:hover, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:hover, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:hover, button.wcv-button[type='submit'].btn-color:hover, .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:hover,
  .wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-color:hover, .woocommerce button.button[type='submit'].btn-color:hover, .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:hover, .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:hover, button[type='submit'].btn.btn-color:active, .elementor-element button.elementor-button[type='submit'].btn-color:active, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active, button.wcv-button[type='submit'].btn-color:active, .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active,
  .wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-color:active, .woocommerce button.button[type='submit'].btn-color:active, .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active, .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active, button[type='submit'].btn.btn-color:active:focus, .elementor-element button.elementor-button[type='submit'].btn-color:active:focus, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active:focus, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active:focus, button.wcv-button[type='submit'].btn-color:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active:focus, .woocommerce button.button[type='submit'].btn-color:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active:focus, input[type='submit'].btn.btn-color:hover, .elementor-element input.elementor-button[type='submit'].btn-color:hover, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:hover, .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:hover[type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:hover[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:hover, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:hover, input.wcv-button[type='submit'].btn-color:hover, .woocommerce form .form-row input.wcv-button[type='submit']:hover[type="submit"],
  .wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-color:hover, .woocommerce #respond input#submit[type='submit'].btn-color:hover, .woocommerce #respond form .form-row input#submit[type='submit']:hover[type="submit"], .woocommerce form .form-row #respond input#submit[type='submit']:hover[type="submit"],
  .woocommerce input.button[type='submit'].btn-color:hover, .woocommerce form .form-row input.button[type='submit']:hover[type="submit"], .woocommerce form .form-row input[type='submit'].btn:hover[type="submit"], input[type='submit'].btn.btn-color:active, .elementor-element input.elementor-button[type='submit'].btn-color:active, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active, .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active[type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active, input.wcv-button[type='submit'].btn-color:active, .woocommerce form .form-row input.wcv-button[type='submit']:active[type="submit"],
  .wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-color:active, .woocommerce #respond input#submit[type='submit'].btn-color:active, .woocommerce #respond form .form-row input#submit[type='submit']:active[type="submit"], .woocommerce form .form-row #respond input#submit[type='submit']:active[type="submit"],
  .woocommerce input.button[type='submit'].btn-color:active, .woocommerce form .form-row input.button[type='submit']:active[type="submit"], .woocommerce form .form-row input[type='submit'].btn:active[type="submit"], input[type='submit'].btn.btn-color:active:focus, .elementor-element input.elementor-button[type='submit'].btn-color:active:focus, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active:focus, .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active:focus[type="submit"], .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active:focus[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active:focus, input.wcv-button[type='submit'].btn-color:active:focus, .woocommerce form .form-row input.wcv-button[type='submit']:active:focus[type="submit"], .woocommerce #respond input#submit[type='submit'].btn-color:active:focus, .woocommerce #respond form .form-row input#submit[type='submit']:active:focus[type="submit"], .woocommerce form .form-row #respond input#submit[type='submit']:active:focus[type="submit"],
  .woocommerce input.button[type='submit'].btn-color:active:focus, .woocommerce form .form-row input.button[type='submit']:active:focus[type="submit"], .woocommerce form .form-row input[type='submit'].btn:active:focus[type="submit"] {
    color: #000;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #6c6c6c; }

.btn.btn-border, .elementor-element .btn-border.elementor-button, .btn-border.wcv-button,
.wcv-form .control-group .control.append-button .btn-border.wcv-button, .woocommerce #respond input.btn-border#submit,
.woocommerce a.btn-border.button, .woocommerce button.btn-border.button,
.woocommerce input.btn-border.button {
  border: 1px solid #FF52E5; }
  .btn.btn-border:hover, .elementor-element .btn-border.elementor-button:hover, .btn-border.wcv-button:hover,
  .wcv-form .control-group .control.append-button .btn-border.wcv-button:hover, .woocommerce #respond input.btn-border#submit:hover,
  .woocommerce a.btn-border.button:hover, .woocommerce button.btn-border.button:hover,
  .woocommerce input.btn-border.button:hover, .btn.btn-border:active, .elementor-element .btn-border.elementor-button:active, .btn-border.wcv-button:active,
  .wcv-form .control-group .control.append-button .btn-border.wcv-button:active, .woocommerce #respond input.btn-border#submit:active,
  .woocommerce a.btn-border.button:active, .woocommerce button.btn-border.button:active,
  .woocommerce input.btn-border.button:active, .btn.btn-border:active:focus, .elementor-element .btn-border.elementor-button:active:focus, .btn-border.wcv-button:active:focus,
  .wcv-form .control-group .control.append-button .btn-border.wcv-button:active:focus, .woocommerce #respond input.btn-border#submit:active:focus,
  .woocommerce a.btn-border.button:active:focus, .woocommerce button.btn-border.button:active:focus,
  .woocommerce input.btn-border.button:active:focus {
    color: #fff;
    background: #FF52E5;
    border: 1px solid #FF52E5; }

.btn.btn-white, .elementor-element .btn-white.elementor-button, .btn-white.wcv-button,
.wcv-form .control-group .control.append-button .btn-white.wcv-button, .woocommerce #respond input.btn-white#submit,
.woocommerce a.btn-white.button, .woocommerce button.btn-white.button,
.woocommerce input.btn-white.button, button[type='submit'].btn.btn-white, .elementor-element button.elementor-button[type='submit'].btn-white, button.wcv-button[type='submit'].btn-white,
.wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-white, .woocommerce button.button[type='submit'].btn-white, input[type='submit'].btn.btn-white, .elementor-element input.elementor-button[type='submit'].btn-white, input.wcv-button[type='submit'].btn-white,
.wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-white, .woocommerce #respond input#submit[type='submit'].btn-white,
.woocommerce input.button[type='submit'].btn-white {
  color: #FF52E5;
  background: #fff;
  border: 1px solid #fff; }
  .btn.btn-white:hover, .elementor-element .btn-white.elementor-button:hover, .btn-white.wcv-button:hover,
  .wcv-form .control-group .control.append-button .btn-white.wcv-button:hover, .woocommerce #respond input.btn-white#submit:hover,
  .woocommerce a.btn-white.button:hover, .woocommerce button.btn-white.button:hover,
  .woocommerce input.btn-white.button:hover, .btn.btn-white:active, .elementor-element .btn-white.elementor-button:active, .btn-white.wcv-button:active,
  .wcv-form .control-group .control.append-button .btn-white.wcv-button:active, .woocommerce #respond input.btn-white#submit:active,
  .woocommerce a.btn-white.button:active, .woocommerce button.btn-white.button:active,
  .woocommerce input.btn-white.button:active, .btn.btn-white:active:focus, .elementor-element .btn-white.elementor-button:active:focus, .btn-white.wcv-button:active:focus,
  .wcv-form .control-group .control.append-button .btn-white.wcv-button:active:focus, .woocommerce #respond input.btn-white#submit:active:focus,
  .woocommerce a.btn-white.button:active:focus, .woocommerce button.btn-white.button:active:focus,
  .woocommerce input.btn-white.button:active:focus, button[type='submit'].btn.btn-white:hover, .elementor-element button.elementor-button[type='submit'].btn-white:hover, button.wcv-button[type='submit'].btn-white:hover,
  .wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-white:hover, .woocommerce button.button[type='submit'].btn-white:hover, button[type='submit'].btn.btn-white:active, .elementor-element button.elementor-button[type='submit'].btn-white:active, button.wcv-button[type='submit'].btn-white:active,
  .wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-white:active, .woocommerce button.button[type='submit'].btn-white:active, button[type='submit'].btn.btn-white:active:focus, .elementor-element button.elementor-button[type='submit'].btn-white:active:focus, button.wcv-button[type='submit'].btn-white:active:focus, .woocommerce button.button[type='submit'].btn-white:active:focus, input[type='submit'].btn.btn-white:hover, .elementor-element input.elementor-button[type='submit'].btn-white:hover, input.wcv-button[type='submit'].btn-white:hover,
  .wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-white:hover, .woocommerce #respond input#submit[type='submit'].btn-white:hover,
  .woocommerce input.button[type='submit'].btn-white:hover, input[type='submit'].btn.btn-white:active, .elementor-element input.elementor-button[type='submit'].btn-white:active, input.wcv-button[type='submit'].btn-white:active,
  .wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-white:active, .woocommerce #respond input#submit[type='submit'].btn-white:active,
  .woocommerce input.button[type='submit'].btn-white:active, input[type='submit'].btn.btn-white:active:focus, .elementor-element input.elementor-button[type='submit'].btn-white:active:focus, input.wcv-button[type='submit'].btn-white:active:focus, .woocommerce #respond input#submit[type='submit'].btn-white:active:focus,
  .woocommerce input.button[type='submit'].btn-white:active:focus {
    color: #FFC25D;
    background: #fff;
    border: 1px solid #fff; }

.btn.btn-light, .elementor-element .btn-light.elementor-button, .btn-light.wcv-button,
.wcv-form .control-group .control.append-button .btn-light.wcv-button, .woocommerce #respond input.btn-light#submit,
.woocommerce a.btn-light.button, .woocommerce button.btn-light.button,
.woocommerce input.btn-light.button {
  color: #fff;
  border: 1px solid #fafafa; }
  .btn.btn-light:hover, .elementor-element .btn-light.elementor-button:hover, .btn-light.wcv-button:hover,
  .wcv-form .control-group .control.append-button .btn-light.wcv-button:hover, .woocommerce #respond input.btn-light#submit:hover,
  .woocommerce a.btn-light.button:hover, .woocommerce button.btn-light.button:hover,
  .woocommerce input.btn-light.button:hover, .btn.btn-light:active, .elementor-element .btn-light.elementor-button:active, .btn-light.wcv-button:active,
  .wcv-form .control-group .control.append-button .btn-light.wcv-button:active, .woocommerce #respond input.btn-light#submit:active,
  .woocommerce a.btn-light.button:active, .woocommerce button.btn-light.button:active,
  .woocommerce input.btn-light.button:active, .btn.btn-light:active:focus, .elementor-element .btn-light.elementor-button:active:focus, .btn-light.wcv-button:active:focus,
  .wcv-form .control-group .control.append-button .btn-light.wcv-button:active:focus, .woocommerce #respond input.btn-light#submit:active:focus,
  .woocommerce a.btn-light.button:active:focus, .woocommerce button.btn-light.button:active:focus,
  .woocommerce input.btn-light.button:active:focus {
    background: #FF52E5;
    border: 1px solid #FF52E5; }

.btn.active.focus, .elementor-element .active.focus.elementor-button, .active.focus.wcv-button,
.wcv-form .control-group .control.append-button .active.focus.wcv-button, .woocommerce #respond input.active.focus#submit,
.woocommerce a.active.focus.button, .woocommerce button.active.focus.button,
.woocommerce input.active.focus.button, input.active.focus[type="submit"], input.active.focus[type="button"], .btn.active:focus, .elementor-element .active.elementor-button:focus, .active.wcv-button:focus,
.wcv-form .control-group .control.append-button .active.wcv-button:focus, .woocommerce #respond input.active#submit:focus,
.woocommerce a.active.button:focus, .woocommerce button.active.button:focus,
.woocommerce input.active.button:focus, input.active[type="submit"]:focus, input.active[type="button"]:focus, .btn.focus, .elementor-element .focus.elementor-button, .focus.wcv-button,
.wcv-form .control-group .control.append-button .focus.wcv-button, .woocommerce #respond input.focus#submit,
.woocommerce a.focus.button, .woocommerce button.focus.button,
.woocommerce input.focus.button, input.focus[type="submit"], input.focus[type="button"], .btn:active.focus, .elementor-element .elementor-button:active.focus, .wcv-button:active.focus,
.wcv-form .control-group .control.append-button .wcv-button:active.focus, .woocommerce #respond input#submit:active.focus,
.woocommerce a.button:active.focus, .woocommerce button.button:active.focus,
.woocommerce input.button:active.focus, input[type="submit"]:active.focus, input[type="button"]:active.focus, .btn:active:focus, .elementor-element .elementor-button:active:focus, .wcv-button:active:focus,
.wcv-form .control-group .control.append-button .wcv-button:active:focus, .woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus, .woocommerce button.button:active:focus,
.woocommerce input.button:active:focus, input[type="submit"]:active:focus, input[type="button"]:active:focus, .btn:focus, .elementor-element .elementor-button:focus, .wcv-button:focus,
.wcv-form .control-group .control.append-button .wcv-button:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus, .woocommerce button.button:focus,
.woocommerce input.button:focus, input[type="submit"]:focus, input[type="button"]:focus {
  outline: 0; }

.Blog .item-wrapper-inner {
  background-color: #fff; }

.Blog .blog-post-image {
  position: relative;
  height: 100%; }

.Blog .blog-post-content {
  padding: 30px; }

.Blog .blog-post-date {
  color: #9c9b9b;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px; }

.Blog .blog-post-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }
  .Blog .blog-post-title:hover {
    color: #FFC25D; }

.Blog .blog-post-excerpt {
  font-size: 14px; }

.Blog .blog-read-more {
  position: absolute;
  top: -20px;
  right: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #FF52E5;
  -webkit-transition: .3s;
  transition: .3s; }
  .Blog .blog-read-more:hover {
    color: #484848;
    background: rgba(255, 255, 255, 0.7); }

.Blog.blog-wrapper-above .blog-post-content {
  padding: 15px 30px 30px; }

.Blog.blog-wrapper-above .item-wrapper-inner {
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0px 15px 25px -18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 25px -18px rgba(0, 0, 0, 0.25); }

.Blog.SSDItemsGrid .items-row {
  overflow: visible; }

.Blog.blog-wrapper-left .blog-post-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35%; }

.Blog.blog-wrapper-left .blog-post-content {
  width: 65%;
  left: 35%; }

.Blog.blog-wrapper-right .blog-post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%; }

.Blog.blog-wrapper-right .blog-post-content {
  padding: 40px 30px 30px;
  width: 65%; }

@media only screen and (max-width: 1499px) {
  .Blog .items-row .blog-post-image {
    position: relative;
    width: 100% !important;
    min-height: 200px; }
  .Blog .items-row .blog-post-content {
    width: 100% !important;
    left: 0 !important;
    padding: 15px 30px 30px; }
  .Blog .items-row .item-wrapper-inner {
    border-radius: 0 0 12px 12px;
    -webkit-box-shadow: 0px 15px 25px -18px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 15px 25px -18px rgba(0, 0, 0, 0.25); } }

@media only screen and (max-width: 991px) {
  .Blog.SSDItemsGrid .items-columns-3 .item-wrapper {
    width: 50%; }
    .Blog.SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(3n+1) {
      clear: none; }
    .Blog.SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(2n+1) {
      clear: left; } }

.ProductSliderWrapper {
  padding-right: 10px; }
  .ProductSliderWrapper .slick-slider {
    padding-bottom: 40px; }
  .ProductSliderWrapper .onsale {
    position: absolute;
    top: 20px;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-color: #FFC25D;
    color: #fff;
    border-radius: 12px;
    z-index: 10; }
    .ProductSliderWrapper .onsale:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 12px;
      z-index: -1;
      -webkit-box-shadow: 0px 8px 15px 2px #FFC25D;
              box-shadow: 0px 8px 15px 2px #FFC25D;
      opacity: .5; }
  .ProductSliderWrapper .slick-arrows-outside .slick-arrow {
    height: 80px;
    width: 80px;
    background-color: #fff;
    -webkit-transform: none;
            transform: none;
    border-radius: 12px;
    -webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.1); }
    .ProductSliderWrapper .slick-arrows-outside .slick-arrow:before {
      font-size: 40px;
      color: #484848; }
  .ProductSliderWrapper ul.slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 5px; }
  .ProductSliderWrapper ul.slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0; }
  .ProductSliderWrapper ul.slick-dots li button::before {
    content: '';
    border: 1px solid #cbcbcb;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1; }
  .ProductSliderWrapper ul.slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #a7a7a7; }
  .ProductSliderWrapper ul.slick-dots li:not(.slick-active) button:hover:before {
    background-color: #cbcbcb; }
  .ProductSliderWrapper .product-slider-item {
    position: relative; }
  .ProductSliderWrapper .product-slider-image {
    position: absolute;
    top: 0;
    left: auto;
    right: 10px;
    margin-bottom: 70px;
    width: 45%;
    z-index: 1;
    border-radius: 12px;
    -webkit-box-shadow: 0px 20px 25px -18px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 20px 25px -18px rgba(0, 0, 0, 0.3); }
  .ProductSliderWrapper .product-slider-meta-wrapper {
    width: 60%;
    margin-top: 130px;
    padding: 60px 130px 65px 75px;
    background-color: #fff;
    border-radius: 12px;
    text-align: right; }
  .ProductSliderWrapper .product-slider-price {
    font-size: 22px;
    font-weight: 600; }
    .ProductSliderWrapper .product-slider-price .price-text-meta-item {
      display: inline-block;
      color: #9c9b9b; }
    .ProductSliderWrapper .product-slider-price .price-text-meta-item-name {
      display: none; }
    .ProductSliderWrapper .product-slider-price .price-text-regular {
      position: relative;
      margin-left: 5px; }
      .ProductSliderWrapper .product-slider-price .price-text-regular:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #484848; }
    .ProductSliderWrapper .product-slider-price .woocommerce-Price-currencySymbol {
      margin-right: 3px;
      vertical-align: top; }
  .ProductSliderWrapper .product-slider-title {
    margin: 20px 0;
    font-size: 34px; }
  .ProductSliderWrapper .product-slider-expiration .is-jscountdown {
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 3px;
    color: #FFC25D; }
  .ProductSliderWrapper .woocommerce-product-add-to-cart-wrapper {
    position: absolute;
    bottom: 0;
    left: 70%; }

@media only screen and (max-width: 767px) {
  .ProductSliderWrapper .onsale {
    right: -10px; }
  .ProductSliderWrapper .product-slider-image {
    position: relative;
    min-height: 300px;
    margin-bottom: 0;
    right: 0; }
  .ProductSliderWrapper .woocommerce-product-add-to-cart-wrapper {
    position: relative;
    margin-top: 20px;
    left: 0;
    text-align: center; } }

/**
* ----------------------------------------------------------------------------------------
*    Multi Heading
* ----------------------------------------------------------------------------------------
*/
.elementor-widget-ssd_multi_heading {
  overflow: hidden; }
  .elementor-widget-ssd_multi_heading .elementor-inline-editing {
    min-height: 0; }

.ProductCategories ul {
  padding: 0;
  margin: 0; }

.ProductCategories li {
  list-style: none; }

.ProductCategories .product-categories-title {
  margin-bottom: 20px; }
  .ProductCategories .product-categories-title h4 {
    font-size: 22px;
    letter-spacing: .5px;
    margin-bottom: 0; }

.ProductCategories .product-categories-list {
  padding-top: 15px; }
  .ProductCategories .product-categories-list .product-category {
    margin-bottom: 15px; }
    .ProductCategories .product-categories-list .product-category a {
      display: block;
      overflow: hidden;
      background-color: #fff; }
    .ProductCategories .product-categories-list .product-category .category-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 65px;
      height: 100%;
      text-align: center; }
      .ProductCategories .product-categories-list .product-category .category-icon svg {
        height: 100%;
        width: 40px; }
  .ProductCategories .product-categories-list .product-child-categories {
    margin: 15px 0 0 25px; }
  .ProductCategories .product-categories-list .product-category-meta {
    padding-left: 17px;
    padding-right: 10px;
    line-height: 65px; }
  .ProductCategories .product-categories-list .category-icon + .product-category-meta {
    margin-left: 70px;
    min-height: 65px;
    line-height: 65px; }

.ProductCategories .product-category-title {
  display: inline-block;
  color: #484848;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.82em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle; }

.ProductCategories .product-category a:hover .product-category-title {
  color: #FFC25D; }

.ProductCategories .number-counter {
  font-weight: 600;
  color: #FF52E5; }

.ProductCategories .product-categories-grid .product-category {
  margin-bottom: 20px; }
  .ProductCategories .product-categories-grid .product-category a {
    display: block;
    overflow: hidden; }

.ProductCategories .product-categories-grid .category-icon {
  position: relative;
  overflow: hidden;
  width: 65px;
  height: 65px;
  margin: 0 auto 5px; }
  .ProductCategories .product-categories-grid .category-icon svg {
    width: 60%;
    height: 100%; }

.ProductCategories .product-categories-grid .product-category-meta {
  text-align: center; }

@media only screen and (max-width: 991px) {
  .ProductCategories.SSDItemsGrid .items-columns-3 .item-wrapper {
    width: 50%; }
    .ProductCategories.SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(3n+1) {
      clear: none; }
    .ProductCategories.SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(2n+1) {
      clear: left; } }

.SSDItemsGrid .items-row-title {
  color: #9c9b9b; }

.SSDItemsGrid .items-columns-1 .item-wrapper {
  width: 100%;
  text-align: left; }

.SSDItemsGrid .items-columns-2 .item-wrapper {
  width: 50%; }
  .SSDItemsGrid .items-columns-2 .item-wrapper:nth-child(2n+1) {
    clear: left; }

.SSDItemsGrid .items-columns-3 .item-wrapper {
  width: 33.333%; }
  .SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(3n+1) {
    clear: left; }

.SSDItemsGrid .items-columns-4 .item-wrapper {
  width: 25%; }
  .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(4n+1) {
    clear: left; }

.SSDItemsGrid .items-columns-5 .item-wrapper {
  width: 20%; }
  .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(5n+1) {
    clear: left; }

.SSDItemsGrid .items-unordered {
  overflow: hidden; }
  .SSDItemsGrid .items-unordered .item-wrapper {
    margin-bottom: 40px; }

.SSDItemsGrid .item-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 0 15px; }

.SSDItemsGrid .ssd-item {
  display: inline-block;
  width: 100%; }
  .SSDItemsGrid .ssd-item .item-image {
    -webkit-box-shadow: 0px 44px 24px -34px rgba(224, 224, 224, 0.5);
            box-shadow: 0px 44px 24px -34px rgba(224, 224, 224, 0.5); }
  .SSDItemsGrid .ssd-item .item-title {
    color: #9c9b9b;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 500; }
  .SSDItemsGrid .ssd-item .category-title {
    font-size: 16px;
    color: #FF52E5; }
  .SSDItemsGrid .ssd-item .category-icon svg {
    max-width: 100px; }

@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .SSDItemsGrid .items-columns-4 .item-wrapper, .SSDItemsGrid .items-columns-5 .item-wrapper {
    width: 33.333%; }
    .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(3n+1), .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(3n+1) {
      clear: left; }
  .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(4n+1) {
    clear: none; }
  .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(5n+1) {
    clear: none; } }

@media only screen and (max-width: 991px) {
  .SSDItemsGrid .items-columns-4 .item-wrapper, .SSDItemsGrid .items-columns-5 .item-wrapper {
    width: 50%; }
    .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(2n+1), .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(2n+1) {
      clear: left; } }

@media only screen and (max-width: 480px) {
  .SSDItemsGrid .items-columns-2 .item-wrapper, .SSDItemsGrid .items-columns-3 .item-wrapper, .SSDItemsGrid .items-columns-4 .item-wrapper, .SSDItemsGrid .items-columns-5 .item-wrapper {
    width: 100%; }
  .SSDItemsGrid .item-row {
    margin: 0 -5px; }
  .SSDItemsGrid .item-wrapper {
    padding: 0 5px; }
  .SSDItemsGrid:not(.ProductCategories) .items-columns-3 .item-wrapper, .SSDItemsGrid:not(.ProductCategories) .items-columns-2 .item-wrapper {
    width: 100%; } }

/**
* ----------------------------------------------------------------------------------------
*    Poster
* ----------------------------------------------------------------------------------------
*/
.Poster .poster-image-wrapper {
  overflow: hidden;
  min-height: 250px;
  height: 100%; }
  .Poster .poster-image-wrapper iframe + video {
    display: none; }

.Poster .poster-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.Poster .poster-image:before, .Poster .overlay-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.Poster .poster-content-wrapper {
  position: relative;
  padding: 30px; }
  .Poster .poster-content-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .Poster .poster-content-wrapper .poster-content {
    position: relative;
    display: inline-block; }

.Poster .poster-button {
  background-color: #FF52E5; }
  .Poster .poster-button:hover {
    color: #111;
    background-color: rgba(255, 255, 255, 0.65); }

.Poster .poster-wrapper-left .poster-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35%; }

.Poster .poster-wrapper-left .poster-content-wrapper {
  width: 65%;
  left: 35%; }

.Poster .poster-wrapper-right .poster-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%; }

.Poster .poster-wrapper-right .poster-content-wrapper {
  width: 65%; }

.Poster .poster-wrapper-above .poster-image-wrapper {
  position: relative; }

.Poster .poster-wrapper-cover {
  position: relative;
  overflow: hidden; }
  .Poster .poster-wrapper-cover .poster-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .Poster .poster-wrapper-cover .poster-content-wrapper {
    background-color: transparent; }
  .Poster .poster-wrapper-cover .poster-content-wrapper, .Poster .poster-wrapper-cover .poster-title {
    color: #fff; }

.Poster:hover .poster-image:before, .Poster:hover .overlay-image:before {
  opacity: 1; }

.overlay-hover .Poster:hover .overlay-image {
  background-color: transparent !important; }

@media only screen and (max-width: 1199px) {
  .Poster .poster-wrapper-left .poster-image-wrapper, .Poster .poster-wrapper-right .poster-image-wrapper {
    position: relative;
    width: 100% !important;
    min-height: 300px; }
  .Poster .poster-wrapper-left .poster-content-wrapper, .Poster .poster-wrapper-right .poster-content-wrapper {
    width: 100% !important;
    left: 0 !important; } }

/**
* ----------------------------------------------------------------------------------------
*    Isotope
* ----------------------------------------------------------------------------------------
*/
.js .is-isotope {
  display: none; }

.is-isotope {
  width: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden; }
  .is-isotope > * {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .is-isotope .bg-image {
    width: 101%;
    width: calc(100% + 2px); }
  .is-isotope img {
    display: block;
    width: 100.4%;
    width: calc(100% + 1px);
    max-width: none; }

/**
 * ----------------------------------------------------------------------------------------
 * Helper classes.
 * ----------------------------------------------------------------------------------------
 */
/**
 *  Margins
 */
.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-120 {
  margin-top: 120px; }

.mt-160 {
  margin-top: 160px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-200 {
  margin-bottom: 200px; }

/**
*  Oveflow
*/
.ov-a {
  overflow: auto; }

.ov-h {
  overflow: hidden; }

/**
*  Semi Transparent Text Font
*/
.font-transparent {
  color: rgba(255, 255, 255, 0.73); }

/**
*  Effects
*/
.anim-fadeleft {
  opacity: 0;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px); }

.anim-faderight {
  opacity: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px); }

.anim-fadeleft.anim-activated, .anim-faderight.anim-activated {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.anim-fadeup {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

.anim-fadeup.anim-activated {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.anim-fadeup-slow {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px); }

.anim-fadeup-slow.anim-activated {
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.anim-zoom-slow.anim-activated {
  -webkit-transition: 25s !important;
  transition: 25s !important;
  -webkit-transform: rotate(5deg) scale(1.3) !important;
          transform: rotate(5deg) scale(1.3) !important; }

/**
*  Animations
*/
.scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 24px;
  margin-left: -12px;
  color: #484848; }

.animation-updown {
  -webkit-animation: upDown 1.5s linear 0s infinite;
          animation: upDown 1.5s linear 0s infinite; }

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); } }

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); } }

/**
*  Embeded Media
*/
.media-embedded {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden; }

.media-embedded iframe,
.media-embedded object,
.media-embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
*  Highlight
*/
.highlight {
  display: inline-block;
  background-color: #FF52E5;
  padding: .1em;
  color: #fff; }

/**
*  Light Text
*/
.text-light {
  color: #fff; }

/**
*  Dark Text
*/
.text-dark {
  color: #111; }

/**
*  Section Light Text
*/
.section-light {
  color: #fff; }
  .section-light .scroll-arrow, .section-light .progress-bar {
    color: #fff; }
  .section-light .widget a {
    color: #fff; }
  .section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6, .section-light caption {
    color: #fff; }
  .section-light .special-subtitle {
    color: #fff; }
  .section-light .btn-normal {
    border: 1px solid #fff;
    color: #fff; }
    .section-light .btn-normal svg {
      fill: #fff; }
    .section-light .btn-normal:hover, .section-light .btn-normal:active, .section-light .btn-normal:active:focus {
      border: 1px solid #FF52E5; }
  .section-light .btn.btn-color:hover, .section-light .elementor-element .btn-color.elementor-button:hover, .elementor-element .section-light .btn-color.elementor-button:hover, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:hover, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:hover[type="submit"], .elementor-element .woocommerce form .form-row .section-light input.elementor-button:hover[type="submit"], .section-light .woocommerce form .form-row .elementor-element input.elementor-button:hover[type="submit"], .woocommerce form .form-row .elementor-element .section-light input.elementor-button:hover[type="submit"], .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:hover, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover, .section-light .btn-color.wcv-button:hover, .section-light .woocommerce form .form-row input.wcv-button:hover[type="submit"], .woocommerce form .form-row .section-light input.wcv-button:hover[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:hover,
  .section-light .wcv-form .control-group .control.append-button .btn-color.wcv-button:hover, .wcv-form .control-group .control.append-button .section-light .btn-color.wcv-button:hover, .section-light .woocommerce #respond input.btn-color#submit:hover, .woocommerce #respond .section-light input.btn-color#submit:hover, .section-light .woocommerce #respond form .form-row input#submit:hover[type="submit"], .woocommerce #respond form .form-row .section-light input#submit:hover[type="submit"], .section-light .woocommerce form .form-row #respond input#submit:hover[type="submit"], .woocommerce form .form-row #respond .section-light input#submit:hover[type="submit"],
  .section-light .woocommerce a.btn-color.button:hover, .woocommerce .section-light a.btn-color.button:hover, .section-light .woocommerce button.btn-color.button:hover, .woocommerce .section-light button.btn-color.button:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:hover,
  .section-light .woocommerce input.btn-color.button:hover, .woocommerce .section-light input.btn-color.button:hover, .section-light .woocommerce form .form-row input.button:hover[type="submit"], .woocommerce form .form-row .section-light input.button:hover[type="submit"], .section-light .woocommerce form .form-row input.btn:hover[type="submit"], .woocommerce form .form-row .section-light input.btn:hover[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:hover, .section-light .btn.btn-color:active, .section-light .elementor-element .btn-color.elementor-button:active, .elementor-element .section-light .btn-color.elementor-button:active, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:active[type="submit"], .elementor-element .woocommerce form .form-row .section-light input.elementor-button:active[type="submit"], .section-light .woocommerce form .form-row .elementor-element input.elementor-button:active[type="submit"], .woocommerce form .form-row .elementor-element .section-light input.elementor-button:active[type="submit"], .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:active, .section-light .widget .MailchimpNewsletter .btn#signup-button:active, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active, .section-light .btn-color.wcv-button:active, .section-light .woocommerce form .form-row input.wcv-button:active[type="submit"], .woocommerce form .form-row .section-light input.wcv-button:active[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:active,
  .section-light .wcv-form .control-group .control.append-button .btn-color.wcv-button:active, .wcv-form .control-group .control.append-button .section-light .btn-color.wcv-button:active, .section-light .woocommerce #respond input.btn-color#submit:active, .woocommerce #respond .section-light input.btn-color#submit:active, .section-light .woocommerce #respond form .form-row input#submit:active[type="submit"], .woocommerce #respond form .form-row .section-light input#submit:active[type="submit"], .section-light .woocommerce form .form-row #respond input#submit:active[type="submit"], .woocommerce form .form-row #respond .section-light input#submit:active[type="submit"],
  .section-light .woocommerce a.btn-color.button:active, .woocommerce .section-light a.btn-color.button:active, .section-light .woocommerce button.btn-color.button:active, .woocommerce .section-light button.btn-color.button:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active,
  .section-light .woocommerce input.btn-color.button:active, .woocommerce .section-light input.btn-color.button:active, .section-light .woocommerce form .form-row input.button:active[type="submit"], .woocommerce form .form-row .section-light input.button:active[type="submit"], .section-light .woocommerce form .form-row input.btn:active[type="submit"], .woocommerce form .form-row .section-light input.btn:active[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active, .section-light .btn.btn-color:active:focus, .section-light .elementor-element .btn-color.elementor-button:active:focus, .elementor-element .section-light .btn-color.elementor-button:active:focus, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active:focus, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:active:focus[type="submit"], .elementor-element .woocommerce form .form-row .section-light input.elementor-button:active:focus[type="submit"], .section-light .woocommerce form .form-row .elementor-element input.elementor-button:active:focus[type="submit"], .woocommerce form .form-row .elementor-element .section-light input.elementor-button:active:focus[type="submit"], .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:active:focus, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus, .section-light .btn-color.wcv-button:active:focus, .section-light .woocommerce form .form-row input.wcv-button:active:focus[type="submit"], .woocommerce form .form-row .section-light input.wcv-button:active:focus[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:active:focus, .section-light .woocommerce #respond input.btn-color#submit:active:focus, .woocommerce #respond .section-light input.btn-color#submit:active:focus, .section-light .woocommerce #respond form .form-row input#submit:active:focus[type="submit"], .woocommerce #respond form .form-row .section-light input#submit:active:focus[type="submit"], .section-light .woocommerce form .form-row #respond input#submit:active:focus[type="submit"], .woocommerce form .form-row #respond .section-light input#submit:active:focus[type="submit"],
  .section-light .woocommerce a.btn-color.button:active:focus, .woocommerce .section-light a.btn-color.button:active:focus, .section-light .woocommerce button.btn-color.button:active:focus, .woocommerce .section-light button.btn-color.button:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active:focus,
  .section-light .woocommerce input.btn-color.button:active:focus, .woocommerce .section-light input.btn-color.button:active:focus, .section-light .woocommerce form .form-row input.button:active:focus[type="submit"], .woocommerce form .form-row .section-light input.button:active:focus[type="submit"], .section-light .woocommerce form .form-row input.btn:active:focus[type="submit"], .woocommerce form .form-row .section-light input.btn:active:focus[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active:focus, .section-light button[type='submit'].btn.btn-color:hover, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:hover, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:hover, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:hover, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:hover, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:hover, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:hover, .section-light button.wcv-button[type='submit'].btn-color:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:hover, .section-light .woocommerce button.button[type='submit'].btn-color:hover, .woocommerce .section-light button.button[type='submit'].btn-color:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:hover, .section-light button[type='submit'].btn.btn-color:active, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:active, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:active, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:active, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active, .section-light button.wcv-button[type='submit'].btn-color:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:active, .section-light .woocommerce button.button[type='submit'].btn-color:active, .woocommerce .section-light button.button[type='submit'].btn-color:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active, .section-light button[type='submit'].btn.btn-color:active:focus, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:active:focus, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:active:focus, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active:focus, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active:focus, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active:focus, .section-light button.wcv-button[type='submit'].btn-color:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:active:focus, .section-light .woocommerce button.button[type='submit'].btn-color:active:focus, .woocommerce .section-light button.button[type='submit'].btn-color:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active:focus, .section-light input[type='submit'].btn.btn-color:hover, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:hover, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:hover, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:hover, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:hover[type="submit"], .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:hover[type="submit"], .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:hover[type="submit"], .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:hover[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:hover, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:hover, .section-light input.wcv-button[type='submit'].btn-color:hover, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:hover[type="submit"], .woocommerce form .form-row .section-light input.wcv-button[type='submit']:hover[type="submit"], .section-light .woocommerce #respond input#submit[type='submit'].btn-color:hover, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:hover, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:hover[type="submit"], .woocommerce #respond form .form-row .section-light input#submit[type='submit']:hover[type="submit"], .section-light .woocommerce form .form-row #respond input#submit[type='submit']:hover[type="submit"], .woocommerce form .form-row #respond .section-light input#submit[type='submit']:hover[type="submit"],
  .section-light .woocommerce input.button[type='submit'].btn-color:hover, .woocommerce .section-light input.button[type='submit'].btn-color:hover, .section-light .woocommerce form .form-row input.button[type='submit']:hover[type="submit"], .woocommerce form .form-row .section-light input.button[type='submit']:hover[type="submit"], .section-light .woocommerce form .form-row input[type='submit'].btn:hover[type="submit"], .woocommerce form .form-row .section-light input[type='submit'].btn:hover[type="submit"], .section-light input[type='submit'].btn.btn-color:active, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:active, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:active, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active[type="submit"], .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active[type="submit"], .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active[type="submit"], .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:active[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active, .section-light input.wcv-button[type='submit'].btn-color:active, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:active[type="submit"], .woocommerce form .form-row .section-light input.wcv-button[type='submit']:active[type="submit"], .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active[type="submit"], .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active[type="submit"], .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active[type="submit"], .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active[type="submit"],
  .section-light .woocommerce input.button[type='submit'].btn-color:active, .woocommerce .section-light input.button[type='submit'].btn-color:active, .section-light .woocommerce form .form-row input.button[type='submit']:active[type="submit"], .woocommerce form .form-row .section-light input.button[type='submit']:active[type="submit"], .section-light .woocommerce form .form-row input[type='submit'].btn:active[type="submit"], .woocommerce form .form-row .section-light input[type='submit'].btn:active[type="submit"], .section-light input[type='submit'].btn.btn-color:active:focus, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:active:focus, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:active:focus, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active:focus, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active:focus[type="submit"], .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active:focus[type="submit"], .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active:focus[type="submit"], .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:active:focus[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active:focus, .section-light input.wcv-button[type='submit'].btn-color:active:focus, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:active:focus[type="submit"], .woocommerce form .form-row .section-light input.wcv-button[type='submit']:active:focus[type="submit"], .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active:focus, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active:focus, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active:focus[type="submit"], .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active:focus[type="submit"], .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active:focus[type="submit"], .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active:focus[type="submit"],
  .section-light .woocommerce input.button[type='submit'].btn-color:active:focus, .woocommerce .section-light input.button[type='submit'].btn-color:active:focus, .section-light .woocommerce form .form-row input.button[type='submit']:active:focus[type="submit"], .woocommerce form .form-row .section-light input.button[type='submit']:active:focus[type="submit"], .section-light .woocommerce form .form-row input[type='submit'].btn:active:focus[type="submit"], .woocommerce form .form-row .section-light input[type='submit'].btn:active:focus[type="submit"] {
    color: #fff; }
    .section-light .btn.btn-color:hover > i, .section-light .elementor-element .btn-color.elementor-button:hover > i, .elementor-element .section-light .btn-color.elementor-button:hover > i, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover > i, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:hover > i, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:hover[type="submit"] > i, .elementor-element .woocommerce form .form-row .section-light input.elementor-button:hover[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-element input.elementor-button:hover[type="submit"] > i, .woocommerce form .form-row .elementor-element .section-light input.elementor-button:hover[type="submit"] > i, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover > i, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:hover > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover > i, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover > i, .section-light .btn-color.wcv-button:hover > i, .section-light .woocommerce form .form-row input.wcv-button:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.wcv-button:hover[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:hover > i, .section-light .wcv-form .control-group .control.append-button .btn-color.wcv-button:hover > i, .wcv-form .control-group .control.append-button .section-light .btn-color.wcv-button:hover > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button .wcv-button#signup-button:hover > i, .section-light .woocommerce form .form-row .wcv-form .control-group .control.append-button input.wcv-button:hover[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .wcv-form .control-group .control.append-button button.wcv-button:hover > i, .section-light .woocommerce #respond input.btn-color#submit:hover > i, .woocommerce #respond .section-light input.btn-color#submit:hover > i, .section-light .woocommerce #respond form .form-row input#submit:hover[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit:hover[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit:hover[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit:hover[type="submit"] > i, .section-light .woocommerce a.btn-color.button:hover > i, .woocommerce .section-light a.btn-color.button:hover > i, .section-light .woocommerce button.btn-color.button:hover > i, .woocommerce .section-light button.btn-color.button:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:hover > i, .section-light .woocommerce input.btn-color.button:hover > i, .woocommerce .section-light input.btn-color.button:hover > i, .section-light .woocommerce form .form-row input.button:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.button:hover[type="submit"] > i, .section-light .woocommerce form .form-row input.btn:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.btn:hover[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:hover > i, .section-light .btn.btn-color:active > i, .section-light .elementor-element .btn-color.elementor-button:active > i, .elementor-element .section-light .btn-color.elementor-button:active > i, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active > i, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active > i, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:active[type="submit"] > i, .elementor-element .woocommerce form .form-row .section-light input.elementor-button:active[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-element input.elementor-button:active[type="submit"] > i, .woocommerce form .form-row .elementor-element .section-light input.elementor-button:active[type="submit"] > i, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active > i, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:active > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:active > i, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active > i, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active > i, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active > i, .section-light .btn-color.wcv-button:active > i, .section-light .woocommerce form .form-row input.wcv-button:active[type="submit"] > i, .woocommerce form .form-row .section-light input.wcv-button:active[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:active > i, .section-light .wcv-form .control-group .control.append-button .btn-color.wcv-button:active > i, .wcv-form .control-group .control.append-button .section-light .btn-color.wcv-button:active > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button .wcv-button#signup-button:active > i, .section-light .woocommerce form .form-row .wcv-form .control-group .control.append-button input.wcv-button:active[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .wcv-form .control-group .control.append-button button.wcv-button:active > i, .section-light .woocommerce #respond input.btn-color#submit:active > i, .woocommerce #respond .section-light input.btn-color#submit:active > i, .section-light .woocommerce #respond form .form-row input#submit:active[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit:active[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit:active[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit:active[type="submit"] > i, .section-light .woocommerce a.btn-color.button:active > i, .woocommerce .section-light a.btn-color.button:active > i, .section-light .woocommerce button.btn-color.button:active > i, .woocommerce .section-light button.btn-color.button:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active > i, .section-light .woocommerce input.btn-color.button:active > i, .woocommerce .section-light input.btn-color.button:active > i, .section-light .woocommerce form .form-row input.button:active[type="submit"] > i, .woocommerce form .form-row .section-light input.button:active[type="submit"] > i, .section-light .woocommerce form .form-row input.btn:active[type="submit"] > i, .woocommerce form .form-row .section-light input.btn:active[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active > i, .section-light .btn.btn-color:active:focus > i, .section-light .elementor-element .btn-color.elementor-button:active:focus > i, .elementor-element .section-light .btn-color.elementor-button:active:focus > i, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active:focus > i, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:active:focus[type="submit"] > i, .elementor-element .woocommerce form .form-row .section-light input.elementor-button:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-element input.elementor-button:active:focus[type="submit"] > i, .woocommerce form .form-row .elementor-element .section-light input.elementor-button:active:focus[type="submit"] > i, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus > i, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:active:focus > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus > i, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus > i, .section-light .btn-color.wcv-button:active:focus > i, .section-light .woocommerce form .form-row input.wcv-button:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.wcv-button:active:focus[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:active:focus > i, .section-light .wcv-form .control-group .control.append-button .btn-color.wcv-button:active:focus > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button .wcv-button#signup-button:active:focus > i, .section-light .woocommerce form .form-row .wcv-form .control-group .control.append-button input.wcv-button:active:focus[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .wcv-form .control-group .control.append-button button.wcv-button:active:focus > i, .section-light .woocommerce #respond input.btn-color#submit:active:focus > i, .woocommerce #respond .section-light input.btn-color#submit:active:focus > i, .section-light .woocommerce #respond form .form-row input#submit:active:focus[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit:active:focus[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit:active:focus[type="submit"] > i, .section-light .woocommerce a.btn-color.button:active:focus > i, .woocommerce .section-light a.btn-color.button:active:focus > i, .section-light .woocommerce button.btn-color.button:active:focus > i, .woocommerce .section-light button.btn-color.button:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active:focus > i, .section-light .woocommerce input.btn-color.button:active:focus > i, .woocommerce .section-light input.btn-color.button:active:focus > i, .section-light .woocommerce form .form-row input.button:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.button:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row input.btn:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.btn:active:focus[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active:focus > i, .section-light button[type='submit'].btn.btn-color:hover > i, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:hover > i, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:hover > i, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:hover > i, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:hover > i, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover > i, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:hover > i, .section-light button.wcv-button[type='submit'].btn-color:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:hover > i, .section-light .wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-color:hover > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button button.wcv-button#signup-button[type='submit']:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .wcv-form .control-group .control.append-button button.wcv-button[type='submit']:hover > i, .section-light .woocommerce button.button[type='submit'].btn-color:hover > i, .woocommerce .section-light button.button[type='submit'].btn-color:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:hover > i, .section-light button[type='submit'].btn.btn-color:active > i, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:active > i, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:active > i, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active > i, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active > i, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active > i, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active > i, .section-light button.wcv-button[type='submit'].btn-color:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:active > i, .section-light .wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-color:active > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button button.wcv-button#signup-button[type='submit']:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .wcv-form .control-group .control.append-button button.wcv-button[type='submit']:active > i, .section-light .woocommerce button.button[type='submit'].btn-color:active > i, .woocommerce .section-light button.button[type='submit'].btn-color:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active > i, .section-light button[type='submit'].btn.btn-color:active:focus > i, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active:focus > i, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus > i, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active:focus > i, .section-light button.wcv-button[type='submit'].btn-color:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:active:focus > i, .section-light .wcv-form .control-group .control.append-button button.wcv-button[type='submit'].btn-color:active:focus > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button button.wcv-button#signup-button[type='submit']:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .wcv-form .control-group .control.append-button button.wcv-button[type='submit']:active:focus > i, .section-light .woocommerce button.button[type='submit'].btn-color:active:focus > i, .woocommerce .section-light button.button[type='submit'].btn-color:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active:focus > i, .section-light input[type='submit'].btn.btn-color:hover > i, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:hover > i, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:hover > i, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:hover > i, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:hover[type="submit"] > i, .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:hover[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:hover[type="submit"] > i, .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:hover[type="submit"] > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover > i, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:hover > i, .section-light input.wcv-button[type='submit'].btn-color:hover > i, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.wcv-button[type='submit']:hover[type="submit"] > i, .section-light .wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-color:hover > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button input.wcv-button#signup-button[type='submit']:hover > i, .section-light .woocommerce form .form-row .wcv-form .control-group .control.append-button input.wcv-button[type='submit']:hover[type="submit"] > i, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:hover > i, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:hover > i, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:hover[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:hover[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:hover[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:hover[type="submit"] > i, .section-light .woocommerce input.button[type='submit'].btn-color:hover > i, .woocommerce .section-light input.button[type='submit'].btn-color:hover > i, .section-light .woocommerce form .form-row input.button[type='submit']:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.button[type='submit']:hover[type="submit"] > i, .section-light .woocommerce form .form-row input[type='submit'].btn:hover[type="submit"] > i, .woocommerce form .form-row .section-light input[type='submit'].btn:hover[type="submit"] > i, .section-light input[type='submit'].btn.btn-color:active > i, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:active > i, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:active > i, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active > i, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active[type="submit"] > i, .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active[type="submit"] > i, .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:active[type="submit"] > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active > i, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active > i, .section-light input.wcv-button[type='submit'].btn-color:active > i, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:active[type="submit"] > i, .woocommerce form .form-row .section-light input.wcv-button[type='submit']:active[type="submit"] > i, .section-light .wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-color:active > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button input.wcv-button#signup-button[type='submit']:active > i, .section-light .woocommerce form .form-row .wcv-form .control-group .control.append-button input.wcv-button[type='submit']:active[type="submit"] > i, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active > i, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active > i, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active[type="submit"] > i, .section-light .woocommerce input.button[type='submit'].btn-color:active > i, .woocommerce .section-light input.button[type='submit'].btn-color:active > i, .section-light .woocommerce form .form-row input.button[type='submit']:active[type="submit"] > i, .woocommerce form .form-row .section-light input.button[type='submit']:active[type="submit"] > i, .section-light .woocommerce form .form-row input[type='submit'].btn:active[type="submit"] > i, .woocommerce form .form-row .section-light input[type='submit'].btn:active[type="submit"] > i, .section-light input[type='submit'].btn.btn-color:active:focus > i, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active:focus[type="submit"] > i, .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active:focus[type="submit"] > i, .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:active:focus[type="submit"] > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus > i, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active:focus > i, .section-light input.wcv-button[type='submit'].btn-color:active:focus > i, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.wcv-button[type='submit']:active:focus[type="submit"] > i, .section-light .wcv-form .control-group .control.append-button input.wcv-button[type='submit'].btn-color:active:focus > i, .section-light .widget .MailchimpNewsletter .wcv-form .control-group .control.append-button input.wcv-button#signup-button[type='submit']:active:focus > i, .section-light .woocommerce form .form-row .wcv-form .control-group .control.append-button input.wcv-button[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active:focus > i, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active:focus > i, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active:focus[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active:focus[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce input.button[type='submit'].btn-color:active:focus > i, .woocommerce .section-light input.button[type='submit'].btn-color:active:focus > i, .section-light .woocommerce form .form-row input.button[type='submit']:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.button[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row input[type='submit'].btn:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input[type='submit'].btn:active:focus[type="submit"] > i {
      color: #fff; }
    .section-light .btn.btn-color:hover svg, .section-light .elementor-element .btn-color.elementor-button:hover svg, .elementor-element .section-light .btn-color.elementor-button:hover svg, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover svg, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:hover svg, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:hover[type="submit"] svg, .elementor-element .woocommerce form .form-row .section-light input.elementor-button:hover[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-element input.elementor-button:hover[type="submit"] svg, .woocommerce form .form-row .elementor-element .section-light input.elementor-button:hover[type="submit"] svg, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover svg, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:hover svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover svg, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover svg, .section-light .btn-color.wcv-button:hover svg, .section-light .woocommerce form .form-row input.wcv-button:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.wcv-button:hover[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:hover svg, .section-light .wcv-form .control-group .control.append-button .btn-color.wcv-button:hover svg, .wcv-form .control-group .control.append-button .section-light .btn-color.wcv-button:hover svg, .section-light .woocommerce #respond input.btn-color#submit:hover svg, .woocommerce #respond .section-light input.btn-color#submit:hover svg, .section-light .woocommerce #respond form .form-row input#submit:hover[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit:hover[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit:hover[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit:hover[type="submit"] svg, .section-light .woocommerce a.btn-color.button:hover svg, .woocommerce .section-light a.btn-color.button:hover svg, .section-light .woocommerce button.btn-color.button:hover svg, .woocommerce .section-light button.btn-color.button:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:hover svg, .section-light .woocommerce input.btn-color.button:hover svg, .woocommerce .section-light input.btn-color.button:hover svg, .section-light .woocommerce form .form-row input.button:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.button:hover[type="submit"] svg, .section-light .woocommerce form .form-row input.btn:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.btn:hover[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:hover svg, .section-light .btn.btn-color:active svg, .section-light .elementor-element .btn-color.elementor-button:active svg, .elementor-element .section-light .btn-color.elementor-button:active svg, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active svg, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active svg, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:active[type="submit"] svg, .elementor-element .woocommerce form .form-row .section-light input.elementor-button:active[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-element input.elementor-button:active[type="submit"] svg, .woocommerce form .form-row .elementor-element .section-light input.elementor-button:active[type="submit"] svg, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active svg, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:active svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:active svg, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active svg, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active svg, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active svg, .section-light .btn-color.wcv-button:active svg, .section-light .woocommerce form .form-row input.wcv-button:active[type="submit"] svg, .woocommerce form .form-row .section-light input.wcv-button:active[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:active svg, .section-light .wcv-form .control-group .control.append-button .btn-color.wcv-button:active svg, .wcv-form .control-group .control.append-button .section-light .btn-color.wcv-button:active svg, .section-light .woocommerce #respond input.btn-color#submit:active svg, .woocommerce #respond .section-light input.btn-color#submit:active svg, .section-light .woocommerce #respond form .form-row input#submit:active[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit:active[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit:active[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit:active[type="submit"] svg, .section-light .woocommerce a.btn-color.button:active svg, .woocommerce .section-light a.btn-color.button:active svg, .section-light .woocommerce button.btn-color.button:active svg, .woocommerce .section-light button.btn-color.button:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active svg, .section-light .woocommerce input.btn-color.button:active svg, .woocommerce .section-light input.btn-color.button:active svg, .section-light .woocommerce form .form-row input.button:active[type="submit"] svg, .woocommerce form .form-row .section-light input.button:active[type="submit"] svg, .section-light .woocommerce form .form-row input.btn:active[type="submit"] svg, .woocommerce form .form-row .section-light input.btn:active[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active svg, .section-light .btn.btn-color:active:focus svg, .section-light .elementor-element .btn-color.elementor-button:active:focus svg, .elementor-element .section-light .btn-color.elementor-button:active:focus svg, .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active:focus svg, .section-light .elementor-element .woocommerce form .form-row input.elementor-button:active:focus[type="submit"] svg, .elementor-element .woocommerce form .form-row .section-light input.elementor-button:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-element input.elementor-button:active:focus[type="submit"] svg, .woocommerce form .form-row .elementor-element .section-light input.elementor-button:active:focus[type="submit"] svg, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus svg, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button:active:focus svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus svg, .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus svg, .section-light .btn-color.wcv-button:active:focus svg, .section-light .woocommerce form .form-row input.wcv-button:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.wcv-button:active:focus[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button:active:focus svg, .section-light .woocommerce #respond input.btn-color#submit:active:focus svg, .woocommerce #respond .section-light input.btn-color#submit:active:focus svg, .section-light .woocommerce #respond form .form-row input#submit:active:focus[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit:active:focus[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit:active:focus[type="submit"] svg, .section-light .woocommerce a.btn-color.button:active:focus svg, .woocommerce .section-light a.btn-color.button:active:focus svg, .section-light .woocommerce button.btn-color.button:active:focus svg, .woocommerce .section-light button.btn-color.button:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active:focus svg, .section-light .woocommerce input.btn-color.button:active:focus svg, .woocommerce .section-light input.btn-color.button:active:focus svg, .section-light .woocommerce form .form-row input.button:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.button:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row input.btn:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.btn:active:focus[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active:focus svg, .section-light button[type='submit'].btn.btn-color:hover svg, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:hover svg, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:hover svg, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:hover svg, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:hover svg, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover svg, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:hover svg, .section-light button.wcv-button[type='submit'].btn-color:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:hover svg, .section-light .woocommerce button.button[type='submit'].btn-color:hover svg, .woocommerce .section-light button.button[type='submit'].btn-color:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:hover svg, .section-light button[type='submit'].btn.btn-color:active svg, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:active svg, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:active svg, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active svg, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active svg, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active svg, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active svg, .section-light button.wcv-button[type='submit'].btn-color:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:active svg, .section-light .woocommerce button.button[type='submit'].btn-color:active svg, .woocommerce .section-light button.button[type='submit'].btn-color:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active svg, .section-light button[type='submit'].btn.btn-color:active:focus svg, .section-light .elementor-element button.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-element .section-light button.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-element .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-element button.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active:focus svg, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button[type='submit']:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-light button.elementor-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus svg, .section-light .widget .MailchimpNewsletter button#signup-button.wcv-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active:focus svg, .section-light button.wcv-button[type='submit'].btn-color:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button[type='submit']:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.wcv-button[type='submit']:active:focus svg, .section-light .woocommerce button.button[type='submit'].btn-color:active:focus svg, .woocommerce .section-light button.button[type='submit'].btn-color:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active:focus svg, .section-light input[type='submit'].btn.btn-color:hover svg, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:hover svg, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:hover svg, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:hover svg, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:hover[type="submit"] svg, .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:hover[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:hover[type="submit"] svg, .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:hover[type="submit"] svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover svg, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:hover svg, .section-light input.wcv-button[type='submit'].btn-color:hover svg, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.wcv-button[type='submit']:hover[type="submit"] svg, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:hover svg, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:hover svg, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:hover[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:hover[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:hover[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:hover[type="submit"] svg, .section-light .woocommerce input.button[type='submit'].btn-color:hover svg, .woocommerce .section-light input.button[type='submit'].btn-color:hover svg, .section-light .woocommerce form .form-row input.button[type='submit']:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.button[type='submit']:hover[type="submit"] svg, .section-light .woocommerce form .form-row input[type='submit'].btn:hover[type="submit"] svg, .woocommerce form .form-row .section-light input[type='submit'].btn:hover[type="submit"] svg, .section-light input[type='submit'].btn.btn-color:active svg, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:active svg, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:active svg, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active svg, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active[type="submit"] svg, .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active[type="submit"] svg, .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:active[type="submit"] svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active svg, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active svg, .section-light input.wcv-button[type='submit'].btn-color:active svg, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:active[type="submit"] svg, .woocommerce form .form-row .section-light input.wcv-button[type='submit']:active[type="submit"] svg, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active svg, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active svg, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active[type="submit"] svg, .section-light .woocommerce input.button[type='submit'].btn-color:active svg, .woocommerce .section-light input.button[type='submit'].btn-color:active svg, .section-light .woocommerce form .form-row input.button[type='submit']:active[type="submit"] svg, .woocommerce form .form-row .section-light input.button[type='submit']:active[type="submit"] svg, .section-light .woocommerce form .form-row input[type='submit'].btn:active[type="submit"] svg, .woocommerce form .form-row .section-light input[type='submit'].btn:active[type="submit"] svg, .section-light input[type='submit'].btn.btn-color:active:focus svg, .section-light .elementor-element input.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-element .section-light input.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-element .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-element input.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .elementor-element .woocommerce form .form-row input.elementor-button[type='submit']:active:focus[type="submit"] svg, .elementor-element .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-element input.elementor-button[type='submit']:active:focus[type="submit"] svg, .woocommerce form .form-row .elementor-element .section-light input.elementor-button[type='submit']:active:focus[type="submit"] svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus svg, .section-light .widget .MailchimpNewsletter input#signup-button.wcv-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active:focus svg, .section-light input.wcv-button[type='submit'].btn-color:active:focus svg, .section-light .woocommerce form .form-row input.wcv-button[type='submit']:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.wcv-button[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active:focus svg, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active:focus svg, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active:focus[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active:focus[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce input.button[type='submit'].btn-color:active:focus svg, .woocommerce .section-light input.button[type='submit'].btn-color:active:focus svg, .section-light .woocommerce form .form-row input.button[type='submit']:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.button[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row input[type='submit'].btn:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input[type='submit'].btn:active:focus[type="submit"] svg {
      fill: #fff; }
  .section-light blockquote {
    color: #fff;
    background-color: transparent; }
    .section-light blockquote footer, .section-light blockquote footer cite {
      color: #9c9b9b; }
  .section-light .ps-container .ps-scrollbar-y {
    border: 3px solid #fff; }
  .section-light .ps-scrollbar-y-rail {
    border-left: 3px solid #fff; }
  .section-light .fw-accordion .fw-accordion-title {
    color: #484848; }
  .section-light .fw-accordion .fw-accordion-title.ui-state-active {
    color: #fff; }

/**
*  Section Dark Text
*/
.section-dark {
  color: #484848; }
  .section-dark a {
    color: #484848; }
  .section-dark .progress-bar {
    color: #111; }
  .section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark .btn, .section-dark .elementor-element .elementor-button, .elementor-element .section-dark .elementor-button, .section-dark .wcv-button,
  .section-dark .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .section-dark .wcv-button, .section-dark .woocommerce #respond input#submit, .woocommerce #respond .section-dark input#submit,
  .section-dark .woocommerce a.button, .woocommerce .section-dark a.button, .section-dark .woocommerce button.button, .woocommerce .section-dark button.button,
  .section-dark .woocommerce input.button, .woocommerce .section-dark input.button, .section-dark caption {
    color: #111; }
  .section-dark .special-subtitle, .section-dark .special-subtitle-left, .section-dark .special-subtitle-right, .section-dark .special-subtitle-both {
    color: #484848; }
  .section-dark .btn.btn-color, .section-dark .elementor-element .btn-color.elementor-button, .elementor-element .section-dark .btn-color.elementor-button, .section-dark .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button, .elementor-element .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button, .section-dark .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button, .section-light .widget .MailchimpNewsletter .elementor-element .section-dark .elementor-button#signup-button, .section-dark .elementor-element .woocommerce form .form-row input.elementor-button[type="submit"], .elementor-element .woocommerce form .form-row .section-dark input.elementor-button[type="submit"], .section-dark .woocommerce form .form-row .elementor-element input.elementor-button[type="submit"], .woocommerce form .form-row .elementor-element .section-dark input.elementor-button[type="submit"], .section-dark .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-dark button.elementor-button, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button, .section-dark .section-light .widget .MailchimpNewsletter #signup-button.wcv-button, .section-light .widget .MailchimpNewsletter .section-dark #signup-button.wcv-button,
  .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button,
  .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button, .section-dark .btn-color.wcv-button, .section-dark .woocommerce form .form-row input.wcv-button[type="submit"], .woocommerce form .form-row .section-dark input.wcv-button[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.wcv-button,
  .section-dark .wcv-form .control-group .control.append-button .btn-color.wcv-button, .wcv-form .control-group .control.append-button .section-dark .btn-color.wcv-button, .section-dark .woocommerce #respond input.btn-color#submit, .woocommerce #respond .section-dark input.btn-color#submit, .section-dark .woocommerce #respond form .form-row input#submit[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit[type="submit"],
  .section-dark .woocommerce a.btn-color.button, .woocommerce .section-dark a.btn-color.button, .section-dark .woocommerce button.btn-color.button, .woocommerce .section-dark button.btn-color.button, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button,
  .section-dark .woocommerce input.btn-color.button, .woocommerce .section-dark input.btn-color.button, .section-dark .woocommerce form .form-row input.button[type="submit"], .woocommerce form .form-row .section-dark input.button[type="submit"], .section-dark .woocommerce form .form-row input.btn[type="submit"], .woocommerce form .form-row .section-dark input.btn[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn, .section-dark button[type='submit'], .section-dark input[type='submit'] {
    color: #fff; }
    .section-dark .btn.btn-color:hover, .section-dark .elementor-element .btn-color.elementor-button:hover, .elementor-element .section-dark .btn-color.elementor-button:hover, .section-dark .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .elementor-element .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:hover, .section-dark .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-element .section-dark .elementor-button#signup-button:hover, .section-dark .elementor-element .woocommerce form .form-row input.elementor-button:hover[type="submit"], .elementor-element .woocommerce form .form-row .section-dark input.elementor-button:hover[type="submit"], .section-dark .woocommerce form .form-row .elementor-element input.elementor-button:hover[type="submit"], .woocommerce form .form-row .elementor-element .section-dark input.elementor-button:hover[type="submit"], .section-dark .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button:hover, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-dark button.elementor-button:hover, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:hover, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:hover, .section-dark .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:hover, .section-light .widget .MailchimpNewsletter .section-dark #signup-button.wcv-button:hover,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button:hover, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button:hover, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button:hover, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button:hover,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button:hover, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button:hover, .section-dark .btn-color.wcv-button:hover, .section-dark .woocommerce form .form-row input.wcv-button:hover[type="submit"], .woocommerce form .form-row .section-dark input.wcv-button:hover[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.wcv-button:hover,
    .section-dark .wcv-form .control-group .control.append-button .btn-color.wcv-button:hover, .wcv-form .control-group .control.append-button .section-dark .btn-color.wcv-button:hover, .section-dark .woocommerce #respond input.btn-color#submit:hover, .woocommerce #respond .section-dark input.btn-color#submit:hover, .section-dark .woocommerce #respond form .form-row input#submit:hover[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit:hover[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit:hover[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit:hover[type="submit"],
    .section-dark .woocommerce a.btn-color.button:hover, .woocommerce .section-dark a.btn-color.button:hover, .section-dark .woocommerce button.btn-color.button:hover, .woocommerce .section-dark button.btn-color.button:hover, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button:hover,
    .section-dark .woocommerce input.btn-color.button:hover, .woocommerce .section-dark input.btn-color.button:hover, .section-dark .woocommerce form .form-row input.button:hover[type="submit"], .woocommerce form .form-row .section-dark input.button:hover[type="submit"], .section-dark .woocommerce form .form-row input.btn:hover[type="submit"], .woocommerce form .form-row .section-dark input.btn:hover[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn:hover, .section-dark .btn.btn-color:active, .section-dark .elementor-element .btn-color.elementor-button:active, .elementor-element .section-dark .btn-color.elementor-button:active, .section-dark .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .elementor-element .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:active, .section-dark .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-element .section-dark .elementor-button#signup-button:active, .section-dark .elementor-element .woocommerce form .form-row input.elementor-button:active[type="submit"], .elementor-element .woocommerce form .form-row .section-dark input.elementor-button:active[type="submit"], .section-dark .woocommerce form .form-row .elementor-element input.elementor-button:active[type="submit"], .woocommerce form .form-row .elementor-element .section-dark input.elementor-button:active[type="submit"], .section-dark .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button:active, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-dark button.elementor-button:active, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:active, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:active, .section-dark .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active, .section-light .widget .MailchimpNewsletter .section-dark #signup-button.wcv-button:active,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button:active, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button:active, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button:active, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button:active,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button:active, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button:active, .section-dark .btn-color.wcv-button:active, .section-dark .woocommerce form .form-row input.wcv-button:active[type="submit"], .woocommerce form .form-row .section-dark input.wcv-button:active[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.wcv-button:active,
    .section-dark .wcv-form .control-group .control.append-button .btn-color.wcv-button:active, .wcv-form .control-group .control.append-button .section-dark .btn-color.wcv-button:active, .section-dark .woocommerce #respond input.btn-color#submit:active, .woocommerce #respond .section-dark input.btn-color#submit:active, .section-dark .woocommerce #respond form .form-row input#submit:active[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit:active[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit:active[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit:active[type="submit"],
    .section-dark .woocommerce a.btn-color.button:active, .woocommerce .section-dark a.btn-color.button:active, .section-dark .woocommerce button.btn-color.button:active, .woocommerce .section-dark button.btn-color.button:active, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button:active,
    .section-dark .woocommerce input.btn-color.button:active, .woocommerce .section-dark input.btn-color.button:active, .section-dark .woocommerce form .form-row input.button:active[type="submit"], .woocommerce form .form-row .section-dark input.button:active[type="submit"], .section-dark .woocommerce form .form-row input.btn:active[type="submit"], .woocommerce form .form-row .section-dark input.btn:active[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn:active, .section-dark .btn.btn-color:active:focus, .section-dark .elementor-element .btn-color.elementor-button:active:focus, .elementor-element .section-dark .btn-color.elementor-button:active:focus, .section-dark .elementor-element .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .elementor-element .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .elementor-element .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-element .section-dark .elementor-button#signup-button:active:focus, .section-dark .elementor-element .woocommerce form .form-row input.elementor-button:active:focus[type="submit"], .elementor-element .woocommerce form .form-row .section-dark input.elementor-button:active:focus[type="submit"], .section-dark .woocommerce form .form-row .elementor-element input.elementor-button:active:focus[type="submit"], .woocommerce form .form-row .elementor-element .section-dark input.elementor-button:active:focus[type="submit"], .section-dark .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus, .elementor-element .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button:active:focus, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element button.elementor-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-element .section-dark button.elementor-button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter #signup-button.wcv-button:active:focus, .section-light .widget .MailchimpNewsletter .section-dark #signup-button.wcv-button:active:focus,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button:active:focus, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button:active:focus, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button:active:focus,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button:active:focus, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button:active:focus, .section-dark .btn-color.wcv-button:active:focus, .section-dark .woocommerce form .form-row input.wcv-button:active:focus[type="submit"], .woocommerce form .form-row .section-dark input.wcv-button:active:focus[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.wcv-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.wcv-button:active:focus, .section-dark .woocommerce #respond input.btn-color#submit:active:focus, .woocommerce #respond .section-dark input.btn-color#submit:active:focus, .section-dark .woocommerce #respond form .form-row input#submit:active:focus[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit:active:focus[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit:active:focus[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit:active:focus[type="submit"],
    .section-dark .woocommerce a.btn-color.button:active:focus, .woocommerce .section-dark a.btn-color.button:active:focus, .section-dark .woocommerce button.btn-color.button:active:focus, .woocommerce .section-dark button.btn-color.button:active:focus, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button:active:focus,
    .section-dark .woocommerce input.btn-color.button:active:focus, .woocommerce .section-dark input.btn-color.button:active:focus, .section-dark .woocommerce form .form-row input.button:active:focus[type="submit"], .woocommerce form .form-row .section-dark input.button:active:focus[type="submit"], .section-dark .woocommerce form .form-row input.btn:active:focus[type="submit"], .woocommerce form .form-row .section-dark input.btn:active:focus[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn:active:focus, .section-dark button[type='submit']:hover, .section-dark button[type='submit']:active, .section-dark button[type='submit']:active:focus, .section-dark input[type='submit']:hover, .section-dark input[type='submit']:active, .section-dark input[type='submit']:active:focus {
      color: #111; }
  .section-dark blockquote {
    background-color: transparent; }
  .section-dark .ps-container .ps-scrollbar-y {
    border: 3px solid #000; }
  .section-dark .ps-scrollbar-y-rail {
    border-left: 3px solid #000; }
  .section-dark input[type="text"], .section-dark input[type="email"], .section-dark input[type="search"], .section-dark input[type="tel"], .section-dark input[type="password"], .section-dark textarea {
    background-color: #eee; }

/**
*  Wrap Form
*/
.wrap-forms .header {
  text-align: center;
  margin-bottom: 20px; }

/**
*  Fullscreen
*/
.fullscreen-wrapper {
  min-height: 100%;
  min-height: 100vh; }

/**
*  Halfscreen
*/
.w35-wrapper,
.w40-wrapper,
.w50-wrapper,
.w60-wrapper,
.w65-wrapper,
.w100-wrapper {
  position: relative;
  height: 100%;
  height: 100vh; }

.w35-wrapper {
  width: 35%; }

.w40-wrapper {
  width: 40%; }

.w50-wrapper {
  width: 50%; }

.w60-wrapper {
  width: 60%; }

.w65-wrapper {
  width: 65%; }

.w100-wrapper {
  width: 100%; }

.w-wrapper-fixed {
  position: fixed !important; }
  .w-wrapper-fixed.pull-left {
    top: 0;
    left: 0;
    bottom: 0;
    right: auto; }
  .w-wrapper-fixed.pull-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

/**
*  Position
*/
.pos-r {
  position: relative; }

/**
* Floats
*/
.float-r {
  float: right; }

/**
*  Vertical Center
*/
.el-table {
  display: table;
  width: 100%; }
  .el-table .el-table-cell {
    display: table-cell;
    vertical-align: middle; }

/**
*  Vertical Center 3
*/
.el-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/**
*  Opacity
*/
.opacity-0 {
  opacity: 0.1;
  visibility: hidden; }

/**
 * ----------------------------------------------------------------------------------------
 * Components.
 * ----------------------------------------------------------------------------------------
 */
/**
*  Overlays and similar
*/
.overlay-dark, .overlay-light, .overlay-color, .overlay-color-2, .overlay-mask, .overlay-image, .overlay-rain, .overlay-diagonal-lines, .overlay-diamonds, .overlay-diamonds-w,
[class^="overlay-pattern-"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.overlay-dark, .overlay-color, .overlay-color-2, .overlay-light, .overlay-mask, .overlay-image {
  -webkit-transition: .2s;
  transition: .2s; }

.overlay-dark {
  background: rgba(0, 0, 0, 0.6); }

.overlay-color {
  background-color: #FF52E5; }

.overlay-color-2 {
  background-color: #FFC25D; }

.overlay-light {
  background-color: rgba(255, 255, 255, 0.5); }

.overlay-rain {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/rain.svg); }

.overlay-diagonal-lines {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/diagonal-lines.svg); }

.overlay-diamonds {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/morphing-diamonds.svg); }

.overlay-diamonds-w {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/morphing-diamonds-white.svg); }

.overlay-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 50px 70px;
  background-color: rgba(255, 255, 255, 0.95); }

.background-light {
  background-color: #fafafa; }

.background-dark {
  background-color: #000; }

/**
*	Background Image
*/
.bg-image, .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.bg-image:not(.bg-image-repeat) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/**
*  Close Buttons
*/
.close-icon,
.close-icon-dark,
.close-icon-color {
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  display: inline-block;
  width: 31px;
  height: 26px;
  color: #fff;
  vertical-align: top; }
  .close-icon:before, .close-icon:after,
  .close-icon-dark:before,
  .close-icon-dark:after,
  .close-icon-color:before,
  .close-icon-color:after {
    content: '';
    position: absolute;
    top: 0;
    width: 28px;
    height: 3px;
    background-color: #fff; }
  .close-icon:before,
  .close-icon-dark:before,
  .close-icon-color:before {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    left: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-icon:after,
  .close-icon-dark:after,
  .close-icon-color:after {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .close-icon:hover,
  .close-icon-dark:hover,
  .close-icon-color:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.close-icon {
  color: #fff; }
  .close-icon:before, .close-icon:after {
    background-color: #fff; }

.close-icon-dark {
  color: #747474; }
  .close-icon-dark:before, .close-icon-dark:after {
    background-color: #747474; }

.close-icon-color {
  color: #FF52E5; }
  .close-icon-color:before, .close-icon-color:after {
    background-color: #FF52E5; }
  .close-icon-color:hover {
    color: #FFC25D; }
    .close-icon-color:hover:before, .close-icon-color:hover:after {
      background-color: #FFC25D; }

/**
*  Special Heading
*/
.SpecialHeading .special-title {
  position: relative;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 0;
  margin-bottom: 10px;
  z-index: 1; }

.SpecialHeading.text-center .special-title:after {
  left: 50%;
  margin-left: -15%; }

.SpecialHeading.text-right .special-title:after {
  left: auto;
  right: 0; }

.SpecialHeading .special-title-small {
  position: relative;
  font-size: 40px;
  line-height: 1.55em;
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: 1px;
  z-index: 1; }

.SpecialHeading .special-subtitle {
  margin-top: 15px; }

/**
*  Special Subtitle
*/
.special-subtitle {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .05em; }

/**
*  Panel
*/
.panel {
  background: none; }

/**
*  Error Heading
*/
.ErrorHeading {
  text-align: center;
  color: #6c6c6c; }
  .ErrorHeading .error-text {
    font-size: 44px;
    line-height: 1.44em;
    font-weight: 200;
    margin-bottom: 40px; }
  .ErrorHeading .SearchForm {
    width: 50%;
    margin: 0 auto 40px; }

/**
*  Owl Carousel
*/
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #484848;
  background-color: #fff;
  z-index: 10; }

.owl-carousel .owl-prev {
  left: 0; }

.owl-carousel .owl-next {
  right: 0; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  line-height: 1em; }

.owl-carousel .owl-dot {
  display: inline-block;
  line-height: 1em;
  margin: 0 10px; }
  .owl-carousel .owl-dot span {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #9c9b9b;
    -webkit-transition: .2s;
    transition: .2s; }

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
  background-color: #FFC25D; }

/**
*  Modals
*/
.modal-open .modal {
  z-index: 9999; }

.modal button.close {
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 0px;
  right: -40px;
  color: #fff;
  font-size: 40px;
  text-shadow: none;
  z-index: 100;
  opacity: 1; }
  .modal button.close:hover {
    opacity: .8; }

.modal-header {
  position: relative;
  padding: 0; }
  .modal-header:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    z-index: 1; }

.modal-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2; }

.modal-content {
  border-radius: 0;
  top: 50px; }

.modal-body {
  padding: 20px;
  border-bottom: 4px dashed #FFC25D; }

.bg-image.modal-deal-image {
  position: relative;
  height: 220px; }

.modal-deal-code {
  font-size: 22px;
  text-align: center; }

.modal-footer {
  border: none;
  text-align: center; }

.modal-header .close {
  margin-top: 6px;
  margin-right: 10px; }

/**
*  Page Header
*/
.PageHeader {
  padding-top: 70px;
  padding-bottom: 50px; }

.ContentHeader {
  overflow: hidden; }

/**
*  Social Links
*/
.SocialLinks a.facebook {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.facebook:hover {
    background-color: #3b5998;
    color: #fff; }

.SocialLinks a.twitter {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.twitter:hover {
    background-color: #55acee;
    color: #fff; }

.SocialLinks a.linkedin {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.linkedin:hover {
    background-color: #0077b5;
    color: #fff; }

.SocialLinks a.google-plus {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.google-plus:hover {
    background-color: #dc4e41;
    color: #fff; }

.SocialLinks a.instagram {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.instagram:hover {
    background-color: #3f729b;
    color: #fff; }

.SocialLinks a.pinterest {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.pinterest:hover {
    background-color: #bd081c;
    color: #fff; }

.SocialLinks a.dribbble {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.dribbble:hover {
    background-color: #ea4c89;
    color: #fff; }

.SocialLinks a.behance {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.behance:hover {
    background-color: #1769ff;
    color: #fff; }

.SocialLinks a.px500 {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.px500:hover {
    background-color: #737373;
    color: #fff; }

.SocialLinks a.deviantart {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.deviantart:hover {
    background-color: #4e6252;
    color: #fff; }

.SocialLinks a.flickr {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.flickr:hover {
    background-color: #ff0084;
    color: #fff; }

.SocialLinks a.youtube {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.youtube:hover {
    background-color: #bb0000;
    color: #fff; }

.SocialLinks a.vimeo-square {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.vimeo-square:hover {
    background-color: #aad450;
    color: #fff; }

.SocialLinks a.tumblr {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.tumblr:hover {
    background-color: #32506d;
    color: #fff; }

.SocialLinks a.medium {
  -webkit-transition: .2s;
  transition: .2s; }
  .SocialLinks a.medium:hover {
    background-color: #00AB6C;
    color: #fff; }

/**
*  ACF Map
*/
.is-google-map {
  min-height: 400px; }

/**
*  ACF Frontend
*/
.acf-fields .acf-google-map {
  border: none;
  background: none; }

.acf-field.acf-field-google-map p.description {
  display: none; }

/**
* ----------------------------------------------------------------------------------------
* Custom edits of simpleLightbox CSS
* ----------------------------------------------------------------------------------------
*/
.slbImageWrap:after {
  left: .8em;
  right: .8em;
  top: 5.8em;
  bottom: 5.8em;
  -webkit-box-shadow: 0 0.7em 2em rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.7em 2em rgba(0, 0, 0, 0.6);
  background: none; }

/**
 * ----------------------------------------------------------------------------------------
 * Widget styles.
 * ----------------------------------------------------------------------------------------
 */
/**
 *  Global
 */
.widget {
  font-size: 16px;
  line-height: 1.82em;
  margin-bottom: 60px;
  word-wrap: break-word; }
  .widget .widget-no-padding {
    margin: -30px; }
  .widget .widget-title {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    z-index: 1; }
    .widget .widget-title:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 50px;
      height: 3px;
      background-color: #FF52E5; }
  .widget h1 {
    font-size: 26px; }
  .widget h2 {
    font-size: 22px; }
  .widget h3 {
    font-size: 20px; }
  .widget h4 {
    font-size: 18px; }
  .widget h5 {
    font-size: 16px;
    text-transform: uppercase; }
  .widget h6 {
    font-size: 15px;
    margin-bottom: 1em; }
  .widget ul,
  .widget ol {
    padding-left: 0; }
    .widget ul li ol,
    .widget ul li ul,
    .widget ol li ol,
    .widget ol li ul {
      margin-left: 30px; }
  .widget li {
    margin-bottom: 15px; }
  .widget a {
    color: #484848;
    font-weight: 800; }
    .widget a:hover {
      color: #FFC25D; }
  .widget > ul,
  .widget > ol,
  .widget .menu {
    list-style: none; }
  .widget .menu .menu-item .nav-icon, .widget .menu .menu-item-has-children .nav-icon {
    display: inline-block;
    margin-left: 0;
    margin-right: 7px;
    color: #FF52E5;
    width: 23px; }
  .widget .menu .menu-item .cart-contents-text, .widget .menu .menu-item-has-children .cart-contents-text {
    font-size: 14px;
    font-weight: 400; }
  .widget .menu .menu-item:hover .sub-menu, .widget .menu .menu-item-has-children:hover .sub-menu {
    top: 0;
    -webkit-transform: none;
            transform: none; }
  .widget .sub-menu, .widget ul.children {
    position: relative;
    margin-top: 15px;
    list-style: none; }
    .widget .sub-menu .sub-menu, .widget ul.children .sub-menu {
      margin-left: 20px; }
      .widget .sub-menu .sub-menu:before, .widget ul.children .sub-menu:before {
        left: -20px; }
    .widget .sub-menu li, .widget ul.children li {
      position: relative; }
      .widget .sub-menu li a, .widget ul.children li a {
        position: relative;
        display: block; }
      .widget .sub-menu li a:link:before, .widget ul.children li a:link:before {
        position: absolute;
        content: '';
        background-color: #d8d8d8;
        top: 50%;
        left: -30px;
        width: 20px;
        height: 2px; }
  .widget label {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: none; }
  .widget .screen-reader-text {
    display: none; }
  .widget select {
    width: 100%;
    color: #111; }
  .widget input {
    position: relative;
    font-size: 16px;
    line-height: 1.82em; }
  .widget input[type='text'],
  .widget input[type='email'],
  .widget input[type='search'] {
    padding-right: 120px; }
  .widget form {
    position: relative; }
  .widget form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px; }
  .widget .comment-author-link {
    font-style: italic; }

.section-light .widget.widget_popular_posts .popular-posts-title, .section-light .widget.woocommerce .product-title {
  color: #484848; }
  .section-light .widget.widget_popular_posts .popular-posts-title:hover, .section-light .widget.woocommerce .product-title:hover {
    color: #FFC25D; }

.section-light .widget .select2-container--default .selection .select2-selection .select2-selection__rendered {
  color: #484848; }

/**
* Calendar Widget Styles.
*/
#wp-calendar {
  width: 100%;
  margin-bottom: 0;
  color: #484848;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0px 21px 35px -26px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 21px 35px -26px rgba(0, 0, 0, 0.15);
  border-collapse: collapse; }
  #wp-calendar caption {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #FF52E5;
    color: #fff; }
  #wp-calendar td, #wp-calendar th, #wp-calendar tr, #wp-calendar thead {
    border: none; }
  #wp-calendar thead th {
    padding: 10px 6px;
    font-weight: 800; }
  #wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: 5px 6px; }
  #wp-calendar a {
    color: #484848;
    font-weight: bold; }
  #wp-calendar #today {
    font-weight: 800;
    color: #FF52E5; }
  #wp-calendar #prev {
    text-align: left; }
  #wp-calendar #prev, #wp-calendar #next {
    padding: 8px 15px; }
  #wp-calendar #next {
    text-align: right; }

/**
*  Tag Cloud
*/
.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  position: relative;
  font-size: 11px !important;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 7px 15px;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  color: #fff;
  background-color: #FF52E5;
  border-radius: 15px; }
  .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #FFC25D; }

/**
*  Audio Widget
*/
.widget.widget_media_audio a {
  border-bottom: none; }

/**
*  Image Widget
*/
.image-widget-wrapper img {
  display: block; }

/**
*  RSS
*/
.rss-date {
  display: block;
  font-size: 12px; }

/**
*  Social Widget
*/
.widget.widget_couponseek_social a {
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
  background-color: #fff;
  width: 55px;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  border: none;
  -webkit-box-shadow: 0px 3px 10px -7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 10px -7px rgba(0, 0, 0, 0.3); }

.section-light .widget.widget_couponseek_social a {
  color: #484848;
  border: none; }
  .section-light .widget.widget_couponseek_social a:hover {
    color: #fff; }

/**
*  Popular Posts
*/
.widget_popular_posts article {
  margin-bottom: 20px; }

.widget_popular_posts .WidgetPostContent {
  position: relative; }

.widget_popular_posts .popular-posts-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 95px;
  max-height: 95px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.widget_popular_posts .popular-posts-meta {
  background-color: #fff;
  padding: 15px  20px 15px 25px;
  -webkit-box-shadow: 0px 3px 35px -20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 35px -20px rgba(0, 0, 0, 0.3); }

.widget_popular_posts .popular-posts-meta.with-image {
  margin-left: 105px; }

.widget_popular_posts .popular-posts-title {
  margin-bottom: 5px;
  font-size: 17px; }

.widget_popular_posts .popular-posts-meta-extra {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #9c9b9b;
  text-transform: uppercase; }

.widget_popular_posts a:hover .popular-posts-title {
  color: #FFC25D; }

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px; }

/**
*  Twitter Widget
*/
.widget.widget_twitter li {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 35px;
  color: #484848;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 35px -20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 35px -20px rgba(0, 0, 0, 0.3); }
  .widget.widget_twitter li a {
    color: #111; }
    .widget.widget_twitter li a:hover {
      color: #FFC25D; }
  .widget.widget_twitter li a.tweet-icon {
    position: absolute;
    bottom: 25px;
    right: 30px;
    font-size: 50px;
    opacity: .07; }
    .widget.widget_twitter li a.tweet-icon:hover {
      color: #55ACEE;
      opacity: .4; }
  .widget.widget_twitter li a.tweet-time {
    font-size: 13px;
    color: #FF52E5;
    border: none; }
  .widget.widget_twitter li:last-child {
    margin-bottom: 0; }

/**
*  Featured Product Widget
*/
.widget .featured-product-widget-wrapper {
  position: relative;
  margin-bottom: 10px; }
  .widget .featured-product-widget-wrapper .bg-image {
    top: -10px;
    left: -100px;
    right: auto;
    bottom: -10px;
    width: 145px;
    border-radius: 12px; }
  .widget .featured-product-widget-wrapper .featured-product-category {
    display: inline-block;
    color: #FF52E5;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .7px;
    margin-bottom: 7px; }
  .widget .featured-product-widget-wrapper .featured-product-content-wrapper {
    position: relative; }
  .widget .featured-product-widget-wrapper .featured-product-content-wrapper.widget-with-image {
    margin-left: 100px; }
  .widget .featured-product-widget-wrapper .featured-product-content {
    position: relative;
    padding: 20px 15px 20px 35px;
    margin: 10px 0;
    background: white;
    border-radius: 12px;
    -webkit-box-shadow: 0px 5px 9px -6px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 9px -6px rgba(0, 0, 0, 0.35); }
  .widget .featured-product-widget-wrapper .featured-product-title {
    font-size: 19px;
    margin-bottom: 10px;
    color: #484848; }
    .widget .featured-product-widget-wrapper .featured-product-title:hover {
      color: #FFC25D; }
  .widget .featured-product-widget-wrapper .featured-product-expiration {
    font-size: 14px; }
    .widget .featured-product-widget-wrapper .featured-product-expiration .product-expiration-meta {
      color: #9c9b9b; }
    .widget .featured-product-widget-wrapper .featured-product-expiration .is-jscountdown {
      color: #FFC25D;
      font-weight: 800;
      text-transform: uppercase; }

.featured-product-widget-wrapper.widget-no-image {
  background-color: #fff; }

/**
*  Product Meta (Categories/Companies) Widget
*/
.product-meta-widget-wrapper.widget-has-image {
  position: relative;
  overflow: hidden;
  padding: 35px;
  border-radius: 12px; }

.product-meta-widget-wrapper.section-light a {
  color: #fff; }
  .product-meta-widget-wrapper.section-light a:hover {
    color: #FFC25D; }

.widget .product-meta-list-widget {
  list-style: none;
  margin-bottom: 0; }
  .widget .product-meta-list-widget .product-meta {
    margin: 15px 0; }
    .widget .product-meta-list-widget .product-meta:last-child {
      margin-bottom: 0; }
  .widget .product-meta-list-widget .product-meta a {
    display: block;
    overflow: hidden;
    color: #484848;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 11px -10px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 11px -10px rgba(0, 0, 0, 0.35); }
    .widget .product-meta-list-widget .product-meta a:hover {
      color: #FFC25D; }
  .widget .product-meta-list-widget .product-meta-title {
    margin-left: 20px;
    font-size: 13px;
    line-height: 60px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .widget .product-meta-list-widget .number-counter {
    font-weight: 600;
    color: #FF52E5; }
  .widget .product-meta-list-widget .product-child-categories {
    list-style: none; }

.widget .product-categories-list-widget .meta-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #eaeaea; }
  .widget .product-categories-list-widget .meta-icon svg {
    height: 100%;
    width: 40px; }

.widget .product-categories-list-widget .meta-icon + .product-meta-title {
  padding-left: 17px;
  margin-left: 70px; }

.widget .product-categories-list-widget .product-meta-title {
  padding-right: 10px;
  min-height: 65px;
  line-height: 65px; }

/**
* ----------------------------------------------------------------------------------------
*    WooCommerce Widgets
* ----------------------------------------------------------------------------------------
*/
/**
*  Global
*/
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 0; }

/**
*  Cart
*/
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  font-weight: 600; }

/**
*  Products
*/
.woocommerce ul.product_list_widget li {
  position: relative;
  margin-left: 75px;
  margin-bottom: 20px;
  padding: 17px 17px 17px 35px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 35px -20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 35px -20px rgba(0, 0, 0, 0.3); }
  .woocommerce ul.product_list_widget li a {
    font-size: 17px;
    font-weight: 800;
    border: none; }
  .woocommerce ul.product_list_widget li img {
    float: none;
    position: absolute;
    top: 50%;
    left: -75px;
    width: 100%;
    margin: 0;
    height: 100%;
    max-width: 95px;
    max-height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .woocommerce ul.product_list_widget li .price-text-meta-item-name,
  .woocommerce ul.product_list_widget li .product-expiration-meta {
    color: #9c9b9b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em; }
  .woocommerce ul.product_list_widget li .price {
    position: relative;
    overflow: hidden;
    clear: both;
    color: #9c9b9b;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 10px; }
    .woocommerce ul.product_list_widget li .price .woocommerce-Price-currencySymbol {
      margin-right: 2px; }
    .woocommerce ul.product_list_widget li .price .price-text-regular .woocommerce-Price-amount {
      position: relative; }
      .woocommerce ul.product_list_widget li .price .price-text-regular .woocommerce-Price-amount:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #484848; }
    .woocommerce ul.product_list_widget li .price .price-text-meta-item {
      max-width: 50%;
      padding-right: 10px;
      float: left; }
    .woocommerce ul.product_list_widget li .price .price-text-meta-item.price-text-meta-item-full {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      float: none; }

/**
*  Product Search
*/
.widget_couponseek_product_search .ProductSearch .group-input {
  margin-top: 20px; }

.widget_couponseek_product_search .ProductSearch .dropdown {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: left; }

.widget_couponseek_product_search .ProductSearch .dropdown-button {
  position: relative;
  padding-right: 15px 20px; }
  .widget_couponseek_product_search .ProductSearch .dropdown-button:after {
    right: 20px;
    font-size: 13px; }

.widget_couponseek_product_search .ProductSearch .dropdown-content {
  top: 0;
  -webkit-transform: none;
          transform: none; }
  .widget_couponseek_product_search .ProductSearch .dropdown-content svg {
    display: inline-block;
    height: 40px;
    margin-bottom: 0;
    margin-right: 7px;
    vertical-align: middle; }
  .widget_couponseek_product_search .ProductSearch .dropdown-content span {
    vertical-align: middle; }

.widget_couponseek_product_search .ProductSearch .btn, .widget_couponseek_product_search .ProductSearch .elementor-element .elementor-button, .elementor-element .widget_couponseek_product_search .ProductSearch .elementor-button, .widget_couponseek_product_search .ProductSearch .wcv-button,
.widget_couponseek_product_search .ProductSearch .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .widget_couponseek_product_search .ProductSearch .wcv-button, .widget_couponseek_product_search .ProductSearch .woocommerce #respond input#submit, .woocommerce #respond .widget_couponseek_product_search .ProductSearch input#submit,
.widget_couponseek_product_search .ProductSearch .woocommerce a.button, .woocommerce .widget_couponseek_product_search .ProductSearch a.button, .widget_couponseek_product_search .ProductSearch .woocommerce button.button, .woocommerce .widget_couponseek_product_search .ProductSearch button.button,
.widget_couponseek_product_search .ProductSearch .woocommerce input.button, .woocommerce .widget_couponseek_product_search .ProductSearch input.button {
  width: 80%; }

.widget_couponseek_product_search .ProductSearch .search-form-filters-inner {
  display: block; }

/**
*  Price Range
*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  margin-top: 30px;
  background-color: #dedede; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #FF52E5; }

.woocommerce .widget_price_filter .price_slider_amount button {
  position: relative; }

.woocommerce .widget_price_filter .price_label {
  font-size: 15px;
  line-height: 3.2em;
  font-weight: 800;
  color: #6c6c6c; }

/**
*  Recent Reviews
*/
.woocommerce.widget .star-rating {
  color: #ffce0e;
  width: 100%;
  font-size: .7em;
  margin-top: 10px;
  margin-bottom: 10px; }
  .woocommerce.widget .star-rating span:before, .woocommerce.widget .star-rating:before {
    letter-spacing: 1px; }

.woocommerce.widget .reviewer {
  color: #111;
  font-size: 13px;
  font-weight: 600; }

/**
 *  Shortcode Widget Area
 */
.shortcode-widget-area {
  padding: 0 45px; }

/**
 *  Footer Widgets
 */
.FOOTER .widget {
  margin-bottom: 40px; }

/**
 * ----------------------------------------------------------------------------------------
 * WordPress Required Classes
 * ----------------------------------------------------------------------------------------
 */
img[class*="wp-image-"],
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.alignnone, .aligncenter, .alignleft, .alignright {
  max-width: 100%; }

.alignnone, .wp-block-image.alignnone {
  margin: 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft, .wp-block-image.alignleft {
  float: left;
  margin: 0em 2em 2em 0; }

.alignright, .wp-block-image.alignright {
  float: right;
  margin: 0em 0 2em 2em; }

.alignfull img {
  width: 100%; }

.alignfull,
.alignwide {
  clear: both;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 100vw;
  text-align: center; }

@media only screen and (min-width: 950px) {
  .alignwide,
  .col-lg-9 .alignfull {
    margin-left: -30px;
    margin-right: -30px; } }

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #FFC25D;
  margin: 1.65em auto; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.bypostauthor {
  /**/ }

/**
*  Video
*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important; }

.mejs-container:not(.mejs-audio) {
  padding-top: 56.25%; }

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important; }

video.wp-video-shortcode {
  position: relative; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mejs-controls {
  display: none; }

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important; }

/**
*  Cover
*/
.wp-block-cover {
  color: #fff;
  margin-bottom: 2em; }

/**
*  Gallery
*/
.wp-block-gallery {
  margin-bottom: 2em; }

.gallery {
  margin-bottom: 2em;
  margin-left: -20px;
  margin-right: -20px; }

.gallery .gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 10px 20px 10px;
  text-align: center; }

.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-icon img {
  margin: 0 auto; }

.wp-caption-text,
.gallery-caption,
.blocks-gallery-caption {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  padding: 25px 10px 10px; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

@media only screen and (max-width: 991px) {
  .gallery-columns-5 .gallery-item {
    max-width: 25%; }
  .gallery-columns-6 .gallery-item {
    max-width: 20%; }
  .gallery-columns-7 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-8 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-9 .gallery-item {
    max-width: 12.5%; } }

@media only screen and (max-width: 768px) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 33.33%; } }

@media only screen and (max-width: 480px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 50%; } }

/**
*  Buttons
*/
.wp-block-button {
  margin-bottom: 1em; }

/**
*  Vendors Dashboard
*/
.wcv-dashboard-navigation {
  margin-bottom: 60px; }
  .wcv-dashboard-navigation a {
    border-radius: 30px;
    -webkit-box-shadow: 0px 15px 26px -17px rgba(0, 0, 0, 0.11), 0px -14px 16px -15px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 15px 26px -17px rgba(0, 0, 0, 0.11), 0px -14px 16px -15px rgba(0, 0, 0, 0.05);
    color: #FF52E5;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px 30px; }
    .wcv-dashboard-navigation a:hover {
      color: #FFC25D; }

.wc-vendors-dashboard,
.wcvendors-pro-dashboard-wrapper {
  margin-bottom: 40px; }
  .wc-vendors-dashboard .wc-vendors-dashboard-datepicker,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-dashboard-datepicker {
    text-align: center; }
    .wc-vendors-dashboard .wc-vendors-dashboard-datepicker label,
    .wcvendors-pro-dashboard-wrapper .wc-vendors-dashboard-datepicker label {
      vertical-align: middle;
      margin-right: 10px; }
    .wc-vendors-dashboard .wc-vendors-dashboard-datepicker input,
    .wcvendors-pro-dashboard-wrapper .wc-vendors-dashboard-datepicker input {
      display: inline-block;
      width: auto; }
  .wc-vendors-dashboard .wc-vendors-settings b,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings b {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px; }
  .wc-vendors-dashboard .wc-vendors-settings p,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings p {
    margin-bottom: 0; }
  .wc-vendors-dashboard .wc-vendors-settings > div,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings > div {
    margin-bottom: 30px; }
  .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container img,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container img {
    margin-bottom: 20px; }
  .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .btn, .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .elementor-element .elementor-button, .elementor-element .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .elementor-button, .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .wcv-button,
  .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .wcv-button, .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .woocommerce #respond input#submit, .woocommerce #respond .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container input#submit,
  .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .woocommerce a.button, .woocommerce .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container a.button, .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .woocommerce button.button, .woocommerce .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container button.button,
  .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container .woocommerce input.button, .woocommerce .wc-vendors-dashboard .wc-vendors-settings .pv_shop_logo_container input.button,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .btn,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .elementor-element .elementor-button,
  .elementor-element .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .elementor-button,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .wcv-button,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .wcv-form .control-group .control.append-button .wcv-button,
  .wcv-form .control-group .control.append-button .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .wcv-button,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .woocommerce #respond input#submit,
  .woocommerce #respond .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container input#submit,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .woocommerce a.button,
  .woocommerce .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container a.button,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .woocommerce button.button,
  .woocommerce .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container button.button,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container .woocommerce input.button,
  .woocommerce .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .pv_shop_logo_container input.button {
    margin-right: 15px; }
  .wc-vendors-dashboard .wc-vendors-settings #wp-pv_seller_info-wrap, .wc-vendors-dashboard .wc-vendors-settings #wp-pv_shop_description-wrap,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings #wp-pv_seller_info-wrap,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings #wp-pv_shop_description-wrap {
    margin-top: 15px; }
  .wc-vendors-dashboard .wc-vendors-settings .btn:last-child, .wc-vendors-dashboard .wc-vendors-settings .elementor-element .elementor-button:last-child, .elementor-element .wc-vendors-dashboard .wc-vendors-settings .elementor-button:last-child, .wc-vendors-dashboard .wc-vendors-settings .wcv-button:last-child,
  .wc-vendors-dashboard .wc-vendors-settings .wcv-form .control-group .control.append-button .wcv-button:last-child, .wcv-form .control-group .control.append-button .wc-vendors-dashboard .wc-vendors-settings .wcv-button:last-child, .wc-vendors-dashboard .wc-vendors-settings .woocommerce #respond input#submit:last-child, .woocommerce #respond .wc-vendors-dashboard .wc-vendors-settings input#submit:last-child,
  .wc-vendors-dashboard .wc-vendors-settings .woocommerce a.button:last-child, .woocommerce .wc-vendors-dashboard .wc-vendors-settings a.button:last-child, .wc-vendors-dashboard .wc-vendors-settings .woocommerce button.button:last-child, .woocommerce .wc-vendors-dashboard .wc-vendors-settings button.button:last-child,
  .wc-vendors-dashboard .wc-vendors-settings .woocommerce input.button:last-child, .woocommerce .wc-vendors-dashboard .wc-vendors-settings input.button:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .btn:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .elementor-element .elementor-button:last-child,
  .elementor-element .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .elementor-button:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .wcv-button:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .wcv-form .control-group .control.append-button .wcv-button:last-child,
  .wcv-form .control-group .control.append-button .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .wcv-button:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .woocommerce #respond input#submit:last-child,
  .woocommerce #respond .wcvendors-pro-dashboard-wrapper .wc-vendors-settings input#submit:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .woocommerce a.button:last-child,
  .woocommerce .wcvendors-pro-dashboard-wrapper .wc-vendors-settings a.button:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .woocommerce button.button:last-child,
  .woocommerce .wcvendors-pro-dashboard-wrapper .wc-vendors-settings button.button:last-child,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings .woocommerce input.button:last-child,
  .woocommerce .wcvendors-pro-dashboard-wrapper .wc-vendors-settings input.button:last-child {
    margin-left: 15px; }
  .wc-vendors-dashboard .wc-vendors-settings input[type="file"],
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings input[type="file"] {
    padding: 0; }
  .wc-vendors-dashboard .wc-vendors-settings input,
  .wcvendors-pro-dashboard-wrapper .wc-vendors-settings input {
    max-width: 600px; }

.wcv-cols-group {
  margin-bottom: 20px; }

.wcv-form .control-group input[type=checkbox] + label, .wcv-form .control-group input[type=radio] + label {
  position: relative;
  padding-left: 15px;
  top: -5px;
  margin-bottom: 0; }

.wcv-form .control-group .control > input, .wcv-form .control-group .control > select, .wcv-form .control-group .control > textarea {
  line-height: 1.82em;
  margin: 0;
  font-size: inherit; }

.wcv-tabs.top > .tabs-nav li.active {
  position: relative;
  bottom: -2px; }

.wcv-tabs .tabs-nav li.active a {
  background-color: #f7f7fa; }

.wcv-grid ol li, .wcv-grid ul li {
  margin: .5em; }

.quick-link-btn {
  margin-right: 20px; }

#wcv-search {
  margin-bottom: 0;
  margin-right: 20px; }

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header .wcv-product-table-search-form .wcv-form .wcv-button {
  margin-left: 10px; }

#update_button {
  margin-left: 10%;
  width: 90%;
  padding: 8px 20px;
  font-size: inherit;
  line-height: 1.82em; }

.export-orders {
  margin-top: 39px; }

.wcv-grid ul.inline li {
  display: block; }

/**
* ----------------------------------------------------------------------------------------
* Custom edits of the WooCommerce CSS
* ----------------------------------------------------------------------------------------
*/
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 30px; }

.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 18px;
  color: #FFC25D;
  margin: .4em 4px 0 0; }

.woocommerce .quantity .qty {
  padding: 12px 0 12px 15px; }

.woocommerce span.onsale, .woocommerce span.out-of-stock {
  padding: 5px 12px;
  top: 15px;
  left: -15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 50px;
  min-width: 60px;
  border-radius: 12px; }
  .woocommerce span.onsale:before, .woocommerce span.out-of-stock:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    -webkit-box-shadow: 0px 6px 15px 2px #FFC25D;
            box-shadow: 0px 6px 15px 2px #FFC25D;
    opacity: .5;
    z-index: -1; }

.woocommerce span.onsale {
  background-color: #FFC25D; }

.woocommerce span.out-of-stock {
  background-color: #fff;
  color: #111; }

.woocommerce .product p.stock {
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
  border-left: 5px solid red; }

.woocommerce .SingleProductInfoBox .info-box-panel {
  margin-bottom: 120px; }

.woocommerce table.shop_attributes tr, .woocommerce .cart-collaterals .cart_totals table.shop_attributes tr {
  border-bottom: 1px solid #eaeaea; }

.woocommerce table.shop_attributes tr:nth-child(2n) td {
  background-color: transparent; }

.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background-color: transparent; }

.woocommerce table.shop_attributes tr:last-child {
  border-bottom: none; }

.woocommerce .ContentHeader .woocommerce-breadcrumb, .ContentHeader .woocommerce-breadcrumb {
  margin: 10px 0 10px; }

.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
  margin-bottom: 50px; }
  .woocommerce .woocommerce-breadcrumb a, .woocommerce-breadcrumb a {
    font-weight: 800;
    color: #6c6c6c; }
    .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:hover {
      color: #111; }
  .woocommerce .woocommerce-breadcrumb > *, .woocommerce-breadcrumb > * {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 10px;
    margin: 0 15px; }
    .woocommerce .woocommerce-breadcrumb > *:first-child, .woocommerce-breadcrumb > *:first-child {
      margin-left: 0;
      padding-left: 0; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%; }

/**
*  Tabs
*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
  border-bottom-color: transparent; }

/**
*  Buttons
*/
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #FF52E5;
  color: #fff; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt.disabled[disabled], .woocommerce #respond input#submit.alt.disabled [disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt.disabled[disabled],
.woocommerce a.button.alt.disabled [disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled[disabled],
.woocommerce button.button.alt.disabled [disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled[disabled],
.woocommerce input.button.alt.disabled [disabled]:hover {
  color: inherit;
  background-color: transparent;
  opacity: .4;
  border-color: #232323; }

/**
*  Cart & Checkout
*/
.woocommerce-cart .woocommerce {
  margin-bottom: 80px; }

.woocommerce .return-to-shop {
  margin-bottom: 80px; }

.woocommerce .cart-collaterals {
  margin-top: 60px; }

.woocommerce .cart-collaterals .cart_totals table tr.order-total,
.woocommerce table.shop_table tr.order-total {
  border-top: 1px solid #eaeaea; }

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart .woocommerce-checkout table.cart td.actions .coupon .input-text {
  display: inline-block;
  width: auto;
  margin-right: 10px; }

.woocommerce table.cart td.product-remove, .woocommerce table.cart.shop_attributes td.product-remove, .woocommerce .cart-collaterals .cart_totals table.cart td.product-remove, .woocommerce table.cart.shop_table td.product-remove {
  width: 40px; }

.woocommerce table.cart td.product-thumbnail, .woocommerce table.cart.shop_attributes td.product-thumbnail, .woocommerce .cart-collaterals .cart_totals table.cart td.product-thumbnail, .woocommerce table.cart.shop_table td.product-thumbnail {
  width: 100px;
  padding: 20px; }
  .woocommerce table.cart td.product-thumbnail img, .woocommerce table.cart.shop_attributes td.product-thumbnail img, .woocommerce .cart-collaterals .cart_totals table.cart td.product-thumbnail img, .woocommerce table.cart.shop_table td.product-thumbnail img {
    width: auto; }

.woocommerce table.cart td.actions .input-text, .woocommerce table.cart.shop_attributes td.actions .input-text, .woocommerce .cart-collaterals .cart_totals table.cart td.actions .input-text, .woocommerce table.cart.shop_table td.actions .input-text {
  width: 160px; }

.woocommerce table.cart a.remove, .woocommerce table.cart.shop_attributes a.remove, .woocommerce .cart-collaterals .cart_totals table.cart a.remove, .woocommerce table.cart.shop_table a.remove {
  color: #FF52E5 !important;
  line-height: .915; }
  .woocommerce table.cart a.remove:hover, .woocommerce table.cart.shop_attributes a.remove:hover, .woocommerce .cart-collaterals .cart_totals table.cart a.remove:hover, .woocommerce table.cart.shop_table a.remove:hover {
    color: #fff !important;
    background-color: #FF52E5 !important; }

.woocommerce #customer_details, .woocommerce #order_review {
  margin-bottom: 100px; }

.woocommerce .wc-proceed-to-checkout {
  padding: 0; }

.woocommerce ul.order_details {
  margin-bottom: 60px; }

.woocommerce #add_payment_method #payment, .woocommerce .woocommerce-cart #payment, .woocommerce .woocommerce-checkout #payment {
  background: none; }

/**
*  Account
*/
.woocommerce-account .woocommerce {
  margin-bottom: 80px; }
  .woocommerce-account .woocommerce .u-columns {
    margin-top: 80px; }
  .woocommerce-account .woocommerce .addresses .title .edit {
    font-size: 13px;
    opacity: .5;
    font-weight: 800; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link {
    list-style: none;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 15px 26px -17px rgba(0, 0, 0, 0.11), 0px -14px 16px -15px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 15px 26px -17px rgba(0, 0, 0, 0.11), 0px -14px 16px -15px rgba(0, 0, 0, 0.05); }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a {
      color: #FF52E5;
      -webkit-transition: .2s;
      transition: .2s;
      display: block;
      font-weight: 700;
      letter-spacing: 0.05em;
      background-color: rgba(255, 255, 255, 0.3);
      padding: 15px 30px; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a:hover {
        color: #FFC25D; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
      color: #FFC25D; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-right: 7%; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      padding: 0; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 27px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content legend, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .wc-vendors-dashboard h2, .wc-vendors-dashboard .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .wcvendors-pro-dashboard-wrapper h2, .wcvendors-pro-dashboard-wrapper .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 35px; }
  .woocommerce-account .woocommerce .woocommerce-Address {
    margin-top: 80px; }

/**
*  Notices and Messages
*/
.woocommerce .woocommerce-notice, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  margin-bottom: 60px;
  border: none; }
  .woocommerce .woocommerce-notice:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    color: #FF52E5; }

/**
*  Forms
*/
.woocommerce form.woocommerce-form {
  background-color: #fff;
  padding: 60px;
  -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07); }

.woocommerce form .form-row, .woocommerce form p {
  margin: 0 0 30px;
  padding: 0; }

.woocommerce form .form-row .required {
  text-decoration: none; }

.woocommerce form .form-row input[type="submit"] {
  margin: 10px 0; }

.woocommerce form .form-row .input-checkbox {
  position: relative;
  margin: -1px 0 0; }

.woocommerce form .form-row label.inline {
  margin-left: 20px;
  vertical-align: middle; }

.woocommerce form .forgetmenot {
  margin: 25px 0 15px;
  padding-left: 2px; }
  .woocommerce form .forgetmenot label {
    margin-bottom: 0; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none; }

/**
*  Memberships
*/
.woocommerce .woocommerce-account-membership-plan {
  position: relative;
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 40px;
  border-left: 4px solid #FF52E5; }
  .woocommerce .woocommerce-account-membership-plan form.cart {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0; }
  .woocommerce .woocommerce-account-membership-plan .quantity, .woocommerce .woocommerce-account-membership-plan .single_add_to_cart_button {
    float: left; }
  .woocommerce .woocommerce-account-membership-plan .quantity {
    margin-right: 10px; }
  .woocommerce .woocommerce-account-membership-plan .bg-image {
    left: 45%;
    opacity: .2; }
    .woocommerce .woocommerce-account-membership-plan .bg-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
      background-image: linear-gradient(to right, #ffffff, transparent); }

.woocommerce .woocommerce-account-membership-plan-content {
  position: relative; }

.login-reminder {
  font-weight: 700; }

/**
* ----------------------------------------------------------------------------------------
*  Shop
* ----------------------------------------------------------------------------------------
*/
.woocommerce .woocommerce-ordering {
  float: left;
  margin-bottom: 25px; }
  .woocommerce .woocommerce-ordering .btn, .woocommerce .woocommerce-ordering .elementor-element .elementor-button, .elementor-element .woocommerce .woocommerce-ordering .elementor-button, .woocommerce .woocommerce-ordering .wcv-button,
  .woocommerce .woocommerce-ordering .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .woocommerce .woocommerce-ordering .wcv-button, .woocommerce .woocommerce-ordering #respond input#submit, .woocommerce #respond .woocommerce-ordering input#submit,
  .woocommerce .woocommerce-ordering a.button, .woocommerce .woocommerce-ordering button.button,
  .woocommerce .woocommerce-ordering input.button {
    margin: 0 5px 15px; }
    .woocommerce .woocommerce-ordering .btn:first-child, .woocommerce .woocommerce-ordering .elementor-element .elementor-button:first-child, .elementor-element .woocommerce .woocommerce-ordering .elementor-button:first-child, .woocommerce .woocommerce-ordering .wcv-button:first-child,
    .woocommerce .woocommerce-ordering .wcv-form .control-group .control.append-button .wcv-button:first-child, .wcv-form .control-group .control.append-button .woocommerce .woocommerce-ordering .wcv-button:first-child, .woocommerce .woocommerce-ordering #respond input#submit:first-child, .woocommerce #respond .woocommerce-ordering input#submit:first-child,
    .woocommerce .woocommerce-ordering a.button:first-child, .woocommerce .woocommerce-ordering button.button:first-child,
    .woocommerce .woocommerce-ordering input.button:first-child {
      margin-left: 0; }

.woocommerce nav.woocommerce-pagination {
  margin-top: 35px; }
  .woocommerce nav.woocommerce-pagination ul {
    border: none;
    background-color: #fff;
    padding: 25px 45px;
    border-radius: 45px;
    -webkit-box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.25); }
  .woocommerce nav.woocommerce-pagination ul li {
    border: none; }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0 10px;
    padding: 5px 10px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    color: #484848; }
  .woocommerce nav.woocommerce-pagination .prev, .woocommerce nav.woocommerce-pagination .next {
    font-size: 26px;
    line-height: 19px; }
  .woocommerce nav.woocommerce-pagination .prev {
    margin-left: 0;
    padding: 5px 20px 10px 10px;
    border-right: 1px solid #eaeaea; }
  .woocommerce nav.woocommerce-pagination .next {
    margin-right: 0;
    padding: 5px 10px 10px 20px;
    border-left: 1px solid #eaeaea; }
  .woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    font-weight: 300;
    color: #9c9b9b; }
  .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    background: transparent;
    color: #FFC25D; }

.woocommerce .product-company-summary {
  padding: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 15px -11px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 15px -11px rgba(0, 0, 0, 0.3); }
  .woocommerce .product-company-summary .product-company-description {
    font-size: 13px;
    line-height: 25px;
    color: #6c6c6c; }
  .woocommerce .product-company-summary .product-company-website {
    border-bottom: 1px solid #FF52E5;
    font-size: 14px;
    font-weight: 700; }

.woocommerce .woocommerce-products-header .term-description {
  padding: 30px 40px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #6c6c6c;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 12px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 12px -15px rgba(0, 0, 0, 0.3); }
  .woocommerce .woocommerce-products-header .term-description p:last-child {
    margin-bottom: 0; }

.woocommerce .SidebarShop {
  float: right; }

/**
* ----------------------------------------------------------------------------------------
*  Single Product
* ----------------------------------------------------------------------------------------
*/
.woocommerce {
  /**
	*  Product Share
	*/ }
  .woocommerce .SingleProductHeader {
    position: relative; }
  .woocommerce div.product .product_title {
    font-size: 32px;
    margin-bottom: 40px; }
  .woocommerce div.product div.images {
    margin-bottom: 0; }
  .woocommerce .woocommerce-product-gallery__no-image {
    padding: 35px 0; }
  .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper {
    margin: 20px 0 50px 0; }
    .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto; }
    .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image {
      padding: 0; }
      .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a {
        display: block;
        position: relative; }
        .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a img {
          width: auto;
          height: 100px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 0 5px; }
        .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a:hover {
          opacity: .75; }
  .woocommerce .woocommerce-product-details__short-description {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
    color: #6c6c6c; }
  .woocommerce .single-product-expiration {
    position: relative;
    width: 60%;
    padding: 40px 60px;
    margin: -30px 30px 0;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.4em;
    color: #fff;
    background-color: #FF52E5;
    z-index: 1;
    -webkit-box-shadow: 0px 15px 21px -10px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 15px 21px -10px rgba(0, 0, 0, 0.3); }
    .woocommerce .single-product-expiration .expiration-meta {
      font-size: 18px;
      font-weight: 800;
      line-height: 1.6em;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .woocommerce .single-product-expiration .jscountdown-days {
      margin-right: 5px;
      font-size: 45px;
      font-weight: 300; }
    .woocommerce .single-product-expiration .jscountdown-days-text {
      margin-right: 10px; }
    .woocommerce .single-product-expiration .jscountdown-time {
      font-size: 35px;
      font-weight: 800; }
    .woocommerce .single-product-expiration.single-product-expiration-expired {
      background: #fff;
      color: #111; }
  .woocommerce .single-product-summary {
    padding: 20px; }
  .woocommerce div.product .single-product-summary .woocommerce-product-rating {
    margin-bottom: 10px;
    margin-top: 20px; }
  .woocommerce div.product p.cart {
    margin-bottom: 20px; }
  .woocommerce .single-product-summary .product_meta {
    margin-bottom: 20px; }
  .woocommerce .single-product-summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    float: none;
    font-size: 18px;
    color: #ffce0e;
    width: 5.6em;
    margin: 0;
    vertical-align: middle; }
    .woocommerce .single-product-summary .woocommerce-product-rating .star-rating span:before, .woocommerce .single-product-summary .woocommerce-product-rating .star-rating:before {
      letter-spacing: 1px; }
  .woocommerce .single-product-summary .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: middle; }
  .woocommerce .single-product-price {
    margin-bottom: 50px; }
  .woocommerce .single-product-price .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-variation-price .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-grouped-product-list-item__price .woocommerce-Price-currencySymbol {
    color: #FFC25D;
    font-size: .7em;
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px; }
  .woocommerce .single-product-price .price-text-regular .woocommerce-Price-amount, .woocommerce .woocommerce-variation-price .price-text-regular .woocommerce-Price-amount, .woocommerce .woocommerce-grouped-product-list-item__price .price-text-regular .woocommerce-Price-amount {
    position: relative; }
    .woocommerce .single-product-price .price-text-regular .woocommerce-Price-amount:after, .woocommerce .woocommerce-variation-price .price-text-regular .woocommerce-Price-amount:after, .woocommerce .woocommerce-grouped-product-list-item__price .price-text-regular .woocommerce-Price-amount:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #484848; }
  .woocommerce .single-product-price .price, .woocommerce .single-product-price .price-text, .woocommerce .woocommerce-variation-price .price, .woocommerce .woocommerce-variation-price .price-text, .woocommerce .woocommerce-grouped-product-list-item__price .price, .woocommerce .woocommerce-grouped-product-list-item__price .price-text {
    font-size: 30px;
    text-transform: uppercase;
    color: #111; }
    .woocommerce .single-product-price .price > .woocommerce-Price-amount, .woocommerce .single-product-price .price-text > .woocommerce-Price-amount, .woocommerce .woocommerce-variation-price .price > .woocommerce-Price-amount, .woocommerce .woocommerce-variation-price .price-text > .woocommerce-Price-amount, .woocommerce .woocommerce-grouped-product-list-item__price .price > .woocommerce-Price-amount, .woocommerce .woocommerce-grouped-product-list-item__price .price-text > .woocommerce-Price-amount {
      padding: 40px 0 0;
      margin-bottom: 40px; }
    .woocommerce .single-product-price .price del, .woocommerce .single-product-price .price-text del, .woocommerce .woocommerce-variation-price .price del, .woocommerce .woocommerce-variation-price .price-text del, .woocommerce .woocommerce-grouped-product-list-item__price .price del, .woocommerce .woocommerce-grouped-product-list-item__price .price-text del {
      font-size: 30px; }
    .woocommerce .single-product-price .price .price-text-meta-item, .woocommerce .single-product-price .price-text .price-text-meta-item, .woocommerce .woocommerce-variation-price .price .price-text-meta-item, .woocommerce .woocommerce-variation-price .price-text .price-text-meta-item, .woocommerce .woocommerce-grouped-product-list-item__price .price .price-text-meta-item, .woocommerce .woocommerce-grouped-product-list-item__price .price-text .price-text-meta-item {
      display: inline-block;
      font-weight: 500; }
    .woocommerce .single-product-price .price .price-text-meta-item-name, .woocommerce .single-product-price .price-text .price-text-meta-item-name, .woocommerce .woocommerce-variation-price .price .price-text-meta-item-name, .woocommerce .woocommerce-variation-price .price-text .price-text-meta-item-name, .woocommerce .woocommerce-grouped-product-list-item__price .price .price-text-meta-item-name, .woocommerce .woocommerce-grouped-product-list-item__price .price-text .price-text-meta-item-name {
      display: block;
      font-size: 14px;
      color: #6c6c6c; }
    .woocommerce .single-product-price .price .price-text-regular, .woocommerce .single-product-price .price-text .price-text-regular, .woocommerce .woocommerce-variation-price .price .price-text-regular, .woocommerce .woocommerce-variation-price .price-text .price-text-regular, .woocommerce .woocommerce-grouped-product-list-item__price .price .price-text-regular, .woocommerce .woocommerce-grouped-product-list-item__price .price-text .price-text-regular {
      font-size: 24px;
      margin-left: 20px;
      color: #9c9b9b; }
      .woocommerce .single-product-price .price .price-text-regular .price-text-meta-item-name, .woocommerce .single-product-price .price-text .price-text-regular .price-text-meta-item-name, .woocommerce .woocommerce-variation-price .price .price-text-regular .price-text-meta-item-name, .woocommerce .woocommerce-variation-price .price-text .price-text-regular .price-text-meta-item-name, .woocommerce .woocommerce-grouped-product-list-item__price .price .price-text-regular .price-text-meta-item-name, .woocommerce .woocommerce-grouped-product-list-item__price .price-text .price-text-regular .price-text-meta-item-name {
        font-size: 12px; }
  .woocommerce .wcvendors_cart_sold_by_meta {
    font-size: 18px;
    font-weight: 800;
    color: #484848; }
    .woocommerce .wcvendors_cart_sold_by_meta:hover {
      color: #FFC25D; }
  .woocommerce .product-quantity-meta {
    overflow: hidden;
    margin-bottom: 30px; }
    .woocommerce .product-quantity-meta .product-quantity-meta-item {
      position: relative;
      float: left;
      width: 50%;
      padding: 20px 0; }
      .woocommerce .product-quantity-meta .product-quantity-meta-item .quantity-meta-text {
        font-weight: 800;
        font-size: 14px;
        text-transform: uppercase; }
      .woocommerce .product-quantity-meta .product-quantity-meta-item .quantity-meta-value {
        font-size: 24px;
        line-height: 1em;
        font-weight: 500;
        color: #FFC25D; }
      .woocommerce .product-quantity-meta .product-quantity-meta-item svg {
        height: 60px;
        fill: #FF52E5; }
  .woocommerce .quantity .qty {
    padding: 6px 0 6px 15px;
    margin-bottom: 0;
    height: 47px;
    border-radius: 0; }
  .woocommerce .single-product-cart, .woocommerce div.product form.cart {
    margin-bottom: 20px; }
    .woocommerce .single-product-cart div.quantity, .woocommerce div.product form.cart div.quantity {
      float: none;
      display: inline-block;
      margin-right: 15px;
      vertical-align: middle; }
    .woocommerce .single-product-cart .button, .woocommerce div.product form.cart .button {
      float: none;
      display: inline-block;
      margin: 0; }
  .woocommerce .single-product-company-summary {
    padding: 30px 20px;
    border-top: 2px solid #eaeaea; }
    .woocommerce .single-product-company-summary h5 {
      font-size: 22px; }
  .woocommerce .single-product-company-logo {
    margin-bottom: 20px; }
  .woocommerce .single-product-company-title a {
    font-weight: 700;
    color: #484848; }
    .woocommerce .single-product-company-title a:hover {
      color: #FFC25D; }
  .woocommerce .single-product-company-description {
    font-size: 13px;
    line-height: 25px;
    color: #6c6c6c; }
  .woocommerce div.product form.cart .group_table {
    margin: 10px 0 40px; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item {
      padding: 30px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 12px;
      -webkit-box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25); }
    .woocommerce div.product form.cart .group_table .woocommerce-product-category {
      float: left;
      width: 38px;
      padding-top: 5px; }
    .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link {
      float: right;
      width: calc(100% - 42px);
      padding-left: 10px;
      margin-bottom: 15px; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label, .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link h2 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0; }
      .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label:hover, .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link h2:hover {
        color: #FFC25D; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price {
      margin-bottom: 20px; }
    .woocommerce div.product form.cart .group_table .price {
      font-size: 20px; }
      .woocommerce div.product form.cart .group_table .price .price-text-meta-item-name {
        font-size: 13px;
        line-height: 1.6em; }
      .woocommerce div.product form.cart .group_table .price .price-text-regular {
        font-size: 18px; }
    .woocommerce div.product form.cart .group_table .product-quantity-meta {
      margin-top: 15px;
      margin-bottom: 0; }
    .woocommerce div.product form.cart .group_table .product-quantity-meta-item {
      padding: 10px 0 0; }
      .woocommerce div.product form.cart .group_table .product-quantity-meta-item svg {
        height: 40px; }
    .woocommerce div.product form.cart .group_table .quantity-meta-text {
      font-size: 12px;
      line-height: 1.3em; }
    .woocommerce div.product form.cart .group_table .quantity-meta-value {
      font-size: 20px; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button {
      padding: 7px 20px; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .expired-product {
      font-weight: 700;
      color: #9c9b9b; }
    .woocommerce div.product form.cart .group_table .single_add_to_cart_button {
      margin-top: 40px; }
  .woocommerce .woocommerce-variation-price,
  .woocommerce .woocommerce-variation-availability {
    margin-bottom: 30px; }
  .woocommerce .woocommerce-variation-add-to-cart {
    display: inline-block; }
  .woocommerce div.product form.cart .variations {
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 12px;
    border-collapse: separate;
    -webkit-box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25); }
    .woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.value {
      padding: 10px 0;
      vertical-align: middle;
      background-color: transparent; }
    .woocommerce div.product form.cart .variations td.label label {
      margin: 0 15px 0 5px; }
    .woocommerce div.product form.cart .variations td.value {
      position: relative;
      padding-right: 45px; }
    .woocommerce div.product form.cart .variations td.value .select2-container {
      vertical-align: top; }
    .woocommerce div.product form.cart .variations td.value .reset_variations {
      position: absolute;
      top: 55%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .woocommerce div.product form.variations_form .single_variation_wrap .woocommerce-variation {
    display: block;
    padding: 0px 20px; }
  .woocommerce div.product form.variations_form .single_variation_wrap .woocommerce-variation-description {
    font-size: 14px;
    color: #6c6c6c; }
  .woocommerce div.product .woocommerce-variation-price .price {
    color: #111;
    font-size: 22px; }
  .woocommerce div.product .woocommerce-variation-price .price-text-regular {
    font-size: 20px; }
  .woocommerce .single-product-summary p.cart {
    display: inline-block; }
    .woocommerce .single-product-summary p.cart .btn, .woocommerce .single-product-summary p.cart .elementor-element .elementor-button, .elementor-element .woocommerce .single-product-summary p.cart .elementor-button, .woocommerce .single-product-summary p.cart .wcv-button,
    .woocommerce .single-product-summary p.cart .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .woocommerce .single-product-summary p.cart .wcv-button, .woocommerce .single-product-summary p.cart #respond input#submit, .woocommerce #respond .single-product-summary p.cart input#submit,
    .woocommerce .single-product-summary p.cart a.button, .woocommerce .single-product-summary p.cart button.button,
    .woocommerce .single-product-summary p.cart input.button {
      margin-right: 10px; }
  .woocommerce .SingleProductShare {
    position: relative;
    border-bottom: 1px solid #eaeaea; }
    .woocommerce .SingleProductShare .single-product-share-container {
      overflow: hidden;
      clear: both;
      padding: 15px 20px 15px 30px;
      background-color: #fff;
      border-radius: 20px;
      -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.3); }
    .woocommerce .SingleProductShare .ElementHeading {
      float: left;
      padding-right: 20px; }
      .woocommerce .SingleProductShare .ElementHeading .element-title {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
    .woocommerce .SingleProductShare .SocialShare {
      float: left; }
      .woocommerce .SingleProductShare .SocialShare a {
        font-size: 20px;
        margin-right: 15px; }
        .woocommerce .SingleProductShare .SocialShare a:last-child {
          margin-right: 0; }
      .woocommerce .SingleProductShare .SocialShare a.facebook {
        color: #3b5998; }
      .woocommerce .SingleProductShare .SocialShare a.twitter {
        color: #55acee; }
      .woocommerce .SingleProductShare .SocialShare a.google-plus {
        color: #dc4e41; }
      .woocommerce .SingleProductShare .SocialShare a.pinterest {
        color: #bd081c; }
  .woocommerce .SingleProductInfoBox .info-box-panel {
    clear: both;
    overflow: hidden;
    margin-bottom: 80px; }
  .woocommerce #reviews #comments {
    margin-bottom: 50px; }
  .woocommerce #reviews #comments ol.commentlist {
    padding-left: 0; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 50px 60px 40px;
    background-color: #fff;
    border-radius: 0; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
      color: #111; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
      display: none; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
      display: block;
      font-size: 12px; }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 15px;
    left: 18px;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: auto;
    background-color: #fff; }
  .woocommerce #reviews .star-rating {
    position: absolute;
    top: 25px;
    right: 25px;
    letter-spacing: 5px;
    font-size: 27px;
    width: 166px;
    margin-bottom: 10px;
    color: #ffce0e;
    opacity: .5; }
  .woocommerce #reviews .woocommerce-noreviews {
    font-weight: 700; }
  .woocommerce #review_form #respond .comment-form-rating {
    margin-bottom: 20px; }
  .woocommerce #review_form #respond .comment-form-rating label {
    margin-right: 10px; }
  .woocommerce #review_form #respond label {
    margin-bottom: 8px; }
  .woocommerce #review_form #respond p {
    margin: 0 0 30px; }
  .woocommerce #review_form #respond .stars {
    position: relative;
    display: inline-block;
    font-size: 22px;
    top: 3px;
    margin-bottom: 20px; }
    .woocommerce #review_form #respond .stars a {
      margin-right: 5px; }
  .woocommerce section.products {
    margin-bottom: 20px; }
    .woocommerce section.products ul.products.columns-3 li.product {
      margin: 0 3% 2.992em 0;
      width: 31.33%; }
      .woocommerce section.products ul.products.columns-3 li.product:nth-child(3n) {
        margin-right: 0; }

/**
* ----------------------------------------------------------------------------------------
*  Product Loop
* ----------------------------------------------------------------------------------------
*/
/**
*  Product Loop
*/
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  margin: 0 4% 2.992em 0;
  width: 30.66%; }
  .woocommerce ul.products.columns-3 li.product.last, .woocommerce-page ul.products.columns-3 li.product.last {
    margin-right: 0; }

.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
  position: relative;
  margin: 0 2.5% 2.992em 0;
  width: 23.125%; }
  .woocommerce ul.products.columns-4 li.product.last, .woocommerce-page ul.products.columns-4 li.product.last {
    margin-right: 0; }

.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .out-of-stock, .woocommerce-page ul.products li.product .onsale, .woocommerce-page ul.products li.product .out-of-stock {
  top: 10px;
  left: -10px;
  right: auto;
  margin: 0; }
  .woocommerce ul.products li.product .onsale:before, .woocommerce ul.products li.product .out-of-stock:before, .woocommerce-page ul.products li.product .onsale:before, .woocommerce-page ul.products li.product .out-of-stock:before {
    -webkit-box-shadow: 0px 8px 15px 2px #FFC25D;
            box-shadow: 0px 8px 15px 2px #FFC25D; }

.woocommerce ul.products li.product .woocommerce-product-image, .woocommerce-page ul.products li.product .woocommerce-product-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  text-align: center;
  width: 93%;
  margin: 0 auto; }

.woocommerce ul.products li.product .woocommerce-product-image.woocommerce-no-image, .woocommerce-page ul.products li.product .woocommerce-product-image.woocommerce-no-image {
  width: 0; }

.woocommerce ul.products li.product .woocommerce-product-meta, .woocommerce-page ul.products li.product .woocommerce-product-meta {
  position: relative;
  border-radius: 12px;
  margin-top: -20px;
  background-color: #fff;
  padding: 25px;
  -webkit-box-shadow: 0px 8px 30px -24px #FF52E5;
          box-shadow: 0px 8px 30px -24px #FF52E5; }

.woocommerce ul.products li.product .woocommerce-product-meta.product-no-image, .woocommerce-page ul.products li.product .woocommerce-product-meta.product-no-image {
  padding-top: 70px; }

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0; }

.woocommerce ul.products li.product .woocommerce-product-category, .woocommerce-page ul.products li.product .woocommerce-product-category {
  float: left;
  padding-top: 4px;
  width: 14%; }
  .woocommerce ul.products li.product .woocommerce-product-category svg, .woocommerce-page ul.products li.product .woocommerce-product-category svg {
    display: block;
    height: 100%;
    margin: 0 auto; }

.woocommerce ul.products li.product .woocommerce-product-category + .woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product .woocommerce-product-category + .woocommerce-LoopProduct-link {
  padding: 0 0 0 20px;
  width: 86%; }

.woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
  text-align: center;
  width: 100%; }

.woocommerce ul.products li.product .woocommerce-product-expiration, .woocommerce-page ul.products li.product .woocommerce-product-expiration {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #eaeaea; }
  .woocommerce ul.products li.product .woocommerce-product-expiration .is-jscountdown, .woocommerce-page ul.products li.product .woocommerce-product-expiration .is-jscountdown {
    line-height: 1em;
    color: #484848;
    font-size: 14px;
    font-weight: 700; }
    .woocommerce ul.products li.product .woocommerce-product-expiration .is-jscountdown span, .woocommerce-page ul.products li.product .woocommerce-product-expiration .is-jscountdown span {
      padding: 0 3px; }

.woocommerce ul.products li.product .price-text-meta-item-name,
.woocommerce ul.products li.product .product-expiration-meta, .woocommerce-page ul.products li.product .price-text-meta-item-name,
.woocommerce-page ul.products li.product .product-expiration-meta {
  color: #9c9b9b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em; }

.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffce0e;
  font-size: .7em;
  margin-top: 10px;
  margin-bottom: 0; }

.woocommerce ul.products li.product .wcvendors_sold_by_in_loop, .woocommerce-page ul.products li.product .wcvendors_sold_by_in_loop {
  overflow: hidden;
  clear: both;
  color: #FF52E5;
  margin-bottom: 10px; }

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  position: relative;
  overflow: hidden;
  clear: both;
  color: #9c9b9b;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 0; }
  .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol, .woocommerce-page ul.products li.product .price .woocommerce-Price-currencySymbol {
    margin-right: 2px; }
  .woocommerce ul.products li.product .price .price-text-regular .woocommerce-Price-amount, .woocommerce-page ul.products li.product .price .price-text-regular .woocommerce-Price-amount {
    position: relative; }
    .woocommerce ul.products li.product .price .price-text-regular .woocommerce-Price-amount:after, .woocommerce-page ul.products li.product .price .price-text-regular .woocommerce-Price-amount:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #484848; }
  .woocommerce ul.products li.product .price .price-text-meta-item, .woocommerce-page ul.products li.product .price .price-text-meta-item {
    width: 50%;
    float: left;
    text-align: center; }
  .woocommerce ul.products li.product .price .price-text-meta-item.price-text-meta-item-full, .woocommerce-page ul.products li.product .price .price-text-meta-item.price-text-meta-item-full {
    width: 100%;
    float: none; }

.woocommerce ul.products li.product .woocommerce-product-add-to-cart-wrapper, .woocommerce-page ul.products li.product .woocommerce-product-add-to-cart-wrapper {
  text-align: center;
  margin-top: 20px; }

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
  margin: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Media Queries
 * ----------------------------------------------------------------------------------------
 */
@media only screen and (min-width: 1500px) {
  .woocommerce .product-quantity-meta .product-quantity-meta-item .product-quantity-meta-icon {
    float: left; }
  .woocommerce .product-quantity-meta .product-quantity-meta-item .quantity-meta-wrapper {
    float: left;
    padding-left: 13px; } }

@media only screen and (max-width: 1499px) {
  .woocommerce ul.products li.product .woocommerce-product-meta, .woocommerce-page ul.products li.product .woocommerce-product-meta {
    padding: 15px; }
  .woocommerce div.product form.cart .variations {
    padding-bottom: 35px; }
    .woocommerce div.product form.cart .variations td.label label {
      margin: 0; }
    .woocommerce div.product form.cart .variations td.value {
      padding-right: 0; }
    .woocommerce div.product form.cart .variations td.value .reset_variations {
      top: 95%;
      right: 5px;
      -webkit-transform: none;
              transform: none; } }

@media only screen and (max-width: 1199px) {
  .is-slicknav:not(.has-ubermenu) {
    display: none;
    overflow: hidden; }
  .js .slicknav_menu {
    display: block; }
  .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: none;
            transform: none; }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: -22px; }
  .woocommerce ul.products li.product .woocommerce-product-meta, .woocommerce-page ul.products li.product .woocommerce-product-meta {
    padding: 20px; }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    margin: 0 4% 2.992em 0;
    width: 48%; }
    .woocommerce ul.products.columns-3 li.product.last, .woocommerce-page ul.products.columns-3 li.product.last {
      margin-right: 4%;
      clear: none; }
    .woocommerce ul.products.columns-3 li.product.first, .woocommerce-page ul.products.columns-3 li.product.first {
      clear: none; }
    .woocommerce ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n+1) {
      clear: both; }
    .woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n) {
      margin-right: 0; }
  .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce .single-product-expiration {
    padding: 40px;
    width: 75%; }
  .woocommerce .single-product-summary {
    padding: 10px 0; }
  .woocommerce .single-product-company-summary {
    padding: 30px 0; }
  .woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.value {
    display: inline-block;
    min-width: 100%;
    padding: 5px 0; }
  .woocommerce div.product form.cart .variations td.value {
    margin-bottom: 5px; }
  .woocommerce div.product form.cart .variations td.value .reset_variations {
    top: 100%; }
  .Excerpt .ExcerptContentWrapper {
    padding: 40px; }
  .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
    font-size: 32px; }
  .SinglePostHeader .single-post-title h1 {
    font-size: 36px; }
  .single-post-meta-wrapper {
    padding: 0; }
  .single-post-meta-wrapper .single-post-meta {
    padding: 20px 35px; }
  .SinglePostContent .single-post-content-inner {
    padding: 0; }
  .SinglePostFooter .single-post-footer-share {
    max-width: 40%; }
  .SinglePostFooter .single-post-footer-tags {
    max-width: 60%; }
  .AdjacentPosts .adjacent-title-wrapper {
    padding: 20px 25px; }
  .widget .sub-menu .sub-menu {
    margin-left: 15px; }
  .woocommerce .woocommerce-account-membership-plan form.cart {
    margin-top: 20px;
    position: relative; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    margin: 0 4% 2.992em 0;
    width: 30.66%; }
    .woocommerce ul.products.columns-4 li.product.last, .woocommerce-page ul.products.columns-4 li.product.last {
      margin-right: 4%;
      clear: none; }
    .woocommerce ul.products.columns-4 li.product.first, .woocommerce-page ul.products.columns-4 li.product.first {
      clear: none; }
    .woocommerce ul.products.columns-4 li.product:nth-child(3n+1), .woocommerce-page ul.products.columns-4 li.product:nth-child(3n+1) {
      clear: both; }
    .woocommerce ul.products.columns-4 li.product:nth-child(3n), .woocommerce-page ul.products.columns-4 li.product:nth-child(3n) {
      margin-right: 0; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item {
    padding: 20px; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 34px; }
  h4 {
    font-size: 30px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px;
    font-weight: 600; }
  .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    margin: 0 4% 2.992em 0;
    width: 48%; }
    .woocommerce ul.products.columns-4 li.product.last, .woocommerce-page ul.products.columns-4 li.product.last {
      margin-right: 4%;
      clear: none; }
    .woocommerce ul.products.columns-4 li.product.first, .woocommerce-page ul.products.columns-4 li.product.first {
      clear: none; }
    .woocommerce ul.products.columns-4 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-4 li.product:nth-child(2n+1) {
      clear: both; }
    .woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce-page ul.products.columns-4 li.product:nth-child(2n) {
      margin-right: 0; }
  .woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce .product-company-summary {
    clear: both;
    overflow: hidden;
    padding: 25px; }
    .woocommerce .product-company-summary .product-company-logo {
      float: left;
      max-width: 30%; }
    .woocommerce .product-company-summary .product-company-meta {
      float: left;
      padding-left: 25px;
      max-width: 70%; }
  .woocommerce .single-product-summary {
    padding: 0 30px; }
  .woocommerce div.product form.cart .group_table .woocommerce-product-category {
    padding-top: 0; }
  .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link {
    padding-left: 15px; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label, .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link h2 {
    font-size: 20px; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price {
    margin-top: 20px; }
  .woocommerce div.product form.cart .group_table .woocommerce-LoopProduct-link {
    width: calc(100% - 50px); }
  .woocommerce div.product form.cart .group_table .woocommerce-product-category, .woocommerce div.product form.cart .group_table .woocommerce-LoopProduct-link {
    display: inline-block;
    float: none;
    vertical-align: middle; }
  .woocommerce div.product form.cart .group_table .product-quantity-meta .product-quantity-meta-item {
    width: auto;
    margin-right: 50px; }
  .woocommerce div.product form.cart .variations td.value .reset_variations {
    font-size: 16px;
    font-weight: 600; }
  .woocommerce .single-product-company-summary {
    padding: 30px; }
  .woocommerce table.cart td, .woocommerce table.cart.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table.cart td, .woocommerce table.cart.shop_table td {
    padding: 15px; }
  .woocommerce table.cart td.product-remove, .woocommerce table.cart.shop_attributes td.product-remove, .woocommerce .cart-collaterals .cart_totals table.cart td.product-remove, .woocommerce table.cart.shop_table td.product-remove {
    width: auto; }
    .woocommerce table.cart td.product-remove a, .woocommerce table.cart.shop_attributes td.product-remove a, .woocommerce .cart-collaterals .cart_totals table.cart td.product-remove a, .woocommerce table.cart.shop_table td.product-remove a {
      margin-left: 10px; }
  .woocommerce table.cart td.product-name dl.variation dt.variation-SoldBy {
    float: none; }
  .woocommerce ul.product_list_widget li {
    margin-left: 85px;
    padding-left: 45px; }
    .woocommerce ul.product_list_widget li img {
      left: -85px;
      max-width: 110px;
      max-height: 90px; }
  .woocommerce-account .addresses .title h3 {
    font-size: 28px; }
  .protected-post-form .protected-post-field {
    width: 100%; } }

/* Smaller than standard (devices and browser) */
@media only screen and (max-width: 767px) {
  table th, .woocommerce table.shop_attributes th, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th,
  table tr th,
  .woocommerce table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table tr th,
  .woocommerce table.shop_table tr th,
  table > thead > tr > th,
  .woocommerce table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > thead > tr > th,
  .woocommerce table.shop_table > thead > tr > th,
  table > tfoot > tr > th,
  .woocommerce table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > th,
  .woocommerce table.shop_table > tfoot > tr > th,
  table > tbody > tr > th,
  .woocommerce table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tbody > tr > th,
  .woocommerce table.shop_table > tbody > tr > th,
  .table th,
  table.wcv-table th,
  .woocommerce table.wcv-table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table th,
  .woocommerce table.wcv-table.shop_table th,
  .table tr th,
  table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_table tr th,
  .table > thead > tr > th,
  table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_table > thead > tr > th,
  .table > tfoot > tr > th,
  table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > th,
  .table > tbody > tr > th,
  table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_table > tbody > tr > th,
  table.table th,
  table.wcv-table th,
  .woocommerce table.wcv-table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table th,
  .woocommerce table.wcv-table.shop_table th,
  .woocommerce table.table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.table th,
  .woocommerce table.table.shop_table th,
  table.table tr th,
  table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr th,
  .woocommerce table.wcv-table.shop_table tr th,
  .woocommerce table.table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.table tr th,
  .woocommerce table.table.shop_table tr th,
  table.table > thead > tr > th,
  table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > th,
  .woocommerce table.wcv-table.shop_table > thead > tr > th,
  .woocommerce table.table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > th,
  .woocommerce table.table.shop_table > thead > tr > th,
  table.table > tfoot > tr > th,
  table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > th,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > th,
  .woocommerce table.table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > th,
  .woocommerce table.table.shop_table > tfoot > tr > th,
  table.table > tbody > tr > th,
  table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > th,
  .woocommerce table.wcv-table.shop_table > tbody > tr > th,
  .woocommerce table.table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > th,
  .woocommerce table.table.shop_table > tbody > tr > th {
    padding: 20px; }
  table td, .woocommerce table.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce table.shop_table td,
  table tr td,
  .woocommerce table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table tr td,
  .woocommerce table.shop_table tr td,
  table td.label,
  .woocommerce table.shop_attributes td.label,
  .woocommerce .cart-collaterals .cart_totals table td.label,
  .woocommerce table.shop_table td.label,
  table > tbody > tr > td,
  .woocommerce table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td,
  .woocommerce table.shop_table > tbody > tr > td,
  table > tfoot > tr > td,
  .woocommerce table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td,
  .woocommerce table.shop_table > tfoot > tr > td,
  table > thead > tr > td,
  .woocommerce table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > thead > tr > td,
  .woocommerce table.shop_table > thead > tr > td,
  .table td,
  table.wcv-table td,
  .woocommerce table.wcv-table.shop_attributes td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td,
  .woocommerce table.wcv-table.shop_table td,
  .table tr td,
  table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_table tr td,
  .table td.label,
  table.wcv-table td.label,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label,
  .table > tbody > tr > td,
  table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_table > tbody > tr > td,
  .table > tfoot > tr > td,
  table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > td,
  .table > thead > tr > td,
  table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_table > thead > tr > td,
  table.table td,
  table.wcv-table td,
  .woocommerce table.wcv-table.shop_attributes td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td,
  .woocommerce table.wcv-table.shop_table td,
  .woocommerce table.table.shop_attributes td,
  .woocommerce .cart-collaterals .cart_totals table.table td,
  .woocommerce table.table.shop_table td,
  table.table tr td,
  table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table tr td,
  .woocommerce table.wcv-table.shop_table tr td,
  .woocommerce table.table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table.table tr td,
  .woocommerce table.table.shop_table tr td,
  table.table td.label,
  table.wcv-table td.label,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table td.label,
  .woocommerce .cart-collaterals .cart_totals table.table td.label,
  table.table > tbody > tr > td,
  table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tbody > tr > td,
  .woocommerce table.wcv-table.shop_table > tbody > tr > td,
  .woocommerce table.table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td,
  .woocommerce table.table.shop_table > tbody > tr > td,
  table.table > tfoot > tr > td,
  table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > tfoot > tr > td,
  .woocommerce table.wcv-table.shop_table > tfoot > tr > td,
  .woocommerce table.table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td,
  .woocommerce table.table.shop_table > tfoot > tr > td,
  table.table > thead > tr > td,
  table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.wcv-table > thead > tr > td,
  .woocommerce table.wcv-table.shop_table > thead > tr > td,
  .woocommerce table.table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td,
  .woocommerce table.table.shop_table > thead > tr > td {
    display: block;
    padding: 20px; }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce .woocommerce-ordering {
    float: none;
    text-align: center; }
  .woocommerce .product-company-summary {
    padding: 20px; }
  .woocommerce .product-company-summary .product-company-meta {
    padding-left: 15px; }
  .woocommerce nav.woocommerce-pagination ul {
    padding: 15px 25px; }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0 5px; }
  .modal-content {
    top: 80px; }
  .modal button.close {
    right: 0;
    top: -50px;
    font-size: 50px; }
  .woocommerce table.cart td, .woocommerce table.cart.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table.cart td, .woocommerce table.cart.shop_table td {
    border-bottom: 1px solid #eaeaea; }
  .woocommerce table.cart td.product-name dl.variation dd.variation-SoldBy {
    display: inline-block; }
  .woocommerce table.cart tr:last-child td, .woocommerce table.cart.shop_attributes tr:last-child td, .woocommerce .cart-collaterals .cart_totals table.cart tr:last-child td, .woocommerce table.cart.shop_table tr:last-child td {
    border-bottom: none; }
  .page-header-search {
    margin-top: 30px; }
  .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
    font-size: 28px; }
  .PostNav .post-nav-wrapper {
    padding: 15px 25px; }
  .PostNav .post-nav-prev {
    padding-right: 10px; }
  .PostNav .post-nav-next {
    padding-left: 10px; }
  .SinglePostHeader .single-post-title, .single-post-meta-wrapper {
    width: 100%;
    margin-right: 0; }
  .SinglePostFooter .single-post-footer-share, .SinglePostFooter .single-post-footer-tags {
    width: 100%;
    max-width: 100%; }
  .SinglePostFooter .single-post-footer-container:nth-child(2n) {
    text-align: left; }
  .SinglePostFooter .single-post-footer-share {
    margin-bottom: 30px; }
  .AdjacentPosts {
    margin-bottom: 60px; }
  .AdjacentPosts .next-post {
    margin-bottom: 30px; }
  .AdjacentPosts .adjacent-post-wrapper {
    width: 100%; }
  .commentlist li .comment-content .comment-body {
    padding: 35px 40px 10px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link {
    display: inline-block; }
  .wc-vendors-navigation {
    text-align: center; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .woocommerce ul.products li.product .woocommerce-product-meta, .woocommerce-page ul.products li.product .woocommerce-product-meta {
    padding: 25px 30px; }
  .woocommerce ul.products li.product .woocommerce-product-category, .woocommerce-page ul.products li.product .woocommerce-product-category {
    width: 10%; }
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
    width: 88%; }
  .woocommerce ul.products li.product .woocommerce-product-category, .woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product .woocommerce-product-category, .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
    display: inline-block;
    float: none;
    vertical-align: middle; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px; }
  .woocommerce ul.products li.product .price-text-meta-item-name,
  .woocommerce ul.products li.product .product-expiration-meta, .woocommerce-page ul.products li.product .price-text-meta-item-name,
  .woocommerce-page ul.products li.product .product-expiration-meta {
    font-size: 14px;
    margin-bottom: 5px; }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 16px; }
  .woocommerce ul.products li.product .woocommerce-product-expiration, .woocommerce-page ul.products li.product .woocommerce-product-expiration {
    padding-top: 10px; }
  .woocommerce ul.products li.product .woocommerce-product-expiration .is-jscountdown, .woocommerce-page ul.products li.product .woocommerce-product-expiration .is-jscountdown {
    font-size: 17px; } }

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 44px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 19px; }
  h6 {
    font-size: 17px; }
  body {
    font-size: 14px; }
  ul, ol {
    padding-left: 20px; }
  input {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 20px !important; }
  form button[type=submit] {
    position: relative !important;
    width: 100%; }
  button,
  a.button,
  .woocommerce table.cart td.actions .coupon .button {
    width: 100%; }
  .woocommerce .woocommerce-ordering {
    text-align: left; }
    .woocommerce .woocommerce-ordering .btn, .woocommerce .woocommerce-ordering .elementor-element .elementor-button, .elementor-element .woocommerce .woocommerce-ordering .elementor-button, .woocommerce .woocommerce-ordering .wcv-button,
    .woocommerce .woocommerce-ordering .wcv-form .control-group .control.append-button .wcv-button, .wcv-form .control-group .control.append-button .woocommerce .woocommerce-ordering .wcv-button, .woocommerce .woocommerce-ordering #respond input#submit, .woocommerce #respond .woocommerce-ordering input#submit,
    .woocommerce .woocommerce-ordering a.button, .woocommerce .woocommerce-ordering button.button,
    .woocommerce .woocommerce-ordering input.button {
      width: 48%;
      margin: 0 1% 20px 0;
      padding: 8px 12px; }
  .featured-product-widget-wrapper .bg-image {
    top: -5px;
    left: -70px;
    bottom: -5px;
    width: 130px; }
  .featured-product-widget-wrapper .featured-product-content.widget-with-image {
    margin-left: 70px; }
  .woocommerce ul.product_list_widget li {
    margin-left: 75px;
    padding-left: 35px; }
    .woocommerce ul.product_list_widget li img {
      left: -75px;
      max-width: 96px;
      max-height: 80px; }
  .widget .sub-menu .sub-menu {
    margin-left: 10px; }
  .woocommerce .product-company-summary .product-company-logo, .woocommerce .product-company-summary .product-company-meta {
    float: none;
    max-width: 100%; }
  .woocommerce .product-company-summary .product-company-meta {
    padding-left: 0; }
  .woocommerce .product-company-summary .product-company-description {
    font-size: 14px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper {
    bottom: 5px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a {
    height: 60px; }
  .woocommerce .single-product-expiration {
    width: 100%;
    padding: 25px;
    margin: 0;
    font-size: 26px; }
    .woocommerce .single-product-expiration .expiration-meta {
      font-size: 16px; }
    .woocommerce .single-product-expiration .jscountdown-days {
      font-size: 34px; }
    .woocommerce .single-product-expiration .jscountdown-time {
      font-size: 28px; }
  .woocommerce .single-product-summary {
    padding: 0; }
  .woocommerce .single-product-company-summary {
    padding: 25px 0; }
  .woocommerce div.product .product_title {
    font-size: 28px; }
  .woocommerce div.product form.cart div.quantity {
    width: 100%;
    margin-bottom: 10px; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item {
    padding: 20px; }
  .woocommerce div.product form.cart .group_table .woocommerce-LoopProduct-link {
    margin-bottom: 5px; }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 56px;
    left: 0; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 40px 30px 20px 40px;
    margin-left: 30px; }
  .woocommerce #reviews .star-rating {
    font-size: 16px;
    width: 105px; }
  .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
    font-size: 22px; }
  .Excerpt .ExcerptContentWrapper {
    margin: -50px 5px 0 5px;
    padding: 20px;
    text-align: center; }
  .Excerpt .ExcerptContentWrapper .excerpt-date {
    position: relative;
    display: block;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    font-size: 12px; }
  .SinglePostHeader, .single-post-meta-wrapper {
    text-align: center; }
  .SinglePostHeader .single-post-title h1 {
    font-size: 24px; }
  .single-post-meta-wrapper .single-post-meta-categories {
    font-size: 16px;
    margin-bottom: 5px; }
  .single-post-meta-wrapper .single-post-meta-categories, .single-post-meta-wrapper .single-post-meta-date {
    float: none;
    max-width: 100%; }
  .SinglePostFooter .single-post-footer-share, .SinglePostFooter .single-post-footer-tags {
    padding: 15px 30px; }
  .AdjacentPosts .adjacent-title-wrapper {
    padding: 15px 20px; }
  .AdjacentPosts .adjacent-post-title {
    font-size: 18px; }
  .commentlist li .comment-content .comment-avatar {
    left: -20px; }
  .commentlist li .comment-content .comment-author {
    font-size: 16px; }
  .commentlist li .comment-content .comment-body {
    padding: 25px 25px 15px 45px; }
  .commentlist li .children .comment-content .comment-avatar img {
    width: 40px; }
  .commentlist li .children .comment-content .comment-body {
    padding: 25px 25px 15px 35px; }
  .ErrorPage {
    padding: 110px 0 190px; }
  .ErrorPage .error-404-wrapper {
    width: 90%;
    padding: 60px 40px 40px; } }

/*# sourceMappingURL=master.css.map */
