@charset "UTF-8";
* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    background-color: #fff;
    color: #333e48;
    direction: ltr;
}
a:focus {
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.618em;
}
.alignleft.flip {
    float: right !important;
    margin-left: 1.618em !important;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.618em;
}
.alignright.flip {
    float: left !important;
    margin-right: 1.618em !important;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-weight: 700;
    height: auto;
    left: 0;
    line-height: normal;
    padding: 1em 1.618em;
    text-decoration: none;
    top: 0;
    width: auto;
    z-index: 100000;
    outline: 0;
}
.light-bg {
    background: #f5f5f5;
}
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 0.875em;
    letter-spacing: -0.01em;
}
body,
button,
input,
textarea {
    color: #333e48;
    font-family: "Open Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
        "Lucida Grande", sans-serif;
    line-height: 1.714em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
button,
input {
    line-height: 1.286em;
}
select {
    color: initial;
    font-family: "Open Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
        "Lucida Grande", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5em;
}
.dropdown-menu {
    font-size: 1em;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
}
table td,
table th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
table tbody + tbody {
    border-top: 2px solid #eceeef;
}
table .table {
    background-color: #fff;
}
table tbody tr td a {
    color: #3e3e3e;
}
table tbody tr td a:focus,
table tbody tr td a:hover {
    color: #000;
    text-decoration: none;
}
table.layout {
    margin-bottom: 0;
}
table.layout td,
table.layout th {
    padding: 0;
    line-height: inherit;
    border: none;
    vertical-align: middle;
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
.form-control,
.navbar-search .form-control,
table.cart .coupon .input-text {
    font-size: 1.071em;
    line-height: 2em;
    border-radius: 1.467em;
    padding: 0.701em 2.134em;
    border-width: 0;
}
label {
    font-size: 1em;
    line-height: 1.286em;
    font-weight: 700;
    margin-bottom: 5px;
}
.input-text {
    font-size: 1em;
    line-height: 1.286em;
    border: 1px solid #ddd;
    padding: 0.858em 1.858em;
    border-radius: 1.286em;
    width: 100%;
}
.input-text:focus {
    border-color: #66afe9;
    outline: 0;
}
.select2-container:focus,
.woocommerce-widget-layered-nav-dropdown .select2-container:focus {
    outline: 0;
}
.select2-container .select2-choice,
.select2-container .select2-selection,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-choice,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection {
    font-size: 1em;
    line-height: 1.286em;
    border: 1px solid #ddd;
    width: 100%;
}
.select2-container .select2-selection,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection {
    padding: 8px 18px;
}
.select2-container .select2-selection .select2-selection__arrow,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection .select2-selection__arrow {
    top: 0;
    right: 10px;
    height: 44px;
}
.select2-container .select2-selection.select2-selection--single,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection.select2-selection--single {
    height: 44px;
    border-radius: 50px;
}
.select2-container .select2-selection.select2-selection--multiple,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection.select2-selection--multiple {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.select2-container .select2-choice,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-choice {
    padding: 0.858em 1.858em;
}
.select2-container--open .select2-selection.select2-selection--single,
.woocommerce-widget-layered-nav-dropdown .select2-container--open .select2-selection.select2-selection--single {
    border-radius: 20px;
}
textarea.input-text {
    min-height: 10em;
    padding: 1.858em;
}
.btn,
.button,
.hero-action-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 0.875rem;
    border-radius: 1.571em;
    padding: 1.036em 2.134em;
    border-width: 0;
    display: inline-block;
    color: #333e48;
    background-color: #efecec;
    border-color: #efecec;
    transition: all 0.2s ease-in-out;
}
.btn:hover,
.button:hover,
.hero-action-btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn[disabled]:hover,
.button[disabled]:hover,
.hero-action-btn[disabled]:hover,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:hover {
    color: #333e48;
}
.btn.focus,
.btn:focus,
.button.focus,
.button:focus,
.focus.hero-action-btn,
.hero-action-btn:focus,
button.focus,
button:focus,
input[type="button"].focus,
input[type="button"]:focus,
input[type="reset"].focus,
input[type="reset"]:focus,
input[type="submit"].focus,
input[type="submit"]:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.active.hero-action-btn,
.btn.active,
.btn:active,
.button.active,
.button:active,
.hero-action-btn:active,
.open > .btn.dropdown-toggle,
.open > .button.dropdown-toggle,
.open > .dropdown-toggle.hero-action-btn,
.open > button.dropdown-toggle,
.open > input[type="button"].dropdown-toggle,
.open > input[type="reset"].dropdown-toggle,
.open > input[type="submit"].dropdown-toggle,
button.active,
button:active,
input[type="button"].active,
input[type="button"]:active,
input[type="reset"].active,
input[type="reset"]:active,
input[type="submit"].active,
input[type="submit"]:active {
    color: #333e48;
    background-color: #000;
    border-color: #000;
    background-image: none;
}
.active.focus.hero-action-btn,
.active.hero-action-btn:focus,
.active.hero-action-btn:hover,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.button.active.focus,
.button.active:focus,
.button.active:hover,
.button:active.focus,
.button:active:focus,
.button:active:hover,
.hero-action-btn:active.focus,
.hero-action-btn:active:focus,
.hero-action-btn:active:hover,
.open > .btn.dropdown-toggle.focus,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle:hover,
.open > .button.dropdown-toggle.focus,
.open > .button.dropdown-toggle:focus,
.open > .button.dropdown-toggle:hover,
.open > .dropdown-toggle.focus.hero-action-btn,
.open > .dropdown-toggle.hero-action-btn:focus,
.open > .dropdown-toggle.hero-action-btn:hover,
.open > button.dropdown-toggle.focus,
.open > button.dropdown-toggle:focus,
.open > button.dropdown-toggle:hover,
.open > input[type="button"].dropdown-toggle.focus,
.open > input[type="button"].dropdown-toggle:focus,
.open > input[type="button"].dropdown-toggle:hover,
.open > input[type="reset"].dropdown-toggle.focus,
.open > input[type="reset"].dropdown-toggle:focus,
.open > input[type="reset"].dropdown-toggle:hover,
.open > input[type="submit"].dropdown-toggle.focus,
.open > input[type="submit"].dropdown-toggle:focus,
.open > input[type="submit"].dropdown-toggle:hover,
button.active.focus,
button.active:focus,
button.active:hover,
button:active.focus,
button:active:focus,
button:active:hover,
input[type="button"].active.focus,
input[type="button"].active:focus,
input[type="button"].active:hover,
input[type="button"]:active.focus,
input[type="button"]:active:focus,
input[type="button"]:active:hover,
input[type="reset"].active.focus,
input[type="reset"].active:focus,
input[type="reset"].active:hover,
input[type="reset"]:active.focus,
input[type="reset"]:active:focus,
input[type="reset"]:active:hover,
input[type="submit"].active.focus,
input[type="submit"].active:focus,
input[type="submit"].active:hover,
input[type="submit"]:active.focus,
input[type="submit"]:active:focus,
input[type="submit"]:active:hover {
    color: #333e48;
    background-color: #c7bdbd;
    border-color: #b5a7a7;
}
.btn.disabled.focus,
.btn.disabled:focus,
.btn:disabled.focus,
.btn:disabled:focus,
.button.disabled.focus,
.button.disabled:focus,
.button:disabled.focus,
.button:disabled:focus,
.disabled.focus.hero-action-btn,
.disabled.hero-action-btn:focus,
.hero-action-btn:disabled.focus,
.hero-action-btn:disabled:focus,
button.disabled.focus,
button.disabled:focus,
button:disabled.focus,
button:disabled:focus,
input[type="button"].disabled.focus,
input[type="button"].disabled:focus,
input[type="button"]:disabled.focus,
input[type="button"]:disabled:focus,
input[type="reset"].disabled.focus,
input[type="reset"].disabled:focus,
input[type="reset"]:disabled.focus,
input[type="reset"]:disabled:focus,
input[type="submit"].disabled.focus,
input[type="submit"].disabled:focus,
input[type="submit"]:disabled.focus,
input[type="submit"]:disabled:focus {
    background-color: #efecec;
    border-color: #efecec;
}
.btn.disabled:hover,
.btn:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.disabled.hero-action-btn:hover,
.hero-action-btn:disabled:hover,
button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover {
    background-color: #efecec;
    border-color: #efecec;
}
.active.focus.hero-action-btn,
.active.hero-action-btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.button.active.focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button:active:focus,
.button:focus,
.focus.hero-action-btn,
.hero-action-btn:active.focus,
.hero-action-btn:active:focus,
.hero-action-btn:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input[type="button"].active.focus,
input[type="button"].active:focus,
input[type="button"].focus,
input[type="button"]:active.focus,
input[type="button"]:active:focus,
input[type="button"]:focus,
input[type="reset"].active.focus,
input[type="reset"].active:focus,
input[type="reset"].focus,
input[type="reset"]:active.focus,
input[type="reset"]:active:focus,
input[type="reset"]:focus,
input[type="submit"].active.focus,
input[type="submit"].active:focus,
input[type="submit"].focus,
input[type="submit"]:active.focus,
input[type="submit"]:active:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover,
.button:focus,
.button:hover,
.hero-action-btn:focus,
.hero-action-btn:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    text-decoration: none;
}
.btn.focus,
.btn:active:focus,
.btn:focus,
.button.focus,
.button:active:focus,
.button:focus,
.focus.hero-action-btn,
.hero-action-btn:active:focus,
.hero-action-btn:focus,
button.focus,
button:active:focus,
button:focus,
input[type="button"].focus,
input[type="button"]:active:focus,
input[type="button"]:focus,
input[type="reset"].focus,
input[type="reset"]:active:focus,
input[type="reset"]:focus,
input[type="submit"].focus,
input[type="submit"]:active:focus,
input[type="submit"]:focus {
    text-decoration: none;
    outline: 0;
}
.active.hero-action-btn,
.btn.active,
.btn:active,
.button.active,
.button:active,
.hero-action-btn:active,
button.active,
button:active,
input[type="button"].active,
input[type="button"]:active,
input[type="reset"].active,
input[type="reset"]:active,
input[type="submit"].active,
input[type="submit"]:active {
    background-image: none;
    outline: 0;
}
.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled,
.disabled.hero-action-btn,
.hero-action-btn:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.btn-secondary,
.checkout_coupon .form-row-last .button,
table.cart .coupon .button {
    background-color: #333e48;
    color: #fff;
}
.form-inline-block {
    display: inline-block;
}
.btn-longer {
    padding: 0.6875rem 2.625rem;
}
.btn-primary,
input[type="submit"] {
    font-weight: 700;
}
.form-row {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    margin-bottom: 1.714em;
}
@media (min-width: 768px) {
    .form-row {
        width: 100%;
    }
}
.form-row label:not(.inline) {
    display: block;
}
#billing_address_2_field {
    margin-top: -0.714em;
}
@media (min-width: 768px) {
    .form-row-first,
    .form-row-last {
        width: 50%;
    }
}
.form-row-wide {
    clear: both;
    width: 100%;
}
.form-row {
    padding-left: 0;
    padding-right: 0;
}
.form-row.form-row-first {
    padding-right: 15px;
    clear: left;
}
.form-row.form-row-last {
    padding-left: 15px;
}
.clear::after,
form::after {
    content: "";
    display: table;
    clear: both;
}
.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
    padding: 0.857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
textarea {
    overflow: auto;
    padding-left: 0.857em;
    vertical-align: top;
    width: 100%;
}
fieldset {
    clear: both;
}
fieldset legend {
    font-size: 1.5em;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.col2-set {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.col2-set::after {
    content: "";
    display: table;
    clear: both;
}
.col2-set .col-1,
.col2-set .col-2 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        width: 50%;
    }
}
.dokan-store .page-header,
.woocommerce-page .page-header {
    position: relative;
    margin-bottom: 1.429em;
}
.dokan-store .page-header .woocommerce-result-count,
.woocommerce-page .page-header .woocommerce-result-count {
    position: absolute;
    margin: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dokan-store .page-title,
.woocommerce-page .page-title {
    font-size: 1.786em;
    line-height: 1.6em;
    margin: 0;
}
@media (max-width: 768px) {
    .woocommerce-page .page-header {
        flex-direction: column;
    }
    .woocommerce-page .page-header .page-title {
        line-height: 1;
        font-size: 1.55em;
    }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.618em;
    background-color: #5cb85c;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.618em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after,
.woocommerce-noreviews::after,
p.no-comments::after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #fff;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
    color: #fff;
    opacity: 0.7;
}
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
    opacity: 1;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-noreviews a.button,
.woocommerce p.no-comments a.button {
    float: right;
    padding: 0;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 0;
}
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover,
.woocommerce .woocommerce-error a.buttonhover,
.woocommerce .woocommerce-info a.buttonhover,
.woocommerce .woocommerce-message a.buttonhover,
.woocommerce .woocommerce-noreviews a.buttonhover,
.woocommerce p.no-comments a.buttonhover {
    background: 0 0;
    color: #fff !important;
    opacity: 0.7;
    background: none !important;
}
.woocommerce-error pre,
.woocommerce-info pre,
.woocommerce-message pre,
.woocommerce-noreviews pre,
p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1);
}
.site-content > .container > .woocommerce > .woocommerce-error:first-child,
.site-content > .container > .woocommerce > .woocommerce-info:first-child,
.site-content > .container > .woocommerce > .woocommerce-message:first-child {
    margin-top: 2.618em;
}
.wc-forward:after {
    content: "\f30b";
    margin-left: 0.53em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.woocommerce-error {
    list-style: none;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    color: #333e48;
}

.woocommerce-info a,
.woocommerce-info button,
.woocommerce-noreviews a,
.woocommerce-noreviews button,
p.no-comments a,
p.no-comments button {
    color: #333e48;
    font-weight: 700;
}
.woocommerce-info a:focus,
.woocommerce-info a:hover,
.woocommerce-info button:focus,
.woocommerce-info button:hover,
.woocommerce-noreviews a:focus,
.woocommerce-noreviews a:hover,
.woocommerce-noreviews button:focus,
.woocommerce-noreviews button:hover,
p.no-comments a:focus,
p.no-comments a:hover,
p.no-comments button:focus,
p.no-comments button:hover {
    color: #333e48;
    text-decoration: none;
}
.woocommerce-error {
    background-color: #d9534f;
}
dl.variation {
    font-size: 0.857em;
    margin: 0.857em 0 0 0;
}
dl.variation dd {
    margin: 0 0 1em;
}
dl.variation dd p {
    margin: 0;
}
.in-stock span,
p.in-stock {
    color: #5cb85c;
}
.out-of-stock span,
p.out-of-stock {
    color: #d9534f;
}
.available-on-backorder span,
p.available-on-backorder {
    color: #f0ad4e;
}
section {
    margin-bottom: 3.571em;
}
section header {
    margin-bottom: 2.857em;
    border-bottom: 1px solid #dadada;
}
section header .h1,
section header h1 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: inline-block;
    padding-bottom: 0.4em;
    position: relative;
    margin-bottom: 0;
}
section header .h1:after,
section header h1:after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
section > h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    position: relative;
    margin-bottom: 1.6em;
}
.page .entry-header {
    text-align: center;
    margin-bottom: 2.857em;
}
.page .entry-header h1 {
    font-size: 2.857em;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}
.page .entry-header .entry-subtitle {
    color: #9f9f9f;
}
.page .entry-header.header-with-cover-image {
    background-size: cover;
    background-position: center top;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    min-height: 589px;
    margin-bottom: 0;
}
.page .entry-header.header-with-cover-image .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page .entry-header.header-with-cover-image .caption h1 {
    font-weight: 700;
    margin-bottom: 0;
}
.page .entry-header.header-with-cover-image .caption .entry-subtitle {
    color: #434343;
    font-size: 1.286em;
    position: relative;
    top: 1.667em;
}
.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.618em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    padding: 0 0 1em 0;
}
embed,
iframe,
object,
video {
    max-width: 100%;
}
img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
img.desaturate:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}
.primary-nav .nav-inline > .menu-item,
.primary-nav-menu .nav-inline > .menu-item {
    display: inline-block;
}
.primary-nav .nav-inline > .menu-item + .menu-item,
.primary-nav-menu .nav-inline > .menu-item + .menu-item {
    margin-left: 2.5em;
}
.primary-nav .nav-inline > .menu-item.dropdown + .menu-item,
.primary-nav-menu .nav-inline > .menu-item.dropdown + .menu-item {
    margin-left: 2.143em;
}
.primary-nav .nav-inline > .menu-item > a,
.primary-nav-menu .nav-inline > .menu-item > a {
    display: inline-block;
    color: #334141;
    font-size: 1.071em;
    font-weight: 700;
}
.primary-nav .nav-inline > .menu-item > a:focus,
.primary-nav .nav-inline > .menu-item > a:hover,
.primary-nav-menu .nav-inline > .menu-item > a:focus,
.primary-nav-menu .nav-inline > .menu-item > a:hover {
    text-decoration: none;
}
.primary-nav .nav-inline > .menu-item > a.disabled,
.primary-nav-menu .nav-inline > .menu-item > a.disabled {
    color: #818a91;
}
.primary-nav .nav-inline > .menu-item > a.disabled,
.primary-nav .nav-inline > .menu-item > a.disabled:focus,
.primary-nav .nav-inline > .menu-item > a.disabled:hover,
.primary-nav-menu .nav-inline > .menu-item > a.disabled,
.primary-nav-menu .nav-inline > .menu-item > a.disabled:focus,
.primary-nav-menu .nav-inline > .menu-item > a.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}
.primary-nav .nav-inline .dropdown-toggle::after,
.primary-nav-menu .nav-inline .dropdown-toggle::after {
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #aeaeae;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 0.5em;
    margin-right: 0;
    width: auto;
    height: auto;
    font-size: 12px;
}
.primary-nav .nav-inline > .menu-item.open .dropdown-menu,
.primary-nav-menu .nav-inline > .menu-item.open .dropdown-menu {
    transform: translateY(0);
}
.header-logo + .primary-nav {
    padding: 0.9em 0.9375rem;
}
.departments-menu > .nav-item {
    width: 24%;
    margin-right: 15px;
}
.departments-menu > .nav-item .nav-link {
    padding-left: 1.5em;
}
.departments-menu .departments-menu-dropdown,
.departments-menu .menu-item-has-children > .dropdown-menu {
    width: 100%;
    border-width: 2px;
    border-radius: 0.625rem;
    padding: 0.857em 0;
}
.departments-menu .departments-menu-dropdown > li,
.departments-menu .menu-item-has-children > .dropdown-menu > li {
    padding: 0 0.929em;
}
.departments-menu .departments-menu-dropdown:hover,
.departments-menu .menu-item-has-children > .dropdown-menu:hover {
    border-bottom-right-radius: 0;
}
.departments-menu .menu-item-has-children > .dropdown-menu {
    padding: 0;
}
.departments-menu .departments-menu-dropdown {
    top: 107%;
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 2000;
}
.departments-menu .dropdown-menu > .menu-item {
    position: static;
}
.departments-menu .dropdown-menu > .menu-item > a {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    color: #333e48;
    padding: 9px 0 9px 8px;
    white-space: normal;
}
.departments-menu .dropdown-menu > .menu-item > a:focus,
.departments-menu .dropdown-menu > .menu-item > a:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}
.departments-menu .dropdown-menu > .menu-item > a.active,
.departments-menu .dropdown-menu > .menu-item > a.active:focus,
.departments-menu .dropdown-menu > .menu-item > a.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #efecec;
    outline: 0;
}
.departments-menu .dropdown-menu > .menu-item > a.disabled,
.departments-menu .dropdown-menu > .menu-item > a.disabled:focus,
.departments-menu .dropdown-menu > .menu-item > a.disabled:hover {
    color: #818a91;
}
.departments-menu .dropdown-menu > .menu-item > a.disabled:focus,
.departments-menu .dropdown-menu > .menu-item > a.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
.departments-menu .dropdown-menu > .menu-item > a .fa {
    font-size: 1.071em;
    padding-right: 1em;
}
.departments-menu .dropdown-menu > .menu-item > a .ec {
    font-size: 1.286em;
    padding-right: 0.667em;
}
.departments-menu .dropdown-menu > .menu-item > a i {
    width: 30px;
}
.departments-menu .dropdown-menu > .menu-item.highlight > a {
    font-weight: 700;
}
.departments-menu .dropdown-menu > .menu-item + .menu-item > a {
    border-top: 1px solid #ddd;
}
.departments-menu .menu-item-has-children > .dropdown-menu {
    top: -4px;
    border-radius: 0;
}
.departments-menu .menu-item-has-children > .dropdown-menu .menu-item-object-static_block {
    position: relative;
}
.departments-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) {
    width: 277px;
}
.departments-menu
    .menu-item-has-children
    > .dropdown-menu
    > li.menu-item:not(.menu-item-object-static_block):first-child {
    margin-top: 1.143em;
}
.departments-menu
    .menu-item-has-children
    > .dropdown-menu
    > li.menu-item:not(.menu-item-object-static_block)
    .dropdown-menu {
    left: 98%;
}
.page-template-template-homepage-v2 .departments-menu > .dropdown.open > .dropdown-menu,
.page-template-template-homepage-v2 .departments-menu > .dropdown > .dropdown-menu {
    display: block;
}
.vertical-menu {
    clear: both;
    background-color: #fff;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    width: 100%;
}
.vertical-menu .menu-item > a .fa {
    font-size: 1.071em;
    padding-right: 1em;
}
.vertical-menu .menu-item > a .ec {
    font-size: 1.286em;
    padding-right: 0.667em;
}
.vertical-menu .menu-item > a i {
    width: 30px;
}
.vertical-menu.make-absolute {
    width: calc(100% - 2.143em);
    position: absolute;
    z-index: 1;
}
.vertical-menu > li.list-group-item {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border: none;
    padding: 0;
    margin-bottom: 0.571em;
}
.vertical-menu > li.list-group-item > a,
.vertical-menu > li.list-group-item > span {
    font-size: 1.143em;
    line-height: 1.125em;
    font-weight: 700;
    padding: 1.071em 1.25em;
    display: block;
}
.vertical-menu > li.list-group-item.dropdown {
    border-radius: 9px;
    padding: 0;
    margin-bottom: 0.875em;
}
.vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown-hover"],
.vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown"] {
    padding: 1.071em 1.25em;
    display: block;
    color: #333e48;
}
.vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown-hover"]:focus,
.vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown-hover"]:hover,
.vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown"]:focus,
.vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown"]:hover {
    color: #333e48;
    text-decoration: none;
}
.vertical-menu > li.list-group-item.dropdown.open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.vertical-menu > .menu-item:last-child {
    margin-bottom: 0.571em;
}
.vertical-menu > .menu-item:last-child > a {
    border-bottom: 0;
}
.vertical-menu .dropdown-menu > .menu-item,
.vertical-menu > .menu-item {
    position: static;
    display: block;
    padding: 0 1.143em;
}
.vertical-menu .dropdown-menu > .menu-item.highlight > a,
.vertical-menu > .menu-item.highlight > a {
    font-weight: 700;
}
.vertical-menu .dropdown-menu > .menu-item > a,
.vertical-menu > .menu-item > a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0.608em 0.357em;
    font-size: 1em;
    color: #333e48;
    font-weight: 400;
}
.vertical-menu .dropdown-menu > .menu-item > a:focus,
.vertical-menu .dropdown-menu > .menu-item > a:hover,
.vertical-menu > .menu-item > a:focus,
.vertical-menu > .menu-item > a:hover {
    color: #333e48;
    text-decoration: none;
    background-color: #f5f5f5;
    font-weight: 700;
}
.vertical-menu .dropdown-menu > .menu-item:focus > a,
.vertical-menu .dropdown-menu > .menu-item:hover > a,
.vertical-menu > .menu-item:focus > a,
.vertical-menu > .menu-item:hover > a {
    background-color: #f5f5f5;
    font-weight: 700;
}
.vertical-menu .menu-item-has-children a[data-toggle="dropdown-hover"]::after,
.vertical-menu .menu-item-has-children a[data-toggle="dropdown"]::after {
    font-family: font-electro;
    border-top: none;
    border-left: none;
    border-right: none;
    width: auto;
    height: auto;
}
.vertical-menu .menu-item-has-children > .dropdown-menu {
    top: 50px;
    border-radius: 0;
    padding: 0;
}
.vertical-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) {
    width: 277px;
}
.vertical-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block):first-child {
    margin-top: 1.143em;
}
.vertical-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) > a {
    border-bottom: 0;
    padding: 0.35em 1.429em;
}
.vertical-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) > a:focus,
.vertical-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) > a:hover {
    background-color: transparent;
}
.vertical-menu
    .menu-item-has-children
    > .dropdown-menu
    > li.menu-item:not(.menu-item-object-static_block)
    .dropdown-menu {
    top: -4px;
    left: 99%;
}
.vertical-menu .list-group-item > .dropdown-menu {
    font-size: 14px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    top: 97%;
    padding-top: 0.714em;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-top: 0;
    border-color: #eee;
}
.vertical-menu .list-group-item > .dropdown-menu > .menu-item:last-child {
    margin-bottom: 0.571em;
}
.vertical-menu .list-group-item > .dropdown-menu > .menu-item:last-child > a {
    border-bottom: 0;
}
.vertical-menu .list-group-item > .dropdown-menu > .menu-item > a {
    padding-right: 0.257em;
}
.vertical-menu .list-group-item > .dropdown-menu > .menu-item .dropdown-menu {
    top: -3px;
    border-radius: 0;
    padding: 0;
}
.secondary-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 3.714em;
}
.secondary-nav > .menu-item {
    display: inline-block;
}
.secondary-nav > .menu-item a {
    display: inline-block;
    color: #333e48;
}
.secondary-nav > .menu-item a:focus,
.secondary-nav > .menu-item a:hover {
    text-decoration: none;
    color: #333e48;
}
.secondary-nav > .menu-item.highlight > a {
    color: #df3737;
}
.secondary-nav > .menu-item.unbold a {
    font-weight: 400;
}
.secondary-nav > .menu-item.bold a {
    font-weight: 400;
}
.secondary-nav > .menu-item.pull-right a {
    font-weight: 400;
}
.secondary-nav > .menu-item + .menu-item {
    margin-left: 2em;
}
.secondary-nav .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.secondary-nav > .dropdown.open > a {
    position: relative;
}
.secondary-nav > .dropdown.open > a::before {
    content: "\f0d8";
    position: absolute;
    display: block;
    left: 45%;
    bottom: -24px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.secondary-nav > .dropdown > a.dropdown-toggle::after {
    content: "\f107";
    border: none;
    width: auto;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.secondary-nav > .dropdown.yamm-fw:last-child > .dropdown-menu,
.secondary-nav > .dropdown.yamm-tfw:last-child > .dropdown-menu {
    right: 0;
}
.secondary-nav > .dropdown.yamm-fw .dropdown-menu,
.secondary-nav > .dropdown.yamm-tfw .dropdown-menu {
    padding: 0;
}
.secondary-nav > .dropdown .dropdown-submenu.menu-item-has-children > a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    float: right;
}
.secondary-nav > .dropdown .dropdown-submenu.open > a {
    font-weight: 700;
}
.secondary-nav > .dropdown .dropdown-submenu.open > .dropdown-menu {
    top: 0;
}
.secondary-nav > .dropdown .dropdown-submenu > .dropdown-menu {
    top: 0;
}
.navbar-search {
    float: left;
    width: 52%;
}
.navbar-search > .input-group {
    width: 100%;
    display: flex;
}
.navbar-search > .input-group .input-search-field {
    flex-grow: 1;
    flex-basis: 0;
    margin-right: -1px;
}
.navbar-search > .input-group .input-search-field .product-search-field.form-control,
.navbar-search > .input-group .input-search-field table.cart .coupon .product-search-field.input-text,
table.cart .coupon .navbar-search > .input-group .input-search-field .product-search-field.input-text {
    border-top-left-radius: 2.467em;
    border-bottom-left-radius: 2.467em;
}
.navbar-search > .input-group .search-categories {
    display: flex;
}
.navbar-search > .input-group .input-group-btn,
.navbar-search > .input-group .search-categories {
    width: auto;
    height: 50px;
}
.navbar-search .form-control,
.navbar-search table.cart .coupon .input-text,
table.cart .coupon .navbar-search .input-text {
    background: #fff;
    line-height: 1.34em;
    padding: 1.01em 2.134em;
    height: 50px;
    border-radius: 2.467em;
}
.navbar-search .search-field:not(:first-child):not(:last-child) {
    border-top-left-radius: 2.467em;
    border-bottom-left-radius: 2.467em;
}
.navbar-search .btn,
.navbar-search .hero-action-btn,
.navbar-search button {
    line-height: 1.36em;
    padding: 1.08em 1.93em;
    height: 50px;
    border-radius: 2.571em;
}
.navbar-search .btn:focus,
.navbar-search .btn:hover,
.navbar-search .hero-action-btn:focus,
.navbar-search .hero-action-btn:hover,
.navbar-search button:focus,
.navbar-search button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.navbar-search .search-categories.input-group-addon {
    border: none;
    background-color: #fff;
}
.navbar-search .search-categories > select {
    color: #6b6b6b;
    font-size: 0.938em;
    line-height: 1.4em;
    display: inline-block;
    max-width: 100%;
    padding: 0 1.75rem 0 0.75rem;
    vertical-align: middle;
    background: #fff
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.navbar-search .search-categories > select:focus {
    border-color: #51a7e8;
    outline: 0;
}
.navbar-search .search-categories > select::-ms-expand {
    opacity: 0;
}
.header-v1 .navbar-search {
    width: 50%;
}
.navbar-mini-cart .nav-link > .fa {
    margin-right: 1.071em;
}
.navbar-mini-cart .nav-link {
    position: relative;
}
.navbar-mini-cart .cart-items-count {
    font-size: 0.75em;
    line-height: 1.75em;
    font-weight: 700;
    position: absolute;
    left: 7px;
    width: 1.75em;
    text-align: center;
    border-radius: 50%;
    bottom: 4px;
}
.dropdown-menu-mini-cart {
    width: 332px;
    left: auto;
    right: 0;
    padding: 15px;
    border-radius: 0;
    top: 120% !important;
    box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
    border: none;
}
.dropdown-menu-mini-cart .mini_cart_item {
    margin-bottom: 1em;
    padding-bottom: 1.143em;
    border-bottom: 1px solid #ddd;
}
.dropdown-menu-mini-cart p.total {
    display: none;
}
.dropdown-menu-mini-cart .quantity,
.dropdown-menu-mini-cart dl.variation {
    margin-left: 95px;
}
.dropdown-menu-mini-cart p.buttons {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.dropdown-menu-mini-cart .wc-forward {
    padding: 0.75em 1em;
    margin: 0 0.5em;
    margin-bottom: 15px;
}
.dropdown-menu-mini-cart .wc-forward::after {
    content: none;
}
.site-header .dropdown-menu-mini-cart .widget_shopping_cart p.buttons.wcppec-cart-widget-spb {
    padding-top: 1.5em;
    padding-bottom: 0;
}
.woocommerce-ordering .orderby {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #55595c;
    vertical-align: middle;
    background: #fff
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 1.071em;
    color: #7e7e7e;
    border-color: #e3e3e3;
}
.woocommerce-ordering .orderby:focus {
    border-color: #51a7e8;
    outline: 0;
}
.woocommerce-ordering .orderby::-ms-expand {
    opacity: 0;
}
.widget .woocommerce-ordering .orderby {
    display: block;
    width: 100%;
    padding: 8px 25px;
}
.ec-tabs,
.wc-tabs {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 1199px) {
    .ec-tabs,
    .wc-tabs {
        margin-bottom: 20px;
        display: flex;
        overflow: auto;
        border: none;
        padding-bottom: 6px;
        position: relative;
    }
    .ec-tabs::after,
    .wc-tabs::after {
        content: " ";
        border-bottom: 1px solid #ddd;
        display: block;
        position: absolute;
        bottom: 5px;
        width: 100%;
    }
    .ec-tabs li,
    .wc-tabs li {
        margin: 0;
        flex-shrink: 0;
    }
    .ec-tabs li .nav-link.active::after,
    .wc-tabs li .nav-link.active::after {
        z-index: 1;
    }
    .ec-tabs li + li,
    .wc-tabs li + li {
        padding-left: 40px;
    }
}
.ec-tabs > li,
.wc-tabs > li {
    display: inline-block;
}
.ec-tabs > li a,
.wc-tabs > li a {
    line-height: 1em;
    font-size: 1.286em;
    color: #333e48;
    padding-bottom: 1em;
    position: relative;
    display: block;
}
.ec-tabs > li a:focus,
.ec-tabs > li a:hover,
.wc-tabs > li a:focus,
.wc-tabs > li a:hover {
    text-decoration: none;
}
.ec-tabs > li.active a,
.wc-tabs > li.active a {
    font-weight: 700;
}
.ec-tabs > li.active a::before,
.wc-tabs > li.active a::before {
    content: " ";
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%);
}
.ec-tabs > li.active a::after,
.wc-tabs > li.active a::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 2;
}
.ec-tabs > li + li,
.wc-tabs > li + li {
    margin-left: 3.214em;
}
.electro-wc-wppp-select {
    border-radius: 1.071em;
    color: #7e7e7e;
    border-color: #e3e3e3;
}
.form-adv-pagination {
    display: inline-block;
}
.electro-advanced-pagination {
    color: #7e7e7e;
}
.electro-advanced-pagination input[type="number"] {
    color: #7e7e7e;
    width: 3.335em;
    text-align: center;
    padding: 0.201em 0.75em;
    border: 1px solid #e3e3e3;
    -moz-appearance: textfield;
}
.electro-advanced-pagination input[type="number"]::-webkit-inner-spin-button,
.electro-advanced-pagination input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.electro-advanced-pagination a.prev {
    padding-right: 0.6em;
}
.electro-advanced-pagination a.next {
    padding-left: 0.6em;
}
.electro-advanced-pagination a.next,
.electro-advanced-pagination a.prev {
    color: #b0b0b0;
    font-size: 1.429em;
}
.electro-advanced-pagination a.next:focus,
.electro-advanced-pagination a.next:hover,
.electro-advanced-pagination a.prev:focus,
.electro-advanced-pagination a.prev:hover {
    text-decoration: none;
    color: #b0b0b0;
}
.electro-advanced-pagination .form-control,
.electro-advanced-pagination table.cart .coupon .input-text,
table.cart .coupon .electro-advanced-pagination .input-text {
    display: inline-block;
}
.owl-item > .product .product-outer,
.section-onsale-product .onsale-product .product-outer,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-outer,
li.product .product-outer {
    height: 100%;
}
.owl-item > .product .product-inner,
.section-onsale-product .onsale-product .product-inner,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-inner,
li.product .product-inner {
    padding: 1.429em 1.714em 1.357em 1.714em;
    height: 100%;
    position: relative;
}
.owl-item > .product .hover-area,
.section-onsale-product .onsale-product .hover-area,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area,
li.product .hover-area {
    display: none;
    border: none;
    position: relative;
    background-color: #fff;
}
.owl-item > .product .hover-area .button,
.section-onsale-product .onsale-product .hover-area .button,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .button,
li.product .hover-area .button {
    position: absolute;
    top: -20px;
    left: 50%;
    white-space: pre;
    transform: translateX(-50%);
}
.owl-item > .product .hover-area .button:active,
.owl-item > .product .hover-area .button:focus,
.owl-item > .product .hover-area .button:hover,
.section-onsale-product .onsale-product .hover-area .button:active,
.section-onsale-product .onsale-product .hover-area .button:focus,
.section-onsale-product .onsale-product .hover-area .button:hover,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .button:active,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .button:focus,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .button:hover,
li.product .hover-area .button:active,
li.product .hover-area .button:focus,
li.product .hover-area .button:hover {
    color: #fff;
}
.owl-item > .product .hover-area .action-buttons,
.section-onsale-product .onsale-product .hover-area .action-buttons,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons,
li.product .hover-area .action-buttons {
    width: 100%;
    font-size: 0.929em;
    line-height: 1.385em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.owl-item > .product .hover-area .action-buttons .clear,
.section-onsale-product .onsale-product .hover-area .action-buttons .clear,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons .clear,
li.product .hover-area .action-buttons .clear {
    display: none;
}
.owl-item > .product .hover-area .action-buttons a,
.owl-item > .product .hover-area .action-buttons div,
.owl-item > .product .hover-area .action-buttons p,
.owl-item > .product .hover-area .action-buttons span,
.section-onsale-product .onsale-product .hover-area .action-buttons a,
.section-onsale-product .onsale-product .hover-area .action-buttons div,
.section-onsale-product .onsale-product .hover-area .action-buttons p,
.section-onsale-product .onsale-product .hover-area .action-buttons span,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons a,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons div,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons p,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons span,
li.product .hover-area .action-buttons a,
li.product .hover-area .action-buttons div,
li.product .hover-area .action-buttons p,
li.product .hover-area .action-buttons span {
    margin: 0;
    padding: 0;
    color: #949494;
}
.owl-item > .product .hover-area .action-buttons > a,
.owl-item > .product .hover-area .action-buttons > div,
.section-onsale-product .onsale-product .hover-area .action-buttons > a,
.section-onsale-product .onsale-product .hover-area .action-buttons > div,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons > a,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons > div,
li.product .hover-area .action-buttons > a,
li.product .hover-area .action-buttons > div {
    padding-top: 0.571em;
}
.owl-item > .product .hover-area .action-buttons .clear,
.section-onsale-product .onsale-product .hover-area .action-buttons .clear,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons .clear,
li.product .hover-area .action-buttons .clear {
    display: none;
}
.owl-item > .product .hover-area .action-buttons a:hover,
.section-onsale-product .onsale-product .hover-area .action-buttons a:hover,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .hover-area .action-buttons a:hover,
li.product .hover-area .action-buttons a:hover {
    color: #3b3b3b;
}
.owl-item > .product .product-loop-footer,
.section-onsale-product .onsale-product .product-loop-footer,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-loop-footer,
li.product .product-loop-footer {
    position: relative;
}
.owl-item > .product .product-loop-footer .onsale,
.section-onsale-product .onsale-product .product-loop-footer .onsale,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-loop-footer .onsale,
li.product .product-loop-footer .onsale {
    top: -30px;
}
li.product .product-loop-footer .price-add-to-cart .price {
    margin-bottom: .25em;
}
.owl-item .product-loop-footer .price-add-to-cart .price del,
.owl-item .product-loop-footer .price-add-to-cart .price ins,
li.product .product-loop-footer .price-add-to-cart .price del,
li.product .product-loop-footer .price-add-to-cart .price ins {
    display: block;
}
.owl-item > .product .loop-product-categories,
.section-onsale-product .onsale-product .loop-product-categories,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .loop-product-categories,
li.product .loop-product-categories {
    display: block;
    color: #878787;
    overflow: hidden;
}
.owl-item > .product .loop-product-categories a,
.section-onsale-product .onsale-product .loop-product-categories a,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .loop-product-categories a,
li.product .loop-product-categories a {
    color: #878787;
}
.owl-item > .product .loop-product-categories a:focus,
.owl-item > .product .loop-product-categories a:hover,
.section-onsale-product .onsale-product .loop-product-categories a:focus,
.section-onsale-product .onsale-product .loop-product-categories a:hover,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .loop-product-categories a:focus,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .loop-product-categories a:hover,
li.product .loop-product-categories a:focus,
li.product .loop-product-categories a:hover {
    text-decoration: none;
    color: #333;
}
.owl-item > .product .loop-product-categories,
li.product .loop-product-categories {
    display: none !important;
}
.owl-item > .product .woocommerce-loop-product__link,
.section-onsale-product .onsale-product .woocommerce-loop-product__link,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .woocommerce-loop-product__link,
li.product .woocommerce-loop-product__link {
    color: #0062bd;
}
.owl-item > .product .woocommerce-loop-product__link:focus,
.owl-item > .product .woocommerce-loop-product__link:hover,
.section-onsale-product .onsale-product .woocommerce-loop-product__link:focus,
.section-onsale-product .onsale-product .woocommerce-loop-product__link:hover,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .woocommerce-loop-product__link:focus,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .woocommerce-loop-product__link:hover,
li.product .woocommerce-loop-product__link:focus,
li.product .woocommerce-loop-product__link:hover {
    text-decoration: none;
}
.owl-item > .product .product-rating,
.section-onsale-product .onsale-product .product-rating,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-rating,
li.product .product-rating {
    clear: both;
    margin-bottom: 1.667em;
    font-size: 0.857em;
    color: #7d7d7d;
}
.owl-item > .product .product-rating::after,
.section-onsale-product .onsale-product .product-rating::after,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-rating::after,
li.product .product-rating::after {
    content: "";
    display: table;
    clear: both;
}
.owl-item > .product .product-rating .star-rating,
.section-onsale-product .onsale-product .product-rating .star-rating,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-rating .star-rating,
li.product .product-rating .star-rating {
    display: inline-block;
}
.owl-item > .product .product-short-description,
.section-onsale-product .onsale-product .product-short-description,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-short-description,
li.product .product-short-description {
    clear: both;
    color: #7d7d7d;
    font-size: 0.857em;
    line-height: 1.75em;
    margin-bottom: 3em;
    height: 7em;
    overflow: hidden;
}
.owl-item > .product .product-short-description::after,
.section-onsale-product .onsale-product .product-short-description::after,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-short-description::after,
li.product .product-short-description::after {
    content: "";
    display: table;
    clear: both;
}
.owl-item > .product .product-short-description ul,
.section-onsale-product .onsale-product .product-short-description ul,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-short-description ul,
li.product .product-short-description ul {
    padding-left: 18px;
}
.owl-item > .product .product-sku,
.section-onsale-product .onsale-product .product-sku,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .product-sku,
li.product .product-sku {
    font-size: 0.857em;
    color: #7d7d7d;
    margin-bottom: 0.5em;
}
.owl-item > .product .price-add-to-cart,
.section-onsale-product .onsale-product .price-add-to-cart,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price-add-to-cart,
li.product .price-add-to-cart {
    clear: both;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.owl-item > .product .price,
.section-onsale-product .onsale-product .price,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price,
li.product .price {
    color: #343f49;
    font-weight: 400;
}
.owl-item > .product .price del,
.owl-item > .product .price ins,
.section-onsale-product .onsale-product .price del,
.section-onsale-product .onsale-product .price ins,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price del,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price ins,
li.product .price del,
li.product .price ins {
    text-decoration: none;
}
.owl-item > .product .price ins,
.section-onsale-product .onsale-product .price ins,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price ins,
li.product .price ins {
    color: #e00;
}
.owl-item > .product .price del,
.section-onsale-product .onsale-product .price del,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price del,
li.product .price del {
    color: #848484;
    font-size: 0.6em;
    line-height: 1.5em;
}
.owl-item > .product .price del .amount,
.section-onsale-product .onsale-product .price del .amount,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price del .amount,
li.product .price del .amount {
    text-decoration: line-through;
}
.owl-item > .product .button,
.section-onsale-product .onsale-product .button,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .button,
li.product .button {
    padding: 0.5em 1.385em;
}
.owl-item > .product .add-to-cart-wrap .button,
.owl-item > .product .added_to_cart,
.section-onsale-product .onsale-product .add-to-cart-wrap .button,
.section-onsale-product .onsale-product .added_to_cart,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart,
li.product .add-to-cart-wrap .button,
li.product .added_to_cart {
    float: right;
    background-color: transparent;
    text-indent: -99999px;
    padding: 0;
}
.owl-item > .product .add-to-cart-wrap .button:focus,
.owl-item > .product .add-to-cart-wrap .button:hover,
.owl-item > .product .added_to_cart:focus,
.owl-item > .product .added_to_cart:hover,
.section-onsale-product .onsale-product .add-to-cart-wrap .button:focus,
.section-onsale-product .onsale-product .add-to-cart-wrap .button:hover,
.section-onsale-product .onsale-product .added_to_cart:focus,
.section-onsale-product .onsale-product .added_to_cart:hover,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button:focus,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button:hover,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart:focus,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart:hover,
li.product .add-to-cart-wrap .button:focus,
li.product .add-to-cart-wrap .button:hover,
li.product .added_to_cart:focus,
li.product .added_to_cart:hover {
    background-color: transparent;
}
.owl-item > .product .add-to-cart-wrap .button::before,
.owl-item > .product .added_to_cart::before,
.section-onsale-product .onsale-product .add-to-cart-wrap .button::before,
.section-onsale-product .onsale-product .added_to_cart::before,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button::before,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart::before,
li.product .add-to-cart-wrap .button::before,
li.product .added_to_cart::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    background-color: #e6e6e6;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    padding: 0.5em 0.433em;
}
.owl-item > .product .add-to-cart-wrap .button::before,
.owl-item > .product .added_to_cart::before,
.section-onsale-product .onsale-product .add-to-cart-wrap .button::before,
.section-onsale-product .onsale-product .added_to_cart::before,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button::before,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart::before,
li.product .add-to-cart-wrap .button::before,
li.product .added_to_cart::before {
    content: "\f30b";
    padding: 0.5em 0.504em;
    float: right;
    text-indent: 0;
    line-height: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.owl-item > .product .button.add_to_cart_button::before,
.section-onsale-product .onsale-product .button.add_to_cart_button::before,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .button.add_to_cart_button::before,
li.product .button.add_to_cart_button::before {
    content: "\61";
    font-family: font-electro;
    padding: 8.94px 8px;
    float: right;
    text-indent: 0;
    font-weight: 400;
    line-height: 16px;
}
.owl-item > .product .button.add_to_cart_button,
li.product .button.add_to_cart_button {
    width: auto !important;
    padding: 3px 10px;
    background: #f89a20;
    font-weight: bold;
    text-indent: 0;
    white-space: nowrap;
    color: white;
}
.owl-item .product:hover .button.add_to_cart_button,
li.product:hover .button.add_to_cart_button {
    background: #d87a00 !important;
    color: white !important;
}
.owl-item > .product .button.add_to_cart_button::before,
li.product .button.add_to_cart_button::before {
    content: none;
}
.owl-item > .product .button.product_type_variable::before,
.section-onsale-product .onsale-product .button.product_type_variable::before,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .button.product_type_variable::before,
li.product .button.product_type_variable::before {
    content: "\f0a6";
    padding: 0.5em 0.575em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.owl-item > .product .button.product_type_external::before,
.section-onsale-product .onsale-product .button.product_type_external::before,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .button.product_type_external::before,
li.product .button.product_type_external::before {
    content: "\f360";
    padding: 0.5em 0.504em;
    float: right;
    text-indent: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.owl-item > .product .button.added,
.section-onsale-product .onsale-product .button.added,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .button.added,
li.product .button.added {
    display: none;
}
.owl-item > .product .add-to-cart-wrap .button,
.owl-item > .product .added_to_cart,
.section-onsale-product .onsale-product .add-to-cart-wrap .button,
.section-onsale-product .onsale-product .added_to_cart,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .add-to-cart-wrap .button,
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart,
li.product .add-to-cart-wrap .button,
li.product .added_to_cart {
    width: 2.571em;
}
.action-buttons a:hover {
    color: #3b3b3b;
}
.columns-4 .section-onsale-product ul.products > .list-view.onsale-product,
.columns-4 .section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content,
.columns-4 ul.products > li.product.list-view,
.columns-5 .section-onsale-product ul.products > .list-view.onsale-product,
.columns-5 .section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content,
.columns-5 ul.products > li.product.list-view,
.columns-6 .section-onsale-product ul.products > .list-view.onsale-product,
.columns-6 .section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content,
.columns-6 ul.products > li.product.list-view,
.section-onsale-product .columns-4 ul.products > .list-view.onsale-product,
.section-onsale-product .columns-5 ul.products > .list-view.onsale-product,
.section-onsale-product .columns-6 ul.products > .list-view.onsale-product,
.section-onsale-product ul.products > .list-view.onsale-product,
.section-onsale-product-carousel .onsale-product-carousel .columns-4 ul.products > .list-view.onsale-product-content,
.section-onsale-product-carousel .onsale-product-carousel .columns-5 ul.products > .list-view.onsale-product-content,
.section-onsale-product-carousel .onsale-product-carousel .columns-6 ul.products > .list-view.onsale-product-content,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content,
ul.products > li.product.list-view {
    float: none;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .columns-4 .section-onsale-product ul.products > .list-view.onsale-product,
    .columns-4
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content,
    .columns-4 ul.products > li.product.list-view,
    .columns-5 .section-onsale-product ul.products > .list-view.onsale-product,
    .columns-5
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content,
    .columns-5 ul.products > li.product.list-view,
    .columns-6 .section-onsale-product ul.products > .list-view.onsale-product,
    .columns-6
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content,
    .columns-6 ul.products > li.product.list-view,
    .section-onsale-product .columns-4 ul.products > .list-view.onsale-product,
    .section-onsale-product .columns-5 ul.products > .list-view.onsale-product,
    .section-onsale-product .columns-6 ul.products > .list-view.onsale-product,
    .section-onsale-product ul.products > .list-view.onsale-product,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .columns-4
        ul.products
        > .list-view.onsale-product-content,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .columns-5
        ul.products
        > .list-view.onsale-product-content,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .columns-6
        ul.products
        > .list-view.onsale-product-content,
    .section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content,
    ul.products > li.product.list-view {
        width: 100%;
    }
}
.section-onsale-product ul.products > .list-view.onsale-product,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content,
ul.products > li.product.list-view {
    padding-bottom: 2.143em;
    margin-bottom: 2.143em;
    border-bottom: 1px solid #ddd;
}
.section-onsale-product ul.products > .list-view.onsale-product:last-child,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content:last-child,
ul.products > li.product.list-view:last-child {
    margin-bottom: -1.286em;
    border-bottom: none;
}
.section-onsale-product ul.products > .list-view.onsale-product .media-left,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content .media-left,
ul.products > li.product.list-view .media-left {
    padding-right: 2.5em;
}
.section-onsale-product ul.products > .list-view.onsale-product .media-left .wp-post-image,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content
    .media-left
    .wp-post-image,
ul.products > li.product.list-view .media-left .wp-post-image {
    position: static;
    display: block;
    max-width: none;
    height: auto;
    width: 270px;
}
.section-onsale-product ul.products > .list-view.onsale-product .media-body .col-xs-12:first-child,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content
    .media-body
    .col-xs-12:first-child,
ul.products > li.product.list-view .media-body .col-xs-12:first-child {
    padding-right: 45px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .section-onsale-product ul.products > .list-view.onsale-product .media-body .col-xs-12:first-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:first-child,
    ul.products > li.product.list-view .media-body .col-xs-12:first-child {
        width: 65.926%;
    }
}
@media (min-width: 768px) {
    .section-onsale-product ul.products > .list-view.onsale-product .media-body .col-xs-12:last-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:last-child,
    ul.products > li.product.list-view .media-body .col-xs-12:last-child {
        width: 34.074%;
    }
}
.section-onsale-product ul.products > .list-view.onsale-product .product-rating,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content
    .product-rating,
ul.products > li.product.list-view .product-rating {
    margin-bottom: 1em;
}
.section-onsale-product ul.products > .list-view.onsale-product .product-short-description,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content
    .product-short-description,
ul.products > li.product.list-view .product-short-description {
    height: 5.25em;
    font-size: 0.929em;
}
.section-onsale-product ul.products > .list-view.onsale-product .price,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content .price,
ul.products > li.product.list-view .price {
    margin-bottom: 0.714em;
    display: block;
}
.section-onsale-product ul.products > .list-view.onsale-product .hover-area,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content .hover-area,
ul.products > li.product.list-view .hover-area {
    display: block;
    position: static;
    background-color: transparent;
}
.section-onsale-product ul.products > .list-view.onsale-product div.availability,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content
    div.availability,
ul.products > li.product.list-view div.availability {
    display: block;
    padding-bottom: 0.714em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.429em;
}
.section-onsale-product ul.products > .list-view.onsale-product div.availability p.stock,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content
    div.availability
    p.stock,
ul.products > li.product.list-view div.availability p.stock {
    display: inline;
}
.section-onsale-product ul.products > .list-view.onsale-product:hover .hover-area,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content:hover
    .hover-area,
ul.products > li.product.list-view:hover .hover-area {
    padding-top: 0;
    border-top: none;
}
.section-onsale-product ul.products > .list-view.onsale-product::after,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content::after,
ul.products > li.product.list-view::after {
    content: none;
}
.section-onsale-product ul.products > .list-view.onsale-product:not(.list-view-small) .button,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content:not(.list-view-small)
    .button,
ul.products > li.product.list-view:not(.list-view-small) .button {
    font-size: inherit;
    float: none;
    background-color: inherit;
    display: block;
    padding: 0.643em;
    text-align: center;
    font-weight: 700;
    text-indent: 0;
    background-color: #e6e6e6;
    color: #fff;
    margin-bottom: 1.143em;
}
.section-onsale-product ul.products > .list-view.onsale-product:not(.list-view-small) .button::before,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content:not(.list-view-small)
    .button::before,
ul.products > li.product.list-view:not(.list-view-small) .button::before {
    background-color: transparent;
    padding: 0;
    position: relative;
    left: -8px;
    font-size: 21px;
    top: 4px;
}
.section-onsale-product ul.products > .list-view.onsale-product:not(.list-view-small) .added_to_cart,
.section-onsale-product ul.products > .list-view.onsale-product:not(.list-view-small) .button,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content:not(.list-view-small)
    .added_to_cart,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view.onsale-product-content:not(.list-view-small)
    .button,
ul.products > li.product.list-view:not(.list-view-small) .added_to_cart,
ul.products > li.product.list-view:not(.list-view-small) .button {
    width: auto;
}
@media (min-width: 768px) {
    .section-onsale-product ul.products > .list-view-small.onsale-product .media-body .col-xs-12:first-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view-small.onsale-product-content
        .media-body
        .col-xs-12:first-child,
    ul.products > li.product.list-view-small .media-body .col-xs-12:first-child {
        width: 71.926%;
    }
}
@media (min-width: 768px) {
    .section-onsale-product ul.products > .list-view-small.onsale-product .media-body .col-xs-12:last-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view-small.onsale-product-content
        .media-body
        .col-xs-12:last-child,
    ul.products > li.product.list-view-small .media-body .col-xs-12:last-child {
        width: 28.074%;
    }
}
.section-onsale-product ul.products > .list-view-small.onsale-product .media-left,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view-small.onsale-product-content
    .media-left,
ul.products > li.product.list-view-small .media-left {
    padding-right: 1.786em;
}
.section-onsale-product ul.products > .list-view-small.onsale-product .media-left .wp-post-image,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view-small.onsale-product-content
    .media-left
    .wp-post-image,
ul.products > li.product.list-view-small .media-left .wp-post-image {
    width: 120px;
}
.section-onsale-product ul.products > .list-view-small.onsale-product .loop-product-categories,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view-small.onsale-product-content
    .loop-product-categories,
ul.products > li.product.list-view-small .loop-product-categories {
    margin-bottom: 0.833em;
}
.section-onsale-product ul.products > .list-view-small.onsale-product h3,
.section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view-small.onsale-product-content h3,
ul.products > li.product.list-view-small h3 {
    height: 1.286em;
    margin-bottom: 0;
}
.section-onsale-product ul.products > .list-view-small.onsale-product .product-short-description,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view-small.onsale-product-content
    .product-short-description,
ul.products > li.product.list-view-small .product-short-description {
    height: 1.75em;
    margin-bottom: 0.714em;
}
.section-onsale-product ul.products > .list-view-small.onsale-product .product-rating,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view-small.onsale-product-content
    .product-rating,
ul.products > li.product.list-view-small .product-rating {
    line-height: 1;
    margin-bottom: 0;
}
.section-onsale-product ul.products > .list-view-small.onsale-product .price-add-to-cart,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view-small.onsale-product-content
    .price-add-to-cart,
ul.products > li.product.list-view-small .price-add-to-cart {
    border-bottom: 1px solid #ddd;
}
.section-onsale-product ul.products > .list-view-small.onsale-product .price-add-to-cart .button::before,
.section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .list-view-small.onsale-product-content
    .price-add-to-cart
    .button::before,
ul.products > li.product.list-view-small .price-add-to-cart .button::before {
    margin-bottom: 0.778em;
}
.pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
    content: "";
    display: table;
    clear: both;
}
.pagination ul.page-numbers > li,
.woocommerce-pagination ul.page-numbers > li {
    float: left;
    margin-right: 0.286em;
}
.pagination ul.page-numbers > li a,
.pagination ul.page-numbers > li span,
.woocommerce-pagination ul.page-numbers > li a,
.woocommerce-pagination ul.page-numbers > li span {
    color: #7e7e7e;
    display: block;
    padding: 0.643em 1.429em;
    border: 1px solid #e3e3e3;
    border-radius: 1.143em;
}
.pagination ul.page-numbers > li a:focus,
.pagination ul.page-numbers > li a:hover,
.pagination ul.page-numbers > li span:focus,
.pagination ul.page-numbers > li span:hover,
.woocommerce-pagination ul.page-numbers > li a:focus,
.woocommerce-pagination ul.page-numbers > li a:hover,
.woocommerce-pagination ul.page-numbers > li span:focus,
.woocommerce-pagination ul.page-numbers > li span:hover {
    text-decoration: none;
}
.pagination ul.page-numbers > li a.current,
.pagination ul.page-numbers > li span.current,
.woocommerce-pagination ul.page-numbers > li a.current,
.woocommerce-pagination ul.page-numbers > li span.current {
    color: #262626;
    font-weight: 700;
    border: none;
}
.pagination ul.page-numbers > li a.dots,
.pagination ul.page-numbers > li span.dots,
.woocommerce-pagination ul.page-numbers > li a.dots,
.woocommerce-pagination ul.page-numbers > li span.dots {
    border: none;
    padding: 0.642em;
}
.pagination ul.page-numbers > li a:hover,
.woocommerce-pagination ul.page-numbers > li a:hover {
    background-color: #e3e3e3;
}
.pagination ul.page-numbers > li:last-child,
.woocommerce-pagination ul.page-numbers > li:last-child {
    margin-right: 0;
}
@font-face {
    font-family: star;
    src: url(../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),
        url(../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),
        url(../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),
        url(../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: WooCommerce;
    src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),
        url(../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),
        url(../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),
        url(../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.5em;
    font-family: star;
}
.star-rating:before {
    content: "\73\73\73\73\73";
    color: rgba(0, 0, 0, 0.2);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
}
p.stars {
    display: inline-block;
    margin: 0;
}
p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -99999px;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
}
p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}
p.stars a:hover ~ a:before {
    content: "\e021";
}
p.stars:hover a:before {
    content: "\e020";
}
p.stars.selected a.active:before {
    content: "\e020";
}
p.stars.selected a.active ~ a:before {
    content: "\e021";
}
p.stars.selected a:not(.active):before {
    content: "\e020";
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #bcbcbc;
    display: inline-block;
    border-radius: 50%;
}
.owl-dots .owl-dot.active {
    width: 30px;
    height: 8px;
    border-radius: 3px;
}
.owl-dots .owl-dot + .owl-dot {
    margin-left: 1em;
}
article.post {
    margin-bottom: 6.786em;
    position: relative;
}
article.post .media-attachment {
    margin-bottom: 2.143em;
}
article.post .media-attachment .media-attachment-gallery .owl-carousel .owl-item figure {
    margin-bottom: 0;
}
article.post .media-attachment .media-attachment-gallery .owl-carousel .owl-dots {
    position: relative;
    margin-top: -1.643em;
    top: 0.714em;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
    margin-left: 2.5em;
    text-align: left;
}
article.post .media-attachment .media-attachment-gallery .owl-carousel:focus .owl-dots,
article.post .media-attachment .media-attachment-gallery .owl-carousel:hover .owl-dots {
    top: -2em;
    opacity: 1;
}
article.post .media-attachment .electro-img-placeholder {
    position: relative;
}
article.post .media-attachment .electro-img-placeholder img {
    display: block;
    max-width: 100%;
    height: auto;
}
article.post .media-attachment .electro-img-placeholder i {
    color: #fff;
    font-size: 3.571em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
article.post .entry-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.429em;
}
article.post .entry-header h1.entry-title {
    font-size: 1.786em;
    letter-spacing: -0.025em;
    font-weight: 400;
    margin-bottom: 0.36em;
    padding-bottom: 0.36em;
}
article.post .entry-header h1.entry-title a {
    color: #434343;
    text-decoration: none;
}
article.post .entry-header h1.entry-title a:focus,
article.post .entry-header h1.entry-title a:hover {
    color: #000;
}
article.post .entry-header .entry-meta {
    padding-bottom: 1.071em;
}
article.post .entry-header .entry-meta div,
article.post .entry-header .entry-meta span {
    display: inline-block;
    font-size: 0.929em;
    line-height: 1.231em;
    padding-right: 0.769em;
    color: #878787;
}
article.post .entry-header .entry-meta div:after,
article.post .entry-header .entry-meta span:after {
    color: #9f9f9f;
    content: "\f111";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.385em;
    line-height: 0.385em;
    padding-left: 2em;
    position: relative;
    top: -0.6em;
}
article.post .entry-header .entry-meta div:last-child:after,
article.post .entry-header .entry-meta span:last-child:after {
    display: none;
}
article.post .entry-header .entry-meta .meta-label,
article.post .entry-header .entry-meta .tags-links {
    display: none;
}
article.post .entry-header .entry-meta a {
    color: #878787;
}
article.post .entry-content {
    color: #747474;
}
article.post .entry-content .page-links {
    color: #262626;
    font-weight: 700;
}
article.post .entry-content .page-links .page-links-label {
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0;
}
article.post .entry-content .page-links a {
    color: #7e7e7e;
    font-weight: 400;
}
article.post .entry-content .page-links a:focus,
article.post .entry-content .page-links a:hover {
    color: #262626;
}
article.post .entry-content .page-links > a,
article.post .entry-content .page-links > span {
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding: 0.357em 0.714em;
    line-height: 1em;
}
article.post .entry-content .page-links > span {
    background-color: #fed700;
}
article.post .entry-content dl,
article.post .entry-content ol,
article.post .entry-content ul {
    margin-bottom: 2.143em;
}
article.post .entry-content iframe {
    width: 100%;
    border: none;
}
article.post .post-readmore {
    position: relative;
    display: inline-block;
    margin-right: 1.143em;
}
article.post .post-readmore .btn-primary {
    color: #333e48;
    background-color: #efecec;
    border-color: #efecec;
    padding: 0.786em 3em;
    font-weight: 400;
}
article.post .post-readmore .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
article.post .post-readmore .btn-primary.focus,
article.post .post-readmore .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.open > article.post .post-readmore .btn-primary.dropdown-toggle,
article.post .post-readmore .btn-primary.active,
article.post .post-readmore .btn-primary:active {
    color: #333e48;
    background-color: #000;
    border-color: #000;
    background-image: none;
}
.open > article.post .post-readmore .btn-primary.dropdown-toggle.focus,
.open > article.post .post-readmore .btn-primary.dropdown-toggle:focus,
.open > article.post .post-readmore .btn-primary.dropdown-toggle:hover,
article.post .post-readmore .btn-primary.active.focus,
article.post .post-readmore .btn-primary.active:focus,
article.post .post-readmore .btn-primary.active:hover,
article.post .post-readmore .btn-primary:active.focus,
article.post .post-readmore .btn-primary:active:focus,
article.post .post-readmore .btn-primary:active:hover {
    color: #333e48;
    background-color: #c7bdbd;
    border-color: #b5a7a7;
}
article.post .post-readmore .btn-primary.disabled.focus,
article.post .post-readmore .btn-primary.disabled:focus,
article.post .post-readmore .btn-primary:disabled.focus,
article.post .post-readmore .btn-primary:disabled:focus {
    background-color: #efecec;
    border-color: #efecec;
}
article.post .post-readmore .btn-primary.disabled:hover,
article.post .post-readmore .btn-primary:disabled:hover {
    background-color: #efecec;
    border-color: #efecec;
}
article.post .comments-link a,
article.post .likes a {
    position: relative;
    color: #878787;
    font-size: 0.857em;
    line-height: 1.5em;
}
article.post .comments-link a:after,
article.post .comments-link a:before,
article.post .likes a:after,
article.post .likes a:before {
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
article.post .comments-link a:focus,
article.post .comments-link a:hover,
article.post .likes a:focus,
article.post .likes a:hover {
    color: #000;
    text-decoration: none;
}
article.post .comments-link a:focus:after,
article.post .comments-link a:focus:before,
article.post .comments-link a:hover:after,
article.post .comments-link a:hover:before,
article.post .likes a:focus:after,
article.post .likes a:focus:before,
article.post .likes a:hover:after,
article.post .likes a:hover:before {
    color: #000;
}
article.post .comments-link a:before {
    content: "\f075";
    margin-right: 0.429em;
}
article.post .likes a:before {
    content: "\f164";
}
article.post.format-quote {
    background-color: #333e48;
    padding: 6.429em 6em 6.429em 7.143em;
}
article.post.format-quote .entry-content blockquote {
    letter-spacing: -0.025em;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0;
}
article.post.format-quote .entry-content blockquote:before {
    display: none;
}
article.post.format-quote .entry-content blockquote p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.429em;
    margin-bottom: 1.667em;
}
article.post.format-quote .entry-content blockquote ol:last-child,
article.post.format-quote .entry-content blockquote p:last-child,
article.post.format-quote .entry-content blockquote ul:last-child {
    margin-bottom: 0;
}
article.post.format-quote .entry-content blockquote cite {
    display: block;
    font-style: normal;
}
article.post.format-quote .entry-content blockquote cite:before {
    content: "-";
    padding-right: 4px;
}
article.post.format-link {
    background: #f5f5f5;
    padding: 5.357em 7.143em;
    letter-spacing: 0.025em;
}
article.post.format-link .entry-content p {
    font-size: 1.786em;
    margin-bottom: 0.8em;
    color: #434343;
    line-height: 1.2em;
}
article.post.format-link .entry-content p:last-child {
    margin-bottom: 0;
}
article.post.format-link .entry-content p a {
    color: #0062bd;
    font-size: 0.875rem;
    line-height: 2.143em;
}
article.post.format-aside .entry-content p {
    font-size: 1.286em;
    margin-bottom: 1.889em;
}
article.post.format-status .entry-content p {
    font-size: 1.571em;
    margin-bottom: 1.545em;
}
.sticky h1.entry-title {
    font-size: 1.786em;
    letter-spacing: -0.025em;
    font-weight: 400;
    margin-bottom: 0.36em;
    padding-bottom: 0.36em;
}
.sticky h1.entry-title a {
    color: #434343;
    text-decoration: none;
}
.sticky h1.entry-title a:focus,
.sticky h1.entry-title a:hover {
    color: #000;
}
.pagination {
    display: block;
    border-top: 1px solid #eaeaea;
    padding-top: 1.5625rem;
    text-align: center;
    border-radius: 0;
    clear: both;
}
.pagination ul.page-numbers {
    display: inline-block;
}
.pagination ul.page-numbers > li a .meta-nav,
.pagination ul.page-numbers > li span .meta-nav {
    display: none;
}
table.cart {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
}
table.cart td,
table.cart th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
table.cart thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
table.cart tbody + tbody {
    border-top: 2px solid #eceeef;
}
table.cart .table {
    background-color: #fff;
}
table.cart thead th {
    font-size: 1em;
    line-height: 1.714em;
    color: #747474;
    border-bottom: 1px solid #ddd;
    border-top: none;
    font-weight: 400;
}
table.cart td {
    vertical-align: middle;
    font-size: 1.214em;
    line-height: 1.147em;
}
table.cart tbody tr.cart_item:first-child td {
    padding-top: 2.059em;
}
table.cart tbody tr.cart_item td {
    border-top: none;
    padding-top: 1.029em;
    padding-bottom: 1.029em;
}
table.cart .product-remove a {
    color: #a7a7a7;
    font-size: 1.5em;
}
table.cart .product-remove a:focus,
table.cart .product-remove a:hover {
    text-decoration: none;
    color: #e00;
}
table.cart .product-thumbnail {
    width: 136px;
}
table.cart .product-thumbnail a {
    display: block;
}
table.cart .product-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: 100px;
    margin: auto;
    height: 92px;
    width: auto;
    border: 1px solid #ddd;
    padding: 4px;
}
table.cart .product-name a {
    color: #3e3e3e;
}
table.cart .product-name a:focus,
table.cart .product-name a:hover {
    color: #000;
    text-decoration: none;
}
table.cart .product-quantity .quantity {
    width: 5em;
}
table.cart .product-quantity .quantity.buttons_added {
    width: 8em;
    font-size: 0.824em;
}
table.cart .product-quantity .quantity.buttons_added .minus,
table.cart .product-quantity .quantity.buttons_added .plus {
    bottom: 0.5em;
}
table.cart .product-quantity .input-text {
    padding: 0.5em 1em;
    border-radius: 1em;
}
table.cart .actions {
    text-align: right;
    font-size: 1em;
    padding-top: 1em;
}
table.cart .actions .wc-proceed-to-checkout {
    display: inline-block;
    margin-left: 0.5em;
}
table.cart .actions .wc-proceed-to-checkout .checkout-button {
    font-weight: 700;
}
table.cart .actions .wc-proceed-to-checkout .checkout-button::after {
    content: none;
}
table.cart .coupon {
    font-size: 1em;
    float: left;
    text-align: left;
    display: flex;
}
@media (max-width: 767px) {
    table.cart .coupon {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    table.cart .coupon {
        width: 41.6666666667%;
    }
}
table.cart .coupon label[for="coupon_code"] {
    display: none;
}
table.cart .coupon .input-text {
    border: 1px solid #ddd;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.534em 1.8em;
}
@media (max-width: 767px) {
    table.cart .coupon .input-text {
        border-top-right-radius: 1.467em;
        border-bottom-right-radius: 1.467em;
        border-right: 0;
        margin-bottom: 16px;
    }
}
table.cart .coupon .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -4px;
    position: relative;
    white-space: pre;
    font-weight: 700;
}
@media (max-width: 767px) {
    table.cart .coupon .button {
        border-top-left-radius: 1.467em;
        border-bottom-left-radius: 1.467em;
    }
}
table.cart input[name="update_cart"] {
    color: #333e48;
    background-color: #efecec;
    border-color: #efecec;
    width: auto;
}
table.cart input[name="update_cart"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
table.cart input[name="update_cart"].focus,
table.cart input[name="update_cart"]:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.open > table.cart input[name="update_cart"].dropdown-toggle,
table.cart input[name="update_cart"].active,
table.cart input[name="update_cart"]:active {
    color: #333e48;
    background-color: #000;
    border-color: #000;
    background-image: none;
}
.open > table.cart input[name="update_cart"].dropdown-toggle.focus,
.open > table.cart input[name="update_cart"].dropdown-toggle:focus,
.open > table.cart input[name="update_cart"].dropdown-toggle:hover,
table.cart input[name="update_cart"].active.focus,
table.cart input[name="update_cart"].active:focus,
table.cart input[name="update_cart"].active:hover,
table.cart input[name="update_cart"]:active.focus,
table.cart input[name="update_cart"]:active:focus,
table.cart input[name="update_cart"]:active:hover {
    color: #333e48;
    background-color: #c7bdbd;
    border-color: #b5a7a7;
}
table.cart input[name="update_cart"].disabled.focus,
table.cart input[name="update_cart"].disabled:focus,
table.cart input[name="update_cart"]:disabled.focus,
table.cart input[name="update_cart"]:disabled:focus {
    background-color: #efecec;
    border-color: #efecec;
}
table.cart input[name="update_cart"].disabled:hover,
table.cart input[name="update_cart"]:disabled:hover {
    background-color: #efecec;
    border-color: #efecec;
}
table.cart input[name="update_cart"].disabled.focus,
table.cart input[name="update_cart"].disabled:focus,
table.cart input[name="update_cart"].disabled:hover,
table.cart input[name="update_cart"]:disabled.focus,
table.cart input[name="update_cart"]:disabled:focus,
table.cart input[name="update_cart"]:disabled:hover {
    color: #333e48;
}
.cart-collaterals {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-top: 1em;
}
.cart-collaterals::after {
    content: "";
    display: table;
    clear: both;
}
.cart-collaterals h2:not(.woocommerce-loop-product__title) {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
    margin-bottom: 0.5em;
}
.cart-collaterals h2:not(.woocommerce-loop-product__title)::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.cart-collaterals .cross-sells {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .cart-collaterals .cross-sells {
        width: 50%;
    }
}
.cart-collaterals .cross-sells ul.products > .product {
    width: 50%;
}
@media (min-width: 768px) {
    .cart-collaterals .cross-sells + .cart_totals {
        margin-left: 8.3333333333%;
    }
}
.cart-collaterals .cart_totals {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .cart-collaterals .cart_totals {
        width: 41.6666666667%;
        margin-left: 58.3333333333%;
    }
}
.cart-collaterals .cart_totals table.shop_table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
}
.cart-collaterals .cart_totals table.shop_table td,
.cart-collaterals .cart_totals table.shop_table th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table tbody + tbody {
    border-top: 2px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table .table {
    background-color: #fff;
}
.cart-collaterals .cart_totals table.shop_table tbody tr th {
    padding-left: 0;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td {
    padding-right: 0;
}
.cart-collaterals .cart_totals table.shop_table tbody tr:first-child td,
.cart-collaterals .cart_totals table.shop_table tbody tr:first-child th {
    border-top-width: 0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    display: none !important;
}
@media (max-width: 767px) {
    .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        display: block;
        line-height: 1.147em;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        width: 100%;
        text-align: center;
        font-weight: 700;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after {
        content: none;
    }
}
.cart-collaterals .cart_totals table.shop_table {
    display: block;
}
.cart-collaterals .cart_totals table.shop_table tbody,
.cart-collaterals .cart_totals table.shop_table tfoot,
.cart-collaterals .cart_totals table.shop_table thead {
    display: block;
    width: 100%;
}
.cart-collaterals .cart_totals table.shop_table tbody > tr,
.cart-collaterals .cart_totals table.shop_table tfoot > tr,
.cart-collaterals .cart_totals table.shop_table thead > tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cart-collaterals .cart_totals table.shop_table tbody > tr + tr,
.cart-collaterals .cart_totals table.shop_table tfoot > tr + tr,
.cart-collaterals .cart_totals table.shop_table thead > tr + tr {
    border-top: 1px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table tbody > tr td,
.cart-collaterals .cart_totals table.shop_table tbody > tr th,
.cart-collaterals .cart_totals table.shop_table tfoot > tr td,
.cart-collaterals .cart_totals table.shop_table tfoot > tr th,
.cart-collaterals .cart_totals table.shop_table thead > tr td,
.cart-collaterals .cart_totals table.shop_table thead > tr th {
    border-top: 0;
}
.cart-collaterals .cart_totals table.shop_table tbody > tr.shipping td,
.cart-collaterals .cart_totals table.shop_table tfoot > tr.shipping td,
.cart-collaterals .cart_totals table.shop_table thead > tr.shipping td {
    padding: 0.75rem 0 0 0;
}
@media (max-width: 767px) {
    .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td:before {
        content: none;
    }
    .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
        display: block;
    }
    .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td,
    .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
        text-align: inherit;
    }
}

@media(max-width: 600px){
    .becpartdowpdfbox {
        flex-direction: column-reverse;
    }
}

a.btn.btn-secondary.navbar-choose-btn.animation-blick {
    border: 2px solid #f89a20;
}
.shipping-calculator-form {
    margin: 0;
}
@media (min-width: 1480px) {
    .electro-wide .cross-sells .section-onsale-product ul.products[data-view="grid"].columns__wide--5 > .onsale-product,
    .electro-wide
        .cross-sells
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products[data-view="grid"].columns__wide--5
        > .onsale-product-content,
    .electro-wide .cross-sells ul.products[data-view="grid"].columns__wide--5 > li.product,
    .section-onsale-product .electro-wide .cross-sells ul.products[data-view="grid"].columns__wide--5 > .onsale-product,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .electro-wide
        .cross-sells
        ul.products[data-view="grid"].columns__wide--5
        > .onsale-product-content {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
div.jp-jplayer,
div.jp-jplayer img {
    max-width: 100%;
}
div.jp-jplayer.jp-jplayer-video {
    background-color: #292a2b;
}
div.jp-jplayer video {
    margin-bottom: 0;
}
div.jp-jplayer img,
div.jp-jplayer-video,
div.jp-jplayer-video video {
    height: auto !important;
    vertical-align: top;
}
.jp-audio-container,
.jp-video-container {
    background-color: #f1f1f1;
    box-shadow: 1px 1px 1px #ddd;
}
.post-header .jp-audio-container,
.post-header .jp-video-container {
    margin-bottom: 0;
}
div.jp-interface {
    position: relative;
    width: 97%;
    z-index: 100;
}
.jp-video div.jp-interface {
    -webkit-border-radius: 0 0 2px;
    -moz-border-radius: 0 0 2px;
    border-radius: 0 0 2px;
}
.jp-interface,
.seperator-first,
.seperator-second,
a.jp-pause,
a.jp-play {
    height: 34px;
}
.jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.jp-controls li {
    display: inline;
    margin: 0;
}
.jp-controls a {
    color: #404040;
    text-shadow: 1px 1px #fff;
    background: 0 0 !important;
    width: 24px;
    height: 34px;
    padding: 0 0 0 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0.6;
}
.jp-controls a:hover {
    color: #262626;
    background: 0 0 !important;
    text-decoration: none;
    opacity: 0.8;
}
.jp-controls a span {
    text-indent: -9999px;
    display: block;
}
a.jp-pause,
a.jp-play {
    left: 0;
}
a.jp-pause {
    display: none;
}
a.jp-pause:hover {
    background-position: -33px -30px;
}
a.jp-mute,
a.jp-unmute {
    right: 55px;
}
.jp-progress-container,
.jp-volume-bar-container {
    position: absolute;
    top: 0;
    height: 8px;
    padding: 13px 10px;
}
.jp-progress-container {
    left: 34px;
    right: 92px;
}
.jp-progress,
.jp-volume-bar {
    height: 9px;
    background: #e7e7e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
    -moz-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
    box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
}
.jp-seek-bar {
    width: 0;
    height: 9px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #e0e0e0;
}
.jp-progress,
.jp-seek-bar {
    background: rgba(102, 102, 102, 0.05);
}
.jp-play-bar,
.jp-volume-bar-value {
    width: 0;
    height: 9px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #bababa;
}
.jp-volume-bar-container {
    right: 2px;
    width: 40px;
}
.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 40px;
    cursor: pointer;
    background: rgba(102, 102, 102, 0.1);
}
.jp-volume-bar-value {
    width: 0;
}
.seperator-first,
.seperator-second {
    width: 0;
    position: absolute;
    top: 0;
    left: 33px;
    border: 1px solid #fff;
    border-left-color: #ddd;
    border-width: 0 1px;
}
.seperator-second {
    left: auto;
    right: 89px;
}
.no-volume .jp-progress-container {
    right: 0;
}
.no-volume .jp-mute,
.no-volume .jp-unmute,
.no-volume .jp-volume-bar-container,
.no-volume .seperator-second {
    display: none;
}
.gallery {
    margin-bottom: 2.143em;
}
.gallery::after {
    content: "";
    display: table;
    clear: both;
}
figure.gallery-item {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
}
figure.gallery-item::after {
    content: "";
    display: table;
    clear: both;
}
figure.gallery-item .gallery-caption {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 0.625rem 1.25rem;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    bottom: 0;
    right: -30%;
}
figure.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}
figure.gallery-item:hover .gallery-caption {
    opacity: 1;
    right: 0;
}
.gallery dl dt {
    padding: 0;
    margin: 0;
}
.gallery .gallery-item {
    width: 25%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16%;
}
.gallery-columns-7 .gallery-item {
    width: 14%;
}
.gallery-columns-8 .gallery-item {
    width: 12%;
}
.gallery-columns-9 .gallery-item {
    width: 11%;
}
.gallery-columns-10 .gallery-item {
    width: 10%;
}
.gallery-columns-10 figure.gallery-item .gallery-caption,
.gallery-columns-8 figure.gallery-item .gallery-caption,
.gallery-columns-9 figure.gallery-item .gallery-caption {
    display: none;
}
article.post .entry-content figure.gallery-item img {
    margin-bottom: 0;
}
#reviews:not(.electro-advanced-reviews) #comments {
    padding-top: 0;
}
#reviews:not(.electro-advanced-reviews) #comments > h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    color: #333e48;
    position: relative;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.6em;
}
#reviews:not(.electro-advanced-reviews) #comments > h2:after {
    border-bottom: 2px solid transparent;
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
}
#reviews:not(.electro-advanced-reviews) .comment-form > p {
    margin-bottom: 1.714em;
}
#reviews:not(.electro-advanced-reviews) .comment-form > p label {
    display: block;
}
#reviews:not(.electro-advanced-reviews) .comment-form > p input[type="email"],
#reviews:not(.electro-advanced-reviews) .comment-form > p input[type="text"],
#reviews:not(.electro-advanced-reviews) .comment-form > p input[type="url"],
#reviews:not(.electro-advanced-reviews) .comment-form > p textarea {
    width: 100%;
}
#reviews:not(.electro-advanced-reviews) .comment-form-rating {
    clear: both;
}
#reviews:not(.electro-advanced-reviews) .comment-form-rating label {
    display: block;
}
#reviews:not(.electro-advanced-reviews) .comment-form-author,
#reviews:not(.electro-advanced-reviews) .comment-form-email {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media (min-width: 768px) {
    #reviews:not(.electro-advanced-reviews) .comment-form-author,
    #reviews:not(.electro-advanced-reviews) .comment-form-email {
        width: 50%;
    }
}
#reviews:not(.electro-advanced-reviews) .comment-form-author {
    padding-left: 0;
}
#reviews:not(.electro-advanced-reviews) .comment-form-email {
    padding-right: 0;
}
#reviews:not(.electro-advanced-reviews) .comment-form-email {
    margin-right: 0;
}
#reviews:not(.electro-advanced-reviews) .form-submit {
    clear: both;
}
#reviews .commentlist {
    list-style: none;
    padding-left: 0;
}
#reviews .commentlist > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
    list-style: none;
    clear: both;
    padding-bottom: 1.5em;
}
#reviews .commentlist > li time {
    color: #aeaeae;
    font-size: 0.929em;
}
#reviews .commentlist > li .avatar {
    display: none;
}
#reviews .commentlist > li p.meta {
    margin-bottom: 0;
}
#reviews .commentlist > li ul.children {
    border-top: 1px solid #ddd;
    width: 82.4275362319%;
    float: right;
    margin-right: 0;
    padding-top: 2.618em;
}
#reviews .commentlist > li .star-rating {
    margin-bottom: 1em;
}
#reviews .commentlist > li .star-rating + .meta {
    display: none;
}
#reviews .commentlist > li .description {
    margin-bottom: 1.5em;
    line-height: 1.571em;
}
#reviews .commentlist > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.electro-advanced-reviews #reply-title,
.electro-advanced-reviews h2 {
    font-size: 1.286em;
    line-height: 1.222em;
    font-weight: 400;
    border: none;
    padding-bottom: 0;
}
.electro-advanced-reviews #reply-title::after,
.electro-advanced-reviews h2::after {
    content: none;
}
.electro-advanced-reviews #submit {
    background-color: #f89a20 !important;
    color: white !important;
}
.electro-advanced-reviews #submit:hover,
.electro-advanced-reviews #submit:focus {
    background-color: #d87a00 !important;
}
.electro-advanced-reviews .form-row input {
    width: 100%;
}
.electro-advanced-reviews .comment-form > p {
    margin-bottom: 1.143em;
    width: 100%;
}
.electro-advanced-reviews .comment-form > p label {
    font-weight: 400;
    width: 30%;
    vertical-align: middle;
}
.electro-advanced-reviews .comment-form > p textarea {
    height: 7.857em;
}
.electro-advanced-reviews .comment-form .form-submit input[type="submit"] {
    font-size: 0.929em;
    color: #fff;
    line-height: 1.385em;
    padding: 1em 2.222em;
    margin-left: 30%;
}
.advanced-review {
    margin-top: 3.429em;
}
.advanced-review .based-title {
    margin-bottom: 2.571em;
}
.advanced-review .avg-rating {
    margin-bottom: 1.429em;
}
.advanced-review .avg-rating .avg-rating-number {
    display: block;
    font-size: 2.143em;
    font-weight: 700;
    line-height: 0.6em;
}
.advanced-review .rating-histogram .rating-bar {
    margin-bottom: 1.429em;
}
.advanced-review .rating-histogram .rating-bar::after {
    content: "";
    display: table;
    clear: both;
}
.advanced-review .rating-histogram .rating-bar .rating-percentage-bar {
    float: left;
}
.advanced-review .rating-histogram .rating-bar .star-rating {
    float: left;
}
.advanced-review .rating-histogram .rating-percentage-bar {
    width: 14.286em;
    height: 0.714em;
    border-radius: 0.286em;
    background-color: #f3f3f3;
    margin-top: 0.143em;
    margin-left: 2.857em;
}
.advanced-review .rating-histogram .rating-percentage {
    height: 100%;
    background-color: #d8d8d8;
    display: block;
    border-radius: 0.286em;
}
.advanced-review .rating-histogram .rating-count {
    float: left;
    margin-left: 0.714em;
    line-height: 1em;
}
.advanced-review .rating-histogram .rating-count.zero {
    color: #b6b6b6;
}
#reviews:not(.electro-advanced-reviews) h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    color: #333e48;
    position: relative;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3em;
    text-align: center;
}
#reviews:not(.electro-advanced-reviews) .product-rating h3 {
    font-size: 1.5em;
}
#reviews:not(.electro-advanced-reviews) .product-rating .product-rating-details table tr .rating-number a {
    color: #b6b6b6;
}
#reviews:not(.electro-advanced-reviews)
    .product-rating
    .product-rating-details
    table
    tr
    .rating-number
    a
    .rating-star:before {
    color: #fed700;
}
#reviews:not(.electro-advanced-reviews) .product-rating .product-rating-details table tr .rating-graph a.bar {
    background-color: #ebebeb;
    border-radius: 0.386em;
    height: 0.8em;
}
#reviews:not(.electro-advanced-reviews) .product-rating .product-rating-details table tr .rating-count a {
    text-decoration: none;
    color: #b6b6b6;
}
#reviews:not(.electro-advanced-reviews) h3 {
    font-size: 1.438em;
    line-height: 1.6em;
    color: #333e48;
    position: relative;
}
#reviews:not(.electro-advanced-reviews) form #subscribe_to_replies_field label {
    margin-left: 1.4em;
}
#reviews:not(.electro-advanced-reviews) abbr[title] {
    border: 0;
    text-decoration: none;
}
#reviews:not(.electro-advanced-reviews) #comments form.contributions-filter {
    display: none;
}
#reviews:not(.electro-advanced-reviews) #comments #contributions-list h2#contributions-list-title {
    display: none;
}
#reviews:not(.electro-advanced-reviews)
    #comments
    #contributions-list
    .contributions-container
    .contribution-admin-badge {
    opacity: 0.6;
}
#reviews:not(.electro-advanced-reviews) #comments #contributions-list .contributions-container ul.children {
    border-top: 0;
    width: 100%;
    float: none;
    padding: 1.5em 0;
}
#reviews:not(.electro-advanced-reviews)
    #comments
    #contributions-list
    .contributions-container
    ol
    li
    .contribution-karma {
    display: none;
}
#reviews:not(.electro-advanced-reviews) #comments #contributions-list .contributions-container ol li .comment-text {
    margin-left: 0;
}
#reviews:not(.electro-advanced-reviews)
    #comments
    #contributions-list
    .contributions-container
    ol
    li
    .comment-text
    h3.review-title {
    font-size: 14px;
}
#reviews:not(.electro-advanced-reviews)
    #comments
    #contributions-list
    .contributions-container
    ol
    li
    .comment-text
    h3.review-title
    span {
    margin-bottom: 0;
}
#reviews:not(.electro-advanced-reviews) #comments #contributions-list .contributions-container ol li form {
    margin-left: 0;
}
.inner {
    padding-top: 8.571em;
    padding-bottom: 8.571em;
}
.inner-md {
    padding-top: 7.143em;
    padding-bottom: 7.143em;
}
.inner-sm {
    padding-top: 5.714em;
    padding-bottom: 5.714em;
}
.inner-xs {
    padding-top: 2.857em;
    padding-bottom: 2.857em;
}
.inner-top {
    padding-top: 8.571em;
}
.inner-top-md {
    padding-top: 7.143em;
}
.inner-top-sm {
    padding-top: 5.714em;
}
.inner-top-xs {
    padding-top: 2.857em;
}
.inner-bottom {
    padding-bottom: 8.571em;
}
.inner-bottom-md {
    padding-bottom: 7.143em;
}
.inner-bottom-sm {
    padding-bottom: 5.714em;
}
.inner-bottom-xs {
    padding-bottom: 2.857em;
}
.inner-left {
    padding-left: 5.357em;
}
.inner-left-md {
    padding-left: 4.286em;
}
.inner-left-sm {
    padding-left: 3.214em;
}
.inner-left-xs {
    padding-left: 2.143em;
}
.inner-right {
    padding-right: 5.357em;
}
.inner-right-md {
    padding-right: 4.286em;
}
.inner-right-sm {
    padding-right: 3.214em;
}
.inner-right-xs {
    padding-right: 2.143em;
}
.outer {
    margin-top: 8.571em;
    margin-bottom: 8.571em;
}
.outer-md {
    margin-top: 7.143em;
    margin-bottom: 7.143em;
}
.outer-sm {
    margin-top: 5.714em;
    margin-bottom: 5.714em;
}
.outer-xs {
    margin-top: 2.857em;
    margin-bottom: 2.857em;
}
.outer-top {
    margin-top: 8.571em;
}
.outer-top-md {
    margin-top: 7.143em;
}
.outer-top-sm {
    margin-top: 5.714em;
}
.outer-top-xs {
    margin-top: 2.857em;
}
.outer-bottom {
    margin-bottom: 8.571em;
}
.outer-bottom-md {
    margin-bottom: 7.143em;
}
.outer-bottom-sm {
    margin-bottom: 5.714em;
}
.outer-bottom-xs {
    margin-bottom: 2.857em;
}
.center-block {
    float: none;
}
.height-xs {
    height: 30vh;
}
.height-sm {
    height: 44vh;
}
.height-md {
    height: 61vh;
}
.height-lg {
    height: 90vh;
}
.no-margin {
    margin: 0;
}
.animate-in-view {
    opacity: 0;
}
.animated {
    opacity: 1;
}
.inline {
    display: inline;
}
div.quantity.buttons_added {
    position: relative;
}
div.quantity.buttons_added .minus,
div.quantity.buttons_added .plus {
    width: 1.429em;
    height: 1.429em;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 700;
    color: #333e48;
    padding: 0;
    text-align: center;
    line-height: 1.429em;
    position: absolute;
    bottom: 0.536em;
    right: 0.536em;
    display: inline-block;
}
div.quantity.buttons_added .minus:hover,
div.quantity.buttons_added .plus:hover {
    color: #fff;
}
div.quantity.buttons_added input[type="number"] {
    -moz-appearance: textfield;
}
div.quantity.buttons_added input[type="number"]::-webkit-inner-spin-button,
div.quantity.buttons_added input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div.quantity.buttons_added .plus {
    right: 1.965em;
    margin-right: 0.357em;
}
.yamm .collapse,
.yamm .dropup,
.yamm .nav,
.yamm ul.navbar-nav > li.dropdown,
.yamm > .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .no-yamm-content-padding .yamm-content {
    padding: 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    padding: 0;
    animation-duration: 0.2s;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu-item {
    list-style: none;
}
.yamm .dropdown.yamm-fw .dropdown-menu .menu {
    padding: 0;
}
.yamm .yamm-content {
    padding: 2.143em;
}
.yamm .yamm-content .wpb_content_element {
    margin: 0;
}
.yamm .yamm-content .bg-yamm-content {
    position: absolute;
    right: 0;
    bottom: 0;
}
.yamm .nav-title,
.yamm h1,
.yamm h2,
.yamm h3,
.yamm h4,
.yamm h5,
.yamm h6 {
    font-weight: 700;
    font-size: 1.071em;
    padding: 0.571em 0;
    min-height: 2.667em;
}
.yamm .nav-title a,
.yamm .nav-title > a,
.yamm h1 a,
.yamm h1 > a,
.yamm h2 a,
.yamm h2 > a,
.yamm h3 a,
.yamm h3 > a,
.yamm h4 a,
.yamm h4 > a,
.yamm h5 a,
.yamm h5 > a,
.yamm h6 a,
.yamm h6 > a {
    padding: 0;
    font-weight: 700;
}
.yamm .nav-divider {
    height: 1px;
    border-top: 1px solid #ddd;
    margin: 0.5em 0;
}
.yamm .nav-subtext,
.yamm .nav-text {
    display: block;
}
.yamm .nav-subtext {
    font-size: 0.8em;
    color: #aaa;
    line-height: 1;
}
.primary-nav .nav-inline .yamm-fw .dropdown-menu,
.secondary-nav .yamm-fw .dropdown-menu {
    width: 900px;
}
.primary-nav .nav-inline .yamm-tfw .dropdown-menu,
.secondary-nav .yamm-tfw .dropdown-menu {
    width: 600px;
}
.primary-nav .nav-inline .yamm-hw .dropdown-menu,
.secondary-nav .yamm-hw .dropdown-menu {
    width: 450px;
}
.departments-menu .yamm .dropdown.yamm-fw .dropdown-menu,
.vertical-menu .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 100%;
}
.departments-menu .yamm-fw .dropdown-menu > li,
.vertical-menu .yamm-fw .dropdown-menu > li {
    width: 900px;
}
.departments-menu .yamm-tfw .dropdown-menu > li,
.vertical-menu .yamm-tfw .dropdown-menu > li {
    width: 600px;
}
.departments-menu .yamm-hw .dropdown-menu > li,
.vertical-menu .yamm-hw .dropdown-menu > li {
    width: 450px;
}
.departments-menu .menu-item-has-children a[data-toggle="dropdown-hover"]::after,
.departments-menu .menu-item-has-children a[data-toggle="dropdown"]::after,
.vertical-menu .menu-item-has-children a[data-toggle="dropdown-hover"]::after,
.vertical-menu .menu-item-has-children a[data-toggle="dropdown"]::after {
    content: "\62";
    color: #aeaeae;
    font-size: 1.214em;
    float: right;
}
.departments-menu .menu-item-has-children > .dropdown-menu,
.vertical-menu .menu-item-has-children > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    left: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    width: 0;
    min-width: 0;
}
.departments-menu .animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.departments-menu.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.vertical-menu .animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.vertical-menu.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.vertical-menu .dropdown:not(.list-group-item) > .dropdown-menu > li {
    width: 240px;
}
.vertical-menu .yamm .dropdown.yamm-fw .dropdown-menu,
.vertical-menu.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 100%;
}
.vertical-menu .yamm .dropdown.yamm-fw .dropdown-menu > li,
.vertical-menu.yamm .dropdown.yamm-fw .dropdown-menu > li {
    width: 900px;
}
.vertical-menu .dropdown.yamm-tfw .dropdown-menu > li,
.vertical-menu .list-group-item > .dropdown.yamm-tfw .dropdown-menu > li {
    width: 540px;
    position: relative;
}
.vertical-menu .yamm-content {
    padding: 1.143em 1.143em 0 1.143em;
}
.bg-yamm-extend-outside {
    position: relative;
    right: -50px;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul,
.secondary-nav .yamm-content ul,
.vertical-menu .yamm-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul + ul,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul + ul,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + ul,
.secondary-nav .yamm-content ul + ul,
.vertical-menu .yamm-content ul + ul {
    margin-top: 1.143em;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul > li > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul > li > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a,
.secondary-nav .yamm-content ul > li > a,
.vertical-menu .yamm-content ul > li > a {
    padding: 0.35em 1.429em;
    display: block;
    padding-left: 0;
    color: #333e48;
    text-decoration: none;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul > li > a:hover,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul > li > a:hover,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a:hover,
.secondary-nav .yamm-content ul > li > a:hover,
.vertical-menu .yamm-content ul > li > a:hover {
    background-color: transparent;
    color: #000;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content .nav-title,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h1,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h2,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h3,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h4,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h5,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h6,
.navbar-primary .departments-menu .dropdown-menu .yamm-content .nav-title,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h1,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h2,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h3,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h4,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h5,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h6,
.primary-nav .nav-inline .dropdown-menu .yamm-content .nav-title,
.primary-nav .nav-inline .dropdown-menu .yamm-content h1,
.primary-nav .nav-inline .dropdown-menu .yamm-content h2,
.primary-nav .nav-inline .dropdown-menu .yamm-content h3,
.primary-nav .nav-inline .dropdown-menu .yamm-content h4,
.primary-nav .nav-inline .dropdown-menu .yamm-content h5,
.primary-nav .nav-inline .dropdown-menu .yamm-content h6,
.secondary-nav .yamm-content .nav-title,
.secondary-nav .yamm-content h1,
.secondary-nav .yamm-content h2,
.secondary-nav .yamm-content h3,
.secondary-nav .yamm-content h4,
.secondary-nav .yamm-content h5,
.secondary-nav .yamm-content h6,
.vertical-menu .yamm-content .nav-title,
.vertical-menu .yamm-content h1,
.vertical-menu .yamm-content h2,
.vertical-menu .yamm-content h3,
.vertical-menu .yamm-content h4,
.vertical-menu .yamm-content h5,
.vertical-menu .yamm-content h6 {
    font-weight: 700;
    font-size: 1.071em;
    padding: 0.571em 0;
    min-height: 2.667em;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content .nav-title a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content .nav-title > a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h1 a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h1 > a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h2 a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h2 > a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h3 a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h3 > a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h4 a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h4 > a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h5 a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h5 > a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h6 a,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content h6 > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content .nav-title a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content .nav-title > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h1 a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h1 > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h2 a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h2 > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h3 a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h3 > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h4 a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h4 > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h5 a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h5 > a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h6 a,
.navbar-primary .departments-menu .dropdown-menu .yamm-content h6 > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content .nav-title a,
.primary-nav .nav-inline .dropdown-menu .yamm-content .nav-title > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h1 a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h1 > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h2 a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h2 > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h3 a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h3 > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h4 a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h4 > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h5 a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h5 > a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h6 a,
.primary-nav .nav-inline .dropdown-menu .yamm-content h6 > a,
.secondary-nav .yamm-content .nav-title a,
.secondary-nav .yamm-content .nav-title > a,
.secondary-nav .yamm-content h1 a,
.secondary-nav .yamm-content h1 > a,
.secondary-nav .yamm-content h2 a,
.secondary-nav .yamm-content h2 > a,
.secondary-nav .yamm-content h3 a,
.secondary-nav .yamm-content h3 > a,
.secondary-nav .yamm-content h4 a,
.secondary-nav .yamm-content h4 > a,
.secondary-nav .yamm-content h5 a,
.secondary-nav .yamm-content h5 > a,
.secondary-nav .yamm-content h6 a,
.secondary-nav .yamm-content h6 > a,
.vertical-menu .yamm-content .nav-title a,
.vertical-menu .yamm-content .nav-title > a,
.vertical-menu .yamm-content h1 a,
.vertical-menu .yamm-content h1 > a,
.vertical-menu .yamm-content h2 a,
.vertical-menu .yamm-content h2 > a,
.vertical-menu .yamm-content h3 a,
.vertical-menu .yamm-content h3 > a,
.vertical-menu .yamm-content h4 a,
.vertical-menu .yamm-content h4 > a,
.vertical-menu .yamm-content h5 a,
.vertical-menu .yamm-content h5 > a,
.vertical-menu .yamm-content h6 a,
.vertical-menu .yamm-content h6 > a {
    padding: 0;
    font-weight: 700;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content .menu-item + .nav-title,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content li + .nav-title,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul + h1,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul + h2,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul + h3,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul + h4,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul + h5,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .yamm-content ul + h6,
.navbar-primary .departments-menu .dropdown-menu .yamm-content .menu-item + .nav-title,
.navbar-primary .departments-menu .dropdown-menu .yamm-content li + .nav-title,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul + h1,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul + h2,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul + h3,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul + h4,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul + h5,
.navbar-primary .departments-menu .dropdown-menu .yamm-content ul + h6,
.primary-nav .nav-inline .dropdown-menu .yamm-content .menu-item + .nav-title,
.primary-nav .nav-inline .dropdown-menu .yamm-content li + .nav-title,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + h1,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + h2,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + h3,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + h4,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + h5,
.primary-nav .nav-inline .dropdown-menu .yamm-content ul + h6,
.secondary-nav .yamm-content .menu-item + .nav-title,
.secondary-nav .yamm-content li + .nav-title,
.secondary-nav .yamm-content ul + h1,
.secondary-nav .yamm-content ul + h2,
.secondary-nav .yamm-content ul + h3,
.secondary-nav .yamm-content ul + h4,
.secondary-nav .yamm-content ul + h5,
.secondary-nav .yamm-content ul + h6,
.vertical-menu .yamm-content .menu-item + .nav-title,
.vertical-menu .yamm-content li + .nav-title,
.vertical-menu .yamm-content ul + h1,
.vertical-menu .yamm-content ul + h2,
.vertical-menu .yamm-content ul + h3,
.vertical-menu .yamm-content ul + h4,
.vertical-menu .yamm-content ul + h5,
.vertical-menu .yamm-content ul + h6 {
    margin-top: 1.143em;
}
.departments-menu .yamm-fw .dropdown-menu > li {
    width: 896px;
}
.departments-menu .yamm-tfw .dropdown-menu > li {
    width: 596px;
}
.departments-menu .yamm-hw .dropdown-menu > li {
    width: 446px;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.animate-dropdown.open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 0.2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}
#scrollUp {
    border-radius: 3px;
    bottom: 3.25rem;
    color: #fff;
    font-size: 2.25rem;
    height: 2.625rem;
    line-height: 100%;
    opacity: 0.5;
    padding: 3px;
    right: 1.25rem;
    text-align: center;
    width: 2.625rem;
}
#scrollUp:active,
#scrollUp:focus,
#scrollUp:hover {
    opacity: 1;
}
#scrollUp i {
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 991px) {
    #scrollUp {
        bottom: 1.25rem;
    }
}
.electro_recent_posts_widget ul > li {
    margin-bottom: 1.429em;
}
.electro_recent_posts_widget ul > li .post-thumbnail {
    float: left;
    padding-right: 0.929em;
}
.electro_recent_posts_widget ul > li .post-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 75px;
    height: 75px;
}
.electro_recent_posts_widget ul > li .post-content::after {
    content: "";
    display: table;
    clear: both;
}
.electro_recent_posts_widget ul > li .post-content > a {
    color: #434343;
    display: block;
}
.electro_recent_posts_widget ul > li .post-content > a:focus,
.electro_recent_posts_widget ul > li .post-content > a:hover {
    text-decoration: none;
    color: #000;
}
.electro_recent_posts_widget ul > li .post-content .post-date {
    color: #878787;
    font-size: 0.857em;
    line-height: 1em;
}
.electro_recent_posts_widget ul > li:last-child {
    margin-bottom: 0;
}
.electro_recent_posts_widget .electro-img-placeholder {
    position: relative;
}
.electro_recent_posts_widget .electro-img-placeholder .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.navbar-toggle-close {
    display: none;
}
.toggled .navbar-toggle-close {
    display: block;
}
.toggled .navbar-toggle-hamburger {
    display: none;
}
.handheld-navigation-wrapper.toggled .handheld-navigation {
    left: 0;
}
.handheld-navigation-wrapper .navbar-toggler,
.handheld-navigation-wrapper button,
.handheld-navigation-wrapper.toggled .navbar-toggler,
.handheld-navigation-wrapper.toggled button {
    color: #333e48;
    border: none;
}
.handheld-navigation-wrapper .navbar-toggler:active,
.handheld-navigation-wrapper .navbar-toggler:focus,
.handheld-navigation-wrapper .navbar-toggler:hover,
.handheld-navigation-wrapper button:active,
.handheld-navigation-wrapper button:focus,
.handheld-navigation-wrapper button:hover,
.handheld-navigation-wrapper.toggled .navbar-toggler:active,
.handheld-navigation-wrapper.toggled .navbar-toggler:focus,
.handheld-navigation-wrapper.toggled .navbar-toggler:hover,
.handheld-navigation-wrapper.toggled button:active,
.handheld-navigation-wrapper.toggled button:focus,
.handheld-navigation-wrapper.toggled button:hover {
    background-color: transparent;
    border: none;
    color: #333e48;
}
.sticky-wrapper .handheld-navbar-toggle-buttons.stuck {
    border-radius: 3px;
    position: fixed;
    right: 1.75rem;
    top: 1.25rem;
    z-index: 9999;
}
.handheld-navigation {
    background-color: #333e48;
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    transition: left 0.2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -ms-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
    z-index: 10000;
    display: block !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.handheld-navigation .ehm-close {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.handheld-navigation .ehm-close:before {
    content: "\f00d";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1em;
    padding: 0.857em 0 0.857em 1.387em;
}
.handheld-navigation .yamm .dropdown.yamm-fw .dropdown-menu {
    position: relative;
}
.handheld-navigation .navbar-toggler {
    cursor: pointer;
    text-align: left;
    float: right;
    position: relative;
    border: 2px solid #333e48;
    box-shadow: none;
    border-radius: 2px;
    padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
    font-size: 0.875em;
}
.handheld-navigation .nav-title,
.handheld-navigation .widget-title,
.handheld-navigation .widgettitle {
    color: #fff;
    padding-left: 0.2em;
}
.handheld-navigation .nav-divider {
    display: none;
}
.handheld-navigation .yamm-content {
    padding: 0 0 1em 0;
}
.handheld-navigation .yamm-content .vc_row {
    margin: 0;
}
.handheld-navigation .yamm-content ul li a {
    padding: 0.857em 1.387em;
}
.handheld-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.handheld-navigation ul li.menu-item-has-children .dropdown-toggle::after,
.handheld-navigation ul li.menu-item-has-children.open .dropdown-toggle::after,
.handheld-navigation ul li.menu-item-has-children.open > a::after,
.handheld-navigation ul li.menu-item-has-children > a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    float: right;
    border: none;
}
.handheld-navigation ul li.menu-item-has-children .dropdown-toggle::after,
.handheld-navigation ul li.menu-item-has-children > a::after {
    content: "\f055";
}
.handheld-navigation ul li.menu-item-has-children.open > .dropdown-toggle::after,
.handheld-navigation ul li.menu-item-has-children.open > a::after {
    content: "\f056";
}
.handheld-navigation ul li.menu-item-has-children.open .dropdown-backdrop {
    display: none;
}
.handheld-navigation ul li.menu-item-has-children a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    border: none;
}
.handheld-navigation ul li a {
    padding: 0.857em 1.387em;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.handheld-navigation ul li a i {
    margin-right: 10px;
}
.handheld-navigation ul li ul {
    border-radius: 0;
}
.handheld-navigation ul li ul::after,
.handheld-navigation ul li ul::before {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(72, 72, 72, 0);
    border-bottom-color: #090b0c;
    border-width: 7px;
    margin-left: -7px;
}
.handheld-navigation ul li ul li a {
    color: #c7c7c7;
}
.handheld-navigation ul .bg-yamm-content {
    display: none;
}
.handheld-navigation ul .dropdown-menu {
    position: relative;
    background-color: #090b0c;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
}
.handheld-navigation ul .dropdown-menu li a {
    padding-left: 2.188em;
}
.handheld-navigation ul .dropdown-menu .yamm-content li a {
    padding-left: 1.387em;
}
.handheld-navigation ul .dropdown-menu .dropdown-menu {
    background-color: #222930;
}
.handheld-navigation ul .dropdown-menu .dropdown-menu::after,
.handheld-navigation ul .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #222930;
}
.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #2b343c;
}
.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::after,
.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #2b343c;
}
.handheld-navigation ul > li.open > a ul ul {
    background-color: #090b0c;
}
.admin-bar .handheld-navigation {
    padding-top: 46px;
}
.live-search-media {
    display: block;
    color: #333;
}
.twitter-typeahead {
    z-index: 1051;
    width: 100%;
    display: flex !important;
}
.tt-hint {
    color: #999;
}
.tt-menu {
    margin-top: 2px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: calc(100% - 2.134em);
    margin-left: 2.134em;
    text-align: left;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.empty-message,
.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
}
.empty-message:focus,
.empty-message:hover,
.tt-suggestion:focus,
.tt-suggestion:hover {
    color: #333e48;
    background-color: #f5f5f5;
    cursor: pointer;
}
.tt-suggestion.tt-cursor {
    color: #333e48;
    background-color: #f5f5f5;
    cursor: pointer;
}
.tt-suggestion p {
    margin: 0;
}
.demo_store {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px 2.6180340252em;
    z-index: 999;
    text-align: center;
    font-weight: 700;
    top: 0;
}
@media (min-width: 768px) {
    .demo_store {
        line-height: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0 2.6180340252em;
    }
}
.demo_store a {
    text-decoration: underline;
    display: block;
}
.demo_store a:hover {
    text-decoration: none;
}
.admin-bar .demo_store {
    top: 32px;
}
.woocommerce-demo-store:not(.admin-bar) #page {
    margin-top: 47px;
}
.admin-bar.woocommerce-demo-store #page {
    margin-top: 47px;
}
.woocommerce-store-notice-dismissed #page {
    margin-top: 0 !important;
}
@media (min-width: 768px) {
    .demo_store a {
        background: rgba(0, 0, 0, 0.1);
        float: right;
        display: inline-block;
        margin: 0;
        padding: 12px 2.6180340252em;
    }
}
.single-product .single-product-wrapper .electro-price .auction {
    font-size: 0.629em;
}
.single-product .single-product-wrapper .auction-condition,
.single-product .single-product-wrapper .auction-time {
    padding: 10px;
}
.single-product .single-product-wrapper .auction-condition {
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.single-product .single-product-wrapper .auction-condition .curent-bid {
    font-weight: 700;
    color: green;
}
.single-product .single-product-wrapper .auction-condition + p {
    padding-top: 14px;
}
.single-product .single-product-wrapper .auction-condition + p + p .button {
    min-width: 160px;
    text-align: center;
    font-size: 16px;
}
.single-product .single-product-wrapper .auction-time {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.single-product .single-product-wrapper .auction-time .auction-time-countdown {
    display: flex;
    flex-wrap: wrap;
}
.single-product .single-product-wrapper .auction-time .countdown_section {
    background-color: #f1f1f1;
    margin: 2px 1px;
    padding: 8px 0;
}
.single-product .single-product-wrapper .auction-ajax-change .auction-end {
    padding: 10px;
    border: 1px solid #ddd;
}
.single-product .single-product-wrapper .auction-ajax-change .auction-bid {
    font-size: 18px;
}
.single-product .single-product-wrapper .auction_form {
    margin-bottom: 12px;
}
.single-product .single-product-wrapper .auction_form .bid_button {
    min-width: 150px;
    margin-left: 14px;
}
.single-product .single-product-wrapper .wsawl-link a {
    color: #949494;
}
.single-product .single-product-wrapper .wsawl-link a:hover {
    color: #3b3b3b;
}
li.product-type-auction span.winning {
    min-height: 24px;
    padding: 6px 10px;
    line-height: 1;
    top: 0;
    border-radius: 0;
    z-index: 9;
    left: 0;
}
#shipping_method {
    list-style: none;
    width: 100%;
    margin: 0;
}
#shipping_method li {
    position: relative;
}
#shipping_method li label {
    font-weight: 400;
    margin-left: 5px;
}
#shipping_method li label > span {
    position: absolute;
    right: 0;
    top: 2px;
}
tr.shipping {
    flex-wrap: wrap;
}
tr.shipping > td,
tr.shipping > th {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}
tr.shipping > td > .woocommerce-Price-amount {
    float: right;
}
tr.shipping > th {
    padding-bottom: 0 !important;
}
.woocommerce-checkout-review-order-table {
    display: block;
    padding: 0 0.75rem;
}
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-review-order-table thead {
    display: block;
    width: 100%;
}
.woocommerce-checkout-review-order-table tbody > tr,
.woocommerce-checkout-review-order-table tfoot > tr,
.woocommerce-checkout-review-order-table thead > tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}
.woocommerce-checkout-review-order-table tbody > tr td,
.woocommerce-checkout-review-order-table tbody > tr th,
.woocommerce-checkout-review-order-table tfoot > tr td,
.woocommerce-checkout-review-order-table tfoot > tr th,
.woocommerce-checkout-review-order-table thead > tr td,
.woocommerce-checkout-review-order-table thead > tr th {
    border: 0;
    padding: 0.75rem 0;
}
.woocommerce-checkout-review-order-table thead tr {
    border-top: 0;
}
.woocommerce-checkout .amount {
    white-space: nowrap;
}
.top-bar {
    border-bottom: 1px solid #ddd;
    padding: 0.464em 0;
}
.top-bar .nav-inline .menu-item {
    display: inline-block;
    color: #959595;
    font-size: 0.929em;
}
.top-bar .nav-inline > .menu-item + .menu-item:before {
    content: "|";
    color: #cad5d5;
    display: inline-block;
    margin: 0 1em;
}
.top-bar .nav-inline .menu-item > a {
    display: inline-block;
    color: #334141;
}
.top-bar .nav-inline .menu-item > a i {
    margin-right: 6px;
    font-size: 1rem;
}
.top-bar .nav-inline .menu-item > a:focus,
.top-bar .nav-inline .menu-item > a:hover {
    text-decoration: none;
}
.top-bar .nav-inline .menu-item > a.disabled {
    color: #818a91;
}
.top-bar .nav-inline .menu-item > a.disabled,
.top-bar .nav-inline .menu-item > a.disabled:focus,
.top-bar .nav-inline .menu-item > a.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}
.top-bar .nav-inline .menu-item .dropdown-menu {
    top: 30px;
    z-index: 1060;
}
.top-bar .nav-inline .menu-item .dropdown-menu .menu-item {
    display: block;
}
.top-bar .nav-inline .menu-item .dropdown-menu .menu-item:before {
    content: none;
}
.site-header .dropdown-menu {
    z-index: 1001;
}
.header-logo {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media (min-width: 768px) {
    .header-logo {
        width: 25%;
    }
    .header-logo .header-logo-link {
        padding-right: 15px;
    }
}
.header-logo .header-logo-link {
    display: block;
}
.primary-nav {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.393em;
    padding-bottom: 0.393em;
}
@media (min-width: 768px) {
    .primary-nav {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .no-header-support-info .primary-nav {
        width: 75%;
    }
}
.header-support-info {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media (min-width: 768px) {
    .header-support-info {
        width: 25%;
    }
}
.header-support-info .support-icon {
    padding-right: 20px;
    padding-left: 15px;
}
.header-support-info .support-icon .fa {
    font-size: 3em;
}
.header-support-info .support-icon .ec {
    font-size: 3.571em;
}
.header-v1,
.header-v3,
.header-v5,
.header-v8 {
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.header-v1 .container > .row:first-child,
.header-v3 .container > .row:first-child,
.header-v5 .container > .row:first-child,
.header-v8 .container > .row:first-child {
    margin-bottom: 1.786em;
}
.header-v1 .navbar-search .input-group .form-control,
.header-v1 .navbar-search .input-group table.cart .coupon .input-text,
.header-v3 .navbar-search .input-group .form-control,
.header-v3 .navbar-search .input-group table.cart .coupon .input-text,
.header-v5 .navbar-search .input-group .form-control,
.header-v5 .navbar-search .input-group table.cart .coupon .input-text,
.header-v8 .navbar-search .input-group .form-control,
.header-v8 .navbar-search .input-group table.cart .coupon .input-text,
table.cart .coupon .header-v1 .navbar-search .input-group .input-text,
table.cart .coupon .header-v3 .navbar-search .input-group .input-text,
table.cart .coupon .header-v5 .navbar-search .input-group .input-text,
table.cart .coupon .header-v8 .navbar-search .input-group .input-text {
    border-width: 2px;
    border-style: solid;
    border-right: 0;
}
.header-v1 .navbar-search .input-group .input-group-addon,
.header-v3 .navbar-search .input-group .input-group-addon,
.header-v5 .navbar-search .input-group .input-group-addon,
.header-v8 .navbar-search .input-group .input-group-addon {
    border-width: 2px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
}
.header-v1 .navbar-search .input-group .btn,
.header-v1 .navbar-search .input-group .hero-action-btn,
.header-v3 .navbar-search .input-group .btn,
.header-v3 .navbar-search .input-group .hero-action-btn,
.header-v5 .navbar-search .input-group .btn,
.header-v5 .navbar-search .input-group .hero-action-btn,
.header-v8 .navbar-search .input-group .btn,
.header-v8 .navbar-search .input-group .hero-action-btn {
    border-width: 2px;
    border-style: solid;
    border-left: 0;
    color: #333e48;
}
.header-v1 .navbar-nav .nav-link,
.header-v3 .navbar-nav .nav-link,
.header-v5 .navbar-nav .nav-link,
.header-v8 .navbar-nav .nav-link {
    line-height: 2.53em;
    font-weight: 700;
    font-size: 1.142em;
    color: #333e48;
}
.header-v1 .header-logo + .navbar-nav,
.header-v1 .navbar-nav + .navbar-nav,
.header-v1 .navbar-search + .navbar-nav,
.header-v1 .primary-nav + .navbar-nav,
.header-v3 .header-logo + .navbar-nav,
.header-v3 .navbar-nav + .navbar-nav,
.header-v3 .navbar-search + .navbar-nav,
.header-v3 .primary-nav + .navbar-nav,
.header-v5 .header-logo + .navbar-nav,
.header-v5 .navbar-nav + .navbar-nav,
.header-v5 .navbar-search + .navbar-nav,
.header-v5 .primary-nav + .navbar-nav,
.header-v8 .header-logo + .navbar-nav,
.header-v8 .navbar-nav + .navbar-nav,
.header-v8 .navbar-search + .navbar-nav,
.header-v8 .primary-nav + .navbar-nav {
    margin-left: 2.714em;
}
.header-v1 .header-logo + .navbar-nav,
.header-v1 .navbar-search + .navbar-nav,
.header-v1 .primary-nav + .navbar-nav,
.header-v3 .header-logo + .navbar-nav,
.header-v3 .navbar-search + .navbar-nav,
.header-v3 .primary-nav + .navbar-nav,
.header-v5 .header-logo + .navbar-nav,
.header-v5 .navbar-search + .navbar-nav,
.header-v5 .primary-nav + .navbar-nav,
.header-v8 .header-logo + .navbar-nav,
.header-v8 .navbar-search + .navbar-nav,
.header-v8 .primary-nav + .navbar-nav {
    padding-right: 0.9375rem;
}
.header-v3,
.home .header-v1,
.page-template-template-homepage-v1 .header-v1 {
    border-bottom: 0;
}
.header-v3 + .navbar-primary,
.header-v3 + .sticky-wrapper > .navbar-primary {
    padding: 0;
}
.header-v3 + .navbar-primary .navbar-nav > .menu-item > a,
.header-v3 + .sticky-wrapper > .navbar-primary .navbar-nav > .menu-item > a {
    padding: 1.429em 1.375em;
}
.full-color-background .header-v3,
.full-color-background .top-bar {
    background-color: #fed700;
}
.full-color-background .header-v3 {
    padding-top: 1.4em;
}
.full-color-background .header-v3 .navbar-search .input-group .btn,
.full-color-background .header-v3 .navbar-search .input-group .hero-action-btn {
    background-color: #333e48;
    color: #fff;
    border-color: #333e48;
}
.full-color-background .header-v3 .navbar-search .input-group .form-control,
.full-color-background .header-v3 .navbar-search .input-group .input-group-addon,
.full-color-background .header-v3 .navbar-search .input-group table.cart .coupon .input-text,
table.cart .coupon .full-color-background .header-v3 .navbar-search .input-group .input-text {
    border-color: #fff;
}
.full-color-background .header-v3 .navbar-compare .count,
.full-color-background .header-v3 .navbar-mini-cart .cart-items-count,
.full-color-background .header-v3 .navbar-wishlist .count {
    background-color: #333e48;
    color: #fff;
}
.full-color-background .header-v3 .ellipse-bg {
    fill: #64c3f1;
}
.full-color-background .navbar-primary {
    border-top-width: 1px;
    border-top-style: solid;
}
.full-color-background .navbar-primary .navbar-nav {
    margin-left: -20px;
}
.full-color-background .header-v3 + .navbar-primary .navbar-nav > .menu-item > a,
.full-color-background .header-v3 + .sticky-wrapper > .navbar-primary .navbar-nav > .menu-item > a {
    padding: 0.907em 1.375em;
}
.full-color-background .top-bar {
    border-bottom: none;
}
.header-v3 {
    padding-bottom: 0.64em;
    padding-top: 2.4em;
}
.sticky-wrapper .stick-this.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.sticky-wrapper .stick-this.stuck .departments-menu .dropdown .dropdown-menu {
    display: none;
}
.sticky-wrapper .stick-this.stuck .departments-menu .dropdown.open .dropdown-menu {
    display: block;
}
.admin-bar .sticky-wrapper .stick-this.stuck {
    top: 32px;
}
@media (max-width: 568px) {
    .site-header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 0;
    }
    .handheld-header {
        margin-bottom: 1.429em;
        display: flex;
        align-items: center;
    }
    .handheld-header .header-logo {
        margin-bottom: 0;
    }
}
.navbar-primary {
    padding: 0.358em 1rem;
}
.navbar-primary a[data-toggle="dropdown-hover"]::after,
.navbar-primary a[data-toggle="dropdown"]::after {
    content: "\79";
    font-family: font-electro;
    color: #333e48;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 0.857em;
    width: auto;
    height: auto;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .dropdown-submenu {
    position: relative;
}
.navbar-primary .navbar-nav .nav-link {
    line-height: 2.143em;
    font-weight: 700;
    font-size: 1.142em;
    color: #333e48;
}
.navbar-primary .navbar-nav + .navbar-nav,
.navbar-primary .navbar-search + .navbar-nav {
    margin-left: 2.714em;
}
.navbar-primary .navbar-nav + .navbar-nav.navbar-compare,
.navbar-primary .navbar-search + .navbar-nav.navbar-compare {
    margin-left: 0;
}
.navbar-primary .navbar-nav > .menu-item {
    float: left;
}
.navbar-primary .navbar-nav > .menu-item > a {
    display: block;
    font-size: 1.143em;
    font-weight: 700;
    line-height: 1.125em;
    color: #333e48;
    padding: 1.358em 1.375em;
    border-right: 1px solid transparent;
}
.navbar-primary .navbar-nav > .menu-item > a:focus,
.navbar-primary .navbar-nav > .menu-item > a:hover {
    color: #333e48;
    text-decoration: none;
}
.navbar-primary .navbar-nav > .menu-item:last-child > a {
    border-right: 0;
}
.navbar-primary .navbar-mini-cart .dropdown-menu-mini-cart {
    top: 108% !important;
    right: -25px;
    box-shadow: none;
    padding: 2.2em 2.1em 1.2em 2.1em;
    border: 2px solid transparent;
}
.navbar-primary .navbar-mini-cart .nav-link::after {
    content: none;
}
.navbar-primary .navbar-mini-cart .cart-items-count {
    background-color: #333e48;
    color: #fff;
}
.navbar-primary .navbar-compare .count,
.navbar-primary .navbar-wishlist .count {
    background-color: #333e48;
    color: #fff;
}
.navbar-primary .nav:after,
.navbar-primary .nav:before {
    display: none;
}
.header-v1 + .navbar-primary,
.header-v1 + .sticky-wrapper > .navbar-primary {
    padding: 0;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a,
.primary-nav .nav-inline .dropdown-menu .menu-item > a,
.top-bar .nav-inline .dropdown-menu .menu-item > a {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    padding: 0.571em 1.429em;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a:focus,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a:hover,
.primary-nav .nav-inline .dropdown-menu .menu-item > a:focus,
.primary-nav .nav-inline .dropdown-menu .menu-item > a:hover,
.top-bar .nav-inline .dropdown-menu .menu-item > a:focus,
.top-bar .nav-inline .dropdown-menu .menu-item > a:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.active,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.active:focus,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.active:hover,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.active,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.active:focus,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.active:hover,
.top-bar .nav-inline .dropdown-menu .menu-item > a.active,
.top-bar .nav-inline .dropdown-menu .menu-item > a.active:focus,
.top-bar .nav-inline .dropdown-menu .menu-item > a.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #efecec;
    outline: 0;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.disabled,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.disabled:focus,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.disabled:hover,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.disabled,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.disabled:focus,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.disabled:hover,
.top-bar .nav-inline .dropdown-menu .menu-item > a.disabled,
.top-bar .nav-inline .dropdown-menu .menu-item > a.disabled:focus,
.top-bar .nav-inline .dropdown-menu .menu-item > a.disabled:hover {
    color: #818a91;
}
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.disabled:focus,
.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a.disabled:hover,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.disabled:focus,
.primary-nav .nav-inline .dropdown-menu .menu-item > a.disabled:hover,
.top-bar .nav-inline .dropdown-menu .menu-item > a.disabled:focus,
.top-bar .nav-inline .dropdown-menu .menu-item > a.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
.navbar-primary #header-v3 .navbar-nav .menu-item .dropdown-menu,
.primary-nav .nav-inline .menu-item .dropdown-menu,
.top-bar .nav-inline .menu-item .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    visibility: hidden;
    border-radius: 0;
    border-top-width: 2px;
    border-top-style: solid;
}
.navbar-primary #header-v3 .navbar-nav > .menu-item .dropdown-menu .menu-item-has-children:hover > .dropdown-menu,
.navbar-primary #header-v3 .navbar-nav > .menu-item.open > .dropdown-menu,
.primary-nav .nav-inline > .menu-item .dropdown-menu .menu-item-has-children:hover > .dropdown-menu,
.primary-nav .nav-inline > .menu-item.open > .dropdown-menu,
.top-bar .nav-inline > .menu-item .dropdown-menu .menu-item-has-children:hover > .dropdown-menu,
.top-bar .nav-inline > .menu-item.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.navbar-primary #header-v3 .navbar-nav > .menu-item .dropdown-menu .menu-item-has-children .dropdown-menu,
.primary-nav .nav-inline > .menu-item .dropdown-menu .menu-item-has-children .dropdown-menu,
.top-bar .nav-inline > .menu-item .dropdown-menu .menu-item-has-children .dropdown-menu {
    top: 0;
    left: 100%;
}
.navbar-primary #header-v3 .navbar-nav .menu-item .dropdown-menu {
    top: 100%;
}
.primary-nav .nav-inline .menu-item .dropdown-menu {
    top: 46px;
}
.navbar-primary #header-v3 .navbar-nav > .menu-item > a[data-toggle="dropdown-hover"]::after,
.navbar-primary #header-v3 .navbar-nav > .menu-item > a[data-toggle="dropdown"]::after {
    display: none;
}
.navbar-primary #header-v3 .navbar-nav > .menu-item.open .dropdown-menu {
    transform: translateY(0);
}
.navbar-compare i.ec,
.navbar-mini-cart i.ec,
.navbar-search i.ec,
.navbar-wishlist i.ec {
    line-height: 0.9em;
    font-size: 1.429em;
}
.navbar-search .input-group .form-control:last-child,
.navbar-search .input-group table.cart .coupon .input-text:last-child,
table.cart .coupon .navbar-search .input-group .input-text:last-child {
    border-top-left-radius: 2.467em;
    border-bottom-left-radius: 2.467em;
}
.navbar-compare .nav-link,
.navbar-wishlist .nav-link {
    position: relative;
}
.navbar-compare .count,
.navbar-wishlist .count {
    font-size: 0.75em;
    line-height: 1.75em;
    font-weight: 700;
    position: absolute;
    left: 7px;
    width: 1.75em;
    text-align: center;
    border-radius: 50%;
    bottom: 4px;
}
.primary-nav .nav-inline .yamm-fw.open > a {
    position: relative;
}
.primary-nav .nav-inline .yamm-fw.open > a::before {
    position: absolute;
    animation-name: fadeIn;
    animation-duration: 2s;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -16px;
    left: 50%;
    border-bottom-width: 8px;
    border-bottom-style: solid;
    transform: translate(-50%, -50%);
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.home-v1-slider,
.home-v2-slider,
.home-v3-slider {
    background-color: #f9f9f9;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 3em;
}
.hero {
    font-size: 3.429em !important;
    color: #333e48 !important;
    font-weight: 200 !important;
    line-height: 1em !important;
    margin-bottom: 0.896em !important;
}
.hero span {
    font-weight: 700 !important;
}
.hero-v2 {
    font-size: 4.143em !important;
}
.hero-subtitle {
    font-size: 1.286em !important;
    color: #34bcec !important;
}
.hero-subtitle-v2 {
    font-weight: 900 !important;
    color: #333e48 !important;
}
.hero-action-btn {
    color: #333e48 !important;
    font-size: 1.286em !important;
    padding: 0.611em 3.172em !important;
    border-radius: 0.714em !important;
    line-height: 1.3em !important;
}
.hero-v2-price {
    line-height: 1em !important;
}
.hero-v2-price sup {
    font-weight: 400 !important;
}
.home-full-width-slider {
    margin-bottom: 2em;
}
.features-list {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 2.5em;
    margin-left: 0;
    margin-right: 0;
}
.features-list::after {
    content: "";
    display: table;
    clear: both;
}
.features-list .media {
    width: 150px;
    margin: 0 auto;
}
.features-list .media-left i {
    font-size: 2.571em;
}
.features-list .media-left i.ec-customers {
    font-size: 3.386em;
}
.features-list .media-body {
    text-align: center;
    font-size: 1.071em;
}
.features-list .feature {
    padding-top: 2.143em;
    padding-bottom: 2.143em;
}
.features-list .feature + .feature {
    border-left: 1px solid #ddd;
}
.features-list .feature-text strong {
    display: block;
}
.deal-and-tabs {
    margin-bottom: 5em;
}
.section-onsale-product header {
    border-bottom: none;
    margin-bottom: 1em;
}
.section-onsale-product header h1 {
    font-size: 2em;
    line-height: 1.214em;
}
.section-onsale-product header h1 .highlight {
    font-weight: 600;
    display: block;
}
.section-onsale-product header h1::after {
    content: none;
}
.section-onsale-product .savings {
    float: right;
    position: relative;
}
.section-onsale-product .onsale-product > a {
    display: block;
}
.section-onsale-product .onsale-product .woocommerce-loop-product__title,
.section-onsale-product .onsale-product h2,
.section-onsale-product .onsale-product h3 {
    clear: both;
    text-align: center;
    margin-bottom: 1.214em;
}
.section-onsale-product .onsale-product .product-thumbnail {
    margin-bottom: 1.714em;
}
.section-onsale-product .onsale-product .product-thumbnail img {
    margin: 0 auto;
}
.onsale-product-carousel,
.section-onsale-product {
    border-radius: 1.214em;
    border: 2px solid transparent;
    padding: 1.429em 1.571em;
}
@media (min-width: 1480px) {
    .electro-wide .onsale-product-carousel {
        padding: 0;
        border-width: 0;
        margin: 0 -10px;
    }
    .electro-wide .onsale-product-carousel .onsale-product {
        padding: 0 10px;
    }
    .electro-wide .onsale-product-carousel .onsale-product__inner {
        border-radius: 1.214em;
        border: 2px solid transparent;
        padding: 1.429em 1.571em;
        display: inline-flex;
        flex-direction: column;
    }
}
@media (min-width: 1480px) and (min-width: 768px) {
    .electro-wide .onsale-product-carousel .onsale-product__inner {
        flex-direction: row;
    }
}
@media (min-width: 1480px) {
    .electro-wide .section-onsale-product-carousel .owl-nav {
        display: none;
    }
}
@media (min-width: 768px) {
    .electro-wide .section-onsale-product-carousel .onsale-product-thumbnails {
        width: 50%;
        padding: 0;
    }
}
.electro-wide .section-onsale-product-carousel .onsale-product-content {
    padding: 0;
}
@media (min-width: 768px) {
    .electro-wide .section-onsale-product-carousel .onsale-product-content {
        width: 50%;
        padding: 0 15px;
    }
}
@media (min-width: 1480px) {
    .electro-wide .section-onsale-product-carousel .onsale-product-carousel .thumbnails {
        display: none;
    }
    .electro-wide .section-onsale-product-carousel .onsale-product-carousel .onsale-product-thumbnails .images > a {
        width: 100%;
        padding-right: 0;
    }
    .electro-wide .section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content {
        margin-top: 10px;
    }
    .electro-wide .section-onsale-product-carousel .onsale-product-carousel .price {
        font-size: 1.8em;
        margin-bottom: 24px;
    }
    .electro-wide .section-onsale-product-carousel .onsale-product-carousel .electro-price {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row-reverse;
    }
    .electro-wide .section-onsale-product-carousel .onsale-product-carousel .electro-price del {
        margin-right: 12px;
        color: #333e48;
        font-size: 0.72em;
    }
}
.section-onsale-product-carousel header {
    margin-bottom: 1.071em;
    border-bottom: none;
}
.section-onsale-product-carousel header .h1,
.section-onsale-product-carousel header h2 {
    padding-bottom: 0;
    color: #343f49;
}
.section-onsale-product-carousel header .h1::after,
.section-onsale-product-carousel header h2::after {
    display: none;
}
.section-onsale-product-carousel .onsale-product-content,
.section-onsale-product-carousel .onsale-product-thumbnails {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .section-onsale-product-carousel .onsale-product-thumbnails {
        width: 58.3333333333%;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .section-onsale-product-carousel .onsale-product-content {
        width: 41.6666666667%;
        padding-right: 0;
        margin-top: 5.429em;
    }
}
.section-onsale-product-carousel .onsale-product-carousel .thumbnails {
    width: 16.6666666667%;
    display: inline-block;
    padding-left: 4px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.section-onsale-product-carousel .onsale-product-carousel .thumbnails a {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 4px;
    margin-bottom: 0.571em;
}
.section-onsale-product-carousel .onsale-product-carousel .thumbnails a:last-child,
.section-onsale-product-carousel .onsale-product-carousel .thumbnails a:only-child {
    margin-bottom: 0;
}
.section-onsale-product-carousel .onsale-product-carousel .thumbnails a.current {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-thumbnails .images {
    display: block;
    width: 100%;
    position: relative;
}
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-thumbnails .images > a {
    width: 82.333333%;
    display: inline-block;
    padding-right: 4px;
}
.section-onsale-product-carousel .onsale-product-carousel .savings {
    position: absolute;
    z-index: 1;
}
.section-onsale-product-carousel .onsale-product-carousel .onsale-product {
    display: inline-block;
    width: 100%;
}
.section-onsale-product-carousel .onsale-product-carousel .onsale-product-content {
    text-align: center;
}
.section-onsale-product-carousel .onsale-product-carousel .price {
    font-size: 2.143em;
}
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .added_to_cart,
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .button {
    float: none;
    width: inherit;
    text-indent: 0;
    padding: 1.036em 3.434em;
    line-height: 1.286em;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    background-color: #efecec;
}
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .added_to_cart:before,
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .button:before {
    float: none;
    display: inline;
    background-color: transparent;
    vertical-align: middle;
}
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .added_to_cart:focus,
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .added_to_cart:hover,
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .button:focus,
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .button:hover {
    background-color: #000;
}
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .added_to_cart {
    display: inline-block;
    border-radius: 1.571em;
}
.section-onsale-product-carousel .onsale-product-carousel .deal-cart-button .added_to_cart:before {
    content: "";
}
.section-onsale-product-carousel .owl-nav {
    z-index: 100;
}
@media (min-width: 768px) {
    .section-onsale-product-carousel .owl-nav {
        margin-left: 58.3333333333%;
        border-bottom: 1px solid #eaeaea;
        position: absolute;
        width: 36%;
        padding-top: 28px;
        padding-bottom: 0.571em;
    }
}
.section-onsale-product-carousel .owl-nav .slider-next,
.section-onsale-product-carousel .owl-nav .slider-prev {
    display: inline-block;
    color: #383838;
    text-decoration: none;
}
.section-onsale-product-carousel .owl-nav .slider-next:hover,
.section-onsale-product-carousel .owl-nav .slider-prev:hover {
    color: #383838;
}
.section-onsale-product-carousel .owl-nav .slider-next i,
.section-onsale-product-carousel .owl-nav .slider-prev i {
    font-size: 1.143em;
}
.section-onsale-product-carousel .owl-nav .slider-next {
    float: right;
}
.section-onsale-product-carousel .owl-nav .slider-next i {
    padding-left: 0.625em;
}
.section-onsale-product-carousel .owl-nav .slider-prev i {
    padding-right: 0.625em;
}
.section-onsale-product-carousel .owl-nav .disabled {
    color: #a0a0a0;
}
.section-onsale-product-carousel.hide-progress .deal-progress {
    display: none;
}
.section-onsale-product-carousel.hide-timer .deal-countdown-timer {
    display: none;
}
.section-onsale-product-carousel.hide-cart-button .deal-cart-button {
    display: none;
}
@media (min-width: 1480px) {
    .electro-wide .section-onsale-product-carousel .countdown > span.days {
        display: none;
    }
    .electro-wide .section-onsale-product-carousel .savings {
        right: 22px;
        top: -10px;
    }
    .electro-wide .section-onsale-product-carousel .savings .amount {
        font-size: 16px;
    }
    .electro-wide .section-onsale-product-carousel .deal-progress .progress {
        height: 14px;
        margin-bottom: 12px;
    }
    .electro-wide .section-onsale-product-carousel .deal-progress .deal-stock {
        font-size: 14px;
    }
    .electro-wide .section-onsale-product-carousel .deal-countdown-timer .marketing-text {
        margin-bottom: 6px;
    }
    .electro-wide .section-onsale-product-carousel .countdown > span {
        margin: 0 12px;
    }
    .electro-wide .section-onsale-product-carousel .countdown > span b {
        font-weight: 400;
    }
    .electro-wide .section-onsale-product-carousel .countdown > span .value {
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 35px;
        margin-bottom: 7px;
    }
    .electro-wide .section-onsale-product-carousel .countdown > span .value::after {
        font-size: 1em;
        right: -15px;
    }
}
.section-onsale-product .deal-progress::after,
.section-onsale-product-carousel .deal-progress::after {
    content: "";
    display: table;
    clear: both;
}
.section-onsale-product .deal-progress .deal-stock,
.section-onsale-product-carousel .deal-progress .deal-stock {
    font-size: 1.071em;
    line-height: 1.2em;
    margin-bottom: 0.867em;
}
.section-onsale-product .deal-progress .deal-stock::after,
.section-onsale-product-carousel .deal-progress .deal-stock::after {
    content: "";
    display: table;
    clear: both;
}
.section-onsale-product .deal-progress .stock-available,
.section-onsale-product-carousel .deal-progress .stock-available {
    float: right;
}
.section-onsale-product .deal-progress .stock-sold,
.section-onsale-product-carousel .deal-progress .stock-sold {
    float: left;
}
.section-onsale-product .deal-progress .progress,
.section-onsale-product-carousel .deal-progress .progress {
    border-radius: 0.571em;
    background-color: #eee;
    height: 1.429em;
    margin-bottom: 1.875em;
    overflow: hidden;
}
.section-onsale-product .deal-progress .progress-bar,
.section-onsale-product-carousel .deal-progress .progress-bar {
    display: block;
    text-indent: -99999px;
    height: 100%;
    border-radius: 0.571em;
}
.section-onsale-product .price,
.section-onsale-product-carousel .price {
    text-align: center;
    font-size: 2.143em;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.section-onsale-product .deal-countdown-timer,
.section-onsale-product-carousel .deal-countdown-timer {
    margin-bottom: 0.857em;
}
.section-onsale-product .deal-countdown-timer .marketing-text,
.section-onsale-product-carousel .deal-countdown-timer .marketing-text {
    margin-bottom: 1.071em;
}
.section-onsale-product .countdown,
.section-onsale-product-carousel .countdown {
    text-align: center;
    color: #383838;
}
.section-onsale-product .countdown span[data-value="0"],
.section-onsale-product-carousel .countdown span[data-value="0"] {
    display: none;
}
.section-onsale-product .countdown > span,
.section-onsale-product-carousel .countdown > span {
    display: inline-block;
    margin: 0 6px;
}
.section-onsale-product .countdown > span:last-child .value::after,
.section-onsale-product-carousel .countdown > span:last-child .value::after {
    content: none;
}
.section-onsale-product .countdown > span .value,
.section-onsale-product-carousel .countdown > span .value {
    font-size: 2.143em;
    line-height: 1.367em;
    width: 56px;
    height: 41px;
    border-radius: 4px;
    background-color: #e6e6e6;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 0.429em;
}
.section-onsale-product .countdown > span .value::after,
.section-onsale-product-carousel .countdown > span .value::after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: -9px;
    font-size: 0.8em;
    line-height: 1.708em;
}
.section-onsale-product .countdown > span b,
.section-onsale-product-carousel .countdown > span b {
    display: block;
    font-size: 0.857em;
    text-transform: uppercase;
    line-height: 1em;
}
.section-onsale-product .savings,
.section-onsale-product-carousel .savings {
    width: 110px;
    height: 65px;
    border-radius: 8px;
    background-color: #343f49;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.section-onsale-product .savings .savings-text,
.section-onsale-product-carousel .savings .savings-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width: 100%;
}
.section-onsale-product .savings .amount,
.section-onsale-product .savings .percentage,
.section-onsale-product-carousel .savings .amount,
.section-onsale-product-carousel .savings .percentage {
    display: block;
}
.products-carousel-tabs .nav-inline {
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.products-carousel-tabs .nav-inline .nav-item + .nav-item {
    margin-left: 4em;
}
.products-carousel-tabs .nav-link {
    color: #333e48;
    font-size: 1.429em;
    line-height: 0.9em;
    padding-bottom: 1em;
}
.products-carousel-tabs .nav-link:focus,
.products-carousel-tabs .nav-link:hover {
    color: #333e48;
}
.products-carousel-tabs .nav-link.active {
    font-weight: 700;
    position: relative;
}
.products-carousel-tabs .nav-link.active::before {
    content: " ";
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%);
}
.products-carousel-tabs .nav-link.active::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.shop-control-bar {
    background-color: #f5f5f5;
    padding: 0.714em 1.429em;
    border-radius: 9px;
}
.shop-control-bar::after {
    content: "";
    display: table;
    clear: both;
}
.shop-control-bar .shop-view-switcher {
    float: left;
    min-height: 1px;
    position: relative;
    border: none;
}
@media (min-width: 992px) {
    .shop-control-bar .shop-view-switcher {
        width: 25%;
    }
}
.shop-control-bar .shop-view-switcher .nav-link {
    color: #d6dbe1;
    font-size: 1.286em;
    line-height: 2.24em;
    border: none;
    border-radius: 0;
    padding: 0;
}
.shop-control-bar .shop-view-switcher .nav-link:focus,
.shop-control-bar .shop-view-switcher .nav-link:hover {
    text-decoration: none;
    color: #575560;
}
.shop-control-bar .shop-view-switcher .nav-link.active {
    text-decoration: none;
    color: #575560;
    background-color: transparent;
}
.shop-control-bar .shop-view-switcher .nav-item + .nav-item {
    margin-left: 0.714em;
    margin-left: 1.071em;
}
@media (max-width: 991px) {
    .shop-control-bar .shop-view-switcher .nav-item + .nav-item {
        margin-left: 2.5em;
    }
}
.shop-control-bar .woocommerce-ordering {
    float: left;
    width: auto;
    padding: 1px 0;
}
@media (max-width: 991px) {
    .shop-control-bar .woocommerce-ordering .orderby {
        width: 100%;
        border-radius: 100px;
        padding-left: 18px;
    }
}
.shop-control-bar .form-electro-wc-ppp {
    float: left;
    margin-left: 1em;
    padding: 1px 0;
}
.shop-control-bar .electro-advanced-pagination {
    float: right;
    line-height: 2.43em;
    padding: 1px 0;
}
.shop-control-bar-bottom {
    border-top: 1px solid #eaeaea;
    padding: 1.714em 0;
}
.shop-control-bar-bottom::after {
    content: "";
    display: table;
    clear: both;
}
.shop-control-bar-bottom .form-electro-wc-ppp {
    float: left;
    padding: 0.215em 0;
}
.shop-control-bar-bottom .woocommerce-result-count {
    margin-bottom: 0;
    float: left;
    line-height: 3em;
    margin-left: 2em;
}
.shop-control-bar-bottom .woocommerce-pagination {
    float: right;
}
.shop-control-bar-bottom .woocommerce-pagination .next,
.shop-control-bar-bottom .woocommerce-pagination .prev {
    display: none;
}
.jumbotron-product-category {
    background-color: #f5f5f5;
    margin-bottom: 2.143em;
    padding: 4.286em 4.286em 3.609em 4.286em;
}
.jumbotron-product-category .jumbo-title {
    color: #333e48;
    font-size: 3.214em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 100;
}
.jumbotron-product-category .jumbo-subtitle {
    color: #7e7e7e;
    line-height: 1.5em;
    margin-bottom: 0;
}
.jumbotron-product-category .jumbo-image {
    margin-right: -3.143em;
    margin-top: -4.286em;
}
.product-loop-categories .product-category > a {
    display: block;
    color: #333e48;
}
.product-loop-categories .product-category > a:focus,
.product-loop-categories .product-category > a:hover {
    color: #333e48;
}
.product-loop-categories .product-category img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.714em auto;
    position: static;
}
.product-loop-categories .product-category .woocommerce-loop-category__title,
.product-loop-categories .product-category h2,
.product-loop-categories .product-category h3 {
    font-size: 1.286em;
    font-weight: 400;
    height: 1.286em;
    margin-bottom: 0.5em;
}
.product-loop-categories .product-category .count {
    background-color: transparent;
    color: inherit;
    display: none;
}
.product-loop-categories .product-category::after {
    content: "";
    border-right: 1px solid #ebebeb;
    position: absolute;
    height: 70%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.product-loop-categories .product-category.first {
    clear: both;
}
.columns-5 .product .hover-area .action-buttons > a:first-child,
.columns-5 .product .hover-area .action-buttons > div:first-child,
.columns-6 .product .hover-area .action-buttons > a:first-child,
.columns-6 .product .hover-area .action-buttons > div:first-child,
.page-template-template-homepage-v2 .columns-4 .product .hover-area .action-buttons > a:first-child,
.page-template-template-homepage-v2 .columns-4 .product .hover-area .action-buttons > div:first-child {
    margin: 0;
    font-size: 12px;
}
.columns-5 .product .hover-area .action-buttons > a:last-child,
.columns-5 .product .hover-area .action-buttons > div:last-child,
.columns-6 .product .hover-area .action-buttons > a:last-child,
.columns-6 .product .hover-area .action-buttons > div:last-child,
.page-template-template-homepage-v2 .columns-4 .product .hover-area .action-buttons > a:last-child,
.page-template-template-homepage-v2 .columns-4 .product .hover-area .action-buttons > div:last-child {
    margin: 0;
    font-size: 12px;
}
.columns-5 .product .hover-area .action-buttons .add-to-compare-link::before,
.columns-6 .product .hover-area .action-buttons .add-to-compare-link::before,
.page-template-template-homepage-v2 .columns-4 .product .hover-area .action-buttons .add-to-compare-link::before {
    margin-right: 5px;
}
.columns-5 .product .hover-area .action-buttons .add_to_wishlist::before,
.columns-6 .product .hover-area .action-buttons .add_to_wishlist::before,
.page-template-template-homepage-v2 .columns-4 .product .hover-area .action-buttons .add_to_wishlist::before {
    margin-right: 0;
}
.products-carousel-with-image {
    background-color: #f9f9f9;
    padding: 58px 0 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 85px;
}
.products-carousel-with-image .products-carousel .owl-item .product::after {
    content: none;
}
.products-carousel-with-image .products-carousel .owl-item .product-inner {
    background-color: #fff;
}
.products-carousel-with-image .products-carousel .owl-dots {
    display: none;
}
.products-carousel-with-image section.section-products-carousel header {
    margin-bottom: 1.357em;
}
.products-carousel-with-image section {
    margin-bottom: 2.857em;
}
.vc-products-carousel-with-image .products-carousel .owl-item .product-inner {
    background-color: #fff;
}
.products .product-card {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.products .product-card .wp-post-image {
    position: static;
}
@media (min-width: 768px) {
    .columns-2 .products .product-card {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .columns-3 .products .product-card {
        width: 33.3333333333%;
    }
}
.columns-3 .products .product-card .hover-area .action-buttons > a:first-child,
.columns-3 .products .product-card .hover-area .action-buttons > div:first-child {
    margin: 0;
    font-size: 12px;
}
.columns-3 .products .product-card .hover-area .action-buttons > a:last-child,
.columns-3 .products .product-card .hover-area .action-buttons > div:last-child {
    margin: 0;
    font-size: 12px;
}
.columns-3 .products .product-card .hover-area .action-buttons .add-to-compare-link::before {
    margin-right: 5px;
}
.columns-3 .products .product-card .hover-area .action-buttons .add_to_wishlist::before {
    margin-right: 0;
}
.products .product.product-card {
    margin-bottom: 0;
}
.products .product.product-card .product-inner {
    padding: 1.786em 1.429em;
}
.products .product.product-card .media-left {
    padding-right: 0;
    width: 42.35%;
}
.products .product.product-card h3 {
    margin-bottom: 1.6em;
}
.products .product.product-card .media-body {
    padding-left: 1.929em;
    overflow: visible;
    vertical-align: middle;
}
.products .product.product-card .media-body .hover-area {
    display: block;
    visibility: hidden;
    opacity: 0;
    padding-top: 0.214em;
    border-top: 1px solid #eaeaea;
}
.products .product.product-card .media-body .hover-area .action-buttons > div {
    margin-right: 15px;
}
.products .product.product-card .media-body .hover-area .action-buttons > a {
    margin-left: 15px;
}
.products .product.product-card:hover .media-body .hover-area {
    visibility: visible;
    opacity: 1;
}
section.section-product-cards-carousel.electro-v1 header {
    margin-bottom: 0;
}
section.section-product-cards-carousel.electro-v1 header ul.nav {
    float: right;
}
section.section-product-cards-carousel.electro-v1 header ul.nav .nav-link + .nav-link {
    margin-left: 1.429em;
}
section.section-product-cards-carousel.electro-v1 header .owl-nav {
    float: right;
}
section.section-product-cards-carousel.electro-v1 .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}
section.section-product-cards-carousel.electro-v1 header ul.nav {
    line-height: 3.571em;
}
section.section-product-cards-carousel.electro-v1 header ul.nav .nav-link {
    font-size: 1.071em;
    line-height: 1.2em;
    color: #7b8186;
    background-color: transparent;
}
section.section-product-cards-carousel.electro-v1 header ul.nav .nav-link:focus,
section.section-product-cards-carousel.electro-v1 header ul.nav .nav-link:hover {
    color: #333e48;
}
section.section-product-cards-carousel.electro-v1 header ul.nav .active .nav-link {
    color: #333e48;
    border-radius: 1em;
    padding: 0.301em 1.429em;
    border: 2px solid transparent;
}
section.section-product-cards-carousel.electro-v1 header .owl-nav {
    line-height: 3.407em;
}
section.section-product-cards-carousel.electro-v1 header .owl-nav a {
    color: #aeaeae;
    font-size: 1.429em;
}
section.section-product-cards-carousel.electro-v1 header .owl-nav a:focus,
section.section-product-cards-carousel.electro-v1 header .owl-nav a:hover {
    color: #333e48;
    text-decoration: none;
}
section.section-product-cards-carousel.electro-v1 header .owl-nav a + a {
    margin-left: 0.4em;
}
.products-2-1-2 {
    background-color: #f9f9f9;
    padding: 58px 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 85px;
}
@media (max-width: 1199px) {
    .products-2-1-2 .nav {
        display: flex;
        overflow: auto;
        border: none;
        padding-bottom: 6px;
        position: relative;
    }
    .products-2-1-2 .nav::after {
        content: " ";
        border-bottom: 1px solid #ddd;
        display: block;
        position: absolute;
        bottom: 5px;
        width: 100%;
    }
    .products-2-1-2 .nav li {
        margin: 0;
        flex-shrink: 0;
    }
    .products-2-1-2 .nav li .nav-link.active::after {
        z-index: 1;
    }
    .products-2-1-2 .nav li + li {
        padding-left: 40px;
    }
}
.products-2-1-2 .nav-inline {
    font-size: 1.214em;
    line-height: 1.059em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2.143em;
    text-align: justify;
    white-space: nowrap;
}
.products-2-1-2 .nav-link {
    color: #333e48;
    display: block;
    text-align: center;
    padding-bottom: 1.176em;
    position: relative;
}
.products-2-1-2 .nav-link:focus,
.products-2-1-2 .nav-link:hover {
    color: #333e48;
}
.products-2-1-2 .nav-link.active {
    font-weight: 700;
    position: relative;
}
.products-2-1-2 .nav-link.active::before {
    content: " ";
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%);
}
.products-2-1-2 .nav-link.active::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.products-2-1-2 .nav-link:hover::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.products-2-1-2 .nav-link:hover::before {
    content: " ";
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%);
}
.sidebar .widget,
.sidebar-blog .widget {
    margin-bottom: 5.143em;
}
.sidebar .widget-title,
.sidebar-blog .widget-title {
    font-size: 1.357em;
    line-height: 0.947em;
    margin-bottom: 1.842em;
    padding-bottom: 1.053em;
    position: relative;
    border-bottom: 1px solid #dadada;
}
.sidebar .widget-title:after,
.sidebar-blog .widget-title:after {
    content: " ";
    width: 3.684em;
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
}
.sidebar .widget-title + ul,
.sidebar ul.menu,
.sidebar-blog .widget-title + ul,
.sidebar-blog ul.menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sidebar .widget-title + ul .cat-item > a,
.sidebar .widget-title + ul .menu-item > a,
.sidebar .widget-title + ul .page_item > a,
.sidebar .widget-title + ul li > a:only-child,
.sidebar ul.menu .cat-item > a,
.sidebar ul.menu .menu-item > a,
.sidebar ul.menu .page_item > a,
.sidebar ul.menu li > a:only-child,
.sidebar-blog .widget-title + ul .cat-item > a,
.sidebar-blog .widget-title + ul .menu-item > a,
.sidebar-blog .widget-title + ul .page_item > a,
.sidebar-blog .widget-title + ul li > a:only-child,
.sidebar-blog ul.menu .cat-item > a,
.sidebar-blog ul.menu .menu-item > a,
.sidebar-blog ul.menu .page_item > a,
.sidebar-blog ul.menu li > a:only-child {
    color: #333e48;
    padding: 0.5em 0;
    display: inline-block;
}
.sidebar .widget-title + ul .cat-item > a:focus,
.sidebar .widget-title + ul .cat-item > a:hover,
.sidebar .widget-title + ul .menu-item > a:focus,
.sidebar .widget-title + ul .menu-item > a:hover,
.sidebar .widget-title + ul .page_item > a:focus,
.sidebar .widget-title + ul .page_item > a:hover,
.sidebar .widget-title + ul li > a:only-child:focus,
.sidebar .widget-title + ul li > a:only-child:hover,
.sidebar ul.menu .cat-item > a:focus,
.sidebar ul.menu .cat-item > a:hover,
.sidebar ul.menu .menu-item > a:focus,
.sidebar ul.menu .menu-item > a:hover,
.sidebar ul.menu .page_item > a:focus,
.sidebar ul.menu .page_item > a:hover,
.sidebar ul.menu li > a:only-child:focus,
.sidebar ul.menu li > a:only-child:hover,
.sidebar-blog .widget-title + ul .cat-item > a:focus,
.sidebar-blog .widget-title + ul .cat-item > a:hover,
.sidebar-blog .widget-title + ul .menu-item > a:focus,
.sidebar-blog .widget-title + ul .menu-item > a:hover,
.sidebar-blog .widget-title + ul .page_item > a:focus,
.sidebar-blog .widget-title + ul .page_item > a:hover,
.sidebar-blog .widget-title + ul li > a:only-child:focus,
.sidebar-blog .widget-title + ul li > a:only-child:hover,
.sidebar-blog ul.menu .cat-item > a:focus,
.sidebar-blog ul.menu .cat-item > a:hover,
.sidebar-blog ul.menu .menu-item > a:focus,
.sidebar-blog ul.menu .menu-item > a:hover,
.sidebar-blog ul.menu .page_item > a:focus,
.sidebar-blog ul.menu .page_item > a:hover,
.sidebar-blog ul.menu li > a:only-child:focus,
.sidebar-blog ul.menu li > a:only-child:hover {
    color: #333e48;
    text-decoration: none;
}
.sidebar .product_list_widget li > a,
.sidebar .product_list_widget li > a .product-title {
    display: block;
    color: #333e48;
    font-weight: 400;
}
.sidebar .product_list_widget .electro-price {
    display: block;
    position: relative;
}
.sidebar .product_list_widget .electro-price::after {
    content: "";
    display: table;
    clear: both;
}
.sidebar .product_list_widget .electro-price .amount {
    font-weight: 700;
    font-size: 1.071em;
}
.sidebar .product_list_widget .electro-price del {
    float: left;
    display: block;
    width: 100%;
    position: absolute;
    top: -18px;
    line-height: 18px;
}
.sidebar .product_list_widget .electro-price del .amount {
    font-size: 0.733em;
}
.sidebar .product_list_widget .electro-price ins {
    float: left;
}
.sidebar .product_list_widget .electro-price ins .amount {
    color: #e00;
}
.sidebar .product_list_widget .star-rating + .electro-price del {
    top: 0;
}
.sidebar .product_list_widget .star-rating + .electro-price ins {
    margin-top: 18px;
}
.widget_electro_products_filter .widget {
    margin-bottom: 0;
}
.widget_electro_products_filter .widget .widget-title {
    font-weight: 700;
    font-size: 1em;
    color: #575560;
    margin-bottom: 1.572em;
    border: none;
    padding: 0;
    display: inline-block;
    position: static;
}
.widget_electro_products_filter .widget .widget-title::after {
    content: none;
}
.widget_electro_products_filter .widget + .widget {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.widget_electro_products_filter ul {
    list-style: none;
}
.widget_electro_products_filter .widget_layered_nav li > a::before,
.widget_electro_products_filter .widget_layered_nav li > span:not(.count)::before,
.widget_electro_products_filter .widget_product_categories li > a::before,
.widget_electro_products_filter .widget_product_categories li > span:not(.count)::before {
    content: "\f0c8";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 0.571em;
    font-size: 1.143em;
    line-height: 22px;
    vertical-align: middle;
    color: #dfdfdf;
}
.widget_electro_products_filter .widget_layered_nav li > a:focus::before,
.widget_electro_products_filter .widget_layered_nav li > a:hover::before,
.widget_electro_products_filter .widget_layered_nav li > span:not(.count):focus::before,
.widget_electro_products_filter .widget_layered_nav li > span:not(.count):hover::before,
.widget_electro_products_filter .widget_product_categories li > a:focus::before,
.widget_electro_products_filter .widget_product_categories li > a:hover::before,
.widget_electro_products_filter .widget_product_categories li > span:not(.count):focus::before,
.widget_electro_products_filter .widget_product_categories li > span:not(.count):hover::before {
    content: "\f14a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 1.143em;
    margin-right: 0.571em;
}
.widget_electro_products_filter .widget_layered_nav li.chosen > a::before,
.widget_electro_products_filter .widget_layered_nav li.current-cat > a::before,
.widget_electro_products_filter .widget_product_categories li.chosen > a::before,
.widget_electro_products_filter .widget_product_categories li.current-cat > a::before {
    content: "\f14a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.143em;
    margin-right: 0.571em;
}
.maxlist-more {
    margin-top: 1.14em;
}
.maxlist-more a {
    color: #575560;
    font-size: 0.929em;
}
.maxlist-more a:focus,
.maxlist-more a:hover {
    text-decoration: none;
    color: #575560;
}
.sidebar-blog .widget_categories .widget-title + ul .meu-item,
.sidebar-blog .widget_categories .widget-title + ul li,
.sidebar-blog .widget_categories ul.menu .meu-item,
.sidebar-blog .widget_categories ul.menu li {
    border-bottom: 1px solid #ececec;
}
.sidebar-blog .widget_categories .widget-title + ul .meu-item.current-cat a,
.sidebar-blog .widget_categories .widget-title + ul li.current-cat a,
.sidebar-blog .widget_categories ul.menu .meu-item.current-cat a,
.sidebar-blog .widget_categories ul.menu li.current-cat a {
    font-weight: 700;
}
.sidebar-blog .widget_categories .widget-title + ul .meu-item a,
.sidebar-blog .widget_categories .widget-title + ul li a,
.sidebar-blog .widget_categories ul.menu .meu-item a,
.sidebar-blog .widget_categories ul.menu li a {
    position: relative;
    color: #575560;
    position: relative;
    margin-left: 2.7em;
}
.sidebar-blog .widget_categories .widget-title + ul .meu-item a:before,
.sidebar-blog .widget_categories .widget-title + ul li a:before,
.sidebar-blog .widget_categories ul.menu .meu-item a:before,
.sidebar-blog .widget_categories ul.menu li a:before {
    color: #575560;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-left: -1.4em;
    position: absolute;
}
.sidebar-blog .widget_categories .widget-title + ul .meu-item a:focus,
.sidebar-blog .widget_categories .widget-title + ul .meu-item a:hover,
.sidebar-blog .widget_categories .widget-title + ul li a:focus,
.sidebar-blog .widget_categories .widget-title + ul li a:hover,
.sidebar-blog .widget_categories ul.menu .meu-item a:focus,
.sidebar-blog .widget_categories ul.menu .meu-item a:hover,
.sidebar-blog .widget_categories ul.menu li a:focus,
.sidebar-blog .widget_categories ul.menu li a:hover {
    font-weight: 700;
}
.sidebar-blog .widget_categories .widget-title + ul .meu-item ul.children,
.sidebar-blog .widget_categories .widget-title + ul li ul.children,
.sidebar-blog .widget_categories ul.menu .meu-item ul.children,
.sidebar-blog .widget_categories ul.menu li ul.children {
    list-style: none;
    margin-top: 0.5em;
}
.sidebar-blog .widget_categories .widget-title + ul .meu-item:last-child,
.sidebar-blog .widget_categories .widget-title + ul li:last-child,
.sidebar-blog .widget_categories ul.menu .meu-item:last-child,
.sidebar-blog .widget_categories ul.menu li:last-child {
    border-bottom: none;
}
.electro_posts_carousel_widget .post-item .post-thumbnail {
    display: block;
    padding-bottom: 0.857em;
}
.electro_posts_carousel_widget .post-item .post-content {
    color: #878787;
}
.electro_posts_carousel_widget .post-item .post-content .post-name {
    font-size: 1.071em;
    font-weight: 700;
    color: #333e48;
    display: block;
    padding-bottom: 0.571em;
}
.electro_posts_carousel_widget .post-item .post-content .post-category a,
.electro_posts_carousel_widget .post-item .post-content .post-date {
    color: #878787;
    font-size: 0.857em;
}
.electro_posts_carousel_widget .electro-img-placeholder {
    position: relative;
}
.electro_posts_carousel_widget .electro-img-placeholder .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
section.section-posts-carousel header {
    margin-bottom: 1.429em;
}
section.section-posts-carousel header .owl-nav {
    line-height: 2em;
}
section.section-posts-carousel .widget-title {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: none;
}
section.section-posts-carousel .comments-link a,
section.section-posts-carousel .likes a {
    position: relative;
    color: #878787;
    font-size: 0.857em;
    line-height: 1.5em;
}
section.section-posts-carousel .comments-link a::before,
section.section-posts-carousel .likes a::before {
    color: #999;
    font-family: font-electro;
    margin-rightf: 3px;
    vertical-align: middle;
    font-size: 16px;
}
section.section-posts-carousel .comments-link a:focus,
section.section-posts-carousel .comments-link a:hover,
section.section-posts-carousel .likes a:focus,
section.section-posts-carousel .likes a:hover {
    color: #000;
    text-decoration: none;
}
section.section-posts-carousel .comments-link a:focus:before,
section.section-posts-carousel .comments-link a:hover:before,
section.section-posts-carousel .likes a:focus:before,
section.section-posts-carousel .likes a:hover:before {
    color: #000;
}
section.section-posts-carousel .comments-link a:before {
    content: "\63";
}
section.section-posts-carousel .likes a:before {
    content: "\6a";
}
.widget_electro_features_block_widget .features-list {
    padding: 30px;
    background-color: #fff;
}
.widget_electro_features_block_widget .features-list .feature + .feature {
    border-left: none;
}
.widget_electro_features_block_widget .features-list .feature {
    border-bottom: 1px solid #ddd;
    padding-top: 1.786em;
    padding-bottom: 1.786em;
}
.widget_electro_features_block_widget .features-list .feature:first-child {
    padding-top: 0;
}
.widget_electro_features_block_widget .features-list .feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget_electro_features_block_widget .features-list .media {
    margin: 0;
    width: inherit;
}
.widget_electro_features_block_widget .features-list .media i {
    font-size: 42px;
}
.widget_electro_features_block_widget .features-list .media i.ec-customers {
    font-size: 48px;
}
.widget_electro_features_block_widget .features-list .media .media-left {
    padding-left: 0;
}
.brands-carousel {
    margin-bottom: 6.071em;
}
.brands-carousel .item {
    text-align: center;
    height: 50px;
    position: relative;
}
.brands-carousel .item figure {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.brands-carousel .item figure .text-overlay {
    background-color: rgba(26, 187, 156, 0) !important;
    display: none;
}
.brands-carousel .item figure .text-overlay a {
    opacity: 0;
}
.brands-carousel .item figure:hover img {
    opacity: 1;
}
.brands-carousel .item figure img {
    opacity: 0.5;
    max-height: 50px;
    width: auto;
    margin: 0 auto;
}
.owl-brands {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 1.286em 0;
}
.owl-brands .owl-nav {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-brands .owl-nav [class*="owl-"] {
    color: #d6d6d6;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -30px;
    line-height: 14px;
}
.owl-brands .owl-nav [class*="owl-"]:hover {
    color: #869791;
    text-decoration: none;
}
.owl-brands .owl-nav .owl-prev {
    left: 0;
}
.owl-brands .owl-nav .owl-next {
    right: 0;
}
.owl-brands .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.widget img {
    display: block;
    max-width: 100%;
    height: auto;
}
.widget select {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #55595c;
    vertical-align: middle;
    background: #fff
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    max-width: 100%;
}
.widget select:focus {
    border-color: #51a7e8;
    outline: 0;
}
.widget select::-ms-expand {
    opacity: 0;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 0.857em;
    margin-bottom: 1.25em;
    caption-side: top;
}
#wp-calendar thead {
    font-size: 0.714em;
}
#wp-calendar thead th {
    padding-bottom: 1em;
    text-align: center;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody td a {
    font-weight: 700;
    color: #333e48;
}
#wp-calendar tbody td a:focus,
#wp-calendar tbody td a:hover {
    text-decoration: none;
}
#wp-calendar tbody .pad {
    background: 0 0;
}
#wp-calendar tfoot #next {
    font-size: 0.714em;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 0.714em;
    text-transform: uppercase;
    padding-top: 1em;
}
.widget_recent_comments .recentcomments + .recentcomments {
    margin-top: 0.5em;
    padding-top: 0.5em;
}
.widget_recent_comments a {
    font-weight: 700;
}
.widget_rss .widget-title .rss-widget-icon {
    display: none;
}
.widget_rss .widget-title .rsswidget {
    display: block;
    color: #333e48;
}
.widget_rss .widget-title .rsswidget:focus,
.widget_rss .widget-title .rsswidget:hover {
    color: #333e48;
    text-decoration: none;
}
.widget_rss li .rsswidget {
    font-size: 110%;
    font-weight: 700;
    display: block;
}
.widget_rss li .rss-date {
    font-size: 80%;
}
.widget_rss li .rssSummary {
    margin: 0.429em 0;
}
.widget_rss li + li {
    margin-top: 1em;
}
.widget_rss li + li:before {
    border-top: 1px solid #ddd;
    content: "";
    display: block;
    padding-top: 1em;
}
.sidebar .widget_product_search .woocommerce-product-search label,
.sidebar .widget_product_search form.search-form label,
.widget_search .woocommerce-product-search label,
.widget_search form.search-form label {
    display: block;
}
.sidebar .widget_product_search .woocommerce-product-search .search-field,
.sidebar .widget_product_search form.search-form .search-field,
.widget_search .woocommerce-product-search .search-field,
.widget_search form.search-form .search-field {
    border: 1px solid #ddd;
    border-radius: 50px;
    line-height: 1.286em;
    padding: 0.929em 1.929em;
    width: 100%;
    color: #818181;
}
.sidebar .widget_product_search .search-submit,
.sidebar .widget_product_search button[type="submit"],
.sidebar .widget_product_search input[type="submit"],
.widget_search .search-submit,
.widget_search button[type="submit"],
.widget_search input[type="submit"] {
    display: none;
}
.widget_tag_cloud .tagcloud a {
    background: 0 0;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 0.457em 0.731em 0;
    padding: 0.823em 0.788em;
}
.widget_tag_cloud .tagcloud a:focus,
.widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #fff;
}
.widget_nav_menu .sub-menu .sub-menu .sub-menu {
    padding: 0;
}
.product_list_widget {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.product_list_widget > li {
    margin-bottom: 2.143em;
}
.product_list_widget > li::after {
    content: "";
    display: table;
    clear: both;
}
.product_list_widget > li > a:focus,
.product_list_widget > li > a:hover {
    color: #000;
    text-decoration: none;
}
.product_list_widget > li:last-child {
    margin-bottom: 0;
}
.product_list_widget .product-title {
    color: #0062bd;
    font-weight: 700;
    font-size: 1em;
    display: block;
    line-height: 1.2em;
}
.product_list_widget a {
    color: #0062bd;
    font-weight: 700;
}
.product_list_widget .wp-post-image,
.product_list_widget img {
    width: 75px;
    height: 75px;
    margin-right: 20px !important;
    float: left;
}
.product_list_widget .electro-price {
    margin-top: 1.667em;
    display: block;
    margin-left: 95px;
}
.product_list_widget .star-rating + .electro-price {
    margin-top: 0;
}
.product_list_widget .amount {
    display: inline-block;
    font-size: 1.071em;
}
.product_list_widget del,
.product_list_widget del .amount {
    color: #8f8f8f;
}
.product_list_widget del .amount {
    text-decoration: line-through;
    font-size: 0.928em;
}
.product_list_widget ins {
    text-decoration: none;
}
.product_list_widget ins .amount {
    font-size: 1.071em;
}
.product_list_widget .star-rating {
    margin: 8px 0;
}
.product_list_widget .star-rating + .amount,
.product_list_widget .star-rating + del + ins > .amount,
.product_list_widget .star-rating + del > .amount {
    margin-top: 0;
}
.product_list_widget.cart_list {
    margin-bottom: 1rem;
}
.product_list_widget .mini_cart_item .remove {
    float: right;
    color: #e00;
}
.product_list_widget .mini_cart_item a:nth-child(2) {
    line-height: 1.286em;
    font-size: 1em;
}
.product_list_widget .mini_cart_item .quantity {
    display: block;
}
.product_list_widget .mini_cart_item .quantity .amount {
    margin-top: 0;
}
.product_list_widget .mini_cart_item .variation-Vendor {
    display: none;
}
.widget_layered_nav ul li > a,
.widget_layered_nav ul li > span,
.widget_product_categories ul li > a,
.widget_product_categories ul li > span {
    color: #333e48;
    padding: 0.571em 0 0.643em 0;
    display: inline;
}
.widget_layered_nav ul li > a:focus,
.widget_layered_nav ul li > a:hover,
.widget_layered_nav ul li > span:focus,
.widget_layered_nav ul li > span:hover,
.widget_product_categories ul li > a:focus,
.widget_product_categories ul li > a:hover,
.widget_product_categories ul li > span:focus,
.widget_product_categories ul li > span:hover {
    color: #333e48;
    text-decoration: none;
}
.widget_layered_nav ul li .count,
.widget_product_categories ul li .count {
    font-size: 0.857em;
    color: #acacac;
}
.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 15px;
}
.widget_layered_nav .select2-selection--multiple .select2-selection__rendered li {
    line-height: 1;
    font-size: 12px;
}
.widget_layered_nav .select2-container .select2-selection,
.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection {
    padding: 8px;
}
.widget_layered_nav .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px;
}
.widget_electro_products_filter .widget_layered_nav .select2-selection--multiple li > a::before,
.widget_electro_products_filter .widget_layered_nav .select2-selection--multiple li > span:not(.count)::before,
.widget_electro_products_filter .widget_product_categories .select2-selection--multiple li > a::before,
.widget_electro_products_filter .widget_product_categories .select2-selection--multiple li > span:not(.count)::before {
    display: none;
}
.widget_product_categories ul {
    list-style: none;
}
.widget_product_categories .product-categories,
.widget_product_categories .widget-title + ul {
    padding: 0 !important;
    border: 2px solid #ececec;
    border-radius: 6px;
}
.widget_product_categories ul li {
    border-top: 1px solid #ddd;
}
.widget_product_categories ul li:first-child {
    border: none;
}
.widget_product_categories ul li .child-indicator {
    padding-right: 0.429em;
}
.widget_product_categories ul li .child-indicator i {
    font-size: 0.857em;
    color: #aeaeae;
    width: 0.571em;
}
.widget_product_categories ul li .children {
    padding: 0;
}
.widget_product_categories ul li .children .child-indicator {
    padding-left: 2.214em;
}
.widget_product_categories ul li .children .no-child {
    padding-left: 3.143em;
}
.widget_product_categories ul li .child-indicator {
    padding-left: 1.214em;
}
.widget_product_categories ul li .no-child {
    padding-left: 2.143em;
}
.widget_product_categories .product_cat > span {
    padding: 1em 2em;
    border-bottom: 1px solid #ececec;
    display: block;
    cursor: pointer;
}
.widget_product_categories .product_cat > ul {
    padding: 0.929em;
}
.widget_product_categories .category-single {
    padding: 0 !important;
}
.widget_product_categories .category-single .show-all-cat > li,
.widget_product_categories .category-single > li {
    border: none;
}
.widget_product_categories .category-single .show-all-cat {
    padding: 0;
}
.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown {
    padding: 1em 2em;
    border-bottom: 1px solid #ececec;
    display: block;
    cursor: pointer;
}
.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator {
    padding-left: 0.643em;
}
.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator i {
    font-size: 1.2em;
    color: #333e48;
    font-weight: 700;
    vertical-align: middle;
}
.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul {
    padding: 0.929em;
}
.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li:first-child {
    border: none;
}
.widget_product_categories .category-single > li > ul:last-child {
    padding: 0.929em;
}
.widget_product_categories .category-single > li > ul:last-child > li > a .child-indicator {
    display: none;
}
.widget_product_categories .category-single > li > ul:last-child > li > a .no-child {
    padding-left: 0;
}
.widget_product_categories
    .category-single
    > li
    > ul:last-child
    li.current-cat-parent
    > .children
    li
    > a
    .child-indicator {
    padding-left: 0;
}
.widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > .children li > a .no-child {
    padding-left: 1.214em;
}
.widget_product_categories .category-single > li > ul:last-child li.current-cat > a {
    font-weight: 700;
}
.widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .child-indicator {
    padding-left: 0;
}
.widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .no-child {
    padding-left: 1.214em;
}
.widget_product_categories .category-single > li > ul:last-child li > a {
    padding-left: 1.071em;
    padding-bottom: 0.643em;
}
.widget_product_categories .category-single > li > ul:last-child li > .children > li .child-indicator {
    padding-left: 1.214em;
}
.widget_product_categories .category-single > li > ul:last-child li > .children > li .no-child {
    padding-left: 2.143em;
}
.widget_product_categories .category-single > li > ul:last-child li > .children > li:first-child > a {
    padding-top: 1em;
}
.widget_product_categories .category-single > li > ul:last-child li .children li {
    padding: 0;
}
.widget_product_categories .category-single > li > ul:last-child li .children li .children {
    transition: opacity 0.1s ease;
    padding-bottom: 0.571em;
}
.widget_product_categories .category-single > li > ul:last-child li .children li:first-child {
    border-top: 1px solid #ddd;
}
.widget_product_categories .category-single > li > ul:last-child li .children li .children li {
    border: none;
}
.widget_product_categories .category-single > li > ul:last-child li .children li .children li a {
    padding-left: 3.214em;
    line-height: 1.1em;
    padding-bottom: 0.893em;
}
.widget_product_categories .category-single > li > ul:last-child li .children li .children li .child-indicator,
.widget_product_categories .category-single > li > ul:last-child li .children li .children li .no-child {
    padding-left: 0;
}
.widget_price_filter .price_slider {
    margin: 30px 0 17px 0;
}
.widget_price_filter .price_slider_amount {
    text-align: left;
    position: relative;
    color: #686868;
    display: inline-flex;
    flex-direction: column;
}
.widget_price_filter .price_slider_amount .button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    line-height: 1;
    font-size: 1em;
    font-weight: 700;
    padding: 0.75em 1.646em;
    border-radius: 0.571em;
    order: 2;
    width: fit-content;
}
.widget_price_filter .price_slider_amount .button.active.focus,
.widget_price_filter .price_slider_amount .button.active:focus,
.widget_price_filter .price_slider_amount .button.focus,
.widget_price_filter .price_slider_amount .button:active.focus,
.widget_price_filter .price_slider_amount .button:active:focus,
.widget_price_filter .price_slider_amount .button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.widget_price_filter .price_slider_amount .button:focus,
.widget_price_filter .price_slider_amount .button:hover {
    text-decoration: none;
}
.widget_price_filter .price_slider_amount .button.focus {
    text-decoration: none;
}
.widget_price_filter .price_slider_amount .button.active,
.widget_price_filter .price_slider_amount .button:active {
    background-image: none;
    outline: 0;
}
.widget_price_filter .price_slider_amount .button.disabled,
.widget_price_filter .price_slider_amount .button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.widget_price_filter .price_slider_amount .price_label {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 29px;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 50%;
    box-sizing: border-box;
    cursor: ew-resize;
    margin-top: -8px;
    opacity: 1;
    outline: medium none;
    position: absolute;
    z-index: 2;
    height: 1.143em;
    width: 1.143em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    border-width: 3px;
    border-style: solid;
    background-color: #fff;
    margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.widget_price_filter .ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-color: #dcdcdc;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #cacaca;
}
.widget_price_filter .ui-slider-horizontal {
    height: 2px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: -2px;
    height: 6px;
    margin-left: 2px;
}
.widget_layered_nav_filters li.chosen a {
    display: block !important;
}
.widget_layered_nav_filters li.chosen a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.571em;
}
.widget_layered_nav_filters li.chosen a:focus::before,
.widget_layered_nav_filters li.chosen a:hover::before {
    color: #e00;
}
.section-products-carousel .product-carousel-alt {
    text-align: center;
}
.section-products-carousel .product-carousel-alt .woocommerce-loop-product__title,
.section-products-carousel .product-carousel-alt h3 {
    font-size: 1.071em;
    margin-bottom: 1.667em;
    padding: 0 2.857em;
}
.section-products-carousel .product-carousel-alt > a {
    color: #333e48;
}
.section-products-carousel .product-carousel-alt .loop-product-categories {
    padding: 1.214em 0 0.5em 0;
    display: block;
}
.section-products-carousel .product-carousel-alt .loop-product-categories a {
    color: #878787;
    font-size: 0.857em;
}
.section-products-carousel .product-carousel-alt .price {
    font-size: 1.5em;
}
.section-products-carousel .product-carousel-alt .price del {
    font-size: 0.762em;
    padding-left: 0.325em;
}
.section-products-carousel .product-carousel-alt .price del,
.section-products-carousel .product-carousel-alt .price ins {
    text-decoration: none;
}
.section-products-carousel .product-carousel-alt .price ins {
    color: #e00;
}
.section-products-carousel .product-carousel-alt .price del {
    text-decoration: line-through;
}
.widget_electro_products_carousel_widget .section-products-carousel header {
    margin-bottom: 1.429em;
}
.widget_electro_products_carousel_widget .section-products-carousel header h2 {
    font-size: 1.357em;
    line-height: 0.947em;
    padding-bottom: 1.053em;
}
.widget_electro_products_carousel_widget .section-products-carousel header .owl-nav {
    line-height: 2em;
}
.widget_electro_products_carousel_widget .section-products-carousel .products-carousel .owl-item .product {
    margin-left: 3px;
    margin-right: 3px;
}
.widget_electro_products_carousel_widget .section-products-carousel .products-carousel .owl-dots,
.widget_electro_products_carousel_widget .section-products-carousel .products-carousel .owl-nav {
    display: none;
}
.wc-layered-nav-rating .star-rating {
    display: inline-block;
}
.footer-widgets {
    margin-bottom: 6.429em;
}
.footer-widgets .widget-title {
    font-size: 1.429em;
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
    margin-bottom: 40px;
    position: relative;
}
.footer-widgets .widget-title:after {
    content: " ";
    width: 83px;
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
}
.footer-newsletter {
    padding: 1.286em 0;
}
.footer-newsletter .newsletter-title {
    display: inline-block;
    font-size: 1.571em;
    margin-right: 6px;
    line-height: 2.429em;
    margin-bottom: 0;
}
.footer-newsletter .newsletter-title::before {
    content: "\76";
    font-family: font-electro;
    margin-right: 15px;
    font-size: 1.619em;
    vertical-align: middle;
}
.footer-newsletter .newsletter-marketing-text {
    margin-left: 0px;
    font-size: 12px;
}
.footer-newsletter form {
    margin-top: 2px;
}
.footer-newsletter input[type="email"],
.footer-newsletter input[type="text"] {
    padding: 1.04em 2em;
    background-color: #fff;
    border: 0;
}
.footer-bottom-widgets {
    background-color: #f8f8f8;
    padding: 4.143em 0 5.714em 0;
}
.footer-bottom-widgets .widget-title {
    font-size: 1.143em;
    line-height: 1.125em;
    margin-bottom: 2.5em;
    font-weight: 700;
}
.footer-bottom-widgets ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-bottom-widgets ul > li > a {
    font-size: 1em;
    color: #333e48;
}
.footer-bottom-widgets ul > li > a:focus,
.footer-bottom-widgets ul > li > a:hover {
    color: #333e48;
}
.footer-bottom-widgets ul > li + li {
    margin-top: 1em;
}
.footer-bottom-widgets ul.children {
    margin-top: 1em;
}
.footer-bottom-widgets .widget_product_categories .product-categories,
.footer-bottom-widgets .widget_product_categories .widget-title + ul {
    border: none;
    border-radius: 0;
    margin-left: -2.173em;
}
.footer-bottom-widgets .widget_product_categories ul li {
    border-top: none;
}
.footer-bottom-widgets .widget_product_categories ul li > a {
    padding: 0;
    display: block;
}
.footer-contact > div:last-child {
    margin-bottom: 0;
}
.footer-logo {
    margin-bottom: 2.571em;
}
.footer-call-us {
    margin-bottom: 3em;
}
.footer-call-us .call-us-icon {
    padding-right: 20px;
}
.footer-call-us .call-us-icon .fa {
    font-size: 3em;
}
.footer-call-us .call-us-icon .ec {
    font-size: 4.643em;
}
.footer-call-us .call-us-text {
    font-weight: 100;
    font-size: 0.929em;
    display: block;
    line-height: 1.429em;
}
.footer-call-us .call-us-number {
    font-size: 1.571em;
    display: block;
    line-height: 1.429em;
}
.footer-call-us .call-us-number a {
    color: #333e48;
}
.footer-address {
    margin-bottom: 3.143em;
}
.footer-address .footer-address-title {
    display: block;
}
.footer-address address {
    margin-bottom: 0;
}
.footer-social-icons {
    margin-bottom: 3em;
}
.footer-social-icons .social-icons {
    margin-bottom: 0;
}
.footer-social-icons .social-icons > li {
    display: inline-block;
}
.footer-social-icons .social-icons > li + li {
    margin-left: 1.857em;
}
.footer-social-icons .social-icons a {
    color: #7c7c7c;
    font-size: 1.571em;
}
.footer-social-icons .social-icons a:focus,
.footer-social-icons .social-icons a:hover {
    text-decoration: none;
    color: #494949;
}
.copyright-bar {
    background-color: #eaeaea;
    padding: 0.78em 0;
}
.copyright-bar a {
    font-weight: 700;
    color: #333e48;
}
.copyright-bar a:focus,
.copyright-bar a:hover {
    color: #f89a20;
    
}
.copyright-bar .copyright {
    line-height: 3em;
}
.footer-payment-logo .cash-card {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-payment-logo .card-inline .card-item {
    float: left;
}
.footer-payment-logo .card-inline .card-item + .card-item {
    margin-left: 1.143em;
}
.footer-payment-logo .card-item > img {
    height: auto;
}
.electro-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.electro-handheld-footer-bar::after {
    content: "";
    display: table;
    clear: both;
}
.electro-handheld-footer-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.electro-handheld-footer-bar ul li {
    text-align: center;
}
.electro-handheld-footer-bar ul li > a .count {
    text-indent: 0;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 1.5;
    box-sizing: content-box;
    font-size: 11px;
    position: absolute;
    border-radius: 100%;
    font-weight: 700;
}
.electro-handheld-footer-bar ul li.search > a:before {
    content: "\6d";
    font-family: font-electro;
}
.electro-handheld-footer-bar ul li.search .site-search {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    transition: all, ease, 0.2s;
    padding: 1em;
    z-index: 1;
    display: block;
    font-size: 0.875em;
    clear: both;
}
.electro-handheld-footer-bar ul li.search .site-search .woocommerce-product-search button {
    display: none;
}
.electro-handheld-footer-bar ul li.search a:active .site-search,
.electro-handheld-footer-bar ul li.search.active .site-search {
    bottom: 100%;
}
.electro-handheld-footer-bar ul li.search .site-search,
.electro-handheld-footer-bar ul li.search .widget,
.electro-handheld-footer-bar ul li.search form {
    margin-bottom: 0;
}
.electro-handheld-footer-bar ul.menu {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    width: 100%;
}
.electro-handheld-footer-bar ul.menu li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.electro-handheld-footer-bar ul.menu li {
    min-width: 20%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    background-color: #333e48;
}
.electro-handheld-footer-bar ul.menu li > a {
    position: relative;
}
.electro-handheld-footer-bar ul.menu li > a .count {
    bottom: -2px;
    right: -6px;
}
.electro-handheld-footer-bar ul.menu li i {
    font-size: 22px;
}
.electro-handheld-footer-bar ul.menu li.search > a {
    text-indent: -99999px;
    width: 22px;
}
.electro-handheld-footer-bar ul.menu li.search > a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-indent: 0;
    display: block;
    cursor: pointer;
    content: "\6d";
    font-family: font-electro;
}
.electro-handheld-footer-bar ul.menu li.search .site-search {
    position: fixed;
    bottom: -80px;
    left: 0;
    right: 0;
    transition: all, ease, 0.2s;
    padding: 1em;
    z-index: -1;
    display: block;
}
.electro-handheld-footer-bar ul.menu li.search a:active .site-search,
.electro-handheld-footer-bar ul.menu li.search.active .site-search {
    bottom: 60px;
}
.electro-handheld-footer-bar ul:not(.menu) li {
    display: inline-block;
    float: left;
}
.electro-handheld-footer-bar ul:not(.menu) li:last-child > a {
    border-right: 0;
}
.electro-handheld-footer-bar ul:not(.menu) li > a {
    height: 4.235801032em;
    display: block;
    position: relative;
    text-indent: -9999px;
    z-index: 999;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.electro-handheld-footer-bar ul:not(.menu) li > a:active,
.electro-handheld-footer-bar ul:not(.menu) li > a:focus {
    outline: 0;
}
.electro-handheld-footer-bar ul:not(.menu) li > a.has-icon {
    text-indent: 0;
}
.electro-handheld-footer-bar ul:not(.menu) li > a.has-icon i:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2.618046972;
    font-weight: 400;
    font-size: 1.618em;
    text-indent: 0;
    display: block;
    cursor: pointer;
}
.electro-handheld-footer-bar ul:not(.menu) li > a .count {
    left: 50%;
    bottom: 16px;
}
.electro-handheld-footer-bar ul:not(.menu) li > a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2.618046972;
    font-weight: 400;
    font-size: 22px;
    text-indent: 0;
    display: block;
    cursor: pointer;
}
.electro-handheld-footer-bar ul:not(.menu) li.search > a:before {
    content: "\6d";
    font-family: font-electro;
}
.electro-handheld-footer-bar ul:not(.menu) li.my-account > a:before {
    content: "\72";
    font-family: font-electro;
}
.electro-handheld-footer-bar ul:not(.menu) li.cart {
    margin-bottom: 0;
}
.electro-handheld-footer-bar ul:not(.menu) li.cart > a:before {
    content: "\6e";
    font-family: font-electro;
}
.electro-handheld-footer-bar ul:not(.menu).columns-1 li {
    width: 100%;
    display: block;
    float: none;
}
.electro-handheld-footer-bar ul:not(.menu).columns-2 li {
    width: 50%;
}
.electro-handheld-footer-bar ul:not(.menu).columns-3 li {
    width: 33.33333%;
}
.electro-handheld-footer-bar ul:not(.menu).columns-4 li {
    width: 25%;
}
.electro-handheld-footer-bar ul:not(.menu).columns-5 li {
    width: 20%;
}
.electro-handheld-footer-bar,
.electro-handheld-footer-bar ul li.search .site-search,
.electro-handheld-footer-bar ul li > a {
    background-color: #333e48;
    color: #fff;
}
.electro-handheld-footer-bar .site-search .widget_product_search form:before,
.electro-handheld-footer-bar .site-search .widget_search form:before {
    top: 2.586em;
    left: 2.586em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    color: #43454b;
    position: absolute;
}
.electro-handheld-footer-bar .widget_product_search form button[type="submit"],
.electro-handheld-footer-bar .widget_product_search form input[type="submit"],
.electro-handheld-footer-bar .widget_search form button[type="submit"],
.electro-handheld-footer-bar .widget_search form input[type="submit"] {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    top: 0;
    left: 0;
}
.electro-handheld-footer-bar .site-search .widget_product_search input[type="search"],
.electro-handheld-footer-bar .site-search .widget_product_search input[type="text"],
.electro-handheld-footer-bar .site-search .widget_search input[type="search"],
.electro-handheld-footer-bar .site-search .widget_search input[type="text"] {
    padding: 1.41575em 1.618em 1.41575em 3.706325903em;
    line-height: 1;
    width: 100%;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.handheld-footer .menu {
    background: #f2f2f2;
    color: #333;
}
.comment-reply-title,
.comments-title,
.pings-title {
    font-size: 1.786em;
    line-height: 1.6em;
    color: #333e48;
    position: relative;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.6em;
}
.comment-reply-title:after,
.comments-title:after,
.pings-title:after {
    border-bottom: 2px solid transparent;
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
}
.comments-area {
    margin: 1.786em 0;
}
.comment-list {
    padding-left: 0;
}
.comment-list .comment {
    list-style-type: none;
}
.comment-list .bypostauthor > .media .comment-body cite:after {
    margin-left: 0.53em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f02e";
}
.comment-list,
.pings-list {
    margin-bottom: 3.571em;
}
.comment-list .comment,
.comment-list .pingback,
.pings-list .comment,
.pings-list .pingback {
    padding: 2.714em 0;
    border-bottom: 1px solid #ddd;
}
.comment-list .comment:last-child,
.comment-list .pingback:last-child,
.pings-list .comment:last-child,
.pings-list .pingback:last-child {
    border: none;
}
.comment-list .comment .gravatar-wrapper,
.comment-list .pingback .gravatar-wrapper,
.pings-list .comment .gravatar-wrapper,
.pings-list .pingback .gravatar-wrapper {
    padding-right: 1.429em;
}
.comment-list .comment .gravatar-wrapper img,
.comment-list .pingback .gravatar-wrapper img,
.pings-list .comment .gravatar-wrapper img,
.pings-list .pingback .gravatar-wrapper img {
    border-radius: 50%;
    max-width: none;
}
.comment-list .comment .children,
.comment-list .pingback .children,
.pings-list .comment .children,
.pings-list .pingback .children {
    list-style: none;
    margin-top: 2.5em;
    border-top: 1px solid #ddd;
}
.comment-list .comment .children > li:last-child,
.comment-list .pingback .children > li:last-child,
.pings-list .comment .children > li:last-child,
.pings-list .pingback .children > li:last-child {
    padding-bottom: 0;
}
.comment-list .comment-body .comment-content,
.pings-list .comment-body .comment-content {
    margin-bottom: 2.5em;
    color: #686c6f;
}
.comment-list .comment-body .author,
.pings-list .comment-body .author {
    margin-right: 0.714em;
    display: inline-block;
    font-weight: 700;
}
.comment-list .comment-body .author cite,
.pings-list .comment-body .author cite {
    font-style: normal;
}
.comment-list .comment-body .author a,
.pings-list .comment-body .author a {
    color: #686c6f;
}
.comment-list .comment-body .author a:focus,
.comment-list .comment-body .author a:hover,
.pings-list .comment-body .author a:focus,
.pings-list .comment-body .author a:hover {
    text-decoration: none;
}
.comment-list .comment-body .comment-awaiting-moderation,
.pings-list .comment-body .comment-awaiting-moderation {
    display: none;
}
.comment-list .comment-body .date,
.pings-list .comment-body .date {
    margin-right: 0.714em;
    display: inline-block;
    font-size: 0.929em;
}
.comment-list .comment-body .date a,
.comment-list .comment-body .date a:focus,
.comment-list .comment-body .date a:hover,
.pings-list .comment-body .date a,
.pings-list .comment-body .date a:focus,
.pings-list .comment-body .date a:hover {
    color: #aeaeae;
    text-decoration: none;
}
.comment-list .comment-body .reply,
.pings-list .comment-body .reply {
    float: right;
    display: inline-block;
}
.comment-list .comment-body .reply a:focus,
.comment-list .comment-body .reply a:hover,
.pings-list .comment-body .reply a:focus,
.pings-list .comment-body .reply a:hover {
    text-decoration: none;
}
.comment-list #respond,
.pings-list #respond {
    background: #f5f5f5;
    padding: 1.618em;
    margin-top: 1.429em;
}
.comment-list #respond .comment-reply-title,
.pings-list #respond .comment-reply-title {
    font-size: 1.429em;
}
.comment-list #respond .comment-reply-title small,
.pings-list #respond .comment-reply-title small {
    float: right;
    font-size: 0.7em;
}
.comment-list #respond .comment-reply-title small a:focus,
.comment-list #respond .comment-reply-title small a:hover,
.pings-list #respond .comment-reply-title small a:focus,
.pings-list #respond .comment-reply-title small a:hover {
    text-decoration: none;
}
.page .comment-form > p,
.single-post .comment-form > p {
    margin-bottom: 1.714em;
}
.page .comment-form > p label,
.single-post .comment-form > p label {
    display: block;
}
.page .comment-form > p input[type="email"],
.page .comment-form > p input[type="text"],
.page .comment-form > p input[type="url"],
.page .comment-form > p textarea,
.single-post .comment-form > p input[type="email"],
.single-post .comment-form > p input[type="text"],
.single-post .comment-form > p input[type="url"],
.single-post .comment-form > p textarea {
    width: 100%;
}
.page .comment-form-rating,
.single-post .comment-form-rating {
    clear: both;
}
.page .comment-form-rating label,
.single-post .comment-form-rating label {
    display: block;
}
.page .comment-form-url,
.single-post .comment-form-url {
    clear: both;
}
.page .comment-form-author,
.page .comment-form-email,
.single-post .comment-form-author,
.single-post .comment-form-email {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media (min-width: 768px) {
    .page .comment-form-author,
    .page .comment-form-email,
    .single-post .comment-form-author,
    .single-post .comment-form-email {
        width: 50%;
    }
}
.page .comment-form-author,
.single-post .comment-form-author {
    padding-left: 0;
}
.page .comment-form-email,
.single-post .comment-form-email {
    padding-right: 0;
}
.page .comment-form-email,
.single-post .comment-form-email {
    margin-right: 0;
}
.page .form-submit,
.single-post .form-submit {
    clear: both;
}
.comment-navigation {
    margin-bottom: 3.571em;
}
.comment-navigation::after {
    content: "";
    display: table;
    clear: both;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    width: 48%;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
    color: #575560;
}
.comment-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next {
    float: right;
    text-align: right;
}
.hentry .wp-post-image {
    display: block;
    max-width: 100%;
    height: auto;
}
.hentry .byline,
.hentry .updated:not(.published) {
    display: none;
}
embed,
iframe,
object,
video {
    max-width: 100%;
    border: none;
}
article.post .entry-content p {
    margin-bottom: 2.143em;
}
article.post .entry-content ol,
article.post .entry-content p,
article.post .entry-content ul {
    line-height: 1.714em;
}
article.post .entry-content ol.highlight,
article.post .entry-content p.highlight,
article.post .entry-content ul.highlight {
    font-size: 1.143em;
    font-weight: 700;
}
article.post .entry-content blockquote {
    border-left: 0 none;
    font-size: inherit;
    margin: 0 0 1.429em 2.714em;
    padding: 0;
}
article.post .entry-content blockquote:before {
    color: #a7a7a7;
    content: "";
    float: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.786em;
    margin-left: -1.5em;
}
article.post .entry-content blockquote p {
    font-style: italic;
    font-size: 1.071em;
}
article.post .entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
}
article.post .entry-content .wp-caption img,
article.post .entry-content figure img {
    margin-bottom: 10px;
}
article.post .entry-content .gallery figure.gallery-item {
    display: inline-block;
}
.single-post article.post {
    margin-bottom: 0;
}
.single-post article.post .entry-header {
    position: relative;
}
.single-post article.post .entry-header h1.entry-title .comments-link {
    float: right;
}
.single-post article.post .entry-header h1.entry-title .comments-link a {
    font-size: 0.48em;
    display: inline-block;
    vertical-align: middle;
}
.post-author-info {
    background: #f5f5f5;
    padding: 1.357em 1.143em;
    margin-bottom: 5.714em;
    margin-top: 2.857em;
}
.post-author-info .media .media-left {
    padding-right: 1.786em;
}
.post-author-info .media img {
    max-width: none;
}
.post-author-info .media .media-body h4.media-heading {
    font-size: 1.357em;
    line-height: 1.474em;
    margin-bottom: 1.071em;
    margin-top: 0.526em;
}
.post-author-info .media .media-body h4.media-heading a {
    color: #333e48;
}
.post-author-info .media .media-body p {
    color: #747474;
    line-height: 1.714em;
}
.post-author-info .media .media-body p:last-child {
    margin-bottom: 0;
}
.post-navigation {
    margin-bottom: 5.714em;
}
.post-navigation .nav-links::after {
    content: "";
    display: table;
    clear: both;
}
.post-navigation .nav-links .nav-previous {
    float: left;
}
.post-navigation .nav-links .nav-next {
    float: right;
    text-align: right;
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
    width: 48%;
}
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
    color: #575560;
}
.post-navigation .nav-links .nav-next a:focus,
.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:focus,
.post-navigation .nav-links .nav-previous a:hover {
    text-decoration: none;
    color: #333e48;
}
@media (min-width: 768px) {
    .blog-grid:not(.single-post) article.post {
        margin-bottom: 5em;
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
        clear: both;
    }
    .blog-grid:not(.single-post) article.post:nth-child(odd) {
        float: left;
    }
    .blog-grid:not(.single-post) article.post:nth-child(even) {
        clear: none;
        margin-right: 0;
        float: right;
    }
    .blog-grid:not(.single-post) article.post .media-attachment {
        margin-bottom: 2em;
    }
    .blog-grid:not(.single-post) article.post .entry-header h1.entry-title {
        padding-bottom: 0.2em;
        margin-bottom: 0.2em;
    }
}
.blog-list:not(.single-post) article.post {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 6.214em;
}
.blog-list:not(.single-post) article.post::after {
    content: "";
    display: table;
    clear: both;
}
.blog-list:not(.single-post) article.post .media-attachment {
    margin-bottom: 0;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .blog-list:not(.single-post) article.post .media-attachment {
        width: 33.3333333333%;
    }
}
.blog-list:not(.single-post) article.post .content-body {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .blog-list:not(.single-post) article.post .content-body {
        width: 66.6666666667%;
    }
}
.blog-list:not(.single-post) article.post .entry-header h1.entry-title {
    padding-bottom: 0.24em;
    margin-bottom: 0.24em;
}
.blog-navigation {
    padding: 0;
    margin-bottom: 2.5em;
    border-bottom: 1px solid #eee;
    padding: 0 0 1.429em;
    border-radius: 0;
}
.blog-navigation .navbar-toggle {
    display: none;
}
.blog-navigation .collapse {
    display: block;
}
.blog-navigation ul.blog-nav-menu {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    padding-left: 0;
}
.blog-navigation ul.blog-nav-menu > li {
    display: inline-block;
}
.blog-navigation ul.blog-nav-menu > li > a {
    letter-spacing: 0.05em;
    color: #333e48;
    font-weight: 400;
}
.blog-navigation ul.blog-nav-menu > li > a:focus,
.blog-navigation ul.blog-nav-menu > li > a:hover {
    color: #000;
    text-decoration: underline;
}
.blog-navigation ul.blog-nav-menu > li:after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    color: #b9b9b9;
}
.blog-navigation ul.blog-nav-menu > li:last-child:after {
    display: none;
}
.blog-navigation ul.blog-nav-menu > li.current-menu-item > a {
    font-weight: 700;
    text-decoration: underline;
}
#ship-to-different-address {
    font-size: 1em;
    border-bottom: none;
}
#ship-to-different-address::after {
    content: none;
}
#ship-to-different-address label {
    display: inline-block;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
    position: relative;
    margin-left: 0;
}
#ship-to-different-address .input-checkbox {
    float: left;
    margin-right: 0.714em;
    margin-top: 3px;
}
.form-row.notes {
    padding-left: 0;
    padding-right: 0;
}
label.checkbox {
    margin-left: 1.5em;
}
.woocommerce-checkout h3 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    padding-bottom: 0.4em;
    position: relative;
    margin-bottom: 1.36em;
    border-bottom: 1px solid #dadada;
}
.woocommerce-checkout h3::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.checkout_coupon .form-row-first {
    padding-right: 0;
}
.checkout_coupon .form-row-first .input-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.071em;
}
.checkout_coupon .form-row-last {
    padding-left: 0;
}
.checkout_coupon .form-row-last .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (min-width: 1200px) {
    .flex-header .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .flex-header .row .navbar-search,
    .flex-header .row .primary-nav {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .flex-header .row .navbar-mini-cart {
        order: 5;
    }
    .flex-header .row .navbar-wishlist {
        order: 4;
    }
    .flex-header .row .header-logo + .primary-nav {
        padding: 0 0.9375rem;
    }
    .flex-header .row .primary-nav .nav-inline .menu-item .dropdown-menu {
        top: 36px;
    }
    .flex-header .row + .row {
        align-items: inherit;
    }
    .flex-header + .navbar-primary .departments-menu,
    .flex-header + .sticky-wrapper .navbar-primary .departments-menu {
        width: 24%;
        margin-right: 15px;
    }
    .flex-header + .navbar-primary .navbar-nav + .navbar-nav.navbar-compare,
    .flex-header + .sticky-wrapper .navbar-primary .navbar-nav + .navbar-nav.navbar-compare {
        margin-left: 2.714em;
    }
    .flex-header + .navbar-primary .departments-menu > .nav-item,
    .flex-header + .sticky-wrapper .navbar-primary .departments-menu > .nav-item {
        width: 100%;
        margin-right: 0;
    }
    .flex-header + .navbar-primary .container,
    .flex-header + .sticky-wrapper .navbar-primary .container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .flex-header + .navbar-primary .container .navbar-search,
    .flex-header + .sticky-wrapper .navbar-primary .container .navbar-search {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .flex-header + .navbar-primary .container .navbar-mini-cart,
    .flex-header + .sticky-wrapper .navbar-primary .container .navbar-mini-cart {
        order: 5;
    }
    .flex-header + .navbar-primary .container .navbar-wishlist,
    .flex-header + .sticky-wrapper .navbar-primary .container .navbar-wishlist {
        order: 4;
    }
}
.woocommerce-checkout-review-order-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.woocommerce-checkout-review-order-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.woocommerce-checkout-review-order-table tbody + tbody {
    border-top: 2px solid #eceeef;
}
.woocommerce-checkout-review-order-table .table {
    background-color: #fff;
}
#payment {
    border-top: 3px solid #ddd;
}
#payment::after {
    content: "";
    display: table;
    clear: both;
}
#payment .create-account {
    clear: both;
}
#payment .payment_methods {
    margin: 0 !important;
    border-bottom: 1px dotted #ddd;
    padding: 0 !important;
}
#payment .payment_methods li {
    list-style: none !important;
    padding: 1.387em !important;
    border-bottom: 1px dotted #ddd;
    margin-left: 0;
}
#payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618em;
}
#payment .payment_methods li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#payment .payment_methods li > .input-radio {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}
#payment .payment_methods li label {
    padding-top: 0 !important;
    margin-left: 1.714em;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    line-height: 1.714em;
}
#payment .payment_methods li p {
    margin: 0;
}
#payment .payment_methods li .payment_box {
    padding: 1.387em;
    margin: 1.387em -1.387em -1.387em -1.387em;
    background: rgba(0, 0, 0, 0.035);
    border-top: 1px dotted #ddd;
}
#payment .payment_methods li .payment_box::after {
    content: "";
    display: table;
    clear: both;
}
#payment .payment_methods li .payment_box fieldset {
    border: 0;
    margin: 0;
    padding: 1em 0 0 0;
    font-size: 0.857em;
}
#payment .payment_methods li .payment_box fieldset label {
    width: auto;
    margin-left: 0;
    margin-bottom: 0.857em;
}
#payment .payment_methods li .payment_box fieldset .form-row {
    margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row-first select {
    width: 48%;
}
#payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n) {
    float: right;
}
#payment .payment_methods li .payment_box fieldset #cvv {
    width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
    width: 75%;
    float: right;
}
#payment .payment_methods li .payment_box fieldset .input-text,
#payment .payment_methods li .payment_box fieldset input[type="email"],
#payment .payment_methods li .payment_box fieldset input[type="password"],
#payment .payment_methods li .payment_box fieldset input[type="search"],
#payment .payment_methods li .payment_box fieldset input[type="text"],
#payment .payment_methods li .payment_box fieldset input[type="url"],
#payment .payment_methods li .payment_box fieldset textarea {
    background-color: #fff;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    background-repeat: no-repeat;
    background-position: right 0.618em center;
    background-size: 31px 20px;
    background-image: url(assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(assets/images/credit-cards/discover.svg);
}
#payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em;
}
#payment .terms .woocommerce-form__label-for-checkbox,
#payment .terms input + label {
    display: inline-block;
}
#payment .woocommerce-form__label-for-checkbox {
    margin-left: 1.25em;
}
#payment .terms .woocommerce-form__input-checkbox + span,
#payment .terms input + label {
    margin-left: 0.618em;
}
#payment .terms input {
    display: inline-block;
    width: auto;
    position: relative;
    float: left;
    margin: 0.327em 0.53em 0 0;
}
#payment .place-order {
    padding: 1.387em;
    margin-bottom: 0;
    float: none;
    width: 100%;
}
#payment .place-order .button {
    font-size: 1.387em;
    width: 100%;
    font-weight: 700;
    white-space: pre-wrap;
}
#payment .place-order button[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
}
.woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
}
.admin-bar .woocommerce-checkout .payment-fixed {
    top: 32px;
}
.woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    padding: 0.53em 0;
    text-align: right;
    font-size: 0.857em;
}
.woocommerce-password-strength:after {
    content: "\f119";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-left: 0.53em;
}
.woocommerce-password-strength.strong {
    color: #5cb85c;
}
.woocommerce-password-strength.strong:after {
    content: "\f118";
}
.woocommerce-password-strength.short {
    color: #d9534f;
}
.woocommerce-password-strength.bad {
    color: #d9534f;
}
.woocommerce-password-strength.good {
    color: #5bc0de;
}
.woocommerce-password-strength.good:after {
    content: "\f11a";
}
.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login {
    margin-bottom: 2.618em;
}
.create-account .checkbox {
    display: inline-block;
    margin-left: 0.25em;
}
#shipping_method {
    list-style: none;
    padding: 0;
}
form.woocommerce-checkout {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
form.woocommerce-checkout::after {
    content: "";
    display: table;
    clear: both;
}
form.woocommerce-checkout .col2-set {
    margin: 0;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 992px) {
    form.woocommerce-checkout .col2-set {
        width: 58.3333333333%;
    }
}
form.woocommerce-checkout .col2-set .col-1,
form.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    padding: 0;
}
form.woocommerce-checkout .col2-set .woocommerce-account-fields::after,
form.woocommerce-checkout .col2-set .woocommerce-account-fields::before,
form.woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper::after,
form.woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper::before {
    content: "";
    display: table;
    clear: both;
}
form.woocommerce-checkout .col2-set .woocommerce-account-fields .create-account .checkbox {
    margin-left: 0;
}
form.woocommerce-checkout .col2-set .woocommerce-account-fields .checkbox input[type="checkbox"] {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 4px;
}
form.woocommerce-checkout #order_review_heading {
    display: none;
}
form.woocommerce-checkout .order-review-wrapper {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px;
    padding-bottom: 15px;
    border-radius: 10px;
}
@media (min-width: 992px) {
    form.woocommerce-checkout .order-review-wrapper {
        width: calc(41.6666666667% - 30px);
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .order-review-wrapper {
        transition: box-shadow ease 0.4s, top ease 0.4s;
    }
}
.sticky-wrapper .order-review-wrapper.stuck {
    position: fixed;
    top: 20px;
    z-index: 1000;
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
}
.admin-bar .sticky-wrapper .order-review-wrapper.stuck {
    top: 52px;
}
.has-sticky-navbar .sticky-wrapper .order-review-wrapper.stuck {
    top: 91px;
}
.admin-bar.has-sticky-navbar .sticky-wrapper .order-review-wrapper.stuck {
    top: 123px;
}
.customer-login-form {
    position: relative;
}
.customer-login-form h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    padding-bottom: 0.4em;
    position: relative;
    margin-bottom: 1.36em;
    border-bottom: 1px solid #dadada;
}
.customer-login-form h2::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.customer-login-form .button {
    font-weight: 700;
}
.customer-login-form form.register > p.form-row:nth-last-child(2) {
    margin-bottom: 3.571em;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    border: none !important;
}
.no-registration-form {
    width: 41.6666666667%;
    margin: 0 auto;
}
#customer_login {
    padding: 2.5em 2.143em;
    position: relative;
}
#customer_login::after {
    content: "";
    display: table;
    clear: both;
}
#customer_login::before {
    border-right: 1px solid #ddd;
    height: 100%;
    position: absolute;
    content: " ";
    right: 50%;
    top: 0;
}
#customer_login .col-1 {
    padding-right: 6.071em;
}
#customer_login .col-2 {
    padding-left: 5.857em;
}
#customer_login .before-login-text,
#customer_login .before-register-text {
    margin-bottom: 2.143em;
}
#customer_login .register-benefits {
    clear: both;
}
#customer_login .register-benefits h3 {
    font-size: 1.286em;
    line-height: 1em;
    margin-bottom: 1.444em;
}
#customer_login .register-benefits ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#customer_login .register-benefits ul > li {
    line-height: 2.143em;
}
#customer_login .register-benefits ul > li::before {
    content: "\f00c";
    color: #5bb300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.143em;
    margin-right: 1em;
}
.or-text {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-style: italic;
    background-color: #fff;
    z-index: 1;
}
.address header.title,
.addresses header.title,
.track-order header.title {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.address header.title::after,
.addresses header.title::after,
.track-order header.title::after {
    content: "";
    display: table;
    clear: both;
}
.address header.title h3,
.addresses header.title h3,
.track-order header.title h3 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    float: left;
    padding-bottom: 0.4em;
    margin-bottom: 0;
    width: 90%;
}
.address header.title h3::after,
.addresses header.title h3::after,
.track-order header.title h3::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.address header.title .edit,
.addresses header.title .edit,
.track-order header.title .edit {
    float: right;
    line-height: 3.571em;
}
.address address,
.addresses address,
.track-order address {
    line-height: 2em;
}
.woocommerce-account .woocommerce h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.woocommerce-account .woocommerce h2::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.woocommerce-edit-address form h3 {
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.woocommerce-edit-address form h3::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.edit-account legend {
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.edit-account legend::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.my_account_orders {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
}
.my_account_orders td,
.my_account_orders th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.my_account_orders thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.my_account_orders tbody + tbody {
    border-top: 2px solid #eceeef;
}
.my_account_orders .table {
    background-color: #fff;
}
.my_account_orders .order-actions .button.view {
    padding: 0.5875em 2.625em;
    font-size: 0.875em;
}
.notes {
    padding-left: 0;
    list-style: none;
}
.note {
    margin-bottom: 2em;
}
.note .meta {
    color: #999;
    font-size: 11px;
    line-height: 1.5;
}
.note .description {
    padding: 10px;
    background-color: #efefef;
    font-size: 13px;
    position: relative;
}
.note .description::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: #efefef transparent;
}
.note .description p:last-child {
    margin: 0;
    padding: 0;
}
.order-again {
    margin-bottom: 2.5em;
}
.order-again .button {
    padding: 0.6875rem 2.625rem;
}
.order-info mark {
    padding: inherit;
    background-color: transparent;
    font-weight: 700;
}
.customer_details,
.order_details {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
}
.customer_details td,
.customer_details th,
.order_details td,
.order_details th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.customer_details thead th,
.order_details thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.customer_details tbody + tbody,
.order_details tbody + tbody {
    border-top: 2px solid #eceeef;
}
.customer_details .table,
.order_details .table {
    background-color: #fff;
}
.order_details.bacs_details {
    list-style: none;
    padding: 0;
}
.customer_details {
    border: 1px solid #eceeef;
}
.customer_details td,
.customer_details th {
    border: 1px solid #eceeef;
}
.customer_details th {
    background-color: #f9f9f9;
}
.customer_details thead td,
.customer_details thead th {
    border-bottom-width: 2px;
}
.addresses,
.commentlist.notes,
.customer_details,
.order-info,
.order_details {
    margin-bottom: 2.5em;
}
label[for="rememberme"] {
    margin-left: 0.75em;
}
.woocommerce-account .woocommerce {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.woocommerce-account .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
    }
}
.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}
.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid #eceeef;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eceeef;
    position: relative;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 700;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 0.857em 0;
    display: block;
    color: #333e48;
}
.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.618;
    margin-left: 0.53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: 0.25;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f3fd";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021";
}
.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: 0.618em 0.857em;
    font-size: 0.857em;
    margin-right: 0.236em;
}
.my_account_orders .button.view:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
    margin-left: 0.53em;
}
p.order-again .button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f021";
    margin-left: 0.53em;
}
.woocommerce-MyAccount-downloads td,
.woocommerce-MyAccount-downloads th {
    vertical-align: middle;
}
.woocommerce-MyAccount-downloads .button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f381";
    margin-left: 0.53em;
}
.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600;
}
.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em !important;
}
.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, 0.05);
}
.cart-empty {
    font-size: 3.5em;
    font-weight: 300;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 0.75em;
    margin-top: 2em;
}
.return-to-shop {
    text-align: center;
    margin-bottom: 7em;
}
.shipping-calculator-form select {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #55595c;
    vertical-align: middle;
    background: #fff
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #ddd;
    border-radius: 1.571em;
    width: 100%;
    padding: 0.857em 1.214em;
    color: #818181;
    line-height: 1.286em;
}
.shipping-calculator-form select:focus {
    border-color: #51a7e8;
    outline: 0;
}
.shipping-calculator-form select::-ms-expand {
    opacity: 0;
}
.woocommerce-shipping-calculator {
    margin-top: 0.357em;
}
.shipping-calculator-button {
    font-size: 0.857em;
    font-weight: 700;
    border-bottom: 1px solid #3e3e3e;
}
.woocommerce-cart .actions button {
    vertical-align: top;
}
.woocommerce-order-received h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.woocommerce-order-received h2::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.track_order > p:first-child {
    text-align: center;
    margin: 0 auto 4.714em;
    width: 90%;
}
.track-order h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    padding-bottom: 0.4em;
    position: relative;
    margin-bottom: 1.36em;
    border-bottom: 1px solid #dadada;
}
.track-order h2::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.track-order > p {
    text-align: center;
}
.single-product-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.single-product-wrapper::after {
    content: "";
    display: table;
    clear: both;
}
.single-product-wrapper .product-images-wrapper {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .single-product-wrapper .product-images-wrapper {
        width: 41.6666666667%;
    }
}
.single-product-wrapper .summary.entry-summary {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .single-product-wrapper .summary.entry-summary {
        width: 58.3333333333%;
    }
}
.extended .single-product-wrapper .summary.entry-summary {
    width: 100%;
}
@media (min-width: 768px) {
    .extended .single-product-wrapper .summary.entry-summary {
        width: 33.3333333333%;
    }
}
.extended .single-product-wrapper > .product-actions-wrapper {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}
@media (min-width: 768px) {
    .extended .single-product-wrapper > .product-actions-wrapper {
        width: 25%;
    }
}
div.quantity > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.extended .single-product-wrapper div.brand {
    margin-bottom: 2em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions {
    border: 2px solid #ddd;
    border-radius: 1.214em;
    padding: 2.143em 2.357em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions div.availability {
    display: block;
    padding-bottom: 0.714em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.429em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions .price .electro-price {
    display: block;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions .price del {
    font-size: 0.343em;
    display: block;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions div.quantity label {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    font-weight: 400;
    margin-bottom: 0.714em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions div.quantity .qty {
    padding: 0.536em 1.214em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations {
    margin-bottom: 0;
    position: relative;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations tr:last-child td,
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations tr:last-child th {
    border: none;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations td,
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations th {
    border: none;
    display: block;
    padding: 0;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations td.label {
    padding-bottom: 0.714em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations td.label label {
    font-weight: 400;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations td.value {
    margin-bottom: 1em;
}
.extended
    .single-product-wrapper
    > .product-actions-wrapper
    .product-actions
    table.variations
    td.value
    input[type="text"],
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations td.value select {
    width: 100%;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions table.variations .reset_variations {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 80%;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions div.quantity {
    margin-bottom: 0.714em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions .single_add_to_cart_button.button {
    display: block;
    width: 100%;
    padding: 1.108em 2.134em;
    margin-bottom: 0.429em;
    margin-top: 1.429em;
    border-radius: 1.8em;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions .action-buttons {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.extended .single-product-wrapper > .product-actions-wrapper .product-actions .woocommerce-variation {
    margin-top: 1.786em;
}
.single-product .single-product-wrapper {
    margin-bottom: 6.429em;
}
.single-product .single-product-wrapper .loop-product-categories {
    display: block;
    font-size: 0.857em;
    line-height: 1.44em;
    color: #878787;
    overflow: hidden;
    margin-bottom: 1;
}
.single-product .single-product-wrapper .loop-product-categories a {
    color: #878787;
}
.single-product .single-product-wrapper .loop-product-categories a:focus,
.single-product .single-product-wrapper .loop-product-categories a:hover {
    text-decoration: none;
    color: #333;
}
.single-product .single-product-wrapper .action-buttons {
    margin-bottom: 1.615em;
}
.single-product .electro-wc-product-gallery,
.single-product .woocommerce-product-gallery {
    position: relative;
}
.single-product .electro-wc-product-gallery .woocommerce-product-gallery__trigger,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.6180339845em;
    right: 0.6180339845em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 1;
    text-align: center;
}
.single-product .electro-wc-product-gallery img,
.single-product .woocommerce-product-gallery img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.single-product .electro-wc-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0.857em;
}
.single-product .electro-wc-product-gallery .flex-viewport figure,
.single-product .woocommerce-product-gallery .flex-viewport figure {
    margin-bottom: 0;
}
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper,
.single-product .electro-wc-product-gallery .flex-control-thumbs,
.single-product .woocommerce-product-gallery .electro-wc-product-gallery__wrapper,
.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper::after,
.single-product .electro-wc-product-gallery .flex-control-thumbs::after,
.single-product .woocommerce-product-gallery .electro-wc-product-gallery__wrapper::after,
.single-product .woocommerce-product-gallery .flex-control-thumbs::after {
    content: "";
    display: table;
    clear: both;
}
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper .electro-wc-product-gallery__image,
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper li,
.single-product .electro-wc-product-gallery .flex-control-thumbs .electro-wc-product-gallery__image,
.single-product .electro-wc-product-gallery .flex-control-thumbs li,
.single-product .woocommerce-product-gallery .electro-wc-product-gallery__wrapper .electro-wc-product-gallery__image,
.single-product .woocommerce-product-gallery .electro-wc-product-gallery__wrapper li,
.single-product .woocommerce-product-gallery .flex-control-thumbs .electro-wc-product-gallery__image,
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    padding: 5px;
}
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper .electro-wc-product-gallery__image img,
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper li img,
.single-product .electro-wc-product-gallery .flex-control-thumbs .electro-wc-product-gallery__image img,
.single-product .electro-wc-product-gallery .flex-control-thumbs li img,
.single-product
    .woocommerce-product-gallery
    .electro-wc-product-gallery__wrapper
    .electro-wc-product-gallery__image
    img,
.single-product .woocommerce-product-gallery .electro-wc-product-gallery__wrapper li img,
.single-product .woocommerce-product-gallery .flex-control-thumbs .electro-wc-product-gallery__image img,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    border: 1px solid #eaeaea;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.single-product
    .electro-wc-product-gallery
    .electro-wc-product-gallery__wrapper
    .electro-wc-product-gallery__image
    img.flex-active,
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper li img.flex-active,
.single-product .electro-wc-product-gallery .flex-control-thumbs .electro-wc-product-gallery__image img.flex-active,
.single-product .electro-wc-product-gallery .flex-control-thumbs li img.flex-active,
.single-product
    .woocommerce-product-gallery
    .electro-wc-product-gallery__wrapper
    .electro-wc-product-gallery__image
    img.flex-active,
.single-product .woocommerce-product-gallery .electro-wc-product-gallery__wrapper li img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs .electro-wc-product-gallery__image img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.single-product
    .electro-wc-product-gallery
    .electro-wc-product-gallery__wrapper
    .electro-wc-product-gallery__image.flex-active-slide
    img,
.single-product .electro-wc-product-gallery .electro-wc-product-gallery__wrapper li.flex-active-slide img,
.single-product
    .electro-wc-product-gallery
    .flex-control-thumbs
    .electro-wc-product-gallery__image.flex-active-slide
    img,
.single-product .electro-wc-product-gallery .flex-control-thumbs li.flex-active-slide img,
.single-product
    .woocommerce-product-gallery
    .electro-wc-product-gallery__wrapper
    .electro-wc-product-gallery__image.flex-active-slide
    img,
.single-product .woocommerce-product-gallery .electro-wc-product-gallery__wrapper li.flex-active-slide img,
.single-product
    .woocommerce-product-gallery
    .flex-control-thumbs
    .electro-wc-product-gallery__image.flex-active-slide
    img,
.single-product .woocommerce-product-gallery .flex-control-thumbs li.flex-active-slide img {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.single-product .electro-wc-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li,
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 50%;
}
.single-product .electro-wc-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li,
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333333333%;
}
.single-product .electro-wc-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
}
.single-product .electro-wc-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li,
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
}
.single-product .product-images-wrapper {
    position: relative;
}
.single-product .product-images-wrapper .onsale {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.single-product .product-images-wrapper .electro-wc-product-gallery {
    position: relative;
}
.single-product .product-images-wrapper .electro-wc-product-gallery .flex-control-nav,
.single-product .product-images-wrapper .woocommerce-product-gallery.electro-carousel-loaded .flex-control-nav {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}
.single-product .product-images-wrapper .electro-wc-product-gallery .flex-control-nav li,
.single-product .product-images-wrapper .woocommerce-product-gallery.electro-carousel-loaded .flex-control-nav li {
    list-style: none;
}
.single-product .product-images-wrapper .electro-wc-product-gallery .flex-control-nav li a,
.single-product .product-images-wrapper .woocommerce-product-gallery.electro-carousel-loaded .flex-control-nav li a {
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    background: #bcbcbc;
}
.single-product .product-images-wrapper .electro-wc-product-gallery .flex-control-nav li a.flex-active,
.single-product
    .product-images-wrapper
    .woocommerce-product-gallery.electro-carousel-loaded
    .flex-control-nav
    li
    a.flex-active {
    width: 30px;
}
.single-product .product-images-wrapper .electro-wc-product-gallery .flex-control-nav li + li,
.single-product .product-images-wrapper .woocommerce-product-gallery.electro-carousel-loaded .flex-control-nav li + li {
    margin-left: 1em;
}
.single-product .product-images-wrapper .woocommerce-product-gallery.electro-carousel-loaded .flex-control-nav {
    display: none;
}
.single-product .product-images-wrapper .flex-direction-nav {
    padding: 0;
    list-style: none;
    opacity: 0;
}
.single-product .product-images-wrapper .flex-direction-nav li a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1.6;
    color: #fff;
    background: #010101;
    padding: 4px 30px 7px 30px;
    border-radius: 24px;
    opacity: 0.6;
}
.single-product .product-images-wrapper .flex-direction-nav li a.flex-disabled {
    opacity: 0;
    z-index: -1;
}
.single-product .product-images-wrapper .flex-direction-nav li:hover a {
    opacity: 1;
}
.single-product .product-images-wrapper .flex-direction-nav li:hover a.flex-disabled {
    opacity: 0;
    z-index: -1;
}
.single-product .product-images-wrapper .flex-direction-nav > li a {
    left: 0;
    right: auto;
}
.single-product .product-images-wrapper .flex-direction-nav li + li a {
    right: 0;
    left: auto;
}
.single-product .product-images-wrapper:hover .flex-direction-nav {
    opacity: 1;
}
.single-product .product-images-wrapper div.images > a {
    display: block;
    margin-bottom: 0.857em;
}
.single-product .product-images-wrapper div.images > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.single-product .product-images-wrapper div.images > .thumbnails-single {
    margin-bottom: 0.857em;
}
.single-product div.thumbnails-all a {
    display: inline-block;
    border: 1px solid #eaeaea;
}
.single-product div.thumbnails-all a img {
    display: block;
    max-width: 100%;
    height: auto;
}
.single-product div.thumbnails-all .synced a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.single-product .product_title {
    font-size: 1.786em;
    line-height: 1.28em;
    margin-bottom: 0.48em;
}
@media(min-width: 992px) {
	.single-product .summary img.free_felivery,
	.single-product .loop-product-categories {
		display: none!important;
	}
	.single-product .product_title {
		margin-top: -5px;
	}
	.container .woocommerce-breadcrumb {
		margin-bottom: 1.4em;
	}
}
.single-product .woocommerce-product-rating {
    margin-bottom: 1em;
}
.single-product .woocommerce-product-rating .star-rating {
    display: inline-block;
}
.single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 0.929em;
    line-height: 1.308em;
    color: #878787;
}
.single-product .woocommerce-product-rating .woocommerce-review-link:focus,
.single-product .woocommerce-product-rating .woocommerce-review-link:hover {
    text-decoration: none;
    color: #000;
}
.single-product .brand {
    display: table-cell;
    margin-right: 1.5em;
}
.single-product .brand img {
    max-height: 2.8em;
    width: auto;
}
.single-product .availability {
    display: table-cell;
    vertical-align: middle;
    color: #8f8e94;
}
.single-product .availability span {
    font-weight: 700;
}
.single-product .availability p.stock {
    display: inline;
}
.single-product .action-buttons {
    font-size: 0.929em;
    line-height: 1.385em;
    display: inline-block;
}
.single-product .action-buttons .clear {
    display: none;
}
.single-product .action-buttons a,
.single-product .action-buttons div,
.single-product .action-buttons p,
.single-product .action-buttons span {
    margin: 0;
    padding: 0;
    color: #949494;
}
.single-product .action-buttons > a,
.single-product .action-buttons > div {
    display: inline-block;
    margin: 0 5px;
    padding-top: 0.923em;
}
.single-product .action-buttons a:hover {
    color: #3b3b3b;
}
.single-product .entry-summary > div[itemprop="description"],
.single-product .woocommerce-product-details__short-description {
    line-height: 1.5em;
    color: #7d7d7d;
    margin-bottom: 1em;
}
.single-product p.stock {
    display: none;
}
.single-product .price {
    color: #333e48;
    font-size: 2.5em;
    line-height: 1.286em;
    font-weight: 400;
    margin-bottom: 0.25em;
}
.single-product .price del,
.single-product .price ins {
    text-decoration: none;
}
.single-product .price del {
    color: #848484;
    font-size: 0.6em;
    line-height: 1.5em;
    margin-left: 0.174em;
}
.single-product .price del .amount {
    text-decoration: line-through;
}
.single-product .cart .quantity {
    display: inline-block;
    width: 6.5em;
}
.quantity input[type="number"] {
    text-align: center;
    padding-right: 5px;
}
.single-product .wc-tabs {
    text-align: center;
}
.single-product .wc-tab {
    border-radius: 1em;
    border: 1px solid #ddd;
    padding: 2.5em;
}
.single-product table.shop_attributes {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
}
.single-product table.shop_attributes td,
.single-product table.shop_attributes th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.single-product table.shop_attributes thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.single-product table.shop_attributes tbody + tbody {
    border-top: 2px solid #eceeef;
}
.single-product table.shop_attributes .table {
    background-color: #fff;
}
.single-product table.shop_attributes td p {
    margin-bottom: 0;
}
.single-product table.shop_attributes tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.single-product table.variations {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
    margin-bottom: 1.786em;
}
.single-product table.variations td,
.single-product table.variations th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.single-product table.variations thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.single-product table.variations tbody + tbody {
    border-top: 2px solid #eceeef;
}
.single-product table.variations .table {
    background-color: #fff;
}
.single-product table.variations tr:last-child td,
.single-product table.variations tr:last-child th {
    border-bottom: 1px solid #eceeef;
}
.single-product table.variations td,
.single-product table.variations th {
    vertical-align: middle;
}
.single-product table.variations td.label {
    display: table-cell;
    color: inherit;
    font-size: 100%;
    font-weight: 400;
    border-radius: 0;
    text-align: inherit;
    white-space: inherit;
}
.single-product table.variations td.label label {
    margin-bottom: 0;
}
.single-product table.variations td.value select {
    display: inline-block;
    max-width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #55595c;
    vertical-align: middle;
    background: #fff
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 1.071em;
    color: #7e7e7e;
    border-color: #e3e3e3;
}
.single-product table.variations td.value select:focus {
    border-color: #51a7e8;
    outline: 0;
}
.single-product table.variations td.value select::-ms-expand {
    opacity: 0;
}
.single-product table.variations td.value .reset_variations {
    margin-left: 0.75em;
    color: #333e48;
    font-size: 90%;
}
.single-product table.variations td.value .reset_variations:focus,
.single-product table.variations td.value .reset_variations:hover {
    color: #333e48;
    text-decoration: none;
}
.single-product .woocommerce-variation {
    margin-bottom: 1.786em;
}
.single-product .woocommerce-tabs {
    margin-bottom: 4.857em;
}
.single-product .woocommerce-tabs + section.related,
.single-product .woocommerce-tabs ~ div.products {
    margin-bottom: 4.857em;
}
.single-product .woocommerce-tabs + section.related > h2,
.single-product .woocommerce-tabs ~ div.products > h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.single-product .woocommerce-tabs + section.related > h2::after,
.single-product .woocommerce-tabs ~ div.products > h2::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.single-product .woocommerce-tabs + section.related ul.products,
.single-product .woocommerce-tabs ~ div.products ul.products {
    margin-bottom: 0;
}
.section-onsale-product .single-product .related ul.products > .onsale-product .product-inner,
.section-onsale-product .single-product .upsells ul.products > .onsale-product .product-inner,
.section-onsale-product-carousel
    .onsale-product-carousel
    .single-product
    .related
    ul.products
    > .onsale-product-content
    .product-inner,
.section-onsale-product-carousel
    .onsale-product-carousel
    .single-product
    .upsells
    ul.products
    > .onsale-product-content
    .product-inner,
.single-product .related .section-onsale-product ul.products > .onsale-product .product-inner,
.single-product
    .related
    .section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .onsale-product-content
    .product-inner,
.single-product .related ul.products > li.product .product-inner,
.single-product .upsells .section-onsale-product ul.products > .onsale-product .product-inner,
.single-product
    .upsells
    .section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .onsale-product-content
    .product-inner,
.single-product .upsells ul.products > li.product .product-inner {
    padding: 1.071em;
}
@media (min-width: 768px) {
    .section-onsale-product .single-product .related ul.products > .onsale-product,
    .section-onsale-product .single-product .upsells ul.products > .onsale-product,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .single-product
        .related
        ul.products
        > .onsale-product-content,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .single-product
        .upsells
        ul.products
        > .onsale-product-content,
    .single-product .related .section-onsale-product ul.products > .onsale-product,
    .single-product
        .related
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .onsale-product-content,
    .single-product .related ul.products > li.product,
    .single-product .upsells .section-onsale-product ul.products > .onsale-product,
    .single-product
        .upsells
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .onsale-product-content,
    .single-product .upsells ul.products > li.product {
        width: 25%;
    }
}
.single-product .wcppec-checkout-buttons {
    max-width: 350px;
}
.woocommerce .cart .single_add_to_cart_button.button,
.woocommerce .single_add_to_cart_button.button,
.single_add_to_cart_button.button {
    background-color: #f89a20;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    padding: 1.036em 3.434em;
}
.single_add_to_cart_button.button::before {
    display: none;
    font: normal normal normal 14px/1 font-electro;
    font-size: 1.357em;
    vertical-align: middle;
    content: "\61";
    margin-right: 0.5em;
}
.single_add_to_cart_button.button:focus::before,
.single_add_to_cart_button.button:hover::before {
    background-color: transparent;
}
#tab-description {
    color: #686c6f;
}
#tab-description h1,
#tab-description h2,
#tab-description h3,
#tab-description h4,
#tab-description h5,
#tab-description h6 {
    font-size: 1.643em;
    line-height: 1.043em;
    color: #333e48;
    margin-bottom: 1em;
}
#tab-description p {
    margin-bottom: 2.857em;
}
#tab-description :last-child {
    /* margin-bottom: 0; */
}
#tab-description .electro-description .layout {
    margin-bottom: 140px;
}
#tab-description .electro-description .layout tr td {
    width: 50%;
}
#tab-description .electro-description .layout tr td:last-child img {
    position: relative;
    left: 100px;
    width: 100%;
}
#tab-description .electro-description .layout:last-child tr td:first-child img {
    position: relative;
    right: 100px;
    width: 100%;
}
#primary #tab-description .electro-description .layout {
    margin-bottom: 80px;
}
#primary #tab-description .electro-description .layout tr td:last-child img {
    left: 35px;
}
#primary #tab-description .electro-description .layout:last-child tr td:first-child img {
    right: 37px;
}
.extended.full-width #primary #tab-description .electro-description .layout {
    margin-bottom: 80px;
}
.extended.full-width #primary #tab-description .electro-description .layout tr td:last-child img {
    left: 100px;
}
.extended.full-width #primary #tab-description .electro-description .layout:last-child tr td:first-child img {
    right: 100px;
}
.full-width #primary #tab-description .electro-description .layout tr td:last-child img {
    left: 70px;
}
.full-width #primary #tab-description .electro-description .layout:last-child tr td:first-child img {
    right: 71px;
}
.single-product.full-width .single-product-wrapper {
    margin-bottom: 11.429em;
}
.single-product.full-width .product-images-wrapper div.images > a {
    margin-bottom: 1.214em;
}
.single-product.full-width .product-images-wrapper div.images > .thumbnails-single {
    margin-bottom: 1.214em;
}
.single-product.full-width .loop-product-categories {
    margin-bottom: 1em;
}
.single-product.full-width .entry-summary > div[itemprop="description"],
.single-product.full-width .woocommerce-product-details__short-description {
    margin-bottom: 3.214em;
}
.single-product.full-width .price {
    margin-bottom: 0.714em;
}
.single-product.full-width .wc-tab {
    padding: 5em;
}
.single-product.full-width .woocommerce-tabs {
    margin-bottom: 7.714em;
}
.single-product.full-width .woocommerce-tabs ~ div.products {
    margin-bottom: 7.714em;
}
.section-onsale-product .single-product.full-width .related ul.products > .onsale-product .product-inner,
.section-onsale-product .single-product.full-width .upsells ul.products > .onsale-product .product-inner,
.section-onsale-product-carousel
    .onsale-product-carousel
    .single-product.full-width
    .related
    ul.products
    > .onsale-product-content
    .product-inner,
.section-onsale-product-carousel
    .onsale-product-carousel
    .single-product.full-width
    .upsells
    ul.products
    > .onsale-product-content
    .product-inner,
.single-product.full-width .related .section-onsale-product ul.products > .onsale-product .product-inner,
.single-product.full-width
    .related
    .section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .onsale-product-content
    .product-inner,
.single-product.full-width .related ul.products > li.product .product-inner,
.single-product.full-width .upsells .section-onsale-product ul.products > .onsale-product .product-inner,
.single-product.full-width
    .upsells
    .section-onsale-product-carousel
    .onsale-product-carousel
    ul.products
    > .onsale-product-content
    .product-inner,
.single-product.full-width .upsells ul.products > li.product .product-inner {
    padding: 1.071em;
}
@media (min-width: 768px) {
    .section-onsale-product .single-product.full-width .related ul.products > .onsale-product,
    .section-onsale-product .single-product.full-width .upsells ul.products > .onsale-product,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .single-product.full-width
        .related
        ul.products
        > .onsale-product-content,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .single-product.full-width
        .upsells
        ul.products
        > .onsale-product-content,
    .single-product.full-width .related .section-onsale-product ul.products > .onsale-product,
    .single-product.full-width
        .related
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .onsale-product-content,
    .single-product.full-width .related ul.products > li.product,
    .single-product.full-width .upsells .section-onsale-product ul.products > .onsale-product,
    .single-product.full-width
        .upsells
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .onsale-product-content,
    .single-product.full-width .upsells ul.products > li.product {
        width: 33.3333333333%;
    }
}
@media (min-width: 992px) {
    .section-onsale-product .single-product.full-width .related ul.products > .onsale-product,
    .section-onsale-product .single-product.full-width .upsells ul.products > .onsale-product,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .single-product.full-width
        .related
        ul.products
        > .onsale-product-content,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .single-product.full-width
        .upsells
        ul.products
        > .onsale-product-content,
    .single-product.full-width .related .section-onsale-product ul.products > .onsale-product,
    .single-product.full-width
        .related
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .onsale-product-content,
    .single-product.full-width .related ul.products > li.product,
    .single-product.full-width .upsells .section-onsale-product ul.products > .onsale-product,
    .single-product.full-width
        .upsells
        .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .onsale-product-content,
    .single-product.full-width .upsells ul.products > li.product {
        width: 20%;
    }
}
.accessories .col-left {
    padding-left: 0;
}
.accessories .col-right {
    padding-right: 0;
}
.accessories .products .section-onsale-product .onsale-product,
.accessories .products .section-onsale-product-carousel .onsale-product-carousel .onsale-product-content,
.accessories .products li.product,
.section-onsale-product .accessories .products .onsale-product,
.section-onsale-product-carousel .onsale-product-carousel .accessories .products .onsale-product-content {
    margin-top: 0;
}
.accessories .products .section-onsale-product .onsale-product::before,
.accessories .products .section-onsale-product-carousel .onsale-product-carousel .onsale-product-content::before,
.accessories .products li.product::before,
.section-onsale-product .accessories .products .onsale-product::before,
.section-onsale-product-carousel .onsale-product-carousel .accessories .products .onsale-product-content::before {
    content: "+";
    position: absolute;
    font-size: 1.714em;
    line-height: 1.458em;
    height: 1.458em;
    width: 1.458em;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: -0.729em;
    display: inline-block;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1000;
}
.accessories .products .section-onsale-product .onsale-product:hover .product-inner,
.accessories
    .products
    .section-onsale-product-carousel
    .onsale-product-carousel
    .onsale-product-content:hover
    .product-inner,
.accessories .products li.product:hover .product-inner,
.section-onsale-product .accessories .products .onsale-product:hover .product-inner,
.section-onsale-product-carousel
    .onsale-product-carousel
    .accessories
    .products
    .onsale-product-content:hover
    .product-inner {
    background-color: transparent;
}
.accessories .products .section-onsale-product .onsale-product:first-child::before,
.accessories
    .products
    .section-onsale-product-carousel
    .onsale-product-carousel
    .onsale-product-content:first-child::before,
.accessories .products li.product:first-child::before,
.section-onsale-product .accessories .products .onsale-product:first-child::before,
.section-onsale-product-carousel
    .onsale-product-carousel
    .accessories
    .products
    .onsale-product-content:first-child::before {
    content: none;
}
.accessories .products .section-onsale-product .onsale-product:first-child a,
.accessories .products .section-onsale-product-carousel .onsale-product-carousel .onsale-product-content:first-child a,
.accessories .products li.product:first-child a,
.section-onsale-product .accessories .products .onsale-product:first-child a,
.section-onsale-product-carousel .onsale-product-carousel .accessories .products .onsale-product-content:first-child a {
    color: #64686c;
}
.accessories .products .section-onsale-product .onsale-product:first-child h3,
.accessories .products .section-onsale-product-carousel .onsale-product-carousel .onsale-product-content:first-child h3,
.accessories .products li.product:first-child h3,
.section-onsale-product .accessories .products .onsale-product:first-child h3,
.section-onsale-product-carousel
    .onsale-product-carousel
    .accessories
    .products
    .onsale-product-content:first-child
    h3 {
    font-weight: 400;
}
.accessories .products .section-onsale-product .onsale-product:first-child .price,
.accessories
    .products
    .section-onsale-product-carousel
    .onsale-product-carousel
    .onsale-product-content:first-child
    .price,
.accessories .products li.product:first-child .price,
.section-onsale-product .accessories .products .onsale-product:first-child .price,
.section-onsale-product-carousel
    .onsale-product-carousel
    .accessories
    .products
    .onsale-product-content:first-child
    .price {
    color: #9fa0a0;
}
.accessories .products li:hover .hover-area {
    display: none;
}
.accessories .products .price-add-to-cart {
    margin-bottom: 0;
}
.accessories .products .price-add-to-cart .price {
    margin-bottom: 0;
}
.accessories .products .price-add-to-cart .button {
    display: none;
}
.accessories .total-price {
    font-size: 1em;
    color: #848484;
    margin-bottom: 1em;
}
.accessories .total-price .total-price-html {
    display: block;
    font-size: 1.857em;
    color: #e00;
}
.accessories .accessory-checkbox {
    font-size: 1em;
    line-height: 1.286em;
    color: #0062bd;
    margin-bottom: 0.857em;
}
.accessories .accessory-checkbox .product-title {
    border-bottom: 1px solid #0062bd;
}
.accessories .accessory-checkbox:first-child {
    color: #686c6f;
}
.accessories .accessory-checkbox:first-child .product-title {
    border-bottom: 0;
}
.accessories .accessory-checkbox .accessory-price {
    font-size: 1.143em;
    line-height: 1.125em;
    color: #e00;
}
.accessories .add-all-to-cart.btn,
.accessories .add-all-to-cart.hero-action-btn {
    padding: 0.572em 2.029em;
    color: #fff;
}
.full-width.single-product .accessories .products {
    margin-top: -1.429em;
    margin-left: -1.429em;
}
.electro-description {
    margin-bottom: 8.571em;
}
.electro-description > :last-child {
    margin-bottom: 0;
}
.product_meta > span {
    font-weight: 700;
    color: #686c6f;
}
.product_meta > span a,
.product_meta > span span {
    font-weight: 400;
}
.product_meta > span + span::before {
    content: "/";
    color: #c5c5c5;
    margin: 0 1.571em;
}
.single-product .related > h2,
.single-product .up-sells > h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.single-product .related > h2::after,
.single-product .up-sells > h2::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.electro-tabs {
    background-color: #f9f9f9;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 2.857em 0;
    margin-bottom: 5em;
}
.electro-tabs + section.related > h2,
.electro-tabs ~ div.products > h2 {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.36em;
}
.electro-tabs + section.related > h2::after,
.electro-tabs ~ div.products > h2::after {
    content: " ";
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.electro-tabs + section.related ul.products,
.electro-tabs ~ div.products ul.products {
    margin-bottom: 0;
}
.electro-tabs .electro-tab {
    margin-bottom: 3.357em;
}
.electro-tabs .electro-tab:last-child {
    margin-bottom: 0;
}
.electro-tabs .electro-tab .tab-content {
    background-color: #fff;
    padding: 2.571em 8.3333%;
}
.electro-tabs .ec-tabs {
    text-align: center;
    margin-bottom: 4.571em;
    border-bottom: 1px solid #ddd;
    margin-left: -2em;
    margin-right: -2em;
}
.onsale {
    display: inline-block;
    margin-top: 16px;
    padding: 2px 10px;
    margin-left: 15px;
    background: #e00;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.normal.single-product .quantity.buttons_added .minus,
.normal.single-product .quantity.buttons_added .plus {
    bottom: 0.857em;
    right: 0.857em;
}
.normal.single-product .quantity.buttons_added .plus {
    right: 2.286em;
}
#tab-specification h1,
#tab-specification h2,
#tab-specification h3,
#tab-specification h4,
#tab-specification h5,
#tab-specification h6 {
    font-size: 1.286em;
    line-height: 1.043em;
    color: #333e48;
    margin-bottom: 1em;
}
#tab-specification table.shop_attributes tbody tr:nth-of-type(2n + 1) {
    background-color: transparent;
}
#tab-specification table,
#tab-specification table.shop_attributes {
    margin-bottom: 5em;
}
#tab-specification table.shop_attributes:last-child,
#tab-specification table:last-child {
    margin-bottom: 0;
}
#tab-specification table tr td,
#tab-specification table tr th,
#tab-specification table.shop_attributes tr td,
#tab-specification table.shop_attributes tr th {
    padding: 7px 30px;
    font-size: 14px;
}
#tab-specification table tr th,
#tab-specification table.shop_attributes tr th {
    font-weight: 700;
}
#tab-specification table tr td:first-child,
#tab-specification table tr th,
#tab-specification table.shop_attributes tr td:first-child,
#tab-specification table.shop_attributes tr th {
    width: 30%;
}
#tab-specification table tr:first-child td,
#tab-specification table tr:first-child th,
#tab-specification table.shop_attributes tr:first-child td,
#tab-specification table.shop_attributes tr:first-child th {
    padding-top: 0;
    border-top: none;
}
.single-product-wrapper table.group_table tr {
    border-top: 1px solid #eceeef;
}
.single-product-wrapper table.group_table tr:last-child {
    border-bottom: 1px solid #eceeef;
}
.single-product-wrapper table.group_table td {
    border: none;
    display: table-cell;
    vertical-align: middle;
}
.single-product-wrapper table.group_table .price {
    text-align: right;
    font-size: 1.5em;
}
.single-product-wrapper table.group_table .label {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
}
.single-product-wrapper table.group_table .label label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.single-product-wrapper table.group_table .quantity {
    width: 100px;
}
.electro-wc-product-gallery img[alt~="Awaiting"] {
    width: 80px;
    border: 1px solid #eaeaea;
}
.text-boxes h2,
.text-boxes h3.highlight,
.wpb-accordion h2,
.wpb-accordion h3.highlight {
    font-size: 1.286em;
    line-height: 1em;
    color: #434343;
    margin-bottom: 1.667em;
    font-weight: 600;
}
.text-boxes h2,
.wpb-accordion h2 {
    margin-bottom: 1.222em;
}
.wpb-accordion .vc_tta-container {
    padding-left: 50px;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 20px;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel:last-child {
    margin-bottom: 0;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-body,
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading {
    border: none;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 1.286em;
    line-height: 1.556em;
    letter-spacing: 0.01em;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding: 0.333em 0;
    text-align: left;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a span {
    color: #797979;
    margin-left: 3.333em;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a i {
    color: #b5b5b5 !important;
    background: 0 0;
    border-radius: 3px;
    display: block;
    height: 2.056em;
    width: 2.056em;
    left: 0;
    border: 1px solid #b5b5b5;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a i:before {
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 0.556em;
    border-color: #b5b5b5;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a i:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0.556em;
    border-color: #b5b5b5;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading:focus,
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading:hover {
    background: #fff !important;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading:focus .vc_tta-panel-title > a span,
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading:hover .vc_tta-panel-title > a span {
    color: #000;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-body {
    padding: 1em 2em 1em 4.214em;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
    font-weight: 700;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a span {
    color: #333e48;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i:before {
    border-color: #333e48;
}
.about-features {
    text-align: center;
}
.about-features h2 {
    font-size: 1.286em;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 1.556em;
}
.team-member-wrapper {
    padding: 2.429em 0;
}
.team-member-wrapper a.team-member {
    color: #333e48;
    display: block;
}
.team-member-wrapper .team-member img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: block;
}
.team-member-wrapper .team-member .profile {
    text-align: center;
}
.team-member-wrapper .team-member .profile h3 {
    font-size: 1.286em;
    line-height: 1.556em;
    font-weight: 600;
    padding-top: 0.833em;
    padding-bottom: 0;
    margin-bottom: 0;
}
.team-member-wrapper .team-member .profile h3 small {
    display: block;
    font-size: 14px;
    line-height: 1.7em;
    color: #989898;
}
.faq-page-title {
    padding-bottom: 0.88em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.6em;
    margin-top: 1em;
}
h3.faq-title {
    font-size: 1.143em;
    line-height: 2.5em;
    font-weight: 700;
    color: #434343;
    margin-bottom: 1.25em;
}
.text-content p {
    color: #434343;
}
.faq-accordion.vc_tta.vc_general .vc_tta-panel-body,
.faq-accordion.vc_tta.vc_general .vc_tta-panel-heading {
    border: none !important;
}
.faq-accordion.vc_tta.vc_general .vc_tta-panel:first-child .vc_tta-panel-title {
    border-top: none;
}
.faq-accordion.vc_tta.vc_general .vc_tta-panel-heading,
.faq-accordion.vc_tta.vc_general .vc_tta-panel-heading:focus,
.faq-accordion.vc_tta.vc_general .vc_tta-panel-heading:hover {
    background: #fff !important;
}
.faq-accordion.vc_tta.vc_general .vc_tta-panel-title {
    font-size: 1.786em;
    border-top: 1px solid #ddd;
}
.faq-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
    color: #434343 !important;
    padding: 1.12em 0.8em 1.12em 0;
}
.faq-accordion.vc_tta.vc_general .vc_tta-panel-title > a i.vc_tta-controls-icon {
    width: 15px;
    height: 15px;
}
.faq-accordion.vc_tta.vc_general .vc_tta-panel-body {
    color: #747474;
    background: 0 0 !important;
    padding: 1em 1.429em 4.286em 0;
}
.entry-content .vc_toggle {
    margin: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.entry-content .vc_toggle .vc_toggle_title {
    padding: 25px 0 !important;
}
.entry-content .vc_toggle .vc_toggle_title h4 {
    font-size: 1.786em;
    color: #434343 !important;
    margin: 0;
}
.entry-content .vc_toggle .vc_toggle_title h4:after {
    float: right;
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: 1.6;
}
.entry-content .vc_toggle .vc_toggle_title .vc_toggle_icon {
    display: none;
}
.entry-content .vc_toggle .vc_toggle_content {
    color: #747474;
    padding: 1em 1.429em 3.143em 0 !important;
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content .vc_toggle.vc_toggle_active .vc_toggle_title h4:after {
    content: "\f077";
}
.entry-content .vc_toggle:last-child {
    border-bottom: none;
}
.table-compare {
    border: 1px solid #d7d7d7;
    margin-bottom: 3.75em;
}
.table-compare .product-title {
    font-size: 1.071em;
    line-height: 1.286em;
    font-weight: 700;
    color: #0062bd;
}
.table-compare tbody tr th {
    text-transform: uppercase;
    background-color: #f1f1f1;
    vertical-align: middle;
    text-align: center;
}
.table-compare tbody tr td,
.table-compare tbody tr th {
    border: 1px solid #d7d7d7;
}
.table-compare tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 1em;
}
.table-compare tbody tr td .in-stock,
.table-compare tbody tr td .out-of-stock {
    font-size: 0.6875rem;
    padding: 4px 0.625rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.table-compare tbody tr td .in-stock {
    border: 1px solid #1abc9c;
    color: #1abc9c;
}
.table-compare tbody tr td .out-of-stock {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}
.table-compare tbody tr td .product-image,
.table-compare tbody tr td .star-rating {
    display: inline-block;
}
.table-compare tbody tr:first-child td {
    vertical-align: top;
    width: 22%;
}
.table-compare tbody .button {
    padding: 0.6em 2em;
}
.table-compare tbody .price {
    font-size: 1.3em;
}
.table-compare tbody .price ins {
    text-decoration: none;
}
.table-compare tbody .price del {
    color: #5d7184;
    font-size: 0.875rem;
}
.contact-page-title {
    font-size: 1.786em;
    color: #333e48;
    padding-bottom: 0.6em;
    position: relative;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.2em;
}
.contact-page-title:after {
    content: " ";
    width: 4.56em;
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
}
.store-info h3 {
    font-size: 1em;
    font-weight: 700;
    color: #333e48;
    padding-top: 2.143em;
    padding-bottom: 0.714em;
}
.store-info a {
    text-decoration: underline;
}
.store-info iframe {
    filter: grayscale(100%);
}
.store-info iframe:hover {
    filter: grayscale(0);
}
.contact-form.vc_column_container .vc_column-inner {
    padding-right: 70px;
}
.contact-form .form-group {
    margin-bottom: 1.714em;
}
.store-info.vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.store-info.store-info-v2.vc_column_container .vc_column-inner {
    padding-left: 15px;
    padding-right: 0;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
.info-404 .search-field {
    width: 40%;
}
.electro-store-directory .widget_product_categories .product-categories,
.electro-store-directory .widget_product_categories > ul {
    border: 0;
}
.electro-store-directory .widget_product_categories .product-categories::after,
.electro-store-directory .widget_product_categories > ul::after {
    content: "";
    display: table;
    clear: both;
}
.electro-store-directory .widget_product_categories .product-categories > li > a,
.electro-store-directory .widget_product_categories > ul > li > a {
    font-weight: 700;
}
.electro-store-directory .widget_product_categories .product-categories > li .children,
.electro-store-directory .widget_product_categories > ul > li .children {
    display: block !important;
}
.electro-store-directory .widget_product_categories .product-categories > li .children .no-child,
.electro-store-directory .widget_product_categories > ul > li .children .no-child {
    display: none;
}
.electro-store-directory .widget_product_categories .product-categories:not(.product-categories),
.electro-store-directory .widget_product_categories > ul:not(.product-categories) {
    float: left;
    width: 25%;
    margin: 0;
}
.electro-store-directory .widget_product_categories .product-categories .child-indicator,
.electro-store-directory .widget_product_categories .product-categories .no-child,
.electro-store-directory .widget_product_categories > ul .child-indicator,
.electro-store-directory .widget_product_categories > ul .no-child {
    display: none;
}
.electro-store-directory .widget_product_categories .product-categories li,
.electro-store-directory .widget_product_categories > ul li {
    border: none;
}
.electro-store-directory .widget_product_categories .product-categories,
.electro-store-directory .widget_product_categories .product-categories ul,
.electro-store-directory .widget_product_categories > ul,
.electro-store-directory .widget_product_categories > ul ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    color: #369;
    position: relative;
}
.electro-store-directory .widget_product_categories .product-categories ul,
.electro-store-directory .widget_product_categories > ul ul {
    margin-left: 0.5em;
}
.electro-store-directory .widget_product_categories .product-categories ul:before,
.electro-store-directory .widget_product_categories .product-categories:before,
.electro-store-directory .widget_product_categories > ul ul:before,
.electro-store-directory .widget_product_categories > ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #ddd;
}
.electro-store-directory .widget_product_categories .product-categories li,
.electro-store-directory .widget_product_categories > ul li {
    margin: 0;
    padding: 0 1.5em;
    line-height: 2em;
    position: relative;
}
.electro-store-directory .widget_product_categories .product-categories li:before,
.electro-store-directory .widget_product_categories > ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    position: absolute;
    top: 1.571em;
    left: 0;
}
.electro-store-directory .widget_product_categories .product-categories li:last-child:before,
.electro-store-directory .widget_product_categories > ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0;
}
.wishlist-title {
    text-align: center;
    padding: 40px 0;
}
.wishlist-title h2 {
    font-size: 40px;
    line-height: 50px;
    color: #434343;
}
#yith-wcwl-popup-message,
.yith-wcwl-add-button img,
.yith-wcwl-wishlistexistsbrowse .feedback {
    display: none !important;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
    cursor: pointer;
}
.yith-wcwl-wishlistaddedbrowse .feedback:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    margin-right: 5px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.yith-wcwl-wishlistaddedbrowse > a {
    display: none;
}
.add_to_wishlist::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
    content: "\f004";
}
.yith-wcwl-wishlistexistsbrowse > a::before {
    color: #f22613;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    content: "\f004";
}
.yith-wcwl-share .yith-wcwl-share-title {
    margin: 0;
}
.yith-wcwl-share > ul {
    padding-left: 0 !important;
}
.shop_table.wishlist_table > tbody > tr > td,
.shop_table.wishlist_table > tbody > tr > th,
.shop_table.wishlist_table > tfoot > tr > td,
.shop_table.wishlist_table > tfoot > tr > th {
    vertical-align: middle;
}
.shop_table.wishlist_table .mc-price-wrapper > ins {
    float: left;
    margin-right: 10px;
}
.shop_table.wishlist_table .mc-price-wrapper > del,
.shop_table.wishlist_table .mc-price-wrapper > del .amount {
    font-size: 90%;
}
.yith-wcwl-share {
    margin-top: 10px;
}
.yith-wcwl-share h4 {
    line-height: 27px;
    padding-bottom: 11px;
    font-weight: 700;
    font-size: 18px;
}
.yith-wcwl-share ul {
    list-style: none;
    display: flex;
}
.yith-wcwl-share ul > li > a {
    line-height: 1;
}
.yith-wcwl-share ul > li > a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Brands";
}
.yith-wcwl-share ul > li {
    padding-right: 20px;
}
.yith-wcwl-share .share-button i {
    display: none;
}
.yith-wcwl-share .facebook:before {
    content: "\f09a";
    color: #3b5998;
}
.yith-wcwl-share .twitter:before {
    content: "\f099";
    color: #00aced;
}
.yith-wcwl-share .pinterest:before {
    content: "\f0d2";
    color: #cb2027;
}
.yith-wcwl-share .googleplus:before {
    content: "\f2b3";
    color: #dd4b39;
}
.yith-wcwl-share .email:before {
    content: "\f0e0";
    color: #333e48;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.btn-add-to-wishlist i {
    margin: 0 5px 0 0;
    color: #c6c6c6;
    transition: 0.3s, ease;
}
.wishlist_table .add_to_cart.button i,
.yith-wcwl-add-button > a i {
    margin-right: 5px !important;
}
.action-buttons .yith-wcwl-add-to-wishlist img.ajax-loading {
    display: none !important;
}
.add-to-compare-link {
    padding: 0;
    border-radius: 0;
    font-weight: 400;
}
.add-to-compare-link::before {
    font: normal normal normal 14px/1 font-electro;
    margin-right: 6px;
    content: "\64";
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}
.add-to-compare-link.added::before {
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.btn-add-to-compare i {
    margin: 0 5px 0 0;
    color: #c6c6c6;
    transition: 0.3s, ease;
}
.yith-woocommerce-ajax-product-filter small.count {
    margin-left: 5px;
}
.yith-woocommerce-ajax-product-filter small.count:before {
    content: "(";
}
.yith-woocommerce-ajax-product-filter small.count:after {
    content: ")";
}
.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li > a {
    padding: 0 !important;
}
.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li > a::before {
    content: none;
}
.yith-woocommerce-ajax-product-filter ul:not(.yith-wcan-color) li > span {
    color: #333e48;
    padding: 0.571em 0 0.643em;
    display: inline-block;
}
.yith-woocommerce-ajax-product-filter ul:not(.yith-wcan-color) li > span::before {
    content: "\f0c8";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 0.571em;
    font-size: 1.143em;
    line-height: 22px;
    vertical-align: middle;
    color: #dfdfdf;
}
.mc4wp-response {
    color: #fff;
    padding: 10px;
}
.tm-extra-product-options .tm-epo-field-label {
    padding-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.tm-extra-product-options .cpf-type-checkbox > h1,
.tm-extra-product-options .cpf-type-checkbox > h2,
.tm-extra-product-options .cpf-type-checkbox > h3,
.tm-extra-product-options .cpf-type-checkbox > h4,
.tm-extra-product-options .cpf-type-checkbox > h5,
.tm-extra-product-options .cpf-type-checkbox > h6,
.tm-extra-product-options .cpf-type-checkbox > label,
.tm-extra-product-options .cpf-type-color > h1,
.tm-extra-product-options .cpf-type-color > h2,
.tm-extra-product-options .cpf-type-color > h3,
.tm-extra-product-options .cpf-type-color > h4,
.tm-extra-product-options .cpf-type-color > h5,
.tm-extra-product-options .cpf-type-color > h6,
.tm-extra-product-options .cpf-type-color > label,
.tm-extra-product-options .cpf-type-date > h1,
.tm-extra-product-options .cpf-type-date > h2,
.tm-extra-product-options .cpf-type-date > h3,
.tm-extra-product-options .cpf-type-date > h4,
.tm-extra-product-options .cpf-type-date > h5,
.tm-extra-product-options .cpf-type-date > h6,
.tm-extra-product-options .cpf-type-date > label,
.tm-extra-product-options .cpf-type-header > h1,
.tm-extra-product-options .cpf-type-header > h2,
.tm-extra-product-options .cpf-type-header > h3,
.tm-extra-product-options .cpf-type-header > h4,
.tm-extra-product-options .cpf-type-header > h5,
.tm-extra-product-options .cpf-type-header > h6,
.tm-extra-product-options .cpf-type-header > label,
.tm-extra-product-options .cpf-type-radio > h1,
.tm-extra-product-options .cpf-type-radio > h2,
.tm-extra-product-options .cpf-type-radio > h3,
.tm-extra-product-options .cpf-type-radio > h4,
.tm-extra-product-options .cpf-type-radio > h5,
.tm-extra-product-options .cpf-type-radio > h6,
.tm-extra-product-options .cpf-type-radio > label,
.tm-extra-product-options .cpf-type-range > h1,
.tm-extra-product-options .cpf-type-range > h2,
.tm-extra-product-options .cpf-type-range > h3,
.tm-extra-product-options .cpf-type-range > h4,
.tm-extra-product-options .cpf-type-range > h5,
.tm-extra-product-options .cpf-type-range > h6,
.tm-extra-product-options .cpf-type-range > label,
.tm-extra-product-options .cpf-type-select > h1,
.tm-extra-product-options .cpf-type-select > h2,
.tm-extra-product-options .cpf-type-select > h3,
.tm-extra-product-options .cpf-type-select > h4,
.tm-extra-product-options .cpf-type-select > h5,
.tm-extra-product-options .cpf-type-select > h6,
.tm-extra-product-options .cpf-type-select > label,
.tm-extra-product-options .cpf-type-textarea > h1,
.tm-extra-product-options .cpf-type-textarea > h2,
.tm-extra-product-options .cpf-type-textarea > h3,
.tm-extra-product-options .cpf-type-textarea > h4,
.tm-extra-product-options .cpf-type-textarea > h5,
.tm-extra-product-options .cpf-type-textarea > h6,
.tm-extra-product-options .cpf-type-textarea > label,
.tm-extra-product-options .cpf-type-textfield > h1,
.tm-extra-product-options .cpf-type-textfield > h2,
.tm-extra-product-options .cpf-type-textfield > h3,
.tm-extra-product-options .cpf-type-textfield > h4,
.tm-extra-product-options .cpf-type-textfield > h5,
.tm-extra-product-options .cpf-type-textfield > h6,
.tm-extra-product-options .cpf-type-textfield > label,
.tm-extra-product-options .cpf-type-time > h1,
.tm-extra-product-options .cpf-type-time > h2,
.tm-extra-product-options .cpf-type-time > h3,
.tm-extra-product-options .cpf-type-time > h4,
.tm-extra-product-options .cpf-type-time > h5,
.tm-extra-product-options .cpf-type-time > h6,
.tm-extra-product-options .cpf-type-time > label,
.tm-extra-product-options .cpf-type-upload > h1,
.tm-extra-product-options .cpf-type-upload > h2,
.tm-extra-product-options .cpf-type-upload > h3,
.tm-extra-product-options .cpf-type-upload > h4,
.tm-extra-product-options .cpf-type-upload > h5,
.tm-extra-product-options .cpf-type-upload > h6,
.tm-extra-product-options .cpf-type-upload > label {
    padding-bottom: 0px;
    font-weight: 500;
    text-transform: capitalize;
}
.tm-extra-product-options .cpf-type-checkbox ul li label,
.tm-extra-product-options .cpf-type-radio ul li label {
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
}
.tm-extra-product-options .cpf-type-checkbox ul li label input.tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .cpf-type-radio ul li label input.tm-epo-field.tmcp-checkbox {
    vertical-align: bottom;
}
.tm-extra-product-options .cpf-type-checkbox ul li label .tc-label,
.tm-extra-product-options .cpf-type-radio ul li label .tc-label {
    text-transform: capitalize;
}
.tm-extra-product-options .cpf-type-checkbox ul li .price.tc-price span.amount,
.tm-extra-product-options .cpf-type-radio ul li .price.tc-price span.amount {
    padding-left: 13px !important;
    color: #7e7e7e;
}
.tm-extra-product-options .cpf-type-color .sp-replacer {
    padding: 12px 12px;
    background: 0 0;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.tm-extra-product-options .cpf-type-color .sp-replacer:hover {
    border-color: #ddd;
}
.tm-extra-product-options .tm-quantity input {
    padding: 0.5em 1em;
    border-radius: 1em;
    border: 1px solid #ddd;
}
.tm-extra-product-options .tm-quantity input:focus {
    outline: 0;
}
.tm-extra-product-options .cpf-type-range .tm-range-picker {
    background-color: #dcdcdc;
    height: 7px;
    box-shadow: none;
    border-radius: 0;
    margin-left: 5px;
}
.tm-extra-product-options .cpf-type-range .tm-range-picker .noUi-origin {
    background-color: #dcdcdc;
    height: 6px;
}
.tm-extra-product-options .cpf-type-range .tm-range-picker .noUi-origin .noUi-handle {
    border-width: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -7px;
    left: -6px;
}
.tm-extra-product-options .cpf-type-range .tm-range-picker .noUi-origin .noUi-handle:after,
.tm-extra-product-options .cpf-type-range .tm-range-picker .noUi-origin .noUi-handle:before {
    display: none;
}
.tm-extra-product-options .cpf-type-range .tm-range-picker .noUi-pips-horizontal {
    padding: 15px 0;
}
.tm-extra-product-options .cpf-type-date select,
.tm-extra-product-options .cpf-type-select select {
    text-transform: capitalize;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 1.071em;
    color: #7e7e7e;
    background-color: #fff;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        right 0.75rem center/8px 10px no-repeat #fff;
}
.tm-extra-product-options .cpf-type-date select:focus,
.tm-extra-product-options .cpf-type-select select:focus {
    outline-color: #fff;
}
.tm-extra-product-options .cpf-type-date .tm-extra-product-options-date .ui-tm-datepicker-trigger {
    padding: 0 1.2em !important;
    border-color: #ddd;
}
.tm-extra-product-options .cpf-type-date .tm-extra-product-options-date .ui-tm-datepicker-trigger:active {
    border-left: 1px solid #ddd;
}
.tm-extra-product-options .tmcp-field-wrap .price.tc-price del {
    font-size: 12px !important;
}
.tm-extra-product-options .tmcp-field-wrap .price.tc-price ins {
    font-size: 14px;
}
.tm-extra-product-options .tmcp-field-wrap .price.tc-price > span.amount {
    font-size: 14px !important;
}
.tm-extra-product-options .nopadding .tm-cell.cpf-section {
    padding: 5px;
}
.tm-extra-product-options .cpf-type-textarea .tm-extra-product-options-container ul li.tmcp-field-wrap > label {
    display: none !important;
}
.tm-extra-product-options .tm-epo-required {
    font-size: 16px;
    vertical-align: top;
    padding-right: 2px;
}
.tm-extra-product-options li.tm-extra-product-options-field .section_popup {
    margin-bottom: 10px;
}
.tm-extra-product-options li.tm-extra-product-options-field .section_popup a {
    padding: 5px 20px;
    border-radius: 3px;
    color: #333e48;
    font-size: 17px;
    background-color: #ddd;
    text-transform: capitalize;
}
.tm-extra-product-options li.tm-extra-product-options-field .section_popup a:hover {
    color: #000;
    background-color: #efecec;
}
.tm-extra-product-options li.tm-extra-product-options-field .section_popup a:before {
    content: "\f040";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
}
.tm-extra-product-options li.tm-extra-product-options-field .tm-section-pop-up .header h3 {
    text-transform: capitalize;
    letter-spacing: inherit;
}
.tm-extra-product-options li.tm-extra-product-options-field .tm-section-pop-up .footer .tm-button.button {
    line-height: 32px !important;
}
.tm-extra-product-options li.tm-extra-product-options-field .tm-owl-slider-section .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}
.tm-extra-product-options li.tm-extra-product-options-field .tm-owl-slider-section .owl-carousel .owl-nav .button {
    padding: 8px 30px;
}
.tm-extra-product-options li.tm-extra-product-options-field .cpf-section .tm-collapse > h1.tm-toggle,
.tm-extra-product-options li.tm-extra-product-options-field .cpf-section .tm-collapse > h2.tm-toggle,
.tm-extra-product-options li.tm-extra-product-options-field .cpf-section .tm-collapse > h3.tm-toggle,
.tm-extra-product-options li.tm-extra-product-options-field .cpf-section .tm-collapse > h4.tm-toggle,
.tm-extra-product-options li.tm-extra-product-options-field .cpf-section .tm-collapse > h5.tm-toggle,
.tm-extra-product-options li.tm-extra-product-options-field .cpf-section .tm-collapse > h6.tm-toggle,
.tm-extra-product-options li.tm-extra-product-options-field .cpf-section .tm-collapse > label.tm-toggle {
    padding-bottom: 0;
}
.extended .tm-extra-product-options .tm-extra-product-options-field .col-1,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-10,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-11,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-12,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-2,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-3,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-4,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-5,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-6,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-7,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-8,
.extended .tm-extra-product-options .tm-extra-product-options-field .col-9 {
    width: 100%;
}
li.cpf_hide_element.tm-extra-product-options-field .tm-epo-field-label {
    padding-bottom: 0;
    font-weight: 500;
    font-size: 20px;
}
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-checkbox
    li,
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-radio
    li {
    padding-top: 0.5em;
}
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-checkbox
    li
    label,
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-radio
    li
    label {
    width: 100%;
    margin-bottom: 0;
}
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-checkbox
    li
    .price.tc-price
    span.amount,
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-radio
    li
    .price.tc-price
    span.amount {
    padding-left: 13px !important;
    color: #7e7e7e;
}
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-select
    select {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 1.071em;
    color: #7e7e7e;
    background-color: #fff;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
        right 0.75rem center/8px 10px no-repeat #fff;
}
li.cpf_hide_element.tm-extra-product-options-field
    .tm-extra-product-options-container
    .tm-extra-product-options-select
    select:focus {
    outline-color: #fff;
}
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals dd,
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals dt {
    width: 50%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ddd;
    padding: 10px 0;
}
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals dt {
    font-size: 1em;
}
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals dd {
    text-align: right;
    font-weight: 700;
    font-size: 1em;
}
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals dd span.price.amount.final,
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals dd span.price.amount.options {
    margin: 0;
    font-size: 1.2em;
}
.single-product:not(.extended) .tm-totals-form-main dl.tm-extra-product-options-totals .tm-options-totals {
    margin-bottom: 30px;
}
.single-product.extended dd.tm-options-totals {
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    margin-bottom: 10px;
}
form table.cart a.tm-cart-edit-options {
    padding: 2px 10px;
    border-radius: 3px;
    color: #333e48;
    font-size: 12px;
    background-color: #d3d3d3;
}
form table.cart a.tm-cart-edit-options:hover {
    color: #000;
    background-color: #efecec;
}
form table.cart a.tm-cart-edit-options:before {
    content: "\f040";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
}
form table.cart dd.variation-optionscheckbox .cpf-data-on-cart {
    border: none;
}
form table.woocommerce-checkout-review-order-table dd.variation-optionscheckbox .cpf-data-on-cart,
ul .dropdown-menu-mini-cart dd.variation-optionscheckbox .cpf-data-on-cart {
    border: none;
}
ul .dropdown-menu-mini-cart a.tm-cart-edit-options {
    padding: 2px 10px;
    border-radius: 3px;
    color: #333e48;
    font-size: 12px;
    background-color: #ddd;
    display: flex;
    width: 37%;
    margin-top: 5px;
}
ul .dropdown-menu-mini-cart a.tm-cart-edit-options:hover {
    color: #000;
    background-color: #efecec;
}
ul .dropdown-menu-mini-cart a.tm-cart-edit-options:before {
    content: "\f040";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
}
.sp-container {
    border-color: #ddd;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.product-thumbnail .container-image-and-badge {
    position: static;
}
.product-loop-header {
    position: relative;
}
.product-loop-header .yith-wcqv-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
    white-space: nowrap;
    display: none;
}
.product-card .yith-wcqv-button {
    position: absolute;
    display: none;
    top: 100%;
    left: -65%;
}
.columns-3 .product-card .yith-wcqv-button {
    left: -85%;
}
.product-card:focus .yith-wcqv-button,
.product-card:hover .yith-wcqv-button,
.product:focus > .product-outer .yith-wcqv-button,
.product:hover > .product-outer .yith-wcqv-button {
    display: block;
}
#yith-quick-view-content form.cart {
    margin-bottom: 25px;
}
.yith-wcqv-main {
    padding: 30px;
}
.aws-container .aws-search-form {
    height: 41px;
}
.aws-container .aws-search-form .aws-loader {
    right: 20px;
}
.aws-container .aws-search-form .aws-search-clear span {
    top: 0;
    margin-top: 0;
}
.aws-search-result {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 0;
}
.aws-container .aws-search-field {
    border-width: 2px;
    border-radius: 2.467em !important;
    padding: 0.3em 2.134em;
    height: 41px;
    font-size: 15px;
    background-color: #fff;
}
.aws-container .aws-search-form .aws-search-clear {
    width: 60px;
    border-top-right-radius: 2.467em !important;
    border-bottom-right-radius: 2.467em !important;
    color: #333e48;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex !important;
}
.aws-search-form.aws-processing .aws-search-clear span,
.aws-search-form:not(.aws-form-active):not(.aws-processing) .aws-search-clear span {
    display: none;
}
.aws-search-form:not(.aws-form-active):not(.aws-processing) .aws-search-clear::after {
    font-family: font-electro;
    content: "\6d";
    font-size: 1.714em;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
    display: flex !important;
}
.header-v2 .aws-container .aws-search-form .aws-search-clear,
.header-v4 .aws-container .aws-search-form .aws-search-clear,
.header-v5 .aws-container .aws-search-form .aws-search-clear {
    background-color: #333e48;
    color: #fff;
}
.header-v2 .aws-container .aws-search-field,
.header-v4 .aws-container .aws-search-field,
.header-v5 .aws-container .aws-search-field {
    border-color: #fff;
}
.header-v7 .aws-container .aws-search-form .aws-search-clear {
    width: auto;
    background-color: transparent;
    font-size: 11px;
}
.header-v7 .aws-container .aws-search-field {
    background-color: transparent;
    border-radius: 0 !important;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    padding: 0.3em 1.134em;
    border-bottom: 1px solid rgba(51, 62, 72, 0.3);
}
@media (min-width: 1480px) {
    .header-v7 .aws-container .aws-search-field {
        min-width: 242px;
    }
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 1em;
    line-height: 1.286em;
    font-weight: 700;
    margin-bottom: 0.857em;
}
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form textarea {
    padding: 0.857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    height: 44px;
    font-size: 1em;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-bottom: 1rem;
}
div.wpforms-container-full .wpforms-form input[type="email"]:focus,
div.wpforms-container-full .wpforms-form input[type="password"]:focus,
div.wpforms-container-full .wpforms-form input[type="search"]:focus,
div.wpforms-container-full .wpforms-form input[type="text"]:focus,
div.wpforms-container-full .wpforms-form input[type="url"]:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
    border-color: #66afe9;
    outline: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form input[type="submit"] {
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 1.571em;
    padding: 1.036em 2.134em;
    border-width: 0;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-width: 0;
}
div.wpforms-container-full.ec-newsletter-form {
    margin-bottom: 0;
}
div.wpforms-container-full.ec-newsletter-form .wpforms-form input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    border: 0;
    height: 41px;
    padding: 0.734em 2em;
    border-top-left-radius: 1.571em;
    border-bottom-left-radius: 1.571em;
}
div.wpforms-container-full.ec-newsletter-form .wpforms-form {
    display: flex;
}
div.wpforms-container-full.ec-newsletter-form .wpforms-form .wpforms-field-container {
    flex-basis: 0;
    flex-grow: 1;
}
div.wpforms-container-full.ec-newsletter-form .wpforms-form .wpforms-field,
div.wpforms-container-full.ec-newsletter-form .wpforms-form .wpforms-submit-container {
    padding: 0;
}
div.wpforms-container-full.ec-newsletter-form .wpforms-form button[type="submit"],
div.wpforms-container-full.ec-newsletter-form .wpforms-form input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.715em 2.134em;
    background-color: #333e48;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}
div.wpforms-container-full.ec-newsletter-form .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full.ec-newsletter-form .wpforms-form input[type="submit"]:hover {
    background-color: #000;
}
@media (max-width: 767px) {
    #content {
        margin-bottom: 5.714em;
    }
    .secondary-nav .menu-item {
        display: block;
    }
    .secondary-nav .menu-item a {
        display: block;
    }
    .secondary-nav .menu-item + .menu-item {
        margin-left: 0;
    }
    .secondary-nav .menu-item.pull-right {
        float: left;
    }
    .header-support-info {
        float: none;
        text-align: center;
    }
    .header-support-info .media-body,
    .header-support-info .media-left,
    .header-support-info .media-right {
        display: inline-block;
    }
    .header-support-info .media-body {
        width: auto;
    }
    .header-support-info .media-left {
        padding-right: 10px;
        padding-left: 0;
    }
    .tp-bullets.custom {
        display: none !important;
    }
    .slider-sm-btn {
        padding: 7px 27px !important;
        font-size: 14px !important;
    }
    #tab-description .electro-description .layout tr td {
        display: inline-block;
        width: 100%;
    }
    #primary #tab-description .electro-description .layout tr td:last-child img {
        left: 24px;
        width: 100%;
    }
    #primary #tab-description .electro-description .layout:last-child tr td:first-child img {
        right: 25px;
        width: 100%;
    }
    #primary #tab-description .electro-description .layout:last-child tr td:first-child {
        margin-bottom: 60px;
    }
    .navbar-primary .navbar-nav > .menu-item {
        float: none;
    }
    .navbar-primary .navbar-nav > .menu-item > a {
        border-right: none;
    }
    .navbar-primary button.navbar-toggler:focus,
    .navbar-primary button.navbar-toggler:hover {
        background: 0 0;
        border: 1px solid transparent;
        padding: 0.5rem 0.75rem;
        line-height: 1;
    }
    .page-template-template-homepage-v2 .departments-menu > .dropdown > .dropdown-menu {
        display: none;
    }
    .page-template-template-homepage-v2 .departments-menu > .dropdown.open > .dropdown-menu {
        display: block;
    }
    .site-header .handheld-header .header-logo {
        text-align: left;
        width: 80%;
    }
    .site-header .handheld-header .handheld-navigation-wrapper,
    .site-header .handheld-header .header-logo {
        display: inline-block;
    }
    .site-header .handheld-header .handheld-navigation-wrapper {
        width: 16%;
    }
    .header-v1 + .navbar-primary,
    .header-v1 + .sticky-wrapper > .navbar-primary,
    .header-v3 + .navbar-primary,
    .header-v3 + .sticky-wrapper > .navbar-primary {
        padding: 0.358em 1rem;
    }
    .primary-nav .navbar-toggler {
        position: absolute;
        right: 1.071em;
        top: 0.4em;
        border: 1px solid #ddd;
        padding: 0.4rem 0.75rem 0.6rem;
    }
    .primary-nav .nav-inline > .menu-item {
        display: block;
    }
    .primary-nav .nav-inline > .menu-item.dropdown + .menu-item {
        margin-left: 0;
    }
    .primary-nav .nav-inline > .menu-item + .menu-item {
        margin-left: 0;
    }
    .primary-nav .nav-inline > .menu-item > a {
        display: block;
        padding: 0.6em 0.8em;
    }
    .primary-nav .nav-inline .yamm-fw .dropdown-menu {
        width: 100%;
    }
    .departments-menu .menu-item-has-children a[data-toggle="dropdown-hover"]:after,
    .departments-menu .menu-item-has-children a[data-toggle="dropdown"]:after,
    .vertical-menu .menu-item-has-children a[data-toggle="dropdown-hover"]:after,
    .vertical-menu .menu-item-has-children a[data-toggle="dropdown"]:after {
        transform: rotate(90deg);
    }
    .departments-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) {
        width: 100%;
    }
    .navbar-primary #header-v3 .navbar-nav .menu-item.open .dropdown-menu {
        position: static;
        top: auto;
        width: auto;
        float: none;
    }
    .departments-menu .yamm-fw .dropdown-menu > li,
    .vertical-menu .yamm-fw .dropdown-menu > li {
        width: 100% !important;
    }
    .departments-menu .yamm-tfw .dropdown-menu > li,
    .vertical-menu .yamm-tfw .dropdown-menu > li {
        width: 100% !important;
    }
    .departments-menu .yamm-hw .dropdown-menu > li,
    .vertical-menu .yamm-hw .dropdown-menu > li {
        width: 100% !important;
    }
    .departments-menu-dropdown .menu-item-has-children > .dropdown-menu,
    .vertical-menu .menu-item-has-children > .dropdown-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        margin: 1.429em 0;
        min-height: inherit;
        margin-top: 0;
    }
    .departments-menu-dropdown .menu-item-has-children > .dropdown-menu > li,
    .vertical-menu .menu-item-has-children > .dropdown-menu > li {
        min-height: inherit;
    }
    .departments-menu-dropdown .menu-item-has-children > .dropdown-menu:hover,
    .vertical-menu .menu-item-has-children > .dropdown-menu:hover {
        opacity: 0;
        visibility: hidden;
    }
    .departments-menu-dropdown .menu-item-has-children > .dropdown-menu .vc_column_container:first-child,
    .vertical-menu .menu-item-has-children > .dropdown-menu .vc_column_container:first-child {
        margin-bottom: 1.429em;
    }
    .departments-menu-dropdown .menu-item-has-children > .dropdown-menu .vc_column_container:last-child,
    .vertical-menu .menu-item-has-children > .dropdown-menu .vc_column_container:last-child {
        margin-bottom: 0;
    }
    .departments-menu-dropdown .menu-item-has-children.open > .dropdown-menu,
    .vertical-menu .menu-item-has-children.open > .dropdown-menu {
        display: block;
        position: static;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .departments-menu-dropdown .menu-item-has-children.open > .dropdown-menu:hover,
    .vertical-menu .menu-item-has-children.open > .dropdown-menu:hover {
        opacity: 1;
        visibility: visible;
    }
    .departments-menu-dropdown .menu-item-has-children.open > .dropdown-backdrop,
    .vertical-menu .menu-item-has-children.open > .dropdown-backdrop {
        position: static;
    }
    .vertical-menu.yamm .dropdown.yamm-fw .dropdown-menu {
        left: 0;
    }
    .vertical-menu .dropdown:not(.list-group-item) > .dropdown-menu > li {
        width: 100%;
    }
    .vertical-menu .dropdown.yamm-tfw .dropdown-menu > li,
    .vertical-menu .list-group-item > .dropdown.yamm-tfw .dropdown-menu > li {
        width: 100%;
        position: relative;
    }
    .vertical-menu .yamm-content {
        padding: 1.143em;
    }
    .bg-yamm-extend-outside {
        right: 0;
    }
    .vertical-menu .dropdown-menu > .menu-item,
    .vertical-menu > .menu-item {
        padding: 0;
    }
    .yamm .yamm-content .bg-yamm-content {
        position: static;
        margin-bottom: 1.429em;
    }
    .footer-widgets .row > div {
        margin-bottom: 5em;
    }
    .footer-widgets .row > div:last-child {
        margin-bottom: 0;
    }
    .footer-newsletter .newsletter-title {
        display: block;
        margin-right: 0;
    }
    .footer-newsletter .newsletter-marketing-text {
        margin-left: 0;
        display: block;
        text-align: center;
    }
    .footer-newsletter form {
        margin-top: 0.714em;
    }
    .footer-social-icons .social-icons > li + li {
        margin-left: 1.786em;
    }
    .woocommerce-page .page-header .woocommerce-result-count {
        position: relative;
    }
    .woocommerce-page .page-title {
        margin-bottom: 0.8em;
    }
    .shop-control-bar {
        text-align: center;
        padding: 1.071em 1.429em;
        margin-bottom: 2.143em;
    }
    .shop-control-bar .electro-advanced-pagination,
    .shop-control-bar .form-electro-wc-ppp,
    .shop-control-bar .shop-view-switcher,
    .shop-control-bar .woocommerce-ordering {
        float: none !important;
    }
    .shop-control-bar .shop-view-switcher {
        display: inline-block;
    }
    .shop-control-bar .form-electro-wc-ppp,
    .shop-control-bar .woocommerce-ordering {
        margin-left: 0;
        margin-bottom: 1.071em;
    }
    .section-onsale-product ul.products .onsale-product:after,
    ul.products .section-onsale-product .onsale-product:after {
        display: none;
    }
    .shop-control-bar-bottom {
        text-align: center;
    }
    .shop-control-bar-bottom .form-electro-wc-ppp,
    .shop-control-bar-bottom .woocommerce-pagination,
    .shop-control-bar-bottom .woocommerce-result-count {
        float: none;
    }
    .shop-control-bar-bottom .woocommerce-result-count {
        margin: 0.5em 0;
        margin-left: 0;
        float: none !important;
    }
    .shop-control-bar-bottom .woocommerce-pagination {
        text-align: center;
    }
    .shop-control-bar-bottom .woocommerce-pagination ul.page-numbers {
        display: inline-block;
    }
    .woocommerce-page .page-header .woocommerce-result-count {
        position: relative;
        top: auto;
        transform: none;
        display: inline-block;
    }
    .single-product .product-images-wrapper,
    .single-product .summary.entry-summary {
        margin-bottom: 2.143em;
    }
    .single-product.full-width .wc-tab {
        padding: 2em;
    }
    .ec-tabs > li,
    .wc-tabs > li {
        display: block;
        margin-bottom: 1.429em;
    }
    .ec-tabs > li + li,
    .wc-tabs > li + li {
        margin-left: 0;
    }
    .ec-tabs > li a,
    .wc-tabs > li a {
        display: inline-block;
    }
    .accessories .col-left {
        padding-left: 15px;
    }
    .accessories .col-left ul.products {
        margin-right: 0 !important;
    }
    .accessories .col-right {
        margin-top: 50px;
        text-align: center;
    }
    .accessories .add-all-to-cart.btn,
    .accessories .add-all-to-cart.hero-action-btn {
        padding: 0.572em 1.029em;
    }
    .full-width.single-product .accessories .products {
        margin-left: 0;
    }
    #reviews .commentlist > li img {
        margin-bottom: 1.429em;
    }
    .advanced-review .rating-histogram {
        margin-bottom: 2.857em;
    }
    .advanced-review .rating-histogram .rating-percentage-bar {
        margin-top: 0.357em;
    }
    .extended.full-width #primary #tab-description .electro-description .layout tr td:last-child img {
        left: 0;
    }
    .extended.full-width #primary #tab-description .electro-description .layout:last-child tr td:first-child img {
        right: 0;
    }
    .full-width #primary #tab-description .electro-description .layout tr td:last-child img {
        left: 0;
    }
    .full-width #primary #tab-description .electro-description .layout:last-child tr td:first-child img {
        right: 0;
    }
    table.shop_table.shop_table_responsive thead {
        display: none;
    }
    table.shop_table.shop_table_responsive tr td {
        text-align: right;
        display: block;
    }
    table.shop_table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        float: left;
        font-weight: 700;
    }
    table.shop_table.shop_table_responsive tr td.product-thumbnail {
        display: none;
    }
    table.shop_table.shop_table_responsive tr td.actions,
    table.shop_table.shop_table_responsive tr td.order-actions,
    table.shop_table.shop_table_responsive tr td.product-thumbnail {
        text-align: left;
    }
    table.shop_table.shop_table_responsive tr td.actions:before,
    table.shop_table.shop_table_responsive tr td.order-actions:before,
    table.shop_table.shop_table_responsive tr td.product-thumbnail:before {
        display: none;
    }
    table.shop_table.shop_table_responsive tr td.product-remove:before {
        display: none;
    }
    table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
        width: 100%;
    }
    table.shop_table.shop_table_responsive tr td.product-quantity .input-text {
        max-width: 5em;
    }
    table.shop_table.shop_table_responsive tr td.product-quantity .quantity.buttons_added .input-text {
        max-width: 8em;
    }
    table.shop_table.shop_table_responsive tr.cart_item {
        border-bottom: 1px solid #eaeaea;
        display: block;
        padding: 10px 0;
    }
    table.shop_table.shop_table_responsive tr.cart_item:first-child {
        padding: 0 0 10px;
    }
    table.shop_table.shop_table_responsive tr.cart_item:last-child {
        border-bottom: none;
    }
    table.shop_table.shop_table_responsive.cart tbody tr.cart_item:first-child td {
        padding-top: 1.029em;
    }
    table.shop_table.shop_table_responsive.cart .coupon {
        float: none;
    }
    table.shop_table.shop_table_responsive.cart button[name="update_cart"],
    table.shop_table.shop_table_responsive.cart input[name="update_cart"] {
        display: block;
        margin-bottom: 1.429em;
        width: 100%;
    }
    table.shop_table.shop_table_responsive.cart .wc-proceed-to-checkout {
        margin-left: 0;
    }
    table.shop_table.shop_table_responsive.cart .wc-proceed-to-checkout,
    table.shop_table.shop_table_responsive.cart .wc-proceed-to-checkout a {
        display: block;
        text-align: center;
    }
    table.shop_table.shop_table_responsive.cart .wc-proceed-to-checkout .checkout-button {
        width: 100%;
    }
    .cart-collaterals .cart_totals table.shop_table_responsive tbody tr th {
        display: none;
    }
    .cart-empty {
        font-size: 2.143em;
    }
    .checkout_coupon .form-row-first .input-text {
        border-top-right-radius: 1.571em;
        border-bottom-right-radius: 1.571em;
    }
    .checkout_coupon .form-row-last .button {
        border-top-left-radius: 1.571em;
        border-bottom-left-radius: 1.571em;
    }
    .form-row.form-row-first {
        padding-right: 0;
    }
    .form-row.form-row-last {
        padding-left: 0;
    }
    #payment .payment_methods li input,
    #payment .payment_methods li label {
        display: inline;
    }
    #payment .terms label {
        display: inline;
    }
    table.wishlist_table thead {
        display: none;
    }
    table.wishlist_table tbody tr {
        display: block;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1.429em;
        padding-bottom: 1.429em;
    }
    table.wishlist_table tbody tr:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    table.wishlist_table tbody tr td {
        display: block;
        border-top: none;
    }
    table.wishlist_table tbody tr td.product-thumbnail {
        width: 100%;
    }
    table.wishlist_table tbody tr td.product-thumbnail img {
        margin: 0;
    }
    article.post.format-link,
    article.post.format-quote {
        padding: 2.857em;
    }
    .blog-list article.post .media-attachment {
        margin-bottom: 1.429em;
    }
    .blog-list article.post.format-link,
    .blog-list article.post.format-quote {
        margin: 0 0 6.214em;
    }
    .entry-meta {
        clear: both;
    }
    .post-author-info .media .media-left {
        display: block;
        padding-right: 0;
    }
    .single-post article.post .entry-header h1.entry-title .comments-link {
        display: none;
    }
    .comment-list .comment .gravatar-wrapper,
    .comment-list .pingback .gravatar-wrapper,
    .pings-list .comment .gravatar-wrapper,
    .pings-list .pingback .gravatar-wrapper {
        display: block;
        padding-right: 0;
    }
    .comment-list .comment-body .comment-content,
    .pings-list .comment-body .comment-content {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .comment-list .comment-body .comment-content,
    .pings-list .comment-body .comment-content {
        margin-bottom: 0;
    }
    .contact-form.vc_column_container .vc_column-inner {
        padding-right: 1.071em;
    }
    .store-info.vc_column_container .vc_column-inner {
        padding-left: 1.071em;
        padding-right: 1.071em;
    }
    .store-info.store-info-v2.vc_column_container .vc_column-inner {
        padding-right: 1.071em;
    }
    .store-info.store-info-v2.vc_column_container .vc_column-inner .inner-left-xs {
        padding-left: 0;
    }
    .wpb-accordion .vc_tta-container {
        padding-left: 0;
    }
    .no-registration-form {
        margin: 0;
        width: 100%;
    }
    #customer_login:after,
    #customer_login:before {
        display: none;
    }
    #customer_login .col-1 {
        padding-right: 0.9375rem;
        margin-bottom: 2.143em;
    }
    #customer_login .col-2 {
        padding-left: 0.9375rem;
    }
    .or-text {
        display: none;
    }
    .nav-inline .nav-item {
        display: block;
        text-align: center;
    }
    .nav-inline .nav-item + .nav-item,
    .nav-inline .nav-link + .nav-item {
        margin-left: 0;
    }
    .products .product.product-card .media-body .hover-area {
        opacity: 1;
        visibility: visible;
        transform: translateY(4%);
    }
    .products .product.product-card:hover .media-body .hover-area {
        transform: translateY(4%);
    }
    .products .product.product-card:hover .product-inner {
        height: 100%;
    }
    .section-onsale-product-carousel .owl-nav {
        padding-bottom: 1.429em;
    }
    .section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content {
        margin-top: 2.143em;
    }
    .section-onsale-product .columns-6-1 > ul.products.products-6 > .onsale-product-content:hover .product-inner,
    .section-onsale-product .columns-6-1 > ul.products.products-6 > .onsale-product:hover .product-inner,
    .section-onsale-product .columns-6-1 > ul.products.products-6 > .product:hover .product-inner,
    .section-onsale-product .columns-6-1 > ul.products.products-6 > li.product:hover .product-inner,
    .section-onsale-product
        .section-onsale-product-carousel
        .onsale-product-carousel
        .columns-6-1
        > ul.products.products-6
        > .onsale-product-content:hover
        .product-inner,
    .section-onsale-product
        .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product:hover
        .product-inner,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product-content:hover
        .product-inner,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product:hover
        .product-inner,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .product:hover
        .product-inner,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > li.product:hover
        .product-inner,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .section-onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product:hover
        .product-inner,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .section-onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product-content:hover
        .product-inner {
        padding-bottom: 0;
        padding-right: 1.714em;
    }
    .section-onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product-content:hover
        .product-inner
        .hover-area,
    .section-onsale-product .columns-6-1 > ul.products.products-6 > .onsale-product:hover .product-inner .hover-area,
    .section-onsale-product .columns-6-1 > ul.products.products-6 > .product:hover .product-inner .hover-area,
    .section-onsale-product .columns-6-1 > ul.products.products-6 > li.product:hover .product-inner .hover-area,
    .section-onsale-product
        .section-onsale-product-carousel
        .onsale-product-carousel
        .columns-6-1
        > ul.products.products-6
        > .onsale-product-content:hover
        .product-inner
        .hover-area,
    .section-onsale-product
        .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product:hover
        .product-inner
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product-content:hover
        .product-inner
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product:hover
        .product-inner
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > .product:hover
        .product-inner
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products.products-6
        > li.product:hover
        .product-inner
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .section-onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product:hover
        .product-inner
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .section-onsale-product
        .columns-6-1
        > ul.products.products-6
        > .onsale-product-content:hover
        .product-inner
        .hover-area {
        padding-bottom: 1.429em;
    }
    .pagination {
        padding-top: 2.143em;
        margin-bottom: 2.143em;
    }
    .sidebar .widget:last-child,
    .sidebar-blog .widget:last-child {
        margin-bottom: 0;
    }
    .electro-store-directory .widget_product_categories .product-categories:not(.product-categories),
    .electro-store-directory .widget_product_categories > ul:not(.product-categories) {
        width: 100%;
    }
}
@media (max-width: 543px) {
    .primary-nav .nav-inline > .menu-item.open .dropdown-menu {
        position: relative;
        top: auto;
        width: auto;
        float: none;
    }
    .section-onsale-product ul.products > .list-view.onsale-product,
    .section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content,
    ul.products > li.product.list-view {
        margin: 0.857em 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .section-onsale-product ul.products > .list-view.onsale-product:last-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content:last-child,
    ul.products > li.product.list-view:last-child {
        margin-bottom: 0.857em;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .media,
    .section-onsale-product-carousel .onsale-product-carousel ul.products > .list-view.onsale-product-content .media,
    ul.products > li.product.list-view .media {
        border: 1px solid #ddd;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .media-body,
    .section-onsale-product ul.products > .list-view.onsale-product .media-left,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-left,
    ul.products > li.product.list-view .media-body,
    ul.products > li.product.list-view .media-left {
        padding-right: 0;
        display: block;
        width: 100%;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .media-body .row,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .row,
    ul.products > li.product.list-view .media-body .row {
        margin: 0;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .media-body .row .col-xs-12:first-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .row
        .col-xs-12:first-child,
    ul.products > li.product.list-view .media-body .row .col-xs-12:first-child {
        padding-right: 1.071em;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .hover-area,
    ul.products > li.product.list-view .hover-area {
        border-top: 1px solid #eaeaea;
        padding: 1.071em 0;
    }
    .section-onsale-product ul.products > .list-view.onsale-product:focus .hover-area,
    .section-onsale-product ul.products > .list-view.onsale-product:hover .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content:focus
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content:hover
        .hover-area,
    ul.products > li.product.list-view:focus .hover-area,
    ul.products > li.product.list-view:hover .hover-area {
        border-top: 1px solid #eaeaea;
        padding: 1.071em 0;
    }
    .section-onsale-product ul.products > .list-view.list-view-small.onsale-product .hover-area,
    .section-onsale-product ul.products > .list-view.onsale-product.list-view-small .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.list-view-small.onsale-product-content
        .hover-area,
    ul.products > li.product.list-view.list-view-small .hover-area {
        border-top: none;
        padding: 0 0 1.071em;
    }
    .section-onsale-product ul.products > .list-view.list-view-small.onsale-product .media-body,
    .section-onsale-product ul.products > .list-view.onsale-product.list-view-small .media-body,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.list-view-small.onsale-product-content
        .media-body,
    ul.products > li.product.list-view.list-view-small .media-body {
        margin-top: 20px;
    }
    .section-onsale-product ul.products > .list-view.list-view-small.onsale-product:focus .hover-area,
    .section-onsale-product ul.products > .list-view.list-view-small.onsale-product:hover .hover-area,
    .section-onsale-product ul.products > .list-view.onsale-product.list-view-small:focus .hover-area,
    .section-onsale-product ul.products > .list-view.onsale-product.list-view-small:hover .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.list-view-small.onsale-product-content:focus
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.list-view-small.onsale-product-content:hover
        .hover-area,
    ul.products > li.product.list-view.list-view-small:focus .hover-area,
    ul.products > li.product.list-view.list-view-small:hover .hover-area {
        border-top: none;
    }
    .accessories .col-left .products .section-onsale-product .onsale-product .hover-area,
    .accessories
        .col-left
        .products
        .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product-content
        .hover-area,
    .accessories .col-left .products li.product .hover-area,
    .section-onsale-product .accessories .col-left .products .onsale-product .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .accessories
        .col-left
        .products
        .onsale-product-content
        .hover-area {
        display: none;
    }
    .dropdown-menu-mini-cart {
        width: 308px;
        right: -25px !important;
    }
}
@media screen and (max-width: 370px) {
    .navbar-search > .input-group .search-categories.input-group-addon select {
        max-width: 9.313em;
    }
}
@media (max-width: 991px) {
    .top-bar .nav.nav-inline {
        float: none;
        text-align: center;
        margin: 0.714em 0;
    }
    .top-bar .nav.nav-inline.pull-left.flip,
    .top-bar .nav.nav-inline.pull-right.flip {
        float: none !important;
    }
    .header-logo,
    .primary-nav {
        margin-bottom: 1.429em;
        float: none;
    }
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-billing-fields .form-row-last {
        width: 100%;
    }
    .woocommerce-billing-fields .form-row.form-row-last {
        padding-left: 0;
    }
    .woocommerce-billing-fields .form-row.form-row-first {
        padding-right: 0;
    }
    .section-onsale-product ul.products > .onsale-product .product-inner {
        border: 1px solid #ddd;
    }
    .section-onsale-product ul.products > .onsale-product .hover-area {
        display: block;
        padding-top: 1.071em;
        border-top: 1px solid #eaeaea;
    }
    .section-onsale-product ul.products > .onsale-product:hover .product-inner {
        box-shadow: none;
        position: relative;
    }
    .section-onsale-product ul.products > .onsale-product:hover .hover-area {
        display: block;
        padding-top: 1.071em;
    }
    .footer-newsletter .newsletter-marketing-text {
        margin-left: 0;
        display: block;
        text-align: center;
    }
    .header-logo {
        text-align: center;
        z-index: 1;
        float: left;
    }
    .header-logo a.header-logo-link {
        display: inline-block;
        vertical-align: middle;
    }
    .departments-menu > .nav-item {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .navbar-search {
        width: 100%;
        margin: 0.714em 0;
    }
    .navbar-search > .input-group {
        display: block;
    }
    .navbar-search > .input-group .search-field.form-control,
    .navbar-search > .input-group table.cart .coupon .search-field.input-text,
    table.cart .coupon .navbar-search > .input-group .search-field.input-text {
        border-bottom: 1px solid #ddd;
        border-bottom-left-radius: 0;
        border-top-right-radius: 1.467em;
    }
    .navbar-search > .input-group .search-categories.input-group-addon {
        border-bottom-left-radius: 1.467em;
        border-top-left-radius: 0;
        width: 100%;
        text-align: left;
    }
    .navbar-search > .input-group .search-categories.input-group-addon select {
        padding: 0 1.75rem 0 1em;
    }
    .navbar-search > .input-group .input-group-btn > .btn,
    .navbar-search > .input-group .input-group-btn > .hero-action-btn {
        padding: 1.036em 2.2em;
        border-top-right-radius: 0;
    }
    .navbar-search > .input-group .twitter-typeahead {
        display: block !important;
    }
    .navbar-search .form-control,
    .navbar-search table.cart .coupon .input-text,
    table.cart .coupon .navbar-search .input-text {
        border-radius: 1.467em;
    }
    .navbar-search .search-field:not(:first-child):not(:last-child) {
        border-top-left-radius: 1.467em;
    }
    .navbar-search .btn,
    .navbar-search .hero-action-btn,
    .navbar-search button {
        border-radius: 1.571em;
    }
    .vertical-menu.make-absolute {
        position: relative;
        width: 100%;
    }
    .dropdown-menu-mini-cart {
        right: -1.071em;
    }
    .dropdown-menu-mini-cart p.buttons::after {
        content: "";
        display: table;
        clear: both;
    }
    .dropdown-menu-mini-cart p.buttons .wc-forward {
        margin: 0 0.5em 0 0;
        padding: 0.6em 1.8em;
    }
    .dropdown-menu-mini-cart p.buttons .wc-forward.checkout {
        margin: 0 0 0 0.5em;
    }
    .navbar-primary {
        padding: 1rem;
    }
    .navbar-primary .container {
        position: relative;
    }
    .navbar-primary .navbar-mini-cart .dropdown-menu-mini-cart {
        right: -1.071em;
    }
    .departments-menu .menu-item-has-children > .dropdown-menu,
    .vertical-menu .menu-item-has-children > .dropdown-menu {
        display: none;
    }
    .departments-menu .menu-item-has-children:focus > .dropdown-menu,
    .departments-menu .menu-item-has-children:hover > .dropdown-menu,
    .vertical-menu .menu-item-has-children:focus > .dropdown-menu,
    .vertical-menu .menu-item-has-children:hover > .dropdown-menu {
        opacity: 0;
        visibility: hidden;
    }
    .departments-menu .menu-item-has-children.open > .dropdown-menu,
    .vertical-menu .menu-item-has-children.open > .dropdown-menu {
        display: block;
        position: static;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .departments-menu .menu-item-has-children.open > .dropdown-backdrop,
    .vertical-menu .menu-item-has-children.open > .dropdown-backdrop {
        position: static;
    }
    .departments-menu .menu-item-has-children.open:focus > .dropdown-menu,
    .departments-menu .menu-item-has-children.open:hover > .dropdown-menu,
    .vertical-menu .menu-item-has-children.open:focus > .dropdown-menu,
    .vertical-menu .menu-item-has-children.open:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .departments-menu > .dropdown .departments-menu-dropdown {
        display: none;
    }
    .departments-menu > .dropdown.open .departments-menu-dropdown {
        display: block;
    }
    .header-v1 .container > .row:first-child,
    .header-v3 .container > .row:first-child {
        margin: 0 0 1.786em;
        position: relative;
    }
    .header-v1 .header-logo,
    .header-v3 .header-logo {
        float: none;
        width: 100%;
    }
    .header-v1 .navbar-search .input-group .form-control,
    .header-v1 .navbar-search .input-group table.cart .coupon .input-text,
    .header-v3 .navbar-search .input-group .form-control,
    .header-v3 .navbar-search .input-group table.cart .coupon .input-text,
    table.cart .coupon .header-v1 .navbar-search .input-group .input-text,
    table.cart .coupon .header-v3 .navbar-search .input-group .input-text {
        border-right: 2px solid transparent;
    }
    .header-v1 .navbar-search .input-group .input-group-addon,
    .header-v3 .navbar-search .input-group .input-group-addon {
        border-left: 2px solid transparent;
        padding: 0.375rem 1.78rem;
    }
    .header-v1 .navbar-search .input-group .input-group-addon select,
    .header-v3 .navbar-search .input-group .input-group-addon select {
        padding: 0 1.75rem 0 0;
    }
    .header-v1 .navbar-nav + .navbar-nav,
    .header-v1 .navbar-search + .navbar-nav,
    .header-v3 .navbar-nav + .navbar-nav,
    .header-v3 .navbar-search + .navbar-nav,
    .navbar-primary .navbar-nav + .navbar-nav,
    .navbar-primary .navbar-search + .navbar-nav {
        margin-left: 0;
    }
    .header-v1 .navbar-nav.navbar-compare,
    .header-v3 .navbar-nav.navbar-compare,
    .navbar-primary .navbar-nav.navbar-compare {
        float: left !important;
        padding-left: 0.714em;
    }
    .header-v1 .navbar-nav.navbar-wishlist,
    .header-v3 .navbar-nav.navbar-wishlist,
    .navbar-primary .navbar-nav.navbar-wishlist {
        bottom: 0;
        display: inline-block;
        left: 50%;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
    }
    .page-template-template-homepage-v2 #sidebar {
        margin-top: 5.714em !important;
    }
    .features-list.columns-5 .feature,
    .features-list.columns-5 .feature + .feature {
        border-left: none;
    }
    .features-list.columns-5 .feature + .feature:last-child,
    .features-list.columns-5 .feature:last-child {
        border-bottom: none;
    }
    .shop-control-bar-bottom .woocommerce-result-count {
        float: right;
    }
    .shop-control-bar-bottom .woocommerce-pagination {
        clear: both;
        display: block;
        text-align: center;
        float: none;
    }
    .shop-control-bar-bottom .woocommerce-pagination ul.page-numbers {
        display: inline-block;
        margin-top: 1.429em;
    }
    .shop-control-bar .form-electro-wc-ppp {
        margin-left: 0;
    }
    .advanced-review .rating-histogram .rating-bar .star-rating {
        margin-right: 2em;
    }
    .advanced-review .rating-histogram .rating-percentage-bar {
        margin-left: 0;
    }
    .single-product .cart {
        margin-bottom: 1.429em;
    }
    .single-product .cart .quantity {
        margin-bottom: 1.429em;
    }
    .single-product table.variations td,
    .single-product table.variations th {
        padding: 0.571em;
    }
    .site-footer {
        padding-bottom: 60px;
    }
}
@media (max-width: 1199px) {
    table.shop_table.cart .coupon {
        position: relative;
        margin-bottom: 1.429em;
    }
    table.shop_table.cart .coupon .input-text {
        flex-grow: 1;
        border-right: 1px solid #ddd;
    }
    table.shop_table.cart .coupon .button {
        width: auto;
        margin-left: 0;
        padding: 1.036em 1.134em;
    }
    .electro-advanced-reviews .comment-form > p input[type="text"],
    .electro-advanced-reviews .comment-form > p textarea {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .departments-menu > .nav-item {
        width: 25%;
    }
    .navbar-search {
        width: 50%;
    }
    .primary-nav .nav-inline > .menu-item.dropdown + .menu-item {
        margin-left: 1.429em;
    }
    .primary-nav .nav-inline > .menu-item + .menu-item {
        margin-left: 1.786em;
    }
    .products .product.product-card .media-body .hover-area .action-buttons > div {
        margin-right: 0;
    }
    .products .product.product-card .media-body .hover-area .action-buttons > a {
        margin-left: 0.714em;
    }
}
@media (min-width: 544px) and (max-width: 991px) {
    .header-logo,
    .header-support-info,
    .primary-nav {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .handheld-header .header-logo,
    .handheld-header .header-support-info,
    .handheld-header .primary-nav {
        width: inherit;
    }
    .handheld-header .handheld-navigation-wrapper {
        float: right;
    }
    .handheld-navigation {
        width: 50%;
        left: -50%;
    }
    .header-support-info {
        float: none;
    }
    .header-support-info .media-body,
    .header-support-info .media-left,
    .header-support-info .media-right {
        display: inline-block;
    }
    .header-support-info .media-body {
        width: auto;
    }
    .header-support-info .media-left {
        padding-right: 10px;
        padding-left: 0;
    }
    .primary-nav {
        float: left;
    }
    .products .product.product-card .media-body {
        padding-left: 1.929em !important;
    }
    .product-cards-carousel .products .product.product-card .media-body .hover-area {
        visibility: visible;
        opacity: 1;
    }
    .primary-nav .nav-inline > .menu-item {
        display: inline-block;
    }
    .primary-nav .nav-inline > .menu-item.dropdown + .menu-item {
        margin-left: 0;
    }
    .primary-nav .nav-inline > .menu-item + .menu-item {
        margin-left: 0;
    }
    .primary-nav .nav-inline > .menu-item > a {
        display: block;
        padding: 0.6em 0.8em;
    }
    .header-support-info .media {
        width: 50%;
        display: inline-block;
    }
    .product_list_widget .product-title {
        margin-left: 95px;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .media-body .col-xs-12:first-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:first-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:first-child,
    ul.products > li.product.list-view .media-body .col-xs-12:first-child {
        padding-right: 1.071em;
        width: 55%;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .media-body .col-xs-12:last-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:last-child,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:last-child,
    ul.products > li.product.list-view .media-body .col-xs-12:last-child {
        width: 45%;
    }
    .section-onsale-product ul.products > .list-view.onsale-product .media-body .col-xs-12:last-child .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:last-child
        .hover-area,
    .section-onsale-product-carousel
        .onsale-product-carousel
        ul.products
        > .list-view.onsale-product-content
        .media-body
        .col-xs-12:last-child
        .hover-area,
    ul.products > li.product.list-view .media-body .col-xs-12:last-child .hover-area {
        padding-top: 0;
        border-top: none;
    }
    .electro_posts_carousel_widget .section-posts-carousel .post-item {
        padding-right: 6px;
        padding-left: 6px;
    }
    .vertical-menu.make-absolute {
        overflow: hidden;
    }
    .vertical-menu.make-absolute .dropdown-menu > .menu-item,
    .vertical-menu.make-absolute > .menu-item {
        overflow: hidden;
    }
    #sidebar > aside {
        width: 50%;
        float: left;
        padding-right: 8px;
        padding-left: 8px;
    }
    #sidebar > aside:last-child {
        clear: both;
    }
    .widget_electro_products_carousel_widget .section-products-carousel {
        margin-bottom: 0;
    }
    .widget_electro_products_carousel_widget .products-carousel .owl-stage-outer {
        padding-bottom: 0;
    }
    .extended .single-product-wrapper .product-images-wrapper,
    .extended .single-product-wrapper .summary.entry-summary {
        width: 50%;
    }
    .extended .single-product-wrapper .product-actions-wrapper {
        width: 100%;
        margin-top: 60px;
    }
    .single-product.full-width .single-product-wrapper {
        margin-bottom: 5.429em;
    }
    #primary #tab-description .electro-description .layout tr td:last-child img {
        left: 60px;
        width: 100%;
    }
    #primary #tab-description .electro-description .layout:last-child tr td:first-child img {
        right: 60px;
        width: 100%;
    }
    #tab-accessories.electro-tabs .ec-tabs {
        margin-bottom: 3.571em;
    }
    .accessories .col-left {
        width: 100%;
        padding: 0;
    }
    .accessories .col-left ul.products {
        margin-right: -1.429em;
    }
    .accessories .col-left ul.products > li {
        width: 33.3333333333%;
    }
    .accessories .col-left ul.products > li .hover-area {
        display: none;
    }
    .accessories .col-left .check-products {
        margin-top: 60px;
        width: 56%;
    }
    .accessories .row {
        position: relative;
    }
    .accessories .col-right {
        bottom: 0;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .primary-nav .nav-inline .yamm-fw .dropdown-menu {
        width: 720px;
    }
    .extended .single-product-wrapper > .product-actions-wrapper .product-actions {
        padding: 1.071em 1.429em;
    }
    .extended .single-product-wrapper > .product-actions-wrapper .product-actions div.quantity {
        width: auto;
    }
    .secondary-nav .yamm-fw .dropdown-menu {
        width: 700px;
    }
    .advanced-review .rating-histogram .rating-percentage-bar {
        width: 10em;
    }
    .extended.full-width #primary #tab-description .electro-description .layout {
        margin-bottom: 80px;
    }
    .extended.full-width #primary #tab-description .electro-description .layout tr td:last-child img {
        left: 57px;
    }
    .extended.full-width #primary #tab-description .electro-description .layout:last-child tr td:first-child img {
        right: 57px;
    }
    .shop-control-bar .woocommerce-ordering {
        float: right;
    }
    .shop-control-bar .form-electro-wc-ppp {
        float: left;
        clear: both;
        margin-top: 1.429em;
    }
    .shop-control-bar .electro-advanced-pagination {
        margin-top: 1.429em;
    }
    .header-v1 .navbar-nav + .navbar-nav,
    .header-v1 .navbar-search + .navbar-nav,
    .header-v3 .navbar-nav + .navbar-nav,
    .header-v3 .navbar-search + .navbar-nav,
    .navbar-primary .navbar-nav + .navbar-nav,
    .navbar-primary .navbar-search + .navbar-nav {
        margin-left: 1.714em;
    }
    .section-onsale-product
        .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products
        > .onsale-product
        .price,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products
        .product
        .price,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products
        > .onsale-product
        .price,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products
        > .onsale-product-content
        .price,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .columns-6-1
        > ul.products
        > li.product
        .price,
    .section-onsale-product-carousel
        .onsale-product-carousel
        .onsale-product
        .section-onsale-product
        .columns-6-1
        > ul.products
        > .onsale-product
        .price {
        font-size: 1.429em;
    }
    .section-onsale-product .onsale-product .price,
    .section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content .price,
    .section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .price,
    li.product .price {
        font-size: 1.286em;
    }
    .products .product.product-card .product-inner {
        padding: 1.786em 1.071em;
    }
    .products .product.product-card .media-body {
        padding-left: 0.714em;
    }
    .section-onsale-product .onsale-product .added_to_cart,
    .section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content .added_to_cart,
    .section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content .button,
    .section-onsale-product-carousel .onsale-product-carousel .onsale-product-content .added_to_cart,
    li.product .added_to_cart {
        position: relative;
    }
}
#hd-id {
    max-width: 230px !important;
    display: inline-block;
    float: none !important;
    position: relative;
    margin-bottom: 0px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}
.pagination ul.page-numbers > li,
.woocommerce-pagination ul.page-numbers > li {
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background-color: #fed700 !important;
}
.tm-epo-field-label {
    display: block !important;
    max-width: 30px;
    float: right !important;
    padding-bottom: 0px;
}

.youtube h2 {
    margin-top: 18px;
}

.newsletter-marketing-text {
    font-size: 12px;
}

[data-hasqtip]::after {
	font: normal normal normal 14px/1 fontawesome;
	content: "\f059" !important;
	color: #2980b9;
	float: none;
	position: relative;
	display: inline-block;
	margin-left: .25em;
	border: none;
	top: -.25em;
	width: auto;
	margin-right: .1em;
}
.widget-title[data-hasqtip]::after {
    font: normal normal normal 14px/1 fontawesome;
    content: "\f059" !important;
    color: #2980b9;
    float: none;
    position: relative;
    display: inline-block;
    margin-left: .25em;
    border: none;
    top: -.25em;
    width: auto;
}

.electro_widget_product_categories .current-cat-parent > a {
    display: none;
}
.widget_product_categories .category-single > li > ul:last-child li .children li:first-child {
    border: none !important;
}

.tc-extra-product-options {
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .summary .action-buttons {
        float: left;
        margin-right: 20px;
    }
    .summary .woocommerce-product-details__short-description {
        float: left;
        margin-top: .75em;
    }
    .summary .price {
        clear: both;
    }
}


.navbar-choose-btn {
    padding-top: 4px;
    padding-bottom: 6px;
    margin-right: 25px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.animation-blick {
    position: relative;
    overflow: hidden;
}
@keyframes blick {
    15%,
    to { left:110% }
}
.animation-blick::after {
    animation: blick;
}
.animation-blick::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(10%,hsla(0,0%,100%,.1)),color-stop(20%,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.6)));
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));
    width: 20px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: -20%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.header-icon__cart {
    display: inline-block;
    min-width: 100px;
    padding: 5px;
    transition: background-color .15s ease-in-out;
}
.header-icon__cart > a {
    display: block;
}
.header-icon__cart .cart-items-title {
    font-size: 12px;
    position: absolute;
    line-height: 1;
    top: 11px;
}
.header-icon__cart .cart-items-count.header-icon-counter {
    bottom: 7px;
    left: 12px;
}
.header-icon__cart .cart-items-total-price {
    position: relative;
    top: 8px;
}
.header-icon__cart .ec.ec-shopping-bag {
    margin-right: 7px;
    margin-bottom: 5px;
}
.header-icon__cart:hover {
    background-color: #373a3c;
    color: white;
}
.header-icon__cart:hover .cart-items-count.header-icon-counter {
    background-color: #f89a20 !important;
}
.header-icon__cart:hover .cart-items-total-price .woocommerce-Price-amount.amount {
    color: #f89a20 !important;
}

.header-icon.header-icon__cart > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.header-icon.header-icon__cart > a > i {
    height: 17px;
}
.header-icon.header-icon__cart .cart-items-title {
    font-size: 15px;
    position: static;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
}

.newsletter-form .wpcf7-form.sent .subscribe-form-input {
    display: none;
}
.newsletter-form div.wpcf7-response-output {
    display: none !important;
}
.newsletter-form .subscribe-form-input .input-group-btn {
    vertical-align: top;
}
.newsletter-form .wpcf7-not-valid-tip {
    color: white !important;
}
.newsletter-form .sent div.wpcf7-response-output {
    display: block !important;
    border: none;
    color: white;
    margin: 0;
}
.newsletter-form .form-control {
    border-top-left-radius: 1.571em !important;
    border-bottom-left-radius: 1.571em !important;
}


.modal-header {
    display: flex;
    justify-content: space-between;
}
.modal-header::after {
    content: none;
}


.product-cat-description {
    margin-top: 60px;
}
.fluid-width-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 57.4941%;
    margin-bottom: 30px;
}
.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.social-icons-widget .footer-social-icons {
    text-align: center;
    font-size: 2em;
    margin: 0;
    margin-bottom: 1em;
}

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


.woocommerce-Tabs-panel--files > p,
.woocommerce-Tabs-panel--files > p > a {
    display: flex;
    align-items: center;
}
.woocommerce-Tabs-panel--files > p img,
.woocommerce-Tabs-panel--files > p > a img {
    margin-right: 15px;
}

#reviews.electro-advanced-reviews .comment_container .comment-text {
    padding: 15px;
    margin: -15px;
}


/* Additional items */
.additional_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.additional_items_block {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .additional_items_block {
        width: 50%;
        margin-bottom: 5px;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .additional_items {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .additional_items_block:nth-child(2n) {
        /*padding-right: 0;*/
        /*padding-left: 7.5px;*/
    }
}
.additional_items_block select {
    width: 100%;
}
.additional_items_block .select2-container .select2-selection.select2-selection--single {
    padding: 4px 10px;
    height: 38px;
    outline: none;
}
.additional_items_block .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}
.additional_items .question_div {
    float: right;
    position: relative;
    top: 3px;
}
.additional_items .question_div .question_div_btn {
    color: #2980b9;
}
.additional_items .question_div_text {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
    width: 240px;
    font-size: 14px;
    padding: 15px;
    line-height: 1.2;
    background: white;
    z-index: 1;
}
.additional_items .question_div_btn:hover ~ .question_div_text,
.additional_items .question_div_text:hover {
    display: block;
}

.select2-search__field[aria-owns="select2-billing_country-results"] {
    display: none !important;
}
.count-zakaxov {
    display: inline-block;
    color: #949494;
    font-size: 0.929em;
    padding-left: 10px;
}
.count-zakaxov-mobile {
    display: none;
    color: #949494;
    font-size: 0.929em;
    padding-left: 10px;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-none {
    order: 9;
}
.single-product .single-product-wrapper {
    margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
    .count-zakaxov {
        display: none;
    }
    .count-zakaxov-mobile {
        display: inline-block;
    }
}


/* product select model buttons */
.product-select-model-buttons {}
.psmb-items .psmb-item {
    display: block;
    color: #949494;
    border-radius: 5px;
    border: 1px solid rgba(248, 154, 32, 0.7);
    transition: 0.3s all ease-in;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 0 4px 2px;
}
.psmb-items .psmb-item:hover {
    border: 1px solid rgb(248, 154, 32);
    color: #000;
}
.psmb-item span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}


/* show buttons */
.asb-buttons {
    display: grid;
	gap: 2px;
    grid-template: repeat(1, 1fr) / repeat(4, 1fr);
    margin: -7px 0 11px;
}
.asb-buttons_bottom {
	margin-top: 30px;
}
.asb-buttons_button:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.36), inset 0 0 0 1px rgba(248, 154, 32, 0.6);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.36), inset 0 0 0 1px rgba(var(--var-bc_r), var(--var-bc_g), var(--var-bc_b), 0.6);
}
.asb-buttons_button {
    text-decoration: none;
    border: 1px solid rgba(248, 154, 32, 0.6);
    border-color: rgba(var(--var-bc_r), var(--var-bc_g), var(--var-bc_b), 0.6);
    display: flex;
    border-radius: 4px;
    transition: all 0.15s ease 0s;
    height: 60px;
}
.asb-buttons_button--image {
    display: flex;
    flex: 0 0 50px;
    margin-right: 22px;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}
.asb-buttons_button--image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.asb-buttons_button--text {
    flex: 1 0;
    padding-right: 2px;
    display: flex;
    align-items: center;
    color: #777;
    font-size: 13px;
    line-height: 1.3;
    transition: all 0.15s ease 0s;
}
.asb-buttons_button:hover .asb-buttons_button--text {
	text-decoration: underline;
    color: rgba(248, 154, 32, 1);
}

/* popular queries buttons */
.apq-buttons {
    margin: 0px 0 15px 0;
}
.apq-buttons_bottom {
    margin: 15px 0 -5px 0;
}
.apq-buttons__title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.apq-buttons__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
}
.apq-buttons__action {
    display: flex;
    font-size: 13px;
    cursor: pointer;
    line-height: 15px;
    align-items: center;
}
.apq-buttons__action > span {
    border-bottom: 1px dashed;
    transition: 0.3s all ease;
    color: #dc810b;
}
.apq-buttons__action:hover > span {
    border-bottom-color: #fff;
    color: #000000;
}
.apq-buttons__action-collapsed {
    display: none;
}
.collapsed .apq-buttons__action-collapse {
	display: none;
}
.collapsed .apq-buttons__action-collapsed {
	display: block;
}
i.apq-buttons__action-icon {
    position: relative;
    display: block;
    width: 15px;
    height: 16px;
}
i.apq-buttons__action-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    margin-top: -1px;
    right: 0;
    width: 6px;
    height: 6px;
    border: solid #dc810b;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    display: block;
}
.collapsed i.apq-buttons__action-icon:after {
    transform: rotate(135deg);
    margin-top: 0;
}
.apq-buttons__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4px;
    transition: 0.3s height ease;
    height: 28px;
    overflow: hidden;
}
.collapsed .apq-buttons__items {
	height: auto;
	height: fit-content;
}
.apq-buttons_button {
    text-decoration: none;
    padding: 4px 5px;
    background: rgba(248, 154, 32,  0.2);
    background: rgba(var(--var-bc_r), var(--var-bc_g), var(--var-bc_b), 0.2);
    border-radius: 4px;
    color: #555;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    transition: 0.3s all ease;
    text-align: center;
}
.apq-buttons_button:nth-child(-n+5){
	flex: 1 0 auto;
}
.apq-buttons_button:hover {
	color: #333;
	background: rgba(248, 154, 32,  0.4);
	background: rgba(var(--var-bc_r), var(--var-bc_g), var(--var-bc_b), 0.4);
}


/* product loop */
.product-loop-attributes {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 6px 0 5px;
}
.product-loop-attributes ul {
    padding-left: 15px;
    list-style: outside disc;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}
.product-loop-attributes ul li {
    margin-bottom: 6px;
}

.product-loop-info-block {
    text-align: center;
    line-height: 20px;
    margin: 0;
    padding: 5px 0 4px;
}
.product-loop-info-block a {
    text-decoration: underline;
    color: #0062bd;
}
.product-loop-info-block a:hover {
    text-decoration: none;
}

.product.fullcard .product-loop-footer .hover-area .yith-wcwl-add-button a span {
	display: none;
}
li.product.fullcard .hover-area {
	display: block;
 	display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 4px;
}
li.product.fullcard .hover-area .action-buttons {
	flex: 0;
}
li.product.fullcard .hover-area .action-buttons .yith-wcwl-add-to-wishlist {
	padding-top: 0;
}
li.product.fullcard .hover-area .availability p {
    margin: 0;
    font-weight: 600;
}
.products > .product.fullcard:hover .product-inner {
	position: static;
}



/* pc paddings */
@media(min-width: 992px) {
	.product-select-model-buttons {
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding-bottom: 10px;
		margin-bottom: 6px;
	}
	.psmb-title {
	    display: none;
	}
	.psmb-box {}
	.psmb-items {
	    display: grid;
	    gap: 3px;
	    grid-template-columns: calc(25% - 3px) calc(25% - 2px) calc(25% - 2px) calc(25% - 2px);
	}
	
	.info-block.psmb_active + hr {
	    margin-top: 5px;
	    margin-bottom: 0;
	}
	.info-block.psmb_active + hr + .action-buttons + div,
	.info-block.psmb_active + hr + .action-buttons {
	    margin-bottom: 5px;
	}
	.info-block.psmb_active + hr + .action-buttons + div > p {
	    margin-bottom: 0;
	}
	.woocommerce-product-rating.psmb-title-showed {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.psmb-title-show {
	    font-size: 13.5px;
	    letter-spacing: -0.3px;
	    line-height: 22px;
	    color: #777;
	}
	
	/* sticky product images */
	.single-product .product-images-wrapper {
	    position: -webkit-sticky;
	    position: sticky;
	    top: 0; /* or 0 ? */
	}
	
	/* quantity hidden */
	.single-product .cart .quantity {
	    visibility: hidden;
	    width: 0;
	    height: 0;
	}

	.woocommerce .cart .single_add_to_cart_button.button,
	.woocommerce .single_add_to_cart_button.button, .single_add_to_cart_button.button {
 		margin-left: -2px;
	}
}
@media(min-width: 1200px){
	/* sticky product images */
	.single-product .product-images-wrapper {
	    position: -webkit-sticky;
	    position: sticky;
	    top: 114px; /* or 0 ? */
	}
}

@media(max-width: 991px) {
	.product-select-model-buttons {
		margin-top: -5px;
		margin-bottom: 10px;
	}
	.psmb-title {
	    margin-bottom: 5px;
	}
	.psmb-box {
	    overflow: auto;
     	position: relative;
	}
	.psmb-items {
	    display: flex;
	    width: max-content;
	    gap: 5px;
		padding-bottom: 10px;
	}
	.psmb-items:after {
	    content: " ";
	    display: block;
	    width: 30px;
	    height: 1px;
	    flex: 0 0 30px;
	}
	.psmb-items .psmb-item {
	    flex: 1 0 calc( var(--var-psmb_width) / 2.8 );
	    display: block;
	    max-width: calc( var(--var-psmb_width) / 2.8 );
	    width: 100%;
	    padding: 6px 6px 6px 8px;
     	font-size: 12px;
	}
	.psmb-title-show {
		display: none;
	}

	/* show buttons */
	.asb-buttons_top {
		display: none;
	}
	.asb-buttons_bottom {
	    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
	}
}
@media(max-width: 767px) {
	.product-select-model-buttons {
	    position: relative;
	}
	.product-select-model-buttons:after {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 30px;
	    background: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,2555,0.9));
	}
	.psmb-items .psmb-item {
	    flex: 1 0 calc( var(--var-psmb_width) / 3.7 );
	    max-width: calc( var(--var-psmb_width) / 3.7 );
	}
	
	/* show buttons */
	.asb-buttons_bottom {
	    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
	}

	.product-loop-info-block.info-block {
	    font-size: 11px;
	}
	.product-loop-info-block.info-block a {
	    width: 100%;
	}
}
@media(max-width: 575px) {
	.psmb-items .psmb-item {
	    min-width: 145px;
	}
}
@media(max-width: 440px) {
	/* show buttons */
	.asb-buttons_bottom {
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	}

	/* popular queries buttons */
	.apq-buttons__items {
    	height: 56px;
	}
	.collapsed .apq-buttons__items {
		height: auto;
		height: fit-content;
	}
	.apq-buttons__title-box {
    	align-items: flex-end;
	}
	li.product.fullcard .hover-area .availability span p {
	    font-size: 12px;
	}
}
@media(max-width: 350px) {
	.psmb-items .psmb-item {
	    flex: 1 0 calc( var(--var-psmb_width) / 1.8 );
	    max-width: calc( var(--var-psmb_width) / 1.8 );
	}

	li.product.fullcard .hover-area .availability span p {
	    font-size: 10px;
	}
}


/** youtube widget */
.youtube-widget_box {
    margin-bottom: 20px;
}
.youtube-widget {
    display: flex;
    align-items: center;
}
.yw-icon {
    display: flex;
    margin-right: 10px;
}
.yw-icon img {
    width: 48px;
    height: 48px;
}
.yw-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yw-content__title {
    display: block;
    color: #555;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
}
.yw-yt-box {
    display: flex;
}
.yw-yt-brand {
    display: flex;
    position: relative;
}
.yw-yt-subs {
    height: 24px;
    line-height: 24px;
    padding: 0 6px 0 10px;
    color: #737373;
    font-size: 11px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fafafa;
    margin-left: -2px;
}
.youtube-widget:hover .yw-content__title {
    text-decoration: underline;
}

/** button load more */
.shop-control-bar-bottom {
    flex-wrap: wrap;
}
.button-loadmore_box {
    order: -1;
    flex: 1 0 100%;
    min-width: 200px;
    width: 100%;
}
.ajax_load_btn {
    text-align: center;
    margin: 0px 0px 10px;
    border: 1px solid rgba(248, 154, 32, 0.8);
    cursor: pointer;
    width: 100%;
    display: block;
    transition: 0.3s all ease;
}
.ajax_loading_btn {
    text-align: center;
    margin: 15px 0px 0px;
    width: 100%;
    display: none;
}
.ajax_load_btn:hover {
    border-color: rgb(248, 154, 32);
}
.more_text_ajax {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 0px 15px 34px;
    color: #a7a7a7;
    transition: all 0.7s ease-in-out;
}
.more_text_ajax:after {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 5px;
    margin-top: -10px;
    top: 50%;
    background: #ddd url(./assets/images/Show_more.svg) center no-repeat;
    -webkit-transition: background 0.7s ease-in-out;
    -moz-transition: background 0.7s ease-in-out;
    -o-transition: background 0.7s ease-in-out;
    transition: background 0.7s ease-in-out;
    background-color: #a7a7a7;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;

}
.ajax_loading_btn .more_text_ajax:after {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 5px;
    margin-top: -10px;
    top: 50%;
    background: #ddd url(/ison/themes/electro/assets/images/Show_more.svg) center no-repeat;
    -webkit-transition: background 0.7s ease-in-out;
    -moz-transition: background 0.7s ease-in-out;
    -o-transition: background 0.7s ease-in-out;
    transition: background 0.7s ease-in-out;
    background-color: rgb(248, 154, 32);
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ajax_loading_btn.__loading .more_text_ajax:after {
	-webkit-animation: spinner .5s ease-out 10000;
    animation: spinner .5s ease 10000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ajax_load_btn:hover .more_text_ajax{
	color: rgb(248, 154, 32);
}
.ajax_load_btn:hover .more_text_ajax:after {
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: rgb(248, 154, 32);
}
/* WebKit Opera */
@-webkit-keyframes spinner{
	from{
		-webkit-transform:rotate(0deg);
	}
	to{
		-webkit-transform:rotate(360deg);
	}
}
/* Other */
@keyframes spinner{
	from{
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to{
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
.yes_show_more.catalog-item-card{display: block;}