
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Arial", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    transition: all .4s;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

picture {
    display: inherit;
}

video {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}

button:hover {
    background-color: var(--themeColor, #666666);
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    transition: all .4s;
}

select {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: #212529;
    background-image: url(../images/select-arrow.svg);
    background-size: 10px 10px;
    background-position: center right 6px;
    background-repeat: no-repeat;
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

button .fa {
    color: var(--themeColor, #666666);
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.h1, h1 {
    font-size: 1.8em !important;
}

.h2, h2 {
    font-size: 1.6em !important;
}

.h3, h3 {
    font-size: 1.45em !important;
}

.h4, h4 {
    font-size: 1.2em !important;
}

.h5, h5 {
    font-size: 1.1em !important;
}

.h6, h6 {
    font-size: 1em !important;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: bold !important;
}

p {
    margin-bottom: 1.5em
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

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

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0
}

ul {
    list-style: disc;
    padding: 0;
    margin-left: 15px;
}

ol {
    list-style: decimal;
    padding: 0;
    margin-left: 15px;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

table p {
    margin-bottom: 5px;
}

.tns-controls {
    pointer-events: none;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

body .tns-controls button {
    pointer-events: all;
    border: none;
    background: transparent;
    color: rgba(0, 0, 0, 1);

    position: relative;
    font-size: 0;
    height: 40px;
    width: 40px;
    padding: 0;
}

body .tns-controls button[data-controls="prev"]:before {
    content: "\f053";
    padding-right: 3px;
}

body .tns-controls button[data-controls="next"]:before {
    content: "\f054";
    padding-left: 3px;
}

body .tns-controls button:before {
    font-family: "FontAwesome";
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
    opacity: .8;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px dashed #333;
    background: none;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: var(--themeColor, #666666)
}

a:hover, a:focus, a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

header#masthead {
    padding: 0;
    z-index: 998;
    background: #fff;
    box-shadow: 3px 0px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 0px 15px rgba(0, 0, 0, .2);
}

header#masthead .logo {
    padding: 15px 0;
    max-width: inherit;
    display: inline-block;
    min-width: 163px;
}

header#masthead .container {
    max-width: 1730px !important;
    padding: 0;
}

header.header-style2 .container.row {
    display: flex;
    align-items: center;
}

header#masthead a i {
    font-size: 18px;
}

header.header-style2#masthead a i {
    font-size: 16px;
    margin-right: 5px;
}

header.header-style2 .header-top,
header.header-style2 .header-top a,
header.header-style2 .header-top button,
header.header-style2 .header-top p {
    color: #878787 !important;
}

header.entry-header {
    color: #ffffff;
    background-color: var(--headerAreaColor, #262626);
    padding: 15px 0;
    text-align: center;
    font-size: 0.7em;
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header.entry-header h1 {
    font-size: 23px !important;
    font-weight: normal !important;
    position: relative;
    z-index: 1;
}

header.entry-header .woocommerce-breadcrumb {
    font-size: 1.2em;
}

header.entry-header #primary {
    position: relative;
    z-index: 1;
}

header.entry-header a {
    color: #fff;
}

header.site-header a,
footer.site-footer a {
    text-decoration: none;
}

#cookie-notice a {
    color: var(--themeColor, #666666);
}

header a {
    color: #262626;
}

header .header-top {
}

header .header-top .left {
    padding: 0 15px;
}

header .header-top .left a {
    padding: 20px 10px;
    float: left;
}

header.header-style2 .header-top .left a {
    padding: 8px 20px 8px 0;
}

header .header-top .right a {
    padding: 20px 10px;
    display: inline-block;
}

header.style-3 .header-top {
    padding: 7px 0;
}

header.style-3 .header-top .right a {
    padding: 0 10px;

}

header.style-3 .header-top .right .right-part-holder > a {
    border-right: 1px solid #dee2e6;
    font-size: 12px;
    display: flex;
    align-items: center;
}

header.style-3 .header-top .right .right-part-holder > a svg,
header.style-3 .header-top .right .right-part-holder > a i,
header.style-3 .header-top .left > a i,
header.style-3 .header-top .left > .time i {
    margin-right: 5px;
    font-size: 12px;
}

header.style-3 .header-top .left > a,
header.style-3 .header-top .left > .time {
    font-size: 12px;
    display: flex;
    align-items: center;
}

header.style-3 .woocs-style-3-du-dialog-starter {
    border: none !important;
    border-right: 1px solid #dee2e6 !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
}

header.style-3 .header-top .cart-contents {
    display: flex;
    align-items: center;
}

header.style-3 .header-top .cart-contents .count {
    position: unset;
    color: #262626;
    background-color: transparent;
    font-size: 15px;
    margin-left: 3px;
}

header .header-top .middle {
    text-align: center;
}

header .header-top .right {
    text-align: right;
}

header.header-style2 .header-bottom .main-navigation #language-selector-btn {
    display: none;
}

header .header-top .right .right-part-holder,
header.header-style2 .header-bottom .right-part-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

header .header-top .right .right-part-holder .header-search-form,
header.header-style2 .header-bottom .right-part-holder .header-search-form {
    width: 300px;
    position: relative;
    margin-right: 20px;
}

header .header-top .right .right-part-holder .header-search-form input.search-field,
header.header-style2 .header-bottom .right-part-holder .header-search-form input.search-field {
    width: 100%;
    padding-right: 50px;
    outline: none;
}

header .header-top .right .right-part-holder .header-search-form button,
header.header-style2 .header-bottom .right-part-holder .header-search-form button {
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: transparent;
}

header .header-bottom {
    border-top: 1px solid #e6e6e6;
    background: #fff;
    z-index: 10;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

header .header-bottom .right {
    text-align: right;
}

header .header-bottom .right a,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a {
    padding: 16px;
    display: inline-block;
    cursor: pointer;
}

header.header-style2#masthead .header-bottom .right a.whatsapp i {
    font-size: 19px;
}

header.header-style2 .header-bottom .right a:not(.cart-contents) {
    padding: 16px 10px;
}

header .header-bottom .left .cart,
header.header-style2 .header-bottom .middle .cart {
    float: left;
    padding: 16px 16px;
    display: none;
}

/*.sidebarCart .cart-contents {color: ;}*/
.cart-contents {
    position: relative;
}

header .cart-contents i {
    font-size: 23px !important;
}

.cart-contents .count {
    position: absolute;
    padding: 1px 3px;
    top: 4px;
    font-size: 0.8em;
    right: 3px;
    background-color: var(--themeColor, #666666);
    color: #FFFFFF;
    line-height: 1;
}

#page {
    overflow: hidden;
}

.container {
    margin: auto !important;
}

.full-width {
    width: 90%;
    margin: auto;
}

.content-main {
    padding: 0 15px;
}

.title {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.menu-btn-holder {
    margin-top: 5px;
    display: inline-block;
}

@media (max-width: 990px) {
    .menu-btn-holder {
        display: none;
    }
}

.menu-btn-holder .btn-holder {
    position: relative;
    padding: 2px 0;
}

.menu-btn-holder .btn-holder > ul {
    list-style-type: none;
}

.menu-btn-holder .btn-holder > .btn-menu-container {
    display: none;
    position: absolute;
    background-color: #fff;
    right: -20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    top: 100%;
    z-index: 99999;
    padding: 10px;
    max-width: 240px;
    width: max-content;
}

.menu-btn-holder .btn-holder:hover > .btn-menu-container {
    display: block;
}

.menu-btn-holder .btn-holder > .btn-menu-container > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu-btn-holder .btn-holder > .btn-menu-container > ul > li > a {
    font-size: 14px !important;
    padding: 5px 10px;
    text-align: left;
}

.menu-btn-holder .btn-holder > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--themeColor, #666666);
    color: #FFFFFF;
    padding: 8px 35px !important;
    text-decoration: none;
    transition: all .3s;
    border-radius: 0;
}

.menu-btn-holder .btn-holder > a:hover {
    opacity: .8;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
    padding: 10px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul > li.has-sub-sub > ul {
    display: flex;
}

.main-navigation ul ul ul {
    left: unset;
    top: unset;
    position: static;
    display: block;
    padding: 0;
    box-shadow: none;
}

.main-navigation ul ul.sub-menu > li.menu-item-has-children > a {
    font-weight: bold;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%
}

.main-navigation ul ul a {
    min-width: 260px;
    width: max-content;
    max-width: 350px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation li a {
    padding: 8px 10px;
    display: inline-block;
}

.main-navigation > li:first-child {
    margin-left: -15px;
}

.menu-toggle, .main-navigation.toggled ul {
    display: block
}

.main-navigation ul.sub-menu li a {
    font-size: 14px !important;
    padding: 5px 10px;
}

header.header-style2 .main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header.header-style2 .header-top {
    font-size: 12px;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

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

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both
}

.widget {
    margin: 0
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.post, .page {
    margin: 0
}

.post .post_thumbnail {
    margin: -50px 0 50px 0;
    min-height: 200px;
}

.updated:not(.published) {
    display: none
}

.page-content, .entry-content, .entry-summary {
    margin: 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.sidebar {
    float: left;
    width: 100%;
}

footer.site-footer {
    color: #aaa;
    background: #262626;
    padding: 0px 20px;
    width: 100%;
    float: left;
}

footer.site-footer .widget-title {
    color: #fff;
    font-size: 1.5em;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

footer.site-footer a, footer.site-footer a:visited {
    color: #aaa;
}

footer.site-footer ul {
    list-style: none;
    margin: 0;
}

footer.site-footer ul li {
    margin-bottom: .5em;
}

footer.site-footer ul li a {
    color: #aaa;
}

footer.site-footer .col-md-3 {
    padding: 40px 40px 20px;
}

footer.site-footer .footer_1, footer.site-footer .footer_2 {
    padding: 40px 0px 20px;
}

footer.site-footer .footer_2, footer.site-footer, .footer_3, footer.site-footer .footer_4 {
    border-left: 1px solid #444;
}

footer.site-footer .footer_logo, footer.site-footer .footer_content {
    border-bottom: 1px solid #444;
    min-height: 125px;
    padding: 0px 40px;
}

footer.site-footer .footer_contact, footer.site-footer .image_payments {
    min-height: 125px;
    padding: 0px 40px;
    display: grid;
    align-items: center !important;
    text-align: center;
}

footer.site-footer .footer_logo {
    text-align: center;
}

footer.site-footer .footer_contact img {
    margin: auto;
}

footer.site-footer .footer_contact span {
    display: block;
}

footer.site-footer .footer_contact .social {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.site-footer .footer_contact .social > a {
    margin: 0 2px;
}

footer.site-footer .footer_contact .social .icon i,
footer.site-footer .footer_contact .social .icon span {
    background: #aaa;
    color: #262626;
    border-radius: 100%;
    padding: 7px;
    width: 29px;
}

footer.site-footer .footer_contact .social .icon span {
    margin-right: 0;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

footer.site-footer .footer_contact .social .icon span svg {
    height: 100%;
    width: auto;
    fill: #262626;
}

footer.site-footer .footer_logo .copyright {
    margin-top: 15px;
    display: inline-block;
    font-size: 0.8em;
}

footer.site-footer .footer-boxes-holder .inner-holder {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #80868E47;
    justify-content: space-between;
    display: flex;
}

footer.site-footer .footer-boxes-holder .inner-holder .box-holder {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px;

}

footer.site-footer .footer-boxes-holder .inner-holder .box-holder a {
    display: flex;
}

footer.site-footer .footer-boxes-holder .inner-holder .box-holder a div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer.site-footer .footer-boxes-holder .inner-holder .box-holder a .icon {
    font-size: 45px;
    margin-right: 15px;
    color: #FFFFFF;
    line-height: 1;
}

footer.site-footer .footer-boxes-holder .inner-holder .box-holder a div .fb-title {
    color: #FFFFFF;
    margin-bottom: 3px;
}

footer.site-footer .footer-boxes-holder .inner-holder .box-holder a div span {
    line-height: 1.2em;

}

footer.site-footer.style-2 .footer_logo,
footer.site-footer.style-2 .footer_content, footer.site-footer.style-2 .footer_2, footer.site-footer.style-2 .footer_3, footer.site-footer.style-2 .footer_4 {
    border: none;
}

footer.site-footer.style-2 .footer_logo, footer.site-footer.style-2 .footer_content {
    padding: 0;
    min-height: unset;
}

footer.site-footer.style-2 .footer_logo {
    padding-right: 40px;
}

footer.site-footer.style-2 .footer-cr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-top: 1px solid #80868E47;
}

footer.site-footer.style-2 .footer-cr .left {
    margin-right: 20px;
}

footer.site-footer.style-2 .footer-cr .left p {
    margin: 0;
}

footer.site-footer.style-2 .second-column {
    padding: 0 40px;
}

footer.site-footer.style-2 .footer_logo > a {
    max-width: 260px;
    display: inline-block;
    margin-bottom: 20px;
}

footer.site-footer.style-2 .footer_logo .footer-decr2 {
    margin-bottom: 20px;
}

footer.site-footer.style-2 .footer_logo .contacts .tel {
    margin-bottom: 5px;
}

footer.site-footer.style-2 .second-column .social {
    margin-top: 20px;
}

footer.site-footer.style-2 .second-column .social .icon {
    text-align: center;
}

footer.site-footer.style-2 .second-column .social .icon i {
    background: #aaa;
    color: #262626;
    border-radius: 100%;
    padding: 7px;
    width: 29px;
}

.footer_trust_area {
    float: left;
    width: 100%;
    text-align: center;
    padding: 2px;
    background: #262626;
    border-bottom: 1px solid #c8b274;
}

.footer_top_area {
    margin-top: 50px;;
}

.footer_top_area.has-boxes .footer-boxes-holder {
    position: relative;
    z-index: 3;

    color: #FFFFFF;
}

.footer_top_area.has-boxes .footer-boxes-holder .inner-holder {
    display: flex;

}

.footer_top_area.has-boxes .footer-boxes-holder .inner-holder .box-holder {
    flex-grow: 1;
    text-align: center;
    background-color: #262626;
    margin: 0 15px;
    width: calc((100% / 4) - 30px);
}

.footer_top_area.has-boxes .footer-boxes-holder .inner-holder .box-holder:first-child {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.footer_top_area.has-boxes .footer-boxes-holder .inner-holder .box-holder a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer_top_area.has-boxes .footer-boxes-holder .inner-holder .box-holder a:hover {
    background: rgba(255, 255, 255, .05);
}

.footer_top_area.has-boxes .footer-boxes-holder .inner-holder .box-holder a .icon {
    font-size: 40px;
    margin-bottom: 25px;
}

.categorie-box {
    background: #fff;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.categorie-box.hover_style {
    border-bottom: none !important;
    padding-bottom: 0;
    border: none;
}

.categorie-box.hover_style .hover-style-holder > a {
    display: block;
}

.categorie-box.hover_style .hover-style-holder img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transform: rotate(0deg) scale(1, 1);
}

.categorie-box.hover_style .hover-style-holder:hover .content-holder {
    background-color: rgba(0, 0, 0, .3);
}

.categorie-box.hover_style .hover-style-holder:hover img {
    transform: rotate(3deg) scale(1.14);
}

.categorie-box.hover_style .hover-style-holder {
    position: relative;
    overflow: hidden;

}

.categorie-box.hover_style .hover-style-holder .content-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0);

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.categorie-box.hover_style .hover-style-holder .content-holder a {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    padding: 10px 15px;
    display: inline-block;
    border-radius: 25px;
    min-width: 200px;
    background-color: #fff;
    pointer-events: all;
    text-decoration: none;
}

.categorie-box a {
    color: #000;
}

.categorie-box a:hover {
    color: var(--themeColor, #666666);
}

.categorie-box .ctg-image {
    border-bottom: 1px solid #e2e2e2;
}

.categorie-box .ctg-heading {
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 15px 0;
    display: inline-block;
}

.categorie-box .column {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .categorie-box .column {
        padding: 0;
    }
}

.categorie-box .ctg-description {
    font-size: 1em;
    text-align: left;
}

.categorie-box .prd-description {
    font-size: 1em;
    text-align: left;
}

.categorie-box .ctg-button {
    padding: 0;
    margin: 0 0 20px 0;
}

.categorie-box .ctg-button button {
    border: 0;
    background: none;
    padding: 0;
}

.categorie-box .ctg-button button a {
    background: var(--themeColor, #666666);
    color: #fff;
    padding: 11px 38px;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 500px) {
    .categorie-box .ctg-button button a {
        padding: 11px 15px;
    }
}

.categorie-box .column .priceBox {
    margin: 5px 0 20px;
}

.categorie-box .column .priceBox .price del .woocommerce-Price-amount {
    color: #000;
}
.categorie-box .column .priceBox .price .woocommerce-Price-amount {
    font-size: 1.2em;
}
.categorie-box .column .priceBox .price del {
    display: inline-flex;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;
    color: #000;
    font-size: smaller;
}

.categorie-box .column .priceBox .price {
    display: inline-block;
    font-size: 1.2em;
}

.categorie-box .column .priceBox .count {
    display: inline-block;
    margin-left: 10px;
    line-height: 0;
}


.ctg-description.fancybox-content {
    padding: 0;
}

.ctg-description.fancybox-content .fancybox-close-small {
    color: #212529;
    background: rgb(157 198 224);
    opacity: 1;
    width: 40px;
    height: 40px;
}

.ctg-description.fancybox-content .content-holder {
    padding: 0 40px 40px;
}

.ctg-description:not(.fancybox-content) .ctg-popup-title {
    display: none;
}

.ctg-description.fancybox-content .ctg-popup-title {
    color: #FFFFFF;
    background-color: var(--themeColor, #666666);
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.ctg-description.fancybox-content .ctg-popup-title p {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
}

.ctg-description .content-holder ul {
    margin: 0;
    list-style: none;
    padding-left: 20px;
}

.ctg-description .content-holder ul li {
    margin-bottom: 7px;
    position: relative;
}

.ctg-description .content-holder ul li:after {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    left: -20px;
    top: 0;
}

/**
* category box new styles
 */
.categorie-box.second_style {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #fff;
    border: none !important;
    padding: 35% 25px;
    min-height: 450px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.categorie-box.second_style .ctg-heading {
    font-size: 1.9em;
    padding: 0 0 15px 0;
    line-height: 1.2;
}

@media (max-width: 500px) {
    .categorie-box.second_style .ctg-heading {
        font-size: 1.6em;
    }
}

.categorie-box.second_style a {
    color: #fff;
}

.categorie-box.second_style .column .priceBox {
    margin: 5px 0 15px;
}

.categorie-box.second_style .column .priceBox .price {
    color: #fff;
}

.categorie-box.second_style::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 1;
    pointer-events: none;
}

.categorie-box.second_style .img-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.categorie-box.second_style:hover {
    opacity: .6;
}

.categorie-box.second_style:hover .img-holder, .categorie-box.second_style:hover .content-holder {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.categorie-box.second_style .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}

.categorie-box.second_style .content-holder {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.categorie-box.second_style .content-holder .ctg-button {
    margin-bottom: 0;
}

.categorie-box.second_style .content-holder .ctg-button a {
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: bold;
}

.categorie-box .content-holder .ctg-button a.with-btns svg, .categorie-box .ctg-heading svg {
    width: 19px;
    height: auto;
    margin-left: 5px;
    display: inline-block;
    margin-top: -1px;
}

.categorie-box .content-holder .ctg-button button {
    background-color: transparent;
}

.categorie-box .content-holder .ctg-button a.with-btns {
    border: none;
    padding: 0;
    position: relative;
    background-color: transparent !important;
    color: var(--themeColor, #666666);
    font-weight: bold;
}

.categorie-box.second_style .content-holder .ctg-button a.with-btns {
    color: #FFFFFF;
}

.categorie-box.second_style .content-holder .btns-holder {
    margin-top: 25px;
    padding: 0;
}

.categorie-box .content-holder .btns-holder {
    padding: 0 20px;
}

.categorie-box:not(.second-style) .content-holder .btns-holder .btn-holder:first-child a {
    margin-top: 0;
}

.categorie-box .content-holder .btns-holder .btn-holder a {
    border: 1px solid var(--themeColor, #666666);
    display: block;
    text-align: center;
    padding: 10px 15px;
    margin-top: 15px;
    position: relative;
}

.categorie-box .content-holder .btns-holder .btn-holder a:after {
    color: var(--themeColor, #666666);
    margin-left: 10px;
    right: 5%;
    top: 50%;
    margin-top: -4px;
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.categorie-box.second_style .content-holder .btns-holder .btn-holder a {
    border: 1px solid #FFFFFF;
}

.categorie-box.second_style .content-holder .btns-holder .btn-holder a:after {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .categorie-box.second_style {
        min-height: 350px;
        padding: 15px;
    }
}

@media (max-width: 500px) {
    .categorie-box.second_style {
        min-height: 280px;
        padding-bottom: 30%;
        align-items: flex-end;
    }
}

#frmContact .InputContact {
    padding: 10px;
    border: 1px solid #666;
}

#frmContact .error {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
}

#frmContact .success {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
}

#frmContact .infoBoxDiv {
    display: inline-block;
    width: 100%;
}

#frmContact .info {
    letter-spacing: 2px;
}

#frmContact .btnAction {
    padding: 8px 20px;
    color: #000;
    min-width: 250px;
    border: 1px dotted #666;
}

.headarea {
    position: relative;
    margin-bottom: 30px;
}

.headarea .title {
    display: block;
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.info-box {
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    color: #222;
}

.info-box ul {
    list-style: none;
}

.info-box ul li {
    line-height: 2.5em;
}

.info-box .info-heading {
    font-size: 1.5em;
    padding: 10px;
}

.info-box .info-button {
    padding-bottom: 20px;
}

.info-box button {
    background: var(--themeColor, #666666);
    color: #fff;
    border: 0;
}

.usp_arguments {
    text-align: center;
}

.usp_arguments .item_attribute {
    background: #fff;
    padding: 10px 10px 8px;
    font-size: 1.1em;
    margin: 10px;
    display: inline-block;
    color: #000;
    text-align: center;
}

.usp_arguments .item_attribute .name {
    display: block;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    color: var(--themeColor, #666666);
    margin-bottom: 5px;
}

.usp_arguments .item_attribute .icon {
    font-size: 3em;
    float: left;
    width: 20%;
    margin: 0px 5% 0 0;
}

.usp_arguments .item_attribute .text {
    float: left;
    width: 75%;
    margin: 6px 0px 0 0;
}

.head_area {
    text-align: center;
    padding: 45px 0;
}

.head_area h2 {
    border-bottom: 1px solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.video_area {
    text-align: center;
    padding: 0;
    font-size: 0;
}

.video_area .container {
    padding: 0;
}

.video_area video.without-shadow {
    box-shadow: none;
}

.video_area video {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}

.video_area p {
    text-align: left;
}

.video_area h1, .video_area h2 {
    clear: none;
    text-align: left;
}

.image_area {
    text-align: center;
    padding: 45px 0;
}

.image_area p {
    text-align: left;
}

.image_area h2 {
    clear: none;
    text-align: left;
}

.modalButton {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modalButton button {
    background: var(--themeColor, #666666);
    color: #fff;
    border: 0;
    padding: 10px 20px;
}

.video_modal_area {
}

.video_modal_area .video {
    cursor: pointer;
}

.video_modal_area img {
    width: 100%;
}

.video_modal_area a {
    position: relative;
}

.video_modal_area i {
    text-align: center;
    left: 43.5%;
    font-size: 12em;
    top: -490%;
    color: #fff;
    font-weight: normal;
    position: absolute;
}

.video_modal_area .video .video-play {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35); */
    transition: .5s;
}

.video_modal_area .video:hover .video-play {
    background-color: var(--themeColor, #666666);
}

.video_modal_area .video .video-play:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 45px solid #fff;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 5px;
}

.parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width: 100%;
    color: #fff;
    float: left;
    overflow: hidden;
    padding: 45px 0;
}

.parallax .content {
    position: relative;
}

.parallax .content .title {
    text-transform: uppercase;
    font-size: 1.4em;
    display: block;
    text-align: center;
}

.parallax .content .title h1, .parallex .content .title h2, .parallex .content .title h3 {
    color: #fff;
}

.parallax:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .50);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sliderCarusel {
}

.sliderCarusel p {
    margin: 0;
}

.sliderCarusel a {
    color: #fff;
}

.sliderCarusel .slider-box {
    position: relative;
}

.sliderCarusel .slider-box .image {
}

.sliderCarusel .slider-box .assets {
    bottom: 5%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.sliderCarusel .slider-box .assets .description {
    background: #fff;
    display: inline-block;
    font-size: 2em;
    color: #666;
    opacity: 0.8;
    padding: 5px 10px 3px;
}

.sliderCarusel .slider-box .assets .buttonarea {
    margin-top: 10px;
}

.sliderCarusel .slider-box .assets button {
    background-color: #222;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
}

.sliderCarusel .slider-box .assets button:hover {
    background-color: var(--themeColor, #666666)
}

.carousel.products li.product {
    margin: 0px;
}

.infokoasten {
    text-align: center;
    padding: 0 !important
}

.infokoasten .innerDiv {
    background: #222;
    padding: 30px 20px !important;
    margin: 10px;
    opacity: .85;
    color: #fff;
    height: calc(100% - 20px);
}

.infokoasten i {
    font-size: 3em;
    margin-bottom: 15px
}

.infokoasten .header {
    font-weight: 700;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px
}

.infokoasten a {
    color: #fff
}

.tns-outer {
    position: relative;
}

.tns-controls {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 40%;
}

.tns-controls button {
    margin: 3px;
}

.tns-controls button[data-controls="next"] {
    float: right;
}

.tns-controls button[data-controls="prev"] {
    float: left;
}

.tns-nav {
    position: absolute;
    bottom: 5px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.tns-nav button {
    cursor: pointer;
    margin: 3px;
    background: rgb(128 128 128 / 35%);
    border: 1px solid #fff !important;
}

.tns-nav button.tns-nav-active {
    background: var(--themeColor, #666666);
}

.tns-outer [data-action="stop"], .tns-outer [data-action="start"] {
    display: none;
}

.headSidebar {
    width: 30% !important;
    padding: 20px;
}

.headSidebar ul {
    list-style: none;
}

.pushbar .header {
    float: left;
    background: #333;
    width: 100%;
    text-transform: uppercase;
    padding: 7px;
    text-align: center;
    color: #fff;
}

.pushbar .header span {
    font-size: 1.2em;
    padding: 7px;
    display: inline-block;
}

.pushbar .content {
    padding: 20px;
    float: left;
    width: 100%;
}

.pushbar button {
    float: right;
    color: #fff;
    border: 0;
    background: var(--themeColor, #666666) !important;
}

.mobile_bottom_bar {
    display: none !important;
}

/* Kundenbereich Coustumer */
.categories .vc_column-inner {
    padding: 5px !important;
}

.categories .wpb_column {
    float: left;
}

@media (max-width: 1299px) {
    .categories .wpb_column {
        width: 33.3333%;
    }

    .categories.four .wpb_column {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .categories .wpb_column {
        width: 33%;
    }

    .categories.four .wpb_column {
        width: 50%;
    }

}

@media (max-width: 767px) {
    .vc_row.categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .vc_row.categories:after,
    .vc_row.categories:before {
        display: none;
    }

    .vc_row.categories .wpb_column {
        width: 100%;
    }

    .vc_row.categories .vc_column-inner,
    .vc_row.categories .vc_column-inner .wpb_wrapper {
        height: 100%;
    }

    .vc_row.categories .categorie-box {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .vc_row.categories .categorie-box .content-holder {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    body .tns-controls button:before {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .vc_row.categories {
        grid-template-columns: 1fr;
    }
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
}

.epodex-custom-tm-select-wrap .tmcp-field-wrap-inner .tc-price-wrap {
    display: none;
}

.tm-box {
    background: none;
    border: 1px solid #ccc;
}

.tm-box button {
    border: 1px solid #999;
    background: #fff;
}

.tm-epo-totals {
    padding-top: 0em;
}

.tm-extra-product-options-totals {
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.035);
    margin-bottom: 0;
    text-align: center;
}

.tm-extra-product-options-inner .tm-epo-element-label i.tm-tooltip {
    font-family: FontAwesome;
}

.tm-extra-product-options-inner .tm-epo-element-label i.tm-tooltip,
.tc-element-inner-wrap .tm-epo-element-label i.tm-tooltip {
    color: #fff;
    padding: 3px;
    background-color: var(--themeColor, #666666);
    display: inline-flex;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.dmd-quickview-modal .tm-tip-html,
.dmd-quickview-modal .tc-tooltip.tcfa.tcfa-question-circle,
.dmd-quickview-modal .tm-extra-product-options-inner .tm-epo-element-label i.tm-tooltip, .tm-tip {
    display: none !important;
}

.dmd-quickview-modal .tmcp-field.tm-product-image option[data-stock-status=outofstock] {
    display: none !important;
}

.tm-extra-product-options-inner .tm-epo-element-label i.tm-tooltip:before,
.tc-element-inner-wrap .tm-epo-element-label i.tm-tooltip:before {
    content: "\f129";
}

.tm-extra-product-options-totals dt.tm-final-totals,
.tm-extra-product-options-totals dt.tm-options-totals,
.tm-epo-required,
i.tm-tooltip {
    display: none;
}

.tm-epo-element-label i.tm-tooltip {
    display: inline;
}

.tm-description.fancybox-content .fancybox-close-small {
    margin: 0;
    padding: 2px;
    width: 45px;
    height: 45px;
}

body .fancybox-container {
    z-index: 999999 !important;
}

.tm-description.fancybox-content {
    max-width: 700px;
    padding: 45px 10px;
    border-radius: 0.3em;
    box-shadow: 0 0.1em 0.4em rgb(0 0 0 / 30%);
    /* padding-top: 45px;*/
    max-height: 100%;
    /* height: 100%;*/
}

.tm-description.fancybox-content .wrap {
    height: 100%;
    overflow: auto;
}

.fancybox-container {
    z-index: 99999 !important;
}

@media (min-width: 768px) {
    .tm-description.fancybox-content img.alignleft,
    .tm-description.fancybox-content img.alignright {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .tm-description.fancybox-content img.alignleft {
        margin: 0;
        margin-bottom: 15px;
    }

    .tm-description.fancybox-content img.alignright {
        margin: 0;
        margin-top: 15px;
    }
}

.tm-extra-product-options .tm_divider {
    border-width: .5px;
    color: #ccc;
}

.tm-extra-product-options .radio_image {
    border: 1px solid var(--themeColor, #666666);
}

.epoxid .tmcp-ul-wrap .tc-mode-images:nth-child(2) label:before,
.epoxid .tmcp-ul-wrap .tc-mode-images:nth-child(3) label:before {
    content: "New";
    position: absolute;
    background: var(--themeColor, #666666);
    padding: 2px 10px;
    right: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em;
}

.tm-extra-product-options .tc-active .tc-label-wrap {
    color: var(--themeColor, #666666);
}

.tm-description p {
    float: left;
    margin: 0;
}

.tm-description br {
    display: none;
}

.tm-description button {
    margin: 10px 5px 5px 0;
}

.tm-description a[data-fancybox] {
    text-decoration: none;
}

.tm-extra-product-options .tm-extra-product-options-fields .tmcp-field-wrap label.fullwidth {
    width: 100%;
}

.tm-has-options .tm-extra-product-options-totals {
    background: none;
    border: none;
    border-top: 2px solid rgba(0, 0, 0, 0.035);
    margin: 15px 0 0;
}

ul.tm-extra-product-options-fields {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

ul.tmcp-ul-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tm-extra-product-options .tm-extra-product-options-radio .tmcp-field-wrap .tm-epo-field-label {
    flex-wrap: nowrap;
    align-items: center;
}

.farbe-div .mybutton {
    display: none;
}

.rabatt .textwidget {
    float: left;
}

.rabatt a {
    color: var(--themeColor, #666666) !important;
    font-weight: bold;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
}

.mfp-iframe-holder .mfp-close:hover {
    background-color: inherit !important;
}

.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    margin: 0
}

.wpcf7-form-control-wrap, .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    width: 100%
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12px
}

.wpcf7-form-control-wrap .wpcf7-select, .wpcf7-form-control-wrap .wpcf7-text, .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 10px;
    margin-bottom: 15px;
}

.wpcf7-form label {
    padding-bottom: 10px;
    display: block
}


select.tm-epo-field {
    border: 1px solid var(--themeColor, #666666);
    padding: 10px 15px;

}

.woocommerce .product_meta, .woocommerce .product-share-box, #wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button-separator {
    display: none !important;
}

.woocommerce .shipping_time {
    color: green;
}

/*.woocommerce .product .summary .volumenBox {
    display: none;
}*/

.promotion_bar {
    float: left;
    width: 100%;
    text-align: center;
    padding: 2px;
    background: #eee;
}

.promotion_bar a {
    color: var(--themeColor, #666666);
    margin-left: 5px;
    font-weight: bold;
}

.footer_trust_area #pe_stars {
    line-height: 1.3em;
}

.flat_rate7 {
}

.shipping_notice_row td {
    border: none;
    padding: 16px 0 0 0;
}

.shipping_notice {
    border: 2px dotted var(--themeColor, #666666);
    padding: 5px;
    display: none;
    margin-bottom: 10px;
}

.flat_rate7:before, .shipping_notice:before {
    content: "Tipp";
    font-size: 12px;
    right: 0px;
    background: var(--themeColor, #666666);
    color: #fff;
    display: inline-block;
    padding: 0 7px;
    margin-right: 5px;
}

.flat_rate7:after {
    content: "*Versand am selben Werktag bei Zahlungseingang bis 11:00 Uhr. Bei Zahlungseingang nach 11:00 Uhr garantierter Versand am nächsten Werktag.";
    font-size: 12px;
    right: 0px;
    display: inline-block;
    padding: 3px 0px;
    margin-top: 5px;
    border-top: 1px solid #ccc;
}

.modal-title {
    font-size: 1.3em;
    font-weight: bold;
}

.grundeiheit {
    text-align: center;
}

.modal {
    color: #212529;
}

.myRate {
    display: inline-block;
}

.myRate a i, .myRate a:hover {
    color: #c8b274;
    font-size: 14px !important;
}

.myRate.mobile {
    font-size: 0.9em;
}

.myRate.mobile span {
    display: none;
}

.home-mobile-slieder .vc_slide, .home-mobile-slieder .vc_slide img {
    width: 100% !important;
}

.eh_pay_with_amazon_description, .content-area .entry-footer, .content-area .post-navigation, .entry-header .entry-meta {
    display: none;
}

.eh_pay_with_amazon_button {
    padding: 0 !important;
}

.cn-button.bootstrap {
    background: var(--themeColor, #666666) !important;
}

.white-area {
    padding: 50px 0;
    margin: 0;
}

.gray-area {
    background: #f8f8f8;
    padding: 50px 0;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gray-area .wpb_content_element, .white-area .wpb_content_element {
    margin: 0;
}

.woocs-style-3-dlg-wrapper {
    text-align: left;
}

.woocs-style-3-du-dialog .woocs-style-3-dlg-header {
    padding: 14px 14px 8px !important;
}

.woocs-style-3-du-dialog-starter {
    width: auto !important;
    background-position: 91% 5px !important;
    padding-right: 45px !important;
    padding: 6px 45px 5px 10px !important;
    font-weight: normal !important;
    font-size: 0.9em !important;
    background-size: 30px 20px !important;
    background-color: #fff !important;
    border: 1px dotted #999 !important;
}

/** Edit by Vadim Schulz **/
/** Woocommerce order received **/
.woocommerce-notice--success {
    text-align: center;
}

.woocommerce-thankyou-order-received {

    font-size: 3em;
    font-weight: bold;
}

.woocommerce-thankyou-order-received-2 span {
    color: var(--themeColor, #666666);
}

.woocommerce-thankyou-order-received-2 {
    font-size: 2.4em;
}

.woocommerce-thankyou-order-received-3 { /** Edit by Vadim Schulz **/
}

/**Internationale Angaben**/
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px !important;
}

.wpml-ls-legacy-dropdown {
    width: auto;
    text-align: center;
    display: inline-block;
    float: left;
}

.wpml-ls-legacy-dropdown a {
    text-align: left;
    border: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    width: 200px;
    text-align: left;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
    width: 100%;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    width: 100%;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 19px 10px !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    margin-left: 10px;
    right: inherit;
}

#de-DE .shipping_notice {
    display: block !important;
}

/*#nl .wpml-ls-item-pl, #en-US .wpml-ls-item-pl, #fr-FR .wpml-ls-item-pl, #de-DE .wpml-ls-item-pl {
    display: none;
}*/

#pl-PL .wpml-ls-legacy-dropdown, #pl-PL .wpml-ls-statics-footer {
    display: none;
}

#fr-FR #billing_address_1_field:after {
    content: '*veuillez indiquer le numéro de la maison à la fin, par ex. "rue du général beuret 40"';
    font-size: 12px;
    color: var(--themeColor, #666666);
}

header #mobile-menu li.column3 > ul.sub-menu,
header #mobile-menu li.column4 > ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
}

header #mobile-menu li.column3 > ul.sub-menu,
header #mobile-menu li.column4 > ul.sub-menu {
    width: 1000px;
    padding: 0px;
}

header #mobile-menu li.column3 > ul.sub-menu > li {
    width: calc(100% / 3);
}

header #mobile-menu li.column3 > ul.sub-menu > li img,
header #mobile-menu li.column4 > ul.sub-menu > li img {
    margin: 5px 0;
}

header #mobile-menu li.column3 > ul.sub-menu > li,
header #mobile-menu li.column4 > ul.sub-menu > li {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 3px;
}

header #mobile-menu li.column3 > ul.sub-menu > li:hover,
header #mobile-menu li.column4 > ul.sub-menu > li:hover {
    opacity: .8;
}

header #mobile-menu li.column4 > ul.sub-menu > li {
    width: calc(100% / 4);
}

.mobile_bottom_bar > .tab.col:first-child {
    /*display: none !important;*/
}

.mobile_bottom_bar > .tab.col {
    width: calc(100% / 4);
    flex-basis: calc(100% / 4);
    flex-grow: unset;
}

.mobile_bottom_bar > .tab.col > .tab.col {
    padding: 0;
    border: none;
}

.mobile_bottom_bar {
    width: 100%;
}

@media (max-width: 767px) {
    body .sb-chat-btn {
        bottom: 0 !important;
        right: 0 !important;
        border-radius: 0;
        height: 47px;
        box-shadow: none;
        text-align: center;
        width: calc((100% / 4));
        left: unset !important;
    }

    .sb-chat-btn img {
        height: 100% !important;
        width: auto !important;
        right: 0 !important;
        margin: auto !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }

    #mobile-menu li a, #mobile-menu li span {
        font-size: 16px;
    }

    #mobile-menu > ul > li {
        margin-right: 5px;
    }

}

@media (max-width: 1199px) {
    header {
        font-size: 0.9em;
    }

    header #mobile-menu li.column3 > ul.sub-menu,
    header #mobile-menu li.column4 > ul.sub-menu {
        width: 800px;
    }

    header#masthead .container {
        max-width: 100% !important;
    }

    .main-navigation a {
        font-size: 1em;
    }

    .full-width {
        width: 100%;
    }

    #mobile-menu li a, #mobile-menu li span {
        font-size: 14px;
    }

    #mobile-menu > ul > li {
        margin-right: 0px;
    }

    header.header-style2 .header-bottom .right-part-holder .header-search-form {
        margin-right: 10px;
    }

    header.header-style2 .header-bottom .right a {
        padding: 8px;
    }
}

@media (min-width: 1001px) {
    #mobile-menu > ul > li > a, #mobile-menu > ul > li > span {
        float: left;
        padding: 15px 6px;
    }

    #mobile-menu > ul > li {
        float: left;
    }

    #mobile-menu > ul > li.menu-item-has-children > a, #mobile-menu > ul > li.menu-item-has-children > span {
        padding-right: 30px;
    }

    #mobile-menu > ul > li.menu-item-has-children > a:before, #mobile-menu > ul > li.menu-item-has-children > span:before {
        position: absolute;
        top: 23px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #333;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }

    #mobile-menu > ul > li.menu-item-has-children > a:after, #mobile-menu > ul > li.menu-item-has-children > span:after {
        position: absolute;
        top: 26px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #333;
        content: '';
    }

    #mobile-menu .w-max > ul li a {
        font-size: 14px;
        padding: 10px;
    }

    #mobile-menu .w-max > ul {
        width: 660px;
        border: 1px solid #ccc;
        margin-left: -85px;
    }

    #mobile-menu .w-max > ul > li {
        width: 50%;
    }

    #mobile-menu .w-max > ul > li a {
        width: 100% !important;
    }
}

@media (max-width: 1150px) {
    #mobile-menu > ul > li.menu-item-has-children > a, #mobile-menu > ul > li.menu-item-has-children > span {
        padding: 15px 5px;
        padding-right: 25px;
    }

}

@media (max-width: 1100px) {
    footer.site-footer .footer-boxes-holder .inner-holder {
        flex-wrap: wrap;
    }

    footer.site-footer .footer-boxes-holder .inner-holder .box-holder {
        width: calc(100% / 3);
    }
}

@media (max-width: 1300px) {
    #mobile-menu > ul > li.menu-item-has-children > a, #mobile-menu > ul > li.menu-item-has-children > span {
        padding: 15px 4px;
        padding-right: 20px;
    }

    #mobile-menu > ul > li.menu-item-has-children > a:after, #mobile-menu > ul > li.menu-item-has-children > span:after {
        right: 8px;
    }

    #mobile-menu > ul > li.menu-item-has-children > a:before, #mobile-menu > ul > li.menu-item-has-children > span:before {
        right: 11px;
    }
}

@media (max-width: 1023px) {
    .header-bottom > .row > .col-sm-3.right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }

    .promotion_area {
        display: none;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100% !important;
    }

    header#masthead .logo {
        padding: 12px 0;
    }

    header.style-3 .header-top {
        display: none;
    }

    header .header-top {
        width: 30%;
        float: left;
    }

    header.header-style2 .header-top {
        padding: 5px 0;
    }

    header.header-style2 .container.row {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    header.header-style2 .header-top, header.header-style2 .header-bottom {
        width: 100%;
        float: none;
    }

    header.header-style2 .header-bottom .container.row {
        display: flex;
        justify-content: space-between;
    }

    header.header-style2 .header-top .middle {
        max-width: 60%;
        flex: 0 0 60%;
        text-align: left;
    }

    header.header-style2 .header-top .middle p {
        text-align: left;
    }

    header.header-style2 .header-bottom .middle .main-navigation {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header.header-style2 .header-sidebar-holder section {
        padding-left: 0;
    }

    header.header-style2 .header-bottom .right {
        display: none;
    }

    header.style-3 .header-bottom .row .middle {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header.style-3 .header-bottom .row .main-navigation {
        width: auto;
    }

    header.style-3 .header-bottom .row .mobile-info-style3 .cart-contents {
        display: block !important;
        padding: 16px;
    }

    header.style-3 .header-bottom .row {
        display: flex;
    }

    header.style-3 .header-bottom {
        float: none;
        width: 100%;
    }

    header .header-bottom {
        float: right;
        width: 70%;
        box-shadow: none;
        border-top: none;
    }

    header .header-top .left, header:not(.header-style2) .header-top .right, .cart-contents, .header-bottom .right .search {
        display: none !important;
    }

    header .header-bottom .container {
        display: inherit;
    }

    header:not(.header-style2) .header-bottom .left {
        float: right;
        width: 30%;
        text-align: center;
    }

    header .header-bottom .left .cart,
    header.header-style2 .header-bottom .middle .cart {
        display: block;
    }

    header .header-bottom .left .cart {
        padding: 0;
    }

    header .header-bottom .left .cart .cart-contents,
    header.header-style2 .header-bottom .middle .cart .cart-contents {
        display: block !important;
        padding: 18px 16px 4px;
    }

    .cart-contents .count {
        top: 11px;
        right: 2px;
    }

    header#masthead a i {
        font-size: 22px;
    }

    header .header-bottom .right {
        float: right;
        max-width: 50%;
        text-align: right;
        padding: 12px 0;
    }

    header .header-bottom .right .woocs-style-3-du-dialog-starter {
        margin: 10px 0;
    }

    .headSidebar {
        width: 40% !important;
    }

    .promotion_area {
        margin-bottom: 25px;
        margin-top: -50px;
        background: #efefef;
        text-align: center;
        padding: 5px 0;
    }

    #site-navigation .button {
        float: right;
    }

    .header-bottom #site-navigation .button {
        padding-bottom: 4px;
    }

    .header-bottom #site-navigation .button:hover {
        background-color: transparent;
    }

    .main-navigation li a {
        padding: 10px;
    }

    footer .widget {
        margin: 0
    }

    footer .footer_3 {
        border: 0
    }

    footer.site-footer {
        padding: 0
    }

    footer.site-footer .col-md-3 {
        padding: 20px 20px;
        text-align: center;
    }

    footer.site-footer.style-2 .second-column {
        padding: 0 20px;
    }

    footer.site-footer.style-2 .footer_logo {
        padding-right: 20px;
    }

    footer.site-footer.style-2 .col-md-3 {
        text-align: left;
    }

    footer.site-footer .footer_logo, footer.site-footer .footer_content, footer.site-footer .footer_contact, footer.site-footer .image_payments {
        padding: 0px;
    }


    .wpml-ls-legacy-dropdown {
        float: left;
    }
}

@media (max-width: 767px) {
    header.entry-header {
        margin-bottom: 25px;
    }

    header.entry-header h1 {
        font-size: 2em !important;
        margin: 0;
    }

    .promotion_area {
        margin-top: -24px;
    }

    .usp_arguments .item_attribute {
        width: 47%;
        margin: 1%;
    }

    .video_area video {
        width: 100%;
    }

    .footer_top_area, header .header-bottom .right .woocs-style-3-du-dialog-starter, header.header-style2 .header-top .right .woocs-style-3-du-dialog-starter, header.header-style2 #language-selector-btn {
        display: none !important;
    }

    header.header-style2 .header-bottom .main-navigation a#language-selector-btn {
        display: block !important;
    }

    header.header-style2 .header-top .middle {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    header.header-style2 .header-top .middle p {
        text-align: center;
    }

    header .header-bottom .right {
        padding: 10px 0;
        max-width: 100px;
    }

    footer.site-footer .container {
        margin-bottom: 60px !important;
    }


    footer.site-footer.style-2 .container {
        margin-bottom: 20px !important;
    }

    footer.site-footer.style-2 .footer-cr {
        margin-bottom: 40px;
        display: block;
    }

    footer.site-footer ul.menu li {
        display: inline-block;
        margin: 0px;
    }

    footer.site-footer.style-2 .footer-cr .left {
        margin-right: 0;
        margin-bottom: 5px;
    }

    footer.site-footer.style-2 ul.menu li {
        display: block;
        margin-bottom: 0.5em;
    }

    footer.site-footer ul.menu li a {
        color: #aaa;
        padding: 5px 10px;
        margin: 2px;
        display: inline-block;
        font-size: 0.85em;
        border: 1px solid #aaa;
    }

    footer.site-footer.style-2 ul.menu li a {
        border: none;
        padding: 0;
        margin: 0;
    }

    .tm-description button {
        font-size: .8em;
    }


    .mobile_bottom_bar {
        display: flex !important;
        width: 100%;
        margin: 0 !important;
        z-index: 10000;
        position: fixed;
        bottom: 0;

    }

    .mobile_bottom_bar > .tab {
        background: #666;
        border-right: 1px solid #444;
        box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.15);
    }

    .mobile_bottom_bar .tab a {
        padding: 10px;
        display: inline-block;
        font-size: 1.3em;
        width: 100%;
        color: #fff !important;
        text-align: center;
    }

    .mobile_bottom_bar .tab span[data-pushbar-target="sidebarCart"] {
        max-width: 80px;
        margin: auto;
        display: block;
    }

    .mobile_bottom_bar .tab a.cart-contents {
        display: inline-block !important;
    }

    .mobile_bottom_bar .tab a.cart-contents span.count {
        background-color: transparent;
        font-size: 0.7em;
    }

    .mobile_bottom_bar .woocs-style-3-du-dialog-starter {
        background-image: none !important;
        background-color: inherit !important;
        width: 100% !important;
        font-size: 1em !important;
        color: #fff !important;
        border: 0 !important;
        max-height: 47px;
        padding: 6px 0 !important;
        height: 100%;
    }

    .tm-box {
        padding: 5px;
    }

    /** Edit by Vadim Schulz **/
    /** Woocommerce order received **/
    .woocommerce-thankyou-order-received {
        font-size: 2.4em;
    }

    .woocommerce-thankyou-order-received-2 {
        font-size: 1.8em;
        font-weight: bold;
    }

    /*.woocommerce-thankyou-order-received-3 {
        font-size: 1.4em;
    }*/
    header:not(.header-style2) .header-bottom .left {
        width: 60%;
    }

    footer.site-footer .footer-boxes-holder .inner-holder .box-holder {
        width: 100%;
        padding: 15px 10px;
    }

    footer.site-footer.style-2 .second-column,
    footer.site-footer.style-2 .footer_logo {
        padding: 0;
    }
}

@media (max-width: 575px) {
    #language-selector-btn {
        width: 70px !important;
    }

    .headSidebar {
        width: 75% !important;
    }

    header#masthead .logo {
        max-width: 100%;
        min-width: 100px;
    }

    header#masthead .search, .wpml-ls-legacy-dropdown {
        display: none;
    }

    header:not(.header-style2) .header-bottom .left {
        width: 120px;
        padding-left: 0;
    }

    header.style-3 .header-bottom .left {
        padding-left: 15px;
        display: flex;
        align-items: center;
    }

    header.style-3 .header-bottom .middle {
        width: calc(100% - 120px);
    }

    header .header-bottom .right {
        width: 90px;
    }

    header .header-top {
        width: 165px;
    }

    header .header-bottom {
        width: calc(100% - 165px);
    }

    #language-selector-btn {
        margin-right: 0 !important;
    }

    footer {
        font-size: 1em;
    }

    footer.site-footer .col-md-3 {
        border: 0 !important;
        padding: 30px 0px 0;
    }

    footer.site-footer .footer_contact, footer.site-footer .image_payments, footer.site-footer .footer_logo, footer.site-footer .footer_content {
        min-height: auto;
    }

    footer.site-footer .footer_logo .copyright {
        margin: 20px 0;
    }

    footer .footer_logo {
        display: none;
    }

    footer.site-footer.style-2 .footer_logo {
        display: block;
    }

    footer.site-footer .footer_content {
        padding: 0 0 20px 0;
    }

    footer.site-footer .footer_contact {
        margin-top: 20px;
    }

    footer.site-footer .footer_contact span.tel,
    footer.site-footer .footer_contact span.mail {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .video_modal_area .video .video-play {
        display: block;
        width: 80px;
        height: 80px;
    }

    footer.site-footer .footer-boxes-holder .inner-holder .box-holder {
        padding: 15px 0;
    }
}

@media (max-width: 430px) {
    header.header-style2 .header-bottom .main-navigation a#language-selector-btn {
        display: none !important;
    }
}

@media (max-width: 375px) {
    header .header-top {
        width: 130px;
    }

    header .header-top .logo {
        padding: 16px 0 !important;
    }

    header .header-bottom {
        width: calc(100% - 130px);
    }
}

@media (max-width: 349px) {


    /** Edit by Vadim Schulz **/
    /** Woocommerce order received **/
    .woocommerce-notice--success {
        text-align: center;
    }

    .woocommerce-thankyou-order-received {
        font-size: 2em;
    }

    .dmd-thankyou-notices-holder .woocommerce-notice.woocommerce-thankyou-order-received {
        margin-bottom: 15px;
    }

    .woocommerce-thankyou-order-received-2 {
        font-size: 1.4em;
        font-weight: bold;
    }

    /* .woocommerce-thankyou-order-received-3 {
         font-size: 1.3em;
     }*/
    /** Edit by Vadim Schulz **/
}

@media (max-width: 319px) {
    header.entry-header h1 {
        font-size: 1.4em !important;
    }

    .headSidebar {
        width: 100% !important;
    }

    .usp_arguments .item_attribute {
        width: 94%;
        margin: 1.5% 3%;
    }

}


.systemtable.pushbar {
    width: 50% !important;
    overflow: inherit;
}

.systemtable {
    z-index: 999999 !important
}

.systemtable .header {
    z-index: 1000;
    position: fixed;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25)
}

.systemtable .content {
    margin-top: 40px;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 50px;
}

table.responsiveTable {
    border-spacing: 1px;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative
}

table.responsiveTable * {
    position: relative
}

table.responsiveTable td, table.responsiveTable th {
    padding-left: 8px
}

table.responsiveTable thead tr {
    height: 60px;
    background: var(--themeColor, #666666);
    color: #fff
}

table.responsiveTable tbody tr {
    height: 50px
}

table.responsiveTable tbody tr:last-child {
    border: 0
}

table.responsiveTable td, table.responsiveTable th {
    text-align: left
}

table.responsiveTable td.l, table.responsiveTable th.l {
    text-align: right
}

table.responsiveTable td.c, table.responsiveTable th.c {
    text-align: center
}

table.responsiveTable td.r, table.responsiveTable th.r {
    text-align: center
}

table.responsiveTable .colspan {
    background: var(--themeColor, #666666);
    color: #fff;
    text-align: center;
    padding: 13px !important
}

table.responsiveTable br {
    display: inherit
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

tbody tr {
    font-family: arial;
    font-size: 15px
}

table.responsiveTabl td, table.responsiveTabl th {
    border: 0;
    margin: 0
}

@media (max-width: 1199px) {
    .systemtable.pushbar {
        width: 70% !important;
    }
}

@media (max-width: 767px) {
    .systemtable.pushbar {
        width: 100% !important;
    }

    #properties-popup .table-responsive {
        overflow-x: unset;
    }

    table.responsiveTable.has-before, table.responsiveTable.has-before > *, table.responsiveTable.has-before tr, table.responsiveTable.has-before td, table.responsiveTable.has-before th {
        display: block
    }

    table.responsiveTable:not(.has-before) > tbody > tr td:first-child {
        /* white-space: break-spaces;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        -webkit-locale: "de";
    }

    table.responsiveTable.has-before thead {
        display: none
    }

    table.responsiveTable.has-before tbody tr {
        height: auto
    }

    table.responsiveTable.has-before tbody tr td {
        padding-left: 40% !important;
        display: inline-block;
        margin-bottom: 0;
        width: 100%
    }

    table.responsiveTable tbody tr td:last-child {
        margin-bottom: 0
    }

    table.responsiveTable tbody tr td:before {
        color: var(--themeColor, #666666);
        position: absolute;
        left: 30px
    }

    table.responsiveTable.has-before tbody tr td:nth-child(1):before {
        content: ""
    }

    table.responsiveTable.has-before tbody tr td:nth-child(2):before {
        content: "ECO"
    }

    table.responsiveTable.has-before tbody tr td:nth-child(3):before {
        content: "PRO	"
    }

    table.responsiveTable.has-before tbody tr td:nth-child(4):before {
        content: "ECO+ / PRO+"
    }

    table.responsiveTable.has-before tbody tr td:nth-child(5):before {
        content: "ECO MAX / PRO MAX"
    }

    tbody tr {
        font-size: 14px
    }

    table.legende tr td {
        float: left;
        width: 100%;
        padding: 8px 15px;
    }

}

@media (max-width: 500px) {
    table.responsiveTable.has-before tbody tr td {
        padding-left: 50% !important
    }

    table.responsiveTable tbody tr td:last-child {
        white-space: nowrap;
    }

}


/** Edit by Vadim Schulz for SEALER & PRIMER **/
table.responsiveTableSP .colspan {
    background: var(--themeColor, #666666);
    color: #fff;
    text-align: center;
    padding: 13px !important;
}

/** end of Edit by Vadim Schulz **/


/**
 * Product Description tabs
 */
#tab-description > hr {
    margin: 0;
}

#tab-description > .toggle-descr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*@media (min-width: 671px) {
    #tab-description > .descr-drop {
        display: block !important;
    }

}*/


#tab-description .toggle-descr {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    font-size: 1.1em !important;

}

#tab-description .descr-drop {
    display: none;
}

#tab-description .toggle-descr.opened:after {
    transform: rotate(180deg);
}

#tab-description .toggle-descr:after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M17.5 4.75l-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


/**
 * reviews
 */

#reviews-popup .entry-content {
    display: block !important;
}

.wc-tabs > li > a {
    text-decoration: none;
}

.wc-tabs > li > span {
    position: relative;
    display: block;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}


#reviews-popup #reviews .commentlist {
    list-style: none;
    margin-left: 0;
}

#reviews-popup #reviews .commentlist .review .comment_container {
    display: flex;
    align-items: flex-start;
    background: #f9f9f9;
    margin: 15px 0;
    padding: 15px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border: 1px solid #ddd
}

#reviews-popup #reviews .commentlist .review .comment_container .comment-text p:last-child {
    margin-bottom: 0;
}

#reviews-popup #reviews .commentlist .review .comment_container .comment-text {
    margin-left: 20px;
}

#reviews-popup #reviews .commentlist .review .comment_container .comment-img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

#reviews-popup #reviews .commentlist .review .comment_container .comment-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
    position: relative;
    z-index: 1;
}

#reviews-popup #reviews .commentlist .review .comment_container .first-letter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
    background-color: var(--themeColor, #666666);
    color: #ffffff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 50%;
    font-size: 2.8em;
    line-height: 1;
}

#reviews-popup #reviews #review_form_wrapper #respond #reply-title {
    font-weight: bolder;
    margin-bottom: 10px;
    display: inline-block;
}

#reviews-popup #reviews #review_form_wrapper #respond #submit {
    color: #fff;
    background-color: var(--themeColor, #666666);
    border-color: var(--themeColor, #666666);
    padding: 6px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    outline: none;
    border-radius: 0;
}

#reviews-popup #reviews #review_form_wrapper #respond #commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-author,
#reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-email {
    display: flex;
    flex-direction: column;
    width: calc(50% - 30px);
}

#reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-notes,
#reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-rating,
#reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-comment {
    width: 100%;
}

#reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea {
    resize: none;
}

#reviews-popup #reviews #review_form_wrapper #respond #commentform textarea:focus,
#reviews-popup #reviews #review_form_wrapper #respond #commentform input:focus {
    outline-color: var(--themeColor, #666666);
}

@media (max-width: 767px) {
    .wc-tabs > li > span {
        padding: 10px;
    }

    #reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-author,
    #reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-email {
        width: calc(50% - 10px);
    }

    #reviews-popup #reviews .commentlist .review .comment_container .comment-img {
        width: 50px;
        height: 50px;

    }

    #reviews-popup #reviews .commentlist .review .comment_container .first-letter {
        font-size: 2.3em;
    }
}

@media (max-width: 500px) {
    #reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-author,
    #reviews-popup #reviews #review_form_wrapper #respond #commentform .comment-form-email {
        width: 100%;
    }
}

/**
* Cart page changes
 */
.woocommerce-cart .woocommerce-cart-form .table-responsive {
    overflow: unset;
}

.epodex-checkout-qty-wrap {
    margin-top: 8px;
}

.epodex-checkout-qty-wrap .quantity .qty-btn-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.epodex-checkout-qty-wrap .quantity .qty-btn-container .qty-btn-seperator {
    height: 100%;
    width: 1px;
    background-color: #cccccc;
}

.epodex-checkout-qty-wrap .quantity {
    height: 28px;
}

.woocommerce .woocommerce-checkout-review-order-table td.product-name dl.variation.tc-epo-metadata {
    margin-top: 10px;
}

.woocommerce .cart .cart_item .product-name dd,
.woocommerce .checkout .inner-holder .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name dd {
    margin: 0 0 4px 0;
}

.woocommerce .cart .cart_item .product-name dd p,
.woocommerce .checkout .inner-holder .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name dd p {
    margin: 0;
}

.woocommerce .cart tbody .tc-name,
.woocommerce .table.woocommerce-checkout-review-order-table tbody .tc-name {
    font-weight: bold;
    float: left;
    margin-right: 6px;
}

.epodex-checkout-qty-wrap .quantity,
.woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: flex;
    justify-content: flex-start;
}

.epodex-checkout-qty-wrap .quantity .qty::-webkit-outer-spin-button,
.epodex-checkout-qty-wrap .quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart-form__cart-item .product-quantity .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart-form__cart-item .product-quantity .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.epodex-checkout-qty-wrap .quantity .qty,
.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
    max-width: 60px;
    border-right: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: unset;
    -moz-appearance: textfield;
    outline: none;
    padding: 6px;
}

.epodex-checkout-qty-wrap .quantity .qty-btn-container,
.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty-btn-container {
    border: 1px solid #ccc;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty-btn-container .qty-btn-seperator {
    height: 1px;
    background-color: #cccccc;
}

.epodex-checkout-qty-wrap .quantity .qty-btn-container .qty-btn,
.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty-btn-container .qty-btn {
    padding: 2px 9px;
    cursor: pointer;
    font-size: 10px;
    color: var(--themeColor, #666666);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.epodex-checkout-qty-wrap .quantity .qty-btn-container .qty-btn:hover,
.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty-btn-container .qty-btn:hover {
    opacity: 0.6;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .product-subtotal {
    display: none;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-name .variation {
    margin: 10px 0 5px 0;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-name .variation dd:last-child {
    margin-bottom: 0;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item .product-thumbnail img {
    max-width: 120px;
    width: 100%;
}

@media (max-width: 991px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr {
        border-top: 1px solid #dee2e6;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item {
        display: flex;
        position: relative;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item > td {
        border-top: none;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item > td:before {
        display: none;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item .product-remove {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0px 5px;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item .product-thumbnail {
        padding-left: 0;
        padding-right: 0;
        min-width: 75px;

        flex-shrink: 0;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item .product-name {
        text-align: left;
        flex-grow: 1;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity {
        min-width: 120px;
        flex-shrink: 0;
        padding-right: 20px;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item td.product-subtotal {
        display: none;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .product-subtotal {
        display: block;
        text-align: right;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr.cart_item .product-thumbnail {
        max-width: 60px;
        min-width: unset;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {

    }
}


/**
 * blog posts
 */
.posts-section-holder .hidden {
    display: none !important;
}

.posts-section-holder .categories-titles-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}


.posts-section-holder .categories-titles-holder a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 5px 5px;
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #212529;
}

.posts-section-holder .categories-titles-holder a:hover {
    border: 1px solid var(--themeColor, #666666);
}

.posts-section-holder .categories-titles-holder a.active {
    background-color: var(--themeColor, #666666);
    border: 1px solid var(--themeColor, #666666);
    color: #FFFFFF;
}

.posts-section-holder .post-articles-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.posts-section-holder .post-articles-holder .article-holder {
    margin: 0 10px 20px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
}

.posts-section-holder .post-articles-holder .article-holder .txt-holder {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;

}

.posts-section-holder .post-articles-holder .article-holder .txt-holder .info-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.posts-section-holder .post-articles-holder.bp-two-columns .article-holder {
    width: calc((100% - 40px) / 2);
}

.posts-section-holder .post-articles-holder.bp-three-columns .article-holder {
    width: calc((100% - 60px) / 3);
}

.posts-section-holder .post-articles-holder.bp-four-columns .article-holder {
    width: calc((100% - 80px) / 4);
}

.posts-section-holder .post-articles-holder .article-holder .img-holder {
    position: relative;
    padding-bottom: 61%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #000;
}

.posts-section-holder .post-articles-holder .article-holder .img-holder .article-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.posts-section-holder .post-articles-holder .article-holder:hover .img-holder .article-img {
    opacity: .6;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.posts-section-holder .post-articles-holder .article-holder .article-date {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    text-transform: uppercase;
    min-width: 53px;
    margin-bottom: 0;
}

.posts-section-holder .post-articles-holder .article-holder .article-date span:first-child {
    font-size: 20px;
    line-height: 1;
}

.posts-section-holder .post-articles-holder .article-holder .article-date span:last-child {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .5px;
}

.posts-section-holder .post-articles-holder .article-holder .article-title {
    margin-bottom: 20px;
    flex-shrink: 0;
}

.posts-section-holder .post-articles-holder .article-holder .article-title a {
    color: #212529;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.posts-section-holder .post-articles-holder .article-holder .article-title a:hover {
    color: var(--themeColor, #666666);
}

.posts-section-holder .post-articles-holder .article-holder .article-description {
    /*margin: 15px 0;*/
}

.posts-section-holder .post-articles-holder .article-holder .rm-link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 6px 12px;
    border: 1px dashed #333;
    margin-top: 15px;
}

.posts-section-holder .post-articles-holder .article-holder .rm-link:hover {
    background-color: var(--themeColor, #666666);
    color: #fff;
}

.posts-section-holder .pagination-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.posts-section-holder .pagination-holder .page-numbers {
    margin: 0 3px;
    min-width: 34px;
    text-align: center;
    color: #212529;
    padding: 6px 2px;
    border: 1px solid #fff;
    border-bottom: 1px solid var(--themeColor, #666666);
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
}

.posts-section-holder .pagination-holder .page-numbers.prev,
.posts-section-holder .pagination-holder .page-numbers.next {
    border: none !important;
    margin: 0 10px;
}

.posts-section-holder .pagination-holder .page-numbers:hover {
    border: 1px solid var(--themeColor, #666666);
}

.posts-section-holder .pagination-holder .page-numbers.current {
    background-color: var(--themeColor, #666666);
    color: #FFFFFF;
    border: 1px solid var(--themeColor, #666666);
}

@media (max-width: 1200px) {
    .posts-section-holder .post-articles-holder.bp-four-columns .article-holder {
        width: calc((100% - 80px) / 3);
    }
}

@media (max-width: 1023px) {
    .posts-section-holder .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .posts-section-holder .post-articles-holder.bp-three-columns .article-holder,
    .posts-section-holder .post-articles-holder.bp-four-columns .article-holder {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 600px) {
    .posts-section-holder .post-articles-holder.bp-two-columns .article-holder,
    .posts-section-holder .post-articles-holder.bp-four-columns .article-holder,
    .posts-section-holder .post-articles-holder.bp-three-columns .article-holder {
        width: 100%;
        margin: 0 0 20px;
    }

    .posts-section-holder .post-articles-holder {
        margin-right: 0;
        margin-left: 0;
    }
}

/**
 * vc products tabs
 */

.vc-product-tabs-holder {
    padding: 20px 0;
}

.vc-product-tabs-holder .tabs-products-holder.enable-list-view {
    display: block !important;
}

.vc-product-tabs-holder .tabs-products-holder.enable-list-view thead tr {
    background-color: #f5f5f5;
}

.vc-product-tabs-holder .tabs-products-holder.enable-list-view .vc-products-list-view-item .list-view-quantity {
    display: inline-block;
}

.vc-product-tabs-holder .tabs-products-holder.enable-list-view .vc-products-list-view-item .list-view-quantity input {
    width: 64px;
}

.vc-product-tabs-holder .tabs-products-holder.enable-list-view .vc-products-list-view-item .actions-column-wrap {
    white-space: nowrap;
}

.vc-product-tabs-holder .tabs-products-holder.enable-list-view .product-img {
    max-width: 80px;
    min-width: 60px;
    display: block;
}

@media (max-width: 767px) {
    .vc-product-tabs-holder .tabs-products-holder.enable-list-view .vc-products-list-view-item .actions-column-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .vc-product-tabs-holder .tabs-products-holder.enable-list-view .vc-products-list-view-item .actions-column-wrap a {
        margin: 0;
    }
}

.vc-product-tabs-holder .tabs-products-holder.disable-desktop {
    display: flex;
    flex-wrap: wrap;
}

.vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-desktop-count="6"] .vc-products-slide-item {
    width: calc(100% / 6);
}

.vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-desktop-count="5"] .vc-products-slide-item {
    width: calc(100% / 5);
}

.vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-desktop-count="4"] .vc-products-slide-item {
    width: calc(100% / 4);
}

.vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-desktop-count="3"] .vc-products-slide-item {
    width: calc(100% / 3);
}


.vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-desktop-count="2"] .vc-products-slide-item {
    width: calc(100% / 2);
}


.vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-desktop-count="1"] .vc-products-slide-item {
    width: 100%;
}

.vc-product-tabs-holder .tabs-titles-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}

.vc-product-tabs-holder .tabs-titles-holder.hidden {
    display: none !important;
}

.vc-product-tabs-holder .tabs-titles-holder a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 5px 5px;
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #212529;
}

.vc-product-tabs-holder .tabs-titles-holder a:hover {
    border: 1px solid var(--themeColor, #666666);
}

.vc-product-tabs-holder .tabs-titles-holder a.active {
    background-color: var(--themeColor, #666666);
    border: 1px solid var(--themeColor, #666666);
    color: #FFFFFF;
}

.vc-product-tabs-holder .tabs-products-holder {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.vc-product-tabs-holder .tns-inner {
    position: relative;
}

.vc-product-tabs-holder .tns-outer.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader-blue.svg);
    background-repeat: no-repeat;
    background-position: center 140px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

.vc-product-tabs-holder .tns-inner .tabs-products-holder {
    opacity: 1;
    display: flex;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder {
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vc-product-tabs-holder .lm-btn-holder {
    display: none;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
}

.vc-product-tabs-holder .lm-btn-holder.automatic-lm a {
    opacity: 0;
    pointer-events: none;
    margin-top: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.vc-product-tabs-holder .lm-btn-holder.automatic-lm {
    height: 40px;
    position: relative;
}

.vc-product-tabs-holder .lm-btn-holder.automatic-lm.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    z-index: 10;
}

.vc-product-tabs-holder .lm-btn-holder.loading a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: var(--themeColor, #666666);
    z-index: 10;
}

.vc-product-tabs-holder .lm-btn-holder.active {
    display: flex;
}

.vc-product-tabs-holder .lm-btn-holder a {
    background: var(--themeColor, #666666);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .txt-holder .ctg-description {
    margin-top: auto;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .txt-holder {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;

}

.vc-product-tabs-holder .tabs-products-holder .product-holder .txt-holder .info-holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    flex-grow: 1;
    justify-content: end;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .txt-holder .info-holder .price .woocommerce-Price-amount {
    color: var(--themeColor, #666666);
    font-weight: bold;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .txt-holder .info-holder .price {
    display: block !important;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .img-holder.with-slider {
    padding-bottom: 0;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .img-holder {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    flex-shrink: 0;

}

.vc-product-tabs-holder .tabs-products-holder .product-holder .img-holder .bg-color {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .img-holder.with-slider .bg-color {
    position: unset;
    height: auto;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .pt-gallery-holder .tns-outer.loading:after {
    display: none;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .pt-gallery-holder .slide-holder > a {
    display: block;
    font-size: 0;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .pt-gallery-holder .slide-holder img {
    width: 100%;
    height: auto;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .img-holder .product-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #000;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .img-holder .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*.vc-product-tabs-holder .tabs-products-holder .product-holder:hover .img-holder .product-img {*/

/*    transform: scale(1.1);*/
/*    -webkit-transform: scale(1.1);*/
/*}*/

.vc-product-tabs-holder .tabs-products-holder .product-holder:hover .img-holder .product-img img {
    opacity: .6;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder a.product-title {
    color: #212529;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder a.product-title .ctg-heading {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.1em;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder a.product-title .subname {
    font-weight: normal;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder a.product-title:hover {
    color: var(--themeColor, #666666);
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .rm-link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 6px 12px;
    border: 1px dashed #333;
    margin-left: 5px;
}

.vc-product-tabs-holder .tabs-products-holder .product-holder .rm-link:hover {
    background-color: var(--themeColor, #666666);
    color: #fff;
}

.vc-product-tabs-holder .tns-controls {
    pointer-events: none;
}

.vc-product-tabs-holder .tns-controls button {
    pointer-events: all;
    outline: none;
    border: none;
    margin: 0;
}

.vc-product-tabs-holder .pr-flex-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-tablet-count="3"] .vc-products-slide-item {
        width: calc(100% / 3);
    }

    .vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-tablet-count="2"] .vc-products-slide-item {
        width: calc(100% / 2);
    }

    .vc-product-tabs-holder .tabs-products-holder.disable-desktop[data-tablet-count="1"] .vc-products-slide-item {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    /*.vc-product-tabs-holder .tns-controls {
		width: calc(100% + 80px);
		left: -40px;
	}*/
    .vc-product-tabs-holder .tns-outer.loading:after {
        width: calc(100% + 80px);
        left: -40px;
        right: -40px;
    }
}

@media (max-width: 1023px) {
    .vc-product-tabs-holder .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .vc-product-tabs-holder .tabs-titles-holder {
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: unset;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .vc-product-tabs-holder .tabs-titles-holder a {
        white-space: nowrap;
    }

    .vc-product-tabs-holder .tabs-products-holder.disable-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .vc-product-tabs-holder .tabs-products-holder.disable-mobile[data-mobile-count="2"] .vc-products-slide-item {
        width: calc(100% / 2);
    }

    .vc-product-tabs-holder .tabs-products-holder.disable-mobile[data-mobile-count="1"] .vc-products-slide-item {
        width: 100%;
    }
}

@media (max-width: 600px) {

    .vc-product-tabs-holder .tns-controls {
        width: calc(100% + 24px);
        left: -12px;
    }

    .vc-product-tabs-holder .tns-outer.loading:after {
        width: calc(100% + 24px);
        left: -12px;
        right: -12px;
    }
}

@media (max-width: 350px) {
    .vc-product-tabs-holder .tabs-products-holder .vc-products-slide-item {
        padding: 0;
    }
}


/**
* Images Custom slider
 */
.vc-custom-slider-holder {
    position: relative;
}

@media (max-width: 768px) {
    .vc-custom-slider-holder .images-slider-holder[data-mobile_hscroll="true"] {
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .vc-custom-slider-holder .images-slider-holder[data-mobile_hscroll="true"]::-webkit-scrollbar {
        display: none;
    }

    .vc-custom-slider-holder .images-slider-holder[data-mobile_hscroll="true"][data-mobile-count="2"] .vc-image-slide-item {
        flex-basis: 50%;
        flex-shrink: 0;
    }

    .vc-custom-slider-holder .images-slider-holder[data-mobile_hscroll="true"][data-mobile-count="1"] .vc-image-slide-item {
        flex-basis: 100%;
        flex-shrink: 0;
    }
}

.vc-custom-slider-holder .custom-slider-socials-holder {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 35px;

}

.vc-custom-slider-holder .custom-slider-socials-holder .social {
    display: flex;
    flex-direction: column;
}

.vc-custom-slider-holder .custom-slider-socials-holder .social .icon {
    margin: 6px 0;
    display: inline-block;
    text-align: center;
}

.vc-custom-slider-holder .custom-slider-socials-holder .social .icon i,
.vc-custom-slider-holder .custom-slider-socials-holder .social .icon span {
    background: var(--themeColor, #666666);
    color: #FFFFFF;
    border-radius: 100%;
    padding: 7px;
    width: 29px;
}

.vc-custom-slider-holder .custom-slider-socials-holder .social .icon span {
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vc-custom-slider-holder .custom-slider-socials-holder .social .icon span svg {
    height: 100%;
    width: auto;
    fill: #FFFFFF;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item {
    height: 100%;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .inner-holder {
    position: relative;
    height: 100%;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .image-holder {
    padding-bottom: 66%;
    max-height: 630px;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 0;
    display: block;
    position: relative;
    height: 100%;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vc-custom-slider-holder .images-slider-holder.desktop-one-product .vc-image-slide-item .image-holder {
    padding-bottom: 40%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-two-product .vc-image-slide-item .image-holder {
    padding-bottom: 66%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-three-product .vc-image-slide-item .image-holder {
    padding-bottom: 75%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-four-product .vc-image-slide-item .image-holder {
    padding-bottom: 85%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-five-product .vc-image-slide-item .image-holder {
    padding-bottom: 120%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-six-product .vc-image-slide-item .image-holder {
    padding-bottom: 150%;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6%;
    text-align: center;
}

.vc-custom-slider-holder .images-slider-holder.desktop-one-product .vc-image-slide-item .txt-holder.style-1 {
    bottom: 10%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-two-product .vc-image-slide-item .txt-holder.style-1 {
    bottom: 6%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-three-product .vc-image-slide-item .txt-holder.style-1 {
    bottom: 6%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-four-product .vc-image-slide-item .txt-holder.style-1 {
    bottom: 6%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-five-product .vc-image-slide-item .txt-holder.style-1 {
    bottom: 6%;
}

.vc-custom-slider-holder .images-slider-holder.desktop-six-product .vc-image-slide-item .txt-holder.style-1 {
    bottom: 6%;
}


.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-2 {
    position: absolute;
    top: 50%;
    left: 39px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 22px 44px 25px 32px;
    max-width: calc(100% - 2 * 39px);
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-2 .slider-description {
    color: #FFFFFF;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-1 .slider-description {
    background-color: #fff;
    font-size: 2em;
    color: #666;
    opacity: 0.8;
    padding: 5px 10px;
}

.vc-custom-slider-holder .images-slider-holder.desktop-one-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
.vc-custom-slider-holder .images-slider-holder.desktop-two-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
    font-size: 2em;
}

.vc-custom-slider-holder .images-slider-holder.desktop-five-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
.vc-custom-slider-holder .images-slider-holder.desktop-six-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
    font-size: 1.5em;
}

.vc-custom-slider-holder .images-slider-holder.desktop-four-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
.vc-custom-slider-holder .images-slider-holder.desktop-three-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
    font-size: 1.7em;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-1 .slider-description p {
    margin: 0;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-1 .btn-holder {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 0 10px;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-1 .btn-holder a {
    background-color: #222;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-2 .btn-holder a,
.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .btn-holder a,
.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .btn-holder a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--themeColor, #666666);
    color: #FFFFFF;
    padding: 11px 38px;
    margin-top: 20px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    pointer-events: all;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .btn-holder a,
.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .btn-holder a {
    margin-top: 0;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 {
    background: linear-gradient(0deg, #222 0%, rgba(0, 0, 0, 0) 100%);
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3,
.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15% 70px 30px;
    position: absolute;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .head,
.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .head {

    font-size: 1.8em;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3,
.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 {
    pointer-events: none;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .slider-description,
.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .slider-description {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
}

.vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-1 .btn-holder a:hover {
    background-color: var(--themeColor, #666666);
}

.vc-custom-slider-holder .tns-controls {
    pointer-events: none;
}

.vc-custom-slider-holder .tns-controls button {
    pointer-events: all;
}

.vc-custom-slider-holder .tns-nav button.tns-nav-active {
    background: gray;
}

.vc-custom-slider-holder .tns-nav {
    pointer-events: none;
}

.vc-custom-slider-holder .tns-nav button {
    pointer-events: all;
}

@media (max-width: 1200px) {

    .vc-custom-slider-holder .images-slider-holder.tablet-one-product .vc-image-slide-item .image-holder {
        padding-bottom: 43%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-two-product .vc-image-slide-item .image-holder {
        padding-bottom: 70%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-three-product .vc-image-slide-item .image-holder {
        padding-bottom: 95%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-four-product .vc-image-slide-item .image-holder {
        padding-bottom: 105%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-five-product .vc-image-slide-item .image-holder {
        padding-bottom: 135%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-six-product .vc-image-slide-item .image-holder {
        padding-bottom: 160%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-one-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 10%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-two-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 8%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-three-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-four-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-five-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-six-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-one-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
    .vc-custom-slider-holder .images-slider-holder.tablet-two-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
        font-size: 1.3em;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-five-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
    .vc-custom-slider-holder .images-slider-holder.tablet-six-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
        font-size: 1.5em;
    }

    .vc-custom-slider-holder .images-slider-holder.tablet-four-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
    .vc-custom-slider-holder .images-slider-holder.tablet-three-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
        font-size: 1.1em;
    }

    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .btn-holder a,
    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .btn-holder a {
        margin-top: 30px;
    }

    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .slider-description,
    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .slider-description {
        font-size: 1.6em;
    }
}

@media (max-width: 990px) {
    .vc-custom-slider-holder .custom-slider-socials-holder .social .icon {
        margin: 3px 0;
    }

    .vc-custom-slider-holder .tns-nav button {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border-radius: 10px;
        cursor: pointer;
        border: 1px solid grey;
        padding: 0;
        background: transparent;
    }

    .vc-custom-slider-holder .tns-nav button.tns-nav-active {
        margin: 1px;
        width: 10px;
        height: 10px;
        background: gray;
        border: 1px solid grey;
    }

    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .image-holder {
        padding-bottom: 85%;
    }
}

@media (max-width: 768px) {
    .vc-custom-slider-holder .custom-slider-socials-holder .social .icon i, .vc-custom-slider-holder .custom-slider-socials-holder .social .icon span {
        padding: 5px;
        width: 25px;
    }

    .vc-custom-slider-holder .custom-slider-socials-holder .social .icon span {
        height: 24px;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-one-product .vc-image-slide-item .image-holder {
        padding-bottom: 420px;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-two-product .vc-image-slide-item .image-holder {
        padding-bottom: 500px;
    }

    .small-height-for-mobile-slider .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .image-holder {
        padding-bottom: 350px;
        min-height: 350px;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-three-product .vc-image-slide-item .image-holder {
        padding-bottom: 520px;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-four-product .vc-image-slide-item .image-holder {
        padding-bottom: 550px;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-five-product .vc-image-slide-item .image-holder {
        padding-bottom: 600px;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-six-product .vc-image-slide-item .image-holder {
        padding-bottom: 650px;
    }

    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-2 {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px 25px;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-one-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 10%;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-two-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 8%;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-three-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-four-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-five-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-six-product .vc-image-slide-item .txt-holder.style-1 {
        bottom: 6%;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-one-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
    .vc-custom-slider-holder .images-slider-holder.mobile-two-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
        font-size: 1.1em;
    }

    .vc-custom-slider-holder .images-slider-holder.mobile-four-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
    .vc-custom-slider-holder .images-slider-holder.mobile-three-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
    .vc-custom-slider-holder .images-slider-holder.mobile-five-product .vc-image-slide-item .txt-holder.style-1 .slider-description,
    .vc-custom-slider-holder .images-slider-holder.mobile-six-product .vc-image-slide-item .txt-holder.style-1 .slider-description {
        font-size: 1em;
    }

    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3,
    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 {
        padding: 25% 20px 30px;
    }

    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .slider-description,
    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .slider-description {
        font-size: 1.2em;
    }

    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-3 .btn-holder a,
    .vc-custom-slider-holder .images-slider-holder .vc-image-slide-item .txt-holder.style-4 .btn-holder a {
        margin-top: 20px;
    }
}

/**
 * vc custom tabs
 */

.vc-customt-tabs-holder {
    padding: 20px 0;
}

.vc-custom-tabs-holder .tabs-titles-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}

.vc-custom-tabs-holder .tabs-titles-holder.hidden {
    display: none !important;
}

.vc-custom-tabs-holder .tabs-titles-holder a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 5px 5px;
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #212529;
}

.vc-custom-tabs-holder .tabs-titles-holder a:hover {
    border: 1px solid var(--themeColor, #666666);
}

.vc-custom-tabs-holder .tabs-titles-holder a.active {
    background-color: var(--themeColor, #666666);
    border: 1px solid var(--themeColor, #666666);
    color: #FFFFFF;
}

.vc-custom-tabs-holder .tabs-items-holder {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.vc-custom-tabs-holder .tabs-items-holder.disable-desktop {
    display: flex;
    flex-wrap: wrap;
}

.vc-custom-tabs-holder .tabs-items-holder.disable-desktop[data-desktop-count="6"] .vc-items-slide-item {
    width: calc(100% / 6);
}

.vc-custom-tabs-holder .tabs-items-holder.disable-desktop[data-desktop-count="5"] .vc-items-slide-item {
    width: calc(100% / 5);
}

.vc-custom-tabs-holder .tabs-items-holder.disable-desktop[data-desktop-count="4"] .vc-items-slide-item {
    width: calc(100% / 4);
}

.vc-custom-tabs-holder .tabs-items-holder.disable-desktop[data-desktop-count="3"] .vc-items-slide-item {
    width: calc(100% / 3);
}


.vc-custom-tabs-holder .tabs-items-holder.disable-desktop[data-desktop-count="2"] .vc-items-slide-item {
    width: calc(100% / 2);
}

.vc-custom-tabs-holder .visible-items-tab {
    display: none;
}

.vc-custom-tabs-holder .visible-items-tab.active {
    display: block;
}

.vc-custom-tabs-holder .tabs-items-holder.active {
    display: block;
}

.vc-custom-tabs-holder .tns-inner {
    position: relative;
}

.vc-custom-tabs-holder .tns-outer.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

.vc-custom-tabs-holder .tns-inner .tabs-items-holder {
    opacity: 1;
    display: flex;
}

.vc-custom-tabs-holder.buttons-on-image {
    padding-top: 10px;
}

.vc-custom-tabs-holder.buttons-on-image .tabs-items-holder .item-holder {
    position: relative;
}

.vc-custom-tabs-holder.buttons-on-image .tabs-items-holder .item-holder .rm-link {
    position: absolute;
    top: 0;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 75%);
    background: #409adb;
    color: #fff;
    padding: 7px 11px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: -10px;
    max-width: 100%;
    width: max-content;
}

.rm-link-high:hover span:not(.icon) {
    text-decoration: underline;
}

.rm-link-high, .rm-link-high:hover {
    position: relative;
    /*background: var(--themeColor, #666666);
    color: #fff;
    padding: 11px 11px;*/
    color: #409adb;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.7em;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

.rm-link-high .icon img {
    width: 100%;
}

.rm-link-high .icon {
    width: 30px;
    font-size: 0;
    margin-left: 10px;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder {
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vc-custom-tabs-holder .tabs-items-holder .vc-items-slide-item.styles-for-portrait-image .item-holder,
.vc-custom-tabs-holder-high .tabs-items-holder .item-holder {
    border: none;
    box-shadow: none;
    border-bottom: none !important;
}

.vc-custom-tabs-holder-high .tabs-items-holder .item-holder {
    box-shadow: none;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .txt-holder {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;

}

.vc-custom-tabs-holder .tabs-items-holder .styles-for-portrait-image .item-holder .txt-holder {
    position: relative;
}

.vc-custom-tabs-holder .tabs-items-holder .styles-for-portrait-image .item-holder .txt-holder .left-border {
    position: absolute;

    left: 0;
    top: 15px;
    height: calc(100% - 30px);
    width: 2px;
    background-color: #000;
    display: block;
}

.vc-custom-tabs-holder .tabs-items-holder .styles-for-portrait-image .item-holder .txt-holder .info-holder .item-description {
    text-align: left;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .txt-holder .item-title + .info-holder {
    margin-top: 20px;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .txt-holder .info-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .img-holder {
    position: relative;
    padding-bottom: 61%;
    overflow: hidden;
    flex-shrink: 0;

}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .img-holder.portrait-image .item-img {
    transform: none !important;
    -webkit-transform: none !important;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .img-holder.portrait-image,
.vc-custom-tabs-holder-high .tabs-items-holder .item-holder .img-holder {
    padding-bottom: 109%;
}

.vc-custom-tabs-holder-high h3,
h3.big-title {
    font-size: 1.8em !important;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .img-holder .bg-color {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .img-holder .item-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #000;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .img-holder .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder:hover .img-holder .item-img {

    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.vc-custom-tabs-holder-high .tabs-items-holder .item-holder:hover .img-holder .item-img {

    transform: none;
    -webkit-transform: none;

}

.vc-custom-tabs-holder .tabs-items-holder .item-holder:hover .img-holder .item-img img {
    opacity: .6;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder a.item-title {
    color: #212529;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 1.1em;
    font-weight: bold;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder a.item-title:hover {
    color: var(--themeColor, #666666);
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .rm-link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 6px 12px;
    border: 1px dashed #333;
    margin-top: 15px;
}

.vc-custom-tabs-holder-high .tabs-items-holder .item-holder .rm-link {
    background: #409adb;
    color: #fff;
    padding: 11px 11px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 1.2em;
    font-weight: 600;
}

.vc-custom-tabs-holder .tabs-items-holder .item-holder .rm-link:hover {
    background-color: var(--themeColor, #666666);
    color: #fff;
}

.vc-custom-tabs-holder .tns-controls {
    pointer-events: none;
}

.vc-custom-tabs-holder .tns-controls button {
    pointer-events: all;
    outline: none;
    border: none;
    margin: 0;
}

@media (max-width: 1200px) {
    .vc-custom-tabs-holder .tabs-items-holder.disable-desktop[data-tablet-count="3"] .vc-items-slide-item {
        width: calc(100% / 3);
    }

    .vc-custom-tabs-holder .tabs-items-holder.disable-desktop[data-tablet-count="2"] .vc-items-slide-item {
        width: calc(100% / 2);
    }
}

@media (min-width: 1024px) {
    /*.vc-product-tabs-holder .tns-controls {
		width: calc(100% + 80px);
		left: -40px;
	}*/
    .vc-custom-tabs-holder .tns-outer.loading:after {
        width: calc(100% + 80px);
        left: -40px;
        right: -40px;
    }
}

@media (max-width: 1023px) {
    .vc-custom-tabs-holder .container {
        padding: 0;
    }

    .vc-custom-slider-holder .custom-slider-socials-holder {
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 767px) {
    .vc-custom-tabs-holder .tabs-titles-holder {
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: unset;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .vc-custom-tabs-holder .tabs-titles-holder a {
        white-space: nowrap;
    }

    .vc-custom-tabs-holder .tabs-items-holder.disable-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .vc-custom-tabs-holder .tabs-items-holder.disable-mobile[data-mobile-count="2"] .vc-items-slide-item {
        width: calc(100% / 2);
    }

    .vc-custom-tabs-holder .tabs-items-holder.disable-mobile[data-mobile-count="1"] .vc-items-slide-item {
        width: 100%;
    }
}

@media (max-width: 600px) {

    .vc-custom-tabs-holder .tns-controls {
        width: calc(100% + 24px);
        left: -12px;
    }

    .vc-custom-tabs-holder .tns-outer.loading:after {
        width: calc(100% + 24px);
        left: -12px;
        right: -12px;
    }
}

@media (max-width: 350px) {
    .vc-custom-tabs-holder .tabs-items-holder .vc-items-slide-item {
        padding: 20px 0;
        width: 100% !important;
    }
}

/**
 * vc blog tabs
 */

.vc-blog-tabs-holder {
    padding: 20px 0;
}

.vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop {
    display: flex;
    flex-wrap: wrap;
}

.vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-desktop-count="6"] .vc-blog-slide-item {
    width: calc(100% / 6);
}

.vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-desktop-count="5"] .vc-blog-slide-item {
    width: calc(100% / 5);
}

.vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-desktop-count="4"] .vc-blog-slide-item {
    width: calc(100% / 4);
}

.vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-desktop-count="3"] .vc-blog-slide-item {
    width: calc(100% / 3);
}

.vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-desktop-count="2"] .vc-blog-slide-item {
    width: calc(100% / 2);
}

.vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-desktop-count="1"] .vc-blog-slide-item {
    width: 100%;
}

.vc-blog-tabs-holder .tabs-titles-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}

.vc-blog-tabs-holder .tabs-titles-holder.hidden {
    display: none !important;
}

.vc-blog-tabs-holder .tabs-titles-holder a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 5px 5px;
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #212529;
}

.vc-blog-tabs-holder .tabs-titles-holder a:hover {
    border: 1px solid var(--themeColor, #666666);
}

.vc-blog-tabs-holder .tabs-titles-holder a.active {
    background-color: var(--themeColor, #666666);
    border: 1px solid var(--themeColor, #666666);
    color: #FFFFFF;
}

.vc-blog-tabs-holder .tabs-blogs-holder {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.vc-blog-tabs-holder .tns-inner {
    position: relative;
}

.vc-blog-tabs-holder .tns-outer.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

.vc-blog-tabs-holder .tns-inner .tabs-blogs-holder {
    opacity: 1;

    display: flex;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder {
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .txt-holder {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;

}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .txt-holder .info-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .img-holder {
    position: relative;
    padding-bottom: 61%;
    overflow: hidden;
    flex-shrink: 0;

}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .img-holder .bg-color {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .img-holder .blog-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #000;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .img-holder .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder:hover .img-holder .blog-img {

    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder:hover .img-holder .blog-img img {
    opacity: .6;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder a.blog-title {
    color: #212529;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 1.1em;
    font-weight: bold;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder a.blog-title:hover {
    color: var(--themeColor, #666666);
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .rm-link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 6px 12px;
    border: 1px dashed #333;
    margin-top: 15px;
}

.vc-blog-tabs-holder .tabs-blogs-holder .blog-holder .rm-link:hover {
    background-color: var(--themeColor, #666666);
    color: #fff;
}

.vc-blog-tabs-holder .tns-controls {
    pointer-events: none;
}

.vc-blog-tabs-holder .tns-controls button {
    pointer-events: all;
    outline: none;
    border: none;
    margin: 0;
}

@media (max-width: 1200px) {
    .vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-tablet-count="3"] .vc-blog-slide-item {
        width: calc(100% / 3);
    }

    .vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-tablet-count="2"] .vc-blog-slide-item {
        width: calc(100% / 2);
    }

    .vc-blog-tabs-holder .tabs-blogs-holder.disable-desktop[data-tablet-count="1"] .vc-blog-slide-item {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    /*.vc-product-tabs-holder .tns-controls {
		width: calc(100% + 80px);
		left: -40px;
	}*/
    .vc-blog-tabs-holder .tns-outer.loading:after {
        width: calc(100% + 80px);
        left: -40px;
        right: -40px;
    }
}

@media (max-width: 1023px) {
    .vc-blog-tabs-holder .container {
        padding: 0;
    }
}

@media (max-width: 767px) {

    .vc-blog-tabs-holder .tabs-titles-holder {
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: unset;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .vc-blog-tabs-holder .tabs-titles-holder a {
        white-space: nowrap;
    }

    .vc-blog-tabs-holder .tabs-blogs-holder.disable-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .vc-blog-tabs-holder .tabs-blogs-holder.disable-mobile[data-mobile-count="2"] .vc-blog-slide-item {
        width: calc(100% / 2);
    }

    .vc-blog-tabs-holder .tabs-blogs-holder.disable-mobile[data-mobile-count="1"] .vc-blog-slide-item {
        width: 100%;
    }
}

@media (max-width: 600px) {

    .vc-blog-tabs-holder .tns-controls {
        width: calc(100% + 24px);
        left: -12px;
    }

    .vc-blog-tabs-holder .tns-outer.loading:after {
        width: calc(100% + 24px);
        left: -12px;
        right: -12px;
    }
}

@media (max-width: 350px) {
    .vc-blog-tabs-holder .tabs-blogs-holder .vc-blog-slide-item {
        padding: 0;
    }
}

.woocommerce-tabs nav.tabs li.description_tab {
    display: none;
}

.woocommerce-tabs nav.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 767px) {
    .woocommerce-tabs nav.tabs li {
        flex-grow: 1;
    }
}

/* questions & answers */
.qa-tabs-holder .single-qa {
    background-color: #fff;
    box-shadow: 0 0 7px rgb(95 125 149 / 30%);
    border-radius: 3px;
    margin-bottom: 12px;
    padding: 20px;
    cursor: pointer;
}

.qa-tabs-holder .single-qa .tab-question {
    position: relative;
    padding-right: 20px;
    font-size: 1.2em !important;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0;
}

.qa-tabs-holder .single-qa:hover .tab-question {
    color: var(--themeColor, #666666);
}

.qa-tabs-holder .single-qa .tab-question:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
}

.qa-tabs-holder .single-qa .tab-answer {
    margin-top: 20px;
    display: none;
    cursor: initial;
}

.qa-tabs-holder .single-qa.opened .tab-question {
    color: var(--themeColor, #666666);
}

.qa-tabs-holder .single-qa.opened .tab-answer {
    display: block;
}

.qa-tabs-holder .single-qa.opened .tab-question:after {
    content: '-';
}

/*
parallax fixes
 */
.vc_parallax.js-vc_parallax-o-fade .vc_parallax-inner:after, .vc_parallax[data-vc-parallax=none].js-vc_parallax-o-fade:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(33, 37, 41, 0.5);
    display: block;
}

.vc_parallax[data-vc-parallax=none] {
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
}

@media (orientation: portrait) {
    .vc_parallax[data-vc-parallax=none] {
        background-size: auto 150%;
    }
}

/* language selector */

#language-selector-btn {
    padding: 5px 10px 5px 10px;
    border: 1px dotted #999;
    margin-right: 10px;
    text-decoration: none;
    color: #262626;
    text-transform: uppercase;
}

header.header-style2 #language-selector-btn:after,
header.header-style2 .woocs-style-3-du-dialog-starter:after {
    color: #878787;
    margin-left: 10px;
    right: 0;
    top: 50%;
    margin-top: -5px;
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
}

header.header-style2 #language-selector-btn,
header.header-style2 .woocs-style-3-du-dialog-starter {
    border: none !important;
    padding: 4px 13px 4px 4px !important;
    position: relative;

}

#language-selector-btn img {
    width: 18px;
    height: auto;
    margin-right: 5px;
}

#language-selector-fn.systemtable.pushbar {
    width: 300px !important;
}

.fancybox-content-for-sidebar #language-selector-fn .cwlc-languages ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

#language-selector-fn .cwlc-languages ul {
    margin: 0;
}

#language-selector-fn .cwlc-languages ul li {
    list-style: none;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#language-selector-fn .cwlc-languages ul li.cwlc-current-item {
    background-color: var(--themeColor, #666666);
    color: #ffffff;

}

#language-selector-fn .cwlc-languages ul li.cwlc-current-item a span {
    color: #ffffff;
}

#language-selector-fn .cwlc-languages ul li a {
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#language-selector-fn .cwlc-languages ul li a img {
    width: 50px;
    height: auto;
    margin-right: 15px;
}

html.pushbar_locked .pushbar_overlay {
    z-index: 997 !important;
}

/* search element */
.search-element-holder {
    max-width: 590px;
    width: 100%;

}

.search-element-holder form {
    width: 100%;
    display: flex;
    align-items: stretch;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-element-holder form.focused {
    box-shadow: 0px -1px 0 10000px #0000009e;
    z-index: 999999;
    position: relative;
    pointer-events: all;
}

.search-element-holder form .search-field {
    width: calc(100% - 44px);
    padding: 10px 20px;
    border-radius: 0;
    outline: none;
}

.search-element-holder form .search-field::placeholder {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.search-element-holder form .search-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-element-holder form .search-field:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.search-element-holder form .search-field:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.search-element-holder form .search-field:focus:-ms-input-placeholder {
    color: transparent;
}

.search-element-holder form button {
    background-color: var(--themeColor, #666666);
    border: 1px solid var(--themeColor, #666666);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-element-holder form button:hover {
    background-color: #fff;
    color: var(--themeColor, #666666);
}

.search-element-holder form button i {
    color: inherit;
}

/**
 * Custom Menu Dropdown
 */

.custom-menuitem {
    display: none;
}

.menuitem-holder .toggle-custommenu {
    position: relative;
    padding: 10px 30px;
    text-align: left;
    border: 1px solid var(--themeColor, #666666);
    text-decoration: none;
    outline: none;
    color: var(--themeColor, #666666);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menuitem-holder .toggle-custommenu i {
    margin-right: 8px;
}

.menuitem-holder .toggle-custommenu:hover {
    color: #FFFFFF;
    background-color: var(--themeColor, #666666);
}

.menuitem-holder .toggle-custommenu:hover:after {
    border-color: #FFFFFF transparent transparent;
}

.menuitem-holder .toggle-custommenu:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: var(--themeColor, #666666) transparent transparent;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

body.search-overlay {
    pointer-events: none;
}

body.search-overlay .vc_parallax {
    box-shadow: 0px -1px 0 10000px #0000009e;
    z-index: 5;
}

/* sale styles */
span.onsale {
    color: #fff;
    font-size: 15px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 50%;
    background-color: var(--themeColor, #666666);
    border: 1px dashed #fff;
    -webkit-box-shadow: 0 0 0 2px var(--themeColor, #666666);
    box-shadow: 0 0 0 2px var(--themeColor, #666666);
    left: 15px;
    top: 15px;
}

.single.single-product .product > .row span.onsale {
    font-size: 24px;
    height: 80px;
    width: 80px;
}

.single.single-product .tm-box {
    max-width: 100%;
}

.dmd-quickview-modal {
    max-width: 1300px !important;
    height: auto;
}

.dmd-quickview-modal.simple-qv {
    max-width: 500px;
    min-width: 300px;
    padding: 0;

}

.dmd-quickview-modal.simple-qv .row {
    margin: 0;
}

.dmd-quickview-modal.simple-qv .fancybox-close-small {
    color: #212529;
    background: rgb(157 198 224);
    opacity: 1;
    width: 40px;
    height: 40px;
}

.dmd-quickview-modal.simple-qv .cart .tm-box .tc-cell .tc-row {
    margin: 0;
}

.dmd-quickview-modal.simple-qv .cart .tm-box .tc-cell {
    padding: 0;
}

.dmd-quickview-modal.simple-qv .cart .tm-box {
    border: none;
    padding: 0;
}

.dmd-quickview-modal.simple-qv button[name="add-to-cart"] {
    position: relative;
}

.dmd-quickview-modal.simple-qv .cart {
    padding: 0 40px 40px;
}

.dmd-quickview-modal.simple-qv .single-product .btn-primary {
    width: 100%;
    margin: 0;
    float: none;
}

.dmd-quickview-modal.simple-qv .mybutton[data-pushbar-target='calculator-popup'],
.dmd-quickview-modal.simple-qv .quantity {
    display: none !important;
}

.dmd-quickview-modal.simple-qv .product_title {
    color: #FFFFFF;
    background-color: var(--themeColor, #666666);
    text-align: center;
    padding: 20px 42px;
    margin: 0;
    margin-bottom: 20px;

}

.dmd-quickview-modal .wcp-related-products-btn-holder {
    display: none !important;
}

.for-description-popup-flex {
    display: flex;
}

.for-description-popup-flex .rm-link {
    margin-top: 0 !important;
}

.for-description-popup-flex .description-popup-icon {
    color: var(--themeColor, #666666);
    padding: 3px;
    border: 1px solid var(--themeColor, #666666);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 31px;
    text-decoration: none;
}

.pt-quick-view, .pt-quick-view:hover, .tabs-products-holder .atca-button {
    background: var(--themeColor, #666666);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    margin-top: 0;
}

.pt-quick-view.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: var(--themeColor, #666666);
    z-index: 10;
}

@media (max-width: 767px) {
    .dmd-quickview-modal {
        padding: 35px 20px;
    }

    .single.single-product .product > .row span.onsale {
        font-size: 18px;
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 400px) {
    .dmd-quickview-modal {
        padding: 35px 13px;
    }
}


/* images gallery */
.dmd-images-custom-gallery-holder {
    position: relative;
    overflow: hidden;
}

.dmd-images-custom-gallery-holder:not(.enable-slider) {
    display: flex;
    flex-wrap: wrap;
}

.dmd-images-custom-gallery-holder:not(.enable-slider) .dmd-image-slide-item {
    padding: 5px;
}

.dmd-images-custom-gallery-holder .dmd-image-slide-item {
    position: relative;
}

.dmd-images-custom-gallery-holder .dmd-image-slide-item .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(15px);
    z-index: -1;
}

.dmd-images-custom-gallery-holder .video-holder.youtube {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.dmd-images-custom-gallery-holder .video-holder.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dmd-images-custom-gallery-holder .video-holder .wp-video {
    width: 100% !important;
}

.dmd-images-custom-gallery-holder .video-holder video {
    width: 100% !important;
    height: auto;
    box-shadow: none;
}

@media (max-width: 767px) {
    .dmd-images-custom-gallery-holder:not(.enable-slider) .dmd-image-slide-item {
        padding: 2px;
    }
}

/* category popup new icon styles */
.categorie-box .description-popup-icon, .categorie-box .video-popup-icon {
    color: var(--themeColor, #666666);
    padding: 3px;
    border: 1px solid var(--themeColor, #666666);
    display: inline-block;
    margin-left: 10px;
    width: 29px;
}

.categorie-box .description-popup-icon i, .categorie-box .video-popup-icon i {
    color: var(--themeColor, #666666);
}

.ctg-description.fancybox-content {
    max-width: 500px;
    height: auto !important;
}

.categorie-box.second_style .content-holder .ctg-button .description-popup-icon,
.categorie-box.second_style .content-holder .ctg-button .video-popup-icon {
    width: 35px;
    padding: 5px;
}

.categorie-box.second_style .content-holder .ctg-button .description-popup-icon i,
.categorie-box.second_style .content-holder .ctg-button .video-popup-icon i {
    color: #FFFFFF;
}

.categorie-box .ctg-button.has-video-url {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.categorie-box .ctg-button.has-video-url .video-popup-icon {
    margin: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
}

.categorie-box .has-video-url .video-popup-icon i.fa-play-circle {
    color: red;
    font-size: 30px;
}

/* grouped products */
.grouped_form .woocommerce-grouped-product-list .grouped-products-holder {
    display: flex;
    flex-wrap: wrap;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item {
    /*width: calc(100% / 3);*/
    padding: 10px 5px;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder {
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .img-holder {
    position: relative;
    padding-bottom: 61%;
    overflow: hidden;
    flex-shrink: 0;

}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .img-holder .bg-color {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .img-holder .product-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #000;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .img-holder .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder:hover .img-holder .product-img {

    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder:hover .img-holder .product-img img {
    opacity: .6;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .txt-holder {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .woocommerce-grouped-product-list-item__label a {
    color: #212529;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 1.1em;
    font-weight: bold;
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .woocommerce-grouped-product-list-item__label a:hover {
    color: var(--themeColor, #666666);
}

.grouped_form .woocommerce-grouped-product-list .grouped-products-holder .woocommerce-grouped-product-list-item .product-inner-holder .woocommerce-grouped-product-list-item__price {
    margin-bottom: 1rem;
}

/* custom boxes */
.custom-boxes-holder {
    display: flex;
    flex-wrap: wrap;
}

.custom-boxes-holder .custom-box {
    background-color: #fff;
    text-align: center;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
}

.custom-boxes-holder .custom-box:before {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(
            180deg, #000000A6 0%, #000000A6 100%);
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
    z-index: 2;
}

.custom-boxes-holder .custom-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
}

.custom-boxes-holder .custom-box .text-holder {
    position: relative;
    z-index: 3;
}

.custom-boxes-holder .text-holder .icon {
    text-align: center;
    margin-bottom: 20px;
}

.custom-boxes-holder .text-holder .icon i {
    font-size: 40px;
}

.custom-boxes-holder .custom-box .text-holder .box-title {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 24px;
}

.custom-boxes-holder .custom-box .text-holder .box-title a {
    text-decoration: none;
    color: inherit;
    transition: none;
}

.custom-boxes-holder .custom-box .text-holder .box-description {
    font-size: 16px;
    line-height: 1.5;
}

.custom-boxes-holder .custom-box .text-holder .icon,
.custom-boxes-holder .custom-box .text-holder .box-title,
.custom-boxes-holder .custom-box .text-holder .box-description,
.custom-boxes-holder .custom-box img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.custom-boxes-holder:not(.no-hover) .custom-box:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.custom-boxes-holder:not(.no-hover) .custom-box:hover:before {
    left: 0;
}

.custom-boxes-holder:not(.no-hover) .custom-box:hover .text-holder .icon,
.custom-boxes-holder:not(.no-hover) .custom-box:hover .text-holder .box-title,
.custom-boxes-holder:not(.no-hover) .custom-box:hover .text-holder .box-description {
    color: #FFFFFF;
}

.custom-boxes-holder:not(.no-hover) .custom-box:hover img {
    opacity: 1;
}


/* subcategories in category page */
.category-tabs-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}

.category-tabs-holder a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 5px 5px;
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #212529;

}

.category-tabs-holder a:hover {
    border: 1px solid var(--themeColor, #666666);
    text-decoration: none;
}

@media (max-width: 767px) {
    .category-tabs-holder {
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: unset;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .category-tabs-holder a {
        white-space: nowrap;
    }
}

/**
images comparison
 */
.image-comparison-holder .comparison-holder {
    opacity: 0;
}

.image-comparison-holder .comparison-holder.cndkbeforeafter {
    opacity: 1;
}

.image-comparison-holder .comparison-holder img {
    max-width: unset;
}

/**
business card
 */
.bc-holder {
    position: relative;
    min-height: 100vh;
    padding: 50px 20px;
    overflow: hidden;
}

.bc-holder .bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    position: absolute;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    bottom: -1%;
    right: -1%;
    margin: auto;
}

.bc-holder .bc-card-holder {
    max-width: 650px;
    width: 100%;
    margin: auto;
    border-radius: 2px;
    box-shadow: 0 0 7px rgb(95 125 149 / 40%);
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.bc-holder .bc-card-holder .img-holder {
    font-size: 0;

}

.bc-holder .bc-card-holder .titles-holder {
    background-color: var(--themeColor, #666666);
    color: #FFFFFF;
    padding: 30px;
}

.bc-holder .bc-container {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.bc-holder .bc-card-holder .titles-holder .card-title {
    font-size: 1.2em;
    font-weight: bold;
}

.bc-holder .bc-card-holder .titles-holder .subcard-title {
    margin-top: 10px;
    font-size: 14px;
}

.bc-holder .bc-card-holder .bottom-part {
    padding-bottom: 60px;
}

.bc-holder .bc-card-holder .bottom-part .social-links .link-holder {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid rgb(38 38 38 / 15%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: initial;
}

.bc-holder .bc-card-holder .bottom-part .social-links .link-holder:hover {
    opacity: .7;
}


.bc-holder .bc-card-holder .bottom-part .social-links .link-holder .bc-container {
    display: flex;
    align-items: center;


}


.bc-holder .bc-card-holder .bottom-part .social-links .link-holder .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: 15px;
}

.bc-holder .bc-card-holder .bottom-part .social-links .link-holder .icon-holder i {
    font-size: 20px;
}

.bc-holder .bc-card-holder .bottom-part .social-links .link-holder .link-txt .link-name {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.bc-holder .bc-card-holder .bottom-part .social-links .link-holder .link-txt .link-descr {
    margin: 0;

    font-size: 12px;
}

.bc-holder .bc-card-holder .bottom-part .btn-holder .share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    color: #FFFFFF;
    background-color: var(--themeColor, #666666);
    box-shadow: 7px 7px 10px 3px rgb(95 125 149 / 40%);
    padding: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.bc-holder .bc-card-holder .bottom-part .btn-holder .share-btn:hover {
    opacity: .9;
}

.bc-holder .bc-card-holder .bottom-part .btn-holder {
    margin-top: 25px;
}

.bc-holder .bc-card-holder .bottom-part .btn-holder .share-btn i {
    font-size: 25px;
    margin-right: 15px;
}

.bc-share-popup {
    max-width: 450px !important;
    width: 100%;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a {
    border-radius: 0;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    min-width: 140px;
    height: auto;
    margin-left: 0;
    margin-right: 15px;
    text-decoration: none;
    width: 100%;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a:last-child {
    margin-bottom: 0;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.facebook {
    background: #3b5998 !important
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.google {
    background: #dd4b39 !important
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.instagram {
    background: #517fa4 !important
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.tumblr {
    background: #32506d !important
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.twitter {
    background: #00aced !important
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.youtube {
    background: #bb0000 !important;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.whatsapp {
    background: #25d366 !important;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.linkedin {
    background-color: #0274b3 !important;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a.mail {
    background-color: #267cb5 !important;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a i {
    margin-right: 7px;
    font-size: 20px;
}

.bc-share-popup .bc-share-holder .bc-socialToolBox a span {
    position: unset;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
}

@media (max-width: 650px) {
    .bc-holder {
        padding: 0;
        position: relative;
    }

    .bc-holder .bc-card-holder {
        box-shadow: none;
    }

    .bc-holder .bc-card-holder .bottom-part .btn-holder .share-btn {
        position: fixed;
        width: 60px;
        height: 60px;
        right: 30px;
        bottom: 30px;
        z-index: 15;
        border-radius: 50%;
        box-shadow: 5px 5px 7px 3px rgb(95 125 149 / 40%);
    }

    .bc-holder .bc-card-holder .bottom-part .btn-holder .share-btn i {
        margin-right: 0;
    }

    .bc-holder .bc-card-holder .bottom-part .btn-holder .share-btn span,
    .bc-holder .bg-image {
        display: none;
    }
}

/**
no header/footer
 */
body.noheaderfooter {
    padding: 0 !important;
}

body.noheaderfooter #cc--main, body.noheaderfooter #cwlc-language-popup, body.noheaderfooter .modal-backdrop {
    display: none !important;
}

body.noheaderfooter.modal-open {
    overflow: unset !important;
}

/**
Custom Form Styles
 */
.epodex-custom-form-holder .epodex-custom-form .success-message,
.epodex-custom-form-holder .epodex-custom-form .error-message,
.epodex-custom-form-holder .epodex-custom-form .mb-error-message {
    display: none;
    margin-bottom: 15px;
}

.epodex-custom-form-holder .epodex-custom-form .success-message p,
.epodex-custom-form-holder .epodex-custom-form .mb-error-message p,
.epodex-custom-form-holder .epodex-custom-form .error-message p {
    margin: 0;
}

.epodex-custom-form-holder .epodex-custom-form .mb-error-message,
.epodex-custom-form-holder .epodex-custom-form .error-message {
    background-color: red;
    border: 1px solid #b70202;
    padding: 5px 10px;
    color: #FFFFFF;
}

.epodex-custom-form-holder .epodex-custom-form .success-message {
    background-color: #12CC1A;
    border: 1px solid #0FA015;
    padding: 5px 10px;
    color: #FFFFFF;
}

.epodex-custom-form-holder .epodex-custom-form.success .success-message {
    display: block;
}

.epodex-custom-form-holder .epodex-custom-form.error .error-message,
.epodex-custom-form-holder .epodex-custom-form .mb-error-message.show {
    display: block;
}

.epodex-custom-form-holder .epodex-custom-form .success-message.show,
.epodex-custom-form-holder .epodex-custom-form .error-message.show {
    display: block;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
}

.form-rules.fancybox-content {
    max-width: 650px;
    padding: 1.5em;
    margin: 20px 0;
    border-radius: 0.3em;
    box-shadow: 0 0.1em 0.4em rgb(0 0 0 / 30%);
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder {
    width: 50%;
    margin-bottom: 1rem !important;
    flex-grow: 1;
    padding: 0 5px;
}

@media (max-width: 650px) {
    .epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder {
        width: 100%;
    }
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.checkbox-holder {
    width: 100%;
    display: flex;
    align-items: center;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.checkbox-holder label {
    margin: 0;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.checkbox-holder input {
    width: auto;
    margin-right: 5px;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.error label {
    color: red;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.error input,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.error textarea,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.error select {
    border: 1px solid red;
    color: red;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder label,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder p.label {
    display: block;
    font-weight: bolder;
    font-size: 13px;
    margin-bottom: 2px;
}

.epodex-custom-form-holder .epodex-custom-form .custom-file-container span.input-visible {
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
}

.epodex-custom-form-holder .epodex-custom-form .custom-file-container span.input-visible:after {
    content: attr(data-txt);
    background-color: #f8f8f8;
    border-left: 1px solid #ccc;
    color: #333;
    display: block;
    height: 38px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.textarea-holder,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.fullwidth {
    width: 100%;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.file-holder input {
    border: none;
    padding: 0;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder select,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder textarea {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input:focus,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder textarea:focus,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.file-holder.error input#for-files + label,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.file-holder.error .file-label .input-visible {
    border: 1px solid red;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label .sending-holder,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .input-visible .sending-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label .sending-holder .bg-color,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .input-visible .sending-holder .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--themeColor, #666666);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    white-space: nowrap;
    overflow: hidden;

}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label .sending-holder .bg-color > span,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .input-visible .sending-holder .bg-color > span {
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label {

    color: var(--themeColor, #666666);
    background-color: #FFFFFF;
    border: 1px solid var(--themeColor, #666666);

    font-weight: bold;
    cursor: pointer;

    max-width: 300px;
    width: 100%;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .custom-file-container {
    /*color: var(--themeColor, #666666);*/
    /*background-color: #FFFFFF;*/
    /*border: 1px solid var(--themeColor, #666666);*/

    font-weight: bold;
    cursor: pointer;

    width: 100%;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .custom-file-container .label-container label {
    opacity: 0;
    pointer-events: none;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .custom-file-container .image-preview {
    height: 150px;
    background-size: contain;
    background-image: url("../images/preview-image.png") !important;
    background-color: #f8f8f8;
}

.epodex-parallax {
    background-size: auto 165% !important;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .custom-file-container .image-preview .image-preview-item {
    width: 90px;
    margin: 5px;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.max-count .file-error .mc-error {
    display: inline;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder.max-size .file-error .ms-error {
    display: inline;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .file-error {
    font-size: 12px;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder .file-error span {
    /*  display: none;*/
    display: inline !important;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label > div {
    font-size: 13px;
    padding: 10px 20px;
    line-height: 15px;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label .before-send.hidden,
.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label .sending-holder.hidden {
    display: none;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label .before-send {
    display: flex;
    align-items: flex-end;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label svg {
    margin-right: 10px;
    width: 20px;
    height: auto;
    flex-shrink: 0;
}

.epodex-custom-form-holder .epodex-custom-form .inner-holder .field-holder input#for-files + label span {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epodex-custom-form-holder .epodex-custom-form.loading .btn-holder button {
    color: transparent;

}

.epodex-custom-form-holder .epodex-custom-form.loading .btn-holder button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.svg);
    background-position: center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.epodex-custom-form-holder .epodex-custom-form .btn-holder button {
    padding: 14px 20px;
    color: #FFFFFF;
    min-width: 250px;
    border: none;
    position: relative;
    background-color: var(--themeColor, #666666);
}


/* menu */
.row-menu-holder .tns-slider {
    display: flex;
}

.row-menu-holder .tns-controls {
    pointer-events: none;
}

.row-menu-holder .tns-controls button {
    pointer-events: all;
}

.row-menu-holder .single-menu-holder {
    padding: 0 10px;
}

.row-menu-holder .single-menu {
    background-color: #fff;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.row-menu-holder .single-menu .img-holder {
    flex-shrink: 0;
    display: block;
    font-size: 0;
}

.row-menu-holder .single-menu .img-holder img {
    max-width: 100%;
}

.row-menu-holder .single-menu .txt-holder {
    padding: 15px 20px;
    flex-grow: 1;
}

.row-menu-holder .single-menu .menu-name {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0;
}

.row-menu-holder .single-menu .menu-name a {
    color: initial;
    text-decoration: none !important;
}

.row-menu-holder .single-menu .menu-description {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0;
    /*padding-top: 5px;*/
    margin-top: 5px;
    /*border-top: 1px dotted #333;*/
}

@media (max-width: 1023px) {
    .row-menu-holder .single-menu-holder {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .row-menu-holder .single-menu-holder {
        padding: 0 2px;
    }
}

/* number counter */
.vc-number-counter-holder .counter-boxes {
    display: flex;
    flex-wrap: wrap;

}

.vc-number-counter-holder .counter-boxes .counter-box-holder .background-holder {
    padding: 20px;
    text-align: center;
}

.vc-number-counter-holder .counter-boxes .counter-box-holder .background-holder .number .suffix {
    color: var(--themeColor, #666666);
}

.vc-number-counter-holder .counter-boxes .counter-box-holder .background-holder .number {
    font-size: 52px;
    line-height: 54px;
    margin: 0;
}

.vc-number-counter-holder .counter-boxes .counter-box-holder .background-holder .text {
    margin: 0;
    font-size: 14px;
    line-height: 32px;
}

/* flex items */
.vc_row-o-equal-height:not(.vc_row-o-content-top):not(.vc_row-o-content-bottom):not(.vc_row-o-content-middle) .wpb_wrapper.fih-full-height {
    height: 100%;
}

.vc_row-o-equal-height .flex-items-holder {
    display: flex;
    flex-direction: column;
}

.vc_row-o-equal-height .flex-items-holder:not(.multiple-items) {
    height: 100%;
}

.vc_row-o-equal-height .flex-items-holder .boxes-holder {
    display: flex;
    flex-direction: column;

    flex-grow: 1;
}

.vc_row-o-equal-height .flex-items-holder .box-holder {
    flex-grow: 1;
    text-decoration: none !important;
}

.flex-items-holder .tns-controls {
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

.flex-items-holder .tns-controls button {
    pointer-events: all;
    background: transparent;
    border: none;
    color: #212529;
    font-weight: bold;
    padding: 5px 0;
}

.flex-items-holder .box-holder .flex-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    height: 100%;
}


.flex-items-holder:not(.multiple-items) .box-holder:not(:last-child) {
    margin-bottom: 15px;
}

.flex-items-holder .box-holder .left-holder {
    flex-grow: 1;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 20px;
}

.flex-items-holder .box-holder .left-holder .box-title {
    margin: 0;
    color: #212529;
}

.flex-items-holder .box-holder .arrow-holder {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(233, 236, 239);
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212529;
    font-size: 0;
}

.flex-items-holder .box-holder .arrow-holder svg {
    width: auto;
    height: 100%;
    margin-left: 1px;
}

.flex-items-holder .box-holder .left-holder .img-holder {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
}

.flex-items-holder .box-holder .left-holder .img-holder:not(.square-image) {
    border-radius: 50%;
}

.flex-items-holder .box-holder .left-holder .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .flex-items-holder.slider-on-mobile .boxes-holder {
        display: block;
    }

    .flex-items-holder .box-holder:not(:last-child) {
        margin-bottom: 0;
    }
}


/**
category boxes styles
 */

.category-boxes-wrapper {
    padding: 20px 0;
}

.category-boxes-wrapper.slider_style {
    padding: 0;
}

.category-boxes-wrapper.slider_style .category-slider-holder {
    margin-top: -10px
}

.category-boxes-wrapper .category-slider-holder.disable-desktop {
    display: flex;
    flex-wrap: wrap;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.main_style {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.main_style .ctg-image {
    flex-shrink: 0;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.main_style .content-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;

}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow {
    border-bottom: none !important;
    position: relative;
    padding: 0;
}

.category-boxes-wrapper.slider_style .article-holder {
    width: 100%;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .img-holder,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .img-holder,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .img-holder,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .img-holder {
    display: block;
    font-size: 0;
    padding-bottom: 50%;
    position: relative;
}

.site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .img-holder,
.site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .img-holder {
    padding-bottom: 65%;
}

@media (min-width: 751px) {
    .site-main .category-boxes-wrapper .category-slider-holder[data-desktop-count="1"] .article-holder .categorie-box.slider_style_left_align .img-holder {
        padding-bottom: 0!important;
    }

    .site-main .category-boxes-wrapper .category-slider-holder[data-desktop-count="1"] .article-holder .categorie-box.slider_style_left_align .img-holder img {
        position: static;
        width: unset;
        height: auto;
    }
}

.site-main .category-boxes-wrapper .category-slider-holder[data-desktop-count="1"] .article-holder .categorie-box.slider_style_left_align .content-holder {
    align-items: center;
}

.site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder .category-subtitle,
.site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .category-subtitle {
    margin: 0;
    font-size: 1.3em;
}

.site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder,
.site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder {
    top: 0;
    justify-content: flex-end;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .img-holder img,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .img-holder img,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .img-holder img,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder {
    background: linear-gradient(0deg, #222 0%, rgba(0, 0, 0, 0) 100%);
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder .ctg-button button a,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .ctg-button button a {
    background-color: #fff;
    color: #262626;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15% 20px 20px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    z-index: 2;
    pointer-events: none;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15% 20px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #FFFFFF;
    z-index: 2;
    pointer-events: none;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder .column,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .column {
    padding: 0;
    margin-top: 10px;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder a,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder a,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder a,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder a {
    pointer-events: all;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder a .ctg-heading,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder a .ctg-heading,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder a .ctg-heading,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder a .ctg-heading {
    color: #FFFFFF;
    font-size: 1.8em;
    padding: 0;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder .category-subtitle,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder .category-subtitle,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .category-subtitle,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder .category-subtitle {
    font-size: 1.5em;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder .ctg-button,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder .ctg-button,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .ctg-button,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder .ctg-button {
    margin-bottom: 0;
    font-weight: bold;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder .ctg-button button,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder .ctg-button button,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .ctg-button button,
.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder .ctg-button button {
    font-weight: bold;
}

.category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.main_style .content-holder .column {
    margin-top: auto;
}

.category-boxes-wrapper .category-slider-holder.disable-desktop[data-desktop-count="6"] .article-holder {
    width: calc(100% / 6);
}

.category-boxes-wrapper .category-slider-holder.disable-desktop[data-desktop-count="5"] .article-holder {
    width: calc(100% / 5);
}

.category-boxes-wrapper .category-slider-holder.disable-desktop[data-desktop-count="4"] .article-holder {
    width: calc(100% / 4);
}

.category-boxes-wrapper .category-slider-holder.disable-desktop[data-desktop-count="3"] .article-holder {
    width: calc(100% / 3);
}

.category-boxes-wrapper .category-slider-holder.disable-desktop[data-desktop-count="2"] .article-holder {
    width: calc(100% / 2);
}

.category-boxes-wrapper .category-slider-holder.disable-desktop[data-desktop-count="1"] .article-holder {
    width: 100%;
}

.category-boxes-wrapper .category-slider-holder {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.category-boxes-wrapper .tns-inner .category-slider-holder {
    opacity: 1;
    display: flex;
}

@media (max-width: 1200px) {
    .category-boxes-wrapper .category-slider-holder.disable-desktop[data-tablet-count="3"] .article-holder {
        width: calc(100% / 3);
    }

    .category-boxes-wrapper .category-slider-holder.disable-desktop[data-tablet-count="2"] .article-holder {
        width: calc(100% / 2);
    }

    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .img-holder {
        padding-bottom: 65%;
    }

    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder a .ctg-heading,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder a .ctg-heading,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder a .ctg-heading,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder a .ctg-heading {
        font-size: 1.6em;
    }

    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .content-holder .category-subtitle,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .content-holder .category-subtitle,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .category-subtitle,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .content-holder .category-subtitle {
        font-size: 1.2em;
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .img-holder {
        padding-bottom: 80%;
    }
}

@media (max-width: 767px) {
    .site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .img-holder,
    .site-main .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .img-holder {
        padding-bottom: 55%;
    }

    .category-boxes-wrapper .category-slider-holder.disable-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .category-boxes-wrapper .category-slider-holder[data-mobile_hscroll="true"] {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .category-boxes-wrapper .category-slider-holder[data-mobile_hscroll="true"]::-webkit-scrollbar {
        display: none;
    }

    .vc-product-tabs-holder .tns-inner .tabs-products-holder[data-mobile_hscroll="true"] {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .vc-product-tabs-holder .tns-inner .tabs-products-holder[data-mobile_hscroll="true"]::-webkit-scrollbar {
        display: none;
    }

    .vc-custom-tabs-holder .tns-inner .tabs-items-holder[data-mobile_hscroll="true"] {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .vc-custom-tabs-holder .tns-inner .tabs-items-holder[data-mobile_hscroll="true"]::-webkit-scrollbar {
        display: none;
    }

    .vc-videos-slider-holder .videos-slider-holder[data-mobile_hscroll="true"] {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .vc-videos-slider-holder .videos-slider-holder[data-mobile_hscroll="true"]::-webkit-scrollbar {
        display: none;
    }

    .category-boxes-wrapper .category-slider-holder.disable-mobile[data-mobile-count="2"] .article-holder {
        width: calc(100% / 2);
    }

    .category-boxes-wrapper .category-slider-holder.disable-mobile[data-mobile-count="1"] .article-holder {
        width: 100%;
    }

    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .img-holder,
    .category-boxes-wrapper .category-slider-holder .article-holder .categorie-box.slider_style_without_shadow .img-holder {
        padding-bottom: 60%;
    }
}

@media (max-width: 600px) {

    .category-boxes-wrapper .tns-controls {
        width: calc(100% + 24px);
        left: -12px;
    }

}

@media (max-width: 350px) {
    .category-boxes-wrapper .category-slider-holder .article-holder {
        padding: 0;
    }
}

/* changed colors */

a:hover, .btn-link:hover, a.text-primary:hover, a.text-primary:focus, .page-link:hover {
    color: var(--themeColor, #666666);
}

.custom-control-input:checked ~ .custom-control-label::before,
.btn-primary,
.btn-primary.disabled, body .btn-primary:disabled,
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.page-item.active .page-link,
.list-group-item.active,
.border-primary,
.wrs-shortcode-holder .inner-holder .right-col .tns-nav button,
.btn-primary:hover {
    border-color: var(--themeColor, #666666);

}

.custom-control-input:checked ~ .custom-control-label::before,
.btn-primary,
.btn-primary.disabled, body .btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.dropdown-item.active,
.dropdown-item:active,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb,
.custom-range::-ms-thumb,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.page-item.active .page-link,
.badge-primary,
.progress-bar,
.list-group-item.active,
.bg-primary,
.wrs-shortcode-holder .inner-holder .right-col .tns-nav button.tns-nav-active {
    background-color: var(--themeColor, #666666);
}

a {
    color: #000000;
    text-decoration: underline;
}

.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-link,
.page-link,
.text-primary,
.wrs-shortcode-holder .inner-holder .left-col .left-top-txt i,
.wrs-shortcode-holder .inner-holder .center-col .rating-stars i,
.wrs-shortcode-holder .advantages .advant i {
    color: var(--themeColor, #666666);

}

.wpb_wrapper .team_member .fa,
.wrs-shortcode-holder .btn-holder a,
.wrs-shortcode-holder .inner-holder .right-col .tns-nav button.tns-nav-active {
    background: var(--themeColor, #666666);
    text-decoration: none;
}

body .styled-select-holder .styled-select .current-option {
    border: 1px solid var(--themeColor, #666666);
}

body .styled-select-holder .styled-select .current-option:after {
    border: none;
    background-image: url(../images/select-arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.aside .aside-header {
    background-color: var(--themeColor, #666666);
}

.woocommerce .header-bottom button:hover {
    color: #333333;
}

body .wc-stripe_cc-new-method-container {
    margin-top: 20px;
}

body .wc-stripe-bootstrap-form .md-form.md-outline.invalid + label,
body .wc-stripe-bootstrap-form .md-form.md-outline.focused + label,
body .wc-stripe-bootstrap-form .md-form.md-outline.StripeElement--complete + label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

section.related .products .relSlider .product .woocommerce-LoopProduct-link {
    min-height: unset;
}

section.related .relSlider {
    display: flex;
}

section.related .relSlider .product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.related .relSlider .product > a {
    flex-shrink: 0;
}

section.related .relSlider .product .content-holder {
    padding: 0 7px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.related .relSlider .product .content-holder .woocommerce-LoopProduct-link {
    margin-bottom: auto;
}

section.related {
    margin-top: 30px;
}

.single.single-product h2.product_title {
    font-size: 1.8em !important;
    margin: 0.3em 0 0.4em;
}

.single.single-product .product-subname {
    color: #555;
    margin-bottom: 0.65rem;
}

body .title-share-holder.ess-single-product .socialShare {
    margin-top: 0.7em;
}

@media (max-width: 767px) {
    .single.single-product .product_title {
        font-size: 1.4em !important;
        margin-top: 0;
    }

    .single.single-product .summary .price {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .single.single-product .summary .price .woocommerce-Price-amount {
        color: var(--themeColor, #666);
    }

    .single.single-product .summary .price del .woocommerce-Price-amount {
        color: #212529;
    }

    .woocommerce-tabs {
        margin-top: 20px !important;

    }

    .woocommerce-tabs nav {
        margin-bottom: 20px !important;

    }

    section.related {
        margin: 20px 0;
    }
}

body.single-product .woocommerce-product-details__short-description p {
    margin-bottom: 0;
}

body.single-product .woocommerce-product-details__short-description {
    margin-bottom: 15px;
}

.inline-button {
    background: var(--themeColor, #666666);
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all .3s;
    margin: 10px 0;
}

.inline-button:hover {
    background: var(--themeColor, #666666);
    color: #fff;
    opacity: .8;
    text-decoration: none;
}

.woocommerce-product-details__short-description .button {
    float: left;
    padding: 6px 15px;
    margin: 20px 10px 0 0;
}

body .tm-extra-product-options .tm-epo-element-label {
    color: var(--themeColor, #666666);
    margin-bottom: -5px !important;
    font-size: 1.2em;
    font-weight: bold;
}

/**
prices
 */
.price {
    font-size: 1em;
}

.product .price {
    font-size: 1.2em;
}

.price .woocommerce-Price-amount {
    color: var(--themeColor, #666);
    font-size: 1.2em;
    font-weight: bold;
}

.price.amount.final .woocommerce-Price-amount {
    color: #212529;
    font-size: 1em;
}

.price del .woocommerce-Price-amount {
    color: #212529;

}

.price ins .woocommerce-Price-amount {
    font-size: 1.4em;
}

.tm-extra-product-options-totals .amount.final {
    font-size: 1.7em;
    color: var(--themeColor, #666);
}

.rating-and-price-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 48px;
    margin-bottom: 16px;
}

.rating-and-price-wrap .second-price-wrap .tm-extra-product-options-totals {
    margin: 0;
    border: none;
}

.rating-and-price-wrap .second-price-wrap .tm-extra-product-options-totals .tm-final-totals {
    padding: 0;
}

.rating-and-price-wrap .second-price-wrap .tm-extra-product-options-totals .tm-final-totals .price {
    margin: 0;
}

/* woocommerce tabs */
.woocommerce-tabs .woocommerce-Tabs-panel {
    display: block !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel#tab-reviews {
    margin: 25px 0;
}

#ywar_reviews {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 50px;
}

#ywar_reviews .yith-ywar-stats-wrapper {
    grid-template-columns: initial;
    gap: 16px;
}

#ywar_reviews .yith-ywar-filter-data {
    order: 5;
}

#ywar_reviews .yith-ywar-stats-wrapper .yith-ywar-average-rating-box {
    background: transparent;
    min-height: initial;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

#ywar_reviews .yith-ywar-stats-wrapper .average-rating {
    width: 100%;
}

#ywar_reviews .yith-ywar-stats-wrapper .yith-ywar-graph-box {
    background: transparent;
    height: initial;
    padding: 0;
    gap: 15px;
}

#reviews .yith-ywar-reviews-wrapper .yith-ywar-reviews-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    order: 1;
}

.yith-ywar-reviews-wrapper .yith-ywar-reviews-list .yith-ywar-single-review {
    box-shadow: 0 0 35px 0 var(--ywar-review-shadow);
    height: 100%;
    padding: 20px;
}

.yith-ywar-reviews-wrapper .yith-ywar-reviews-list:not(.tns-slider) .epodex-ywar-single-review-wrap {
    width: calc(100% / 3 - 40px / 3);
}

.yith-ywar-reviews-wrapper .yith-ywar-reviews-list .load-more-reviews {
    width: 100%;
}

.yith-ywar-reviews-wrapper .load-more-reviews {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    order: 2;
}

.yith-ywar-reviews-wrapper .load-more-reviews .load-more-button {
    color: var(--ywar-review-load-more-button-text);
    background: var(--ywar-review-load-more-button-background);
    padding: 10px 50px;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.yith-ywar-reviews-wrapper .load-more-reviews .load-more-button:hover {
    color: var(--ywar-review-load-more-button-text-hover);
    background: var(--ywar-review-load-more-button-background-hover);
}

.review-form-popup {
    visibility: hidden;
    opacity: 0;
    transition: all ease .3s;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-form-popup.show {
    visibility: visible;
    opacity: 1;
}

.review-form-popup .review-form-popup-content {
    width: 90%;
    max-width: 1000px;
    position: relative;
    z-index: 10;
}

.review-form-popup .review-form-popup-backdrop {
    background: #1e1e1e;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.review-form-popup .review-form-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 6px;
    display: block;
    border: none;
}

.review-form-popup-close svg {
    width: 24px;
    height: 24px;
}

.review-form-popup .yith-ywar-edit-forms .form-header,
.review-form-popup .yith-ywar-edit-forms .form-footer {
    border-radius: initial;
}

.review-form-popup .yith-ywar-review-form-message .wrapper-content {
    opacity: 1;
}

.review-form-popup .yith-ywar-edit-forms {
    max-height: 95vh;
    overflow: auto;
}

.review-form-popup .yith-ywar-edit-forms .form-content .form-element label {
    gap: 4px;
}

.review-form-popup .yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment {
    width: 60px;
    height: 60px;
}

.review-form-popup .yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .new-attachment {
    width: 60px;
    height: 60px;
}

.review-form-popup .yith-ywar-edit-forms .form-footer .submit-button.create-action {
    max-width: 200px;
}

#ywar_reviews #reviews_order,
#ywar_reviews #reviews_dialog {
    width: 100%;
}

#reviews #comments div.ywar_show_more {
    margin-top: 20px;
}

#reviews #comments .commentlist {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}

#reviews #comments .commentlist:not(.tns-slider) li {
    margin: 10px;
    width: calc((100% / 3) - 20px);
    padding: 20px;
}

#reviews #comments .commentlist li .comment-text {
    padding-bottom: 0;
}

#reviews #review_form_wrapper {
    display: none;
}

#review_form_wrapper.fancybox-content {
    max-width: 500px;
    margin-top: 0;
}

#review_form_wrapper.fancybox-content p,
.comment-form.edit-review p {
    margin-bottom: 0;
    margin-top: 10px;
}

#review_form_wrapper.fancybox-content p label,
.comment-form.edit-review p label {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2px;
}

#review_form_wrapper.fancybox-content p input, #review_form_wrapper.fancybox-content p textarea,
#review_form .comment-form.edit-review p input,
#review_form .comment-form.edit-review p textarea {
    margin-top: 0 !important;
    width: 100%;
    resize: none;
}

#review_form_wrapper.fancybox-content p input#ywar-uploadFile,
.comment-form.edit-review p input #ywar-uploadFile {
    width: 0;
}

.yith-ywar-main-wrapper .review-popup-btn {
    margin: 10px 0;
    border: 1px dashed #333;
    background: transparent;
    color: rgba(0, 0, 0, .8);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 38px;
    text-decoration: none;
}

#review_form_wrapper.fancybox-content p input.submit,
#review_form .comment-form.edit-review p input.submit,
.ywar_show_more .ywar_show_more.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--themeColor, #666666);
    color: #FFFFFF;
    padding: 11px 38px;
    text-decoration: none;
    border: none;
}

#review_form_wrapper.fancybox-content #review_form .upload_section input#do_uploadFile {
    width: 200px;
}

#review_form_wrapper.fancybox-content #review_form p:empty {
    display: none;
}

#review_form_wrapper.fancybox-content #review_form .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}

#ywar_reviews #images-custom-list .flex-holder {
    display: flex;
    flex-wrap: wrap;
}

#ywar_reviews #images-custom-list .flex-holder .img-holder {
    width: calc(100% / 5);
    padding: 5px;
}

#ywar_reviews #images-custom-list .flex-holder .img-holder a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    font-size: 0;
}

.yith-ywar-reviews-wrapper .review_thumbnail {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.yith-ywar-reviews-wrapper .review_thumbnail a {
    position: relative;
}

.yith-ywar-reviews-wrapper .review_thumbnail a > * {
    max-width: 70px;
    aspect-ratio: 7 / 5;
    object-fit: cover;
    display: block;
}

.review_thumbnail a.with-video:after,
#ywar_reviews #images-custom-list .flex-holder .img-holder a.with-video:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 70px;
    height: 70px;
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    z-index: 2;
}

.review_thumbnail a.with-video:after {
    width: 40px;
    height: 40px;
}

.woocommerce .yith-ywar-main-wrapper .blockUI.blockOverlay {
    width: 40px !important;
    height: 40px !important;
    top: unset !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 50%;
}

.hide-rating .yith-ywar-product-rating-wrapper {
    display: none;
}

#ywar_reviews #images-custom-list .flex-holder .img-holder a img,
#ywar_reviews #images-custom-list .flex-holder .img-holder a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
    box-shadow: unset;
}

.review-custom-gallery-fancybox.fancybox-container .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.review-custom-gallery-fancybox.fancybox-container.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.review_title {
    font-size: 1.3em;
}

#reviews #comments .commentlist li img.avatar {
    border-radius: 100%;
    border: 1px solid #ccc;
}

.review-custom-gallery-fancybox.fancybox-container .fancybox-thumbs__list a:before {
    border: 6px solid var(--themeColor, #666666);
}

.review-custom-gallery-fancybox.fancybox-container .fancybox-slide--image {
    padding-bottom: 6px !important;
}

.review-custom-gallery-fancybox.fancybox-container .caption-txt {
    text-align: left;
}

.review-custom-gallery-fancybox.fancybox-container .caption-txt .customer-name {
    margin-top: 5px;
}

.review-custom-gallery-fancybox.fancybox-container .caption-txt .customer-name time {
    margin-left: 5px;
}

.review-custom-gallery-fancybox.fancybox-container .fancybox-stage .fancybox-caption {
    display: block;
}

.review-custom-gallery-fancybox.fancybox-container .fancybox-caption {
    display: none;
}

iframe[data-scaling="true"] {
    min-width: 100%;
    max-width: 100%;
}

body .mm-menu {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu ul li.has-subname a {
    font-weight: bold;
    color: var(--themeColor, #666666);
}

.mm-menu ul li.has-subname a img {
    display: none !important;
}

.mm-menu ul li.has-subname a .menu-subname {
    font-weight: normal;
    white-space: pre-wrap;
    color: #262626;
}

#header-menu-primary > li > a > .menu-subname {
    display: none !important;
}

#header-menu-primary ul li.has-subname a {
    font-weight: bold;
    color: var(--themeColor, #666666);
}

#header-menu-primary ul li.has-subname a .menu-subname {
    font-weight: normal;
    white-space: pre-wrap;
    font-size: 0.9em;
    color: #262626;
}

.mm-listitem:after, .mm-listitem__btn {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body .mm-listitem__btn {
    padding-right: 60px;
}

body .mm-btn--next:after {
    right: 27px;
}

.mm-menu .mm-navbars--top .mm-navbar__tab {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.mm-menu .mm-navbars--top .mm-navbar__tab:nth-child(2) {
    border-left-width: 0 !important;
}

.mm-menu--position-bottom, .mm-menu--position-front, .mm-menu--position-top {
    z-index: 999999 !important;
}

.mm-menu .mm-navbars--top .mm-navbar__tab--selected {
    border-bottom: 4px solid #008be2 !important;
}

.mm-menu .mm-navbar__tab--selected:not(:last-child) {
    border-right-color: rgba(0, 0, 0, 0.1) !important;
}

.mm-menu .mm-navbars--top .mm-navbar__tab {
    color: #000;
}

.mm-menu .mm-panel {
    background-color: #ffffff;
}

.mm-menu .mm-searchfield {
    height: 70px;
}

.mm-menu .mm-navbar__title {
    color: #fff !important;
    background-color: var(--themeColor, #666666);
    font-weight: 700;
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: var(--themeColor, #666666);
}

.mm-menu .mm-searchfield__input {
    position: relative;
}

.mm-menu .mm-searchfield__input input {
    padding-right: 35px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    height: 40px;
}

.mm-menu .mm-searchfield__input button {
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border: none;
    font-size: 18px;
}

.mm-menu.mm-menu--offcanvas {
    width: 80%;
    max-width: 440px;
    min-width: 240px;
}

.mm-menu {
    visibility: hidden;
}

.mm-menu.mm-menu--opened {
    visibility: visible;
}

.menu-item.is-question {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--themeColor);
    padding-bottom: 20px;
}

.menu-item.is-question a {
    cursor: default;
}

.search-entry {
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

.search-entry a.post-thumbnail {
    display: block;
    font-size: 0;
    background-color: #efefef;
}

.mm-wrapper--opened .mm-slideout {
    z-index: 1;
}

/*.mm-navbars .mm-navbar:not(.mm-navbar--tabs) span {*/
/*    color: #fff;*/
/*    background-color: var(--themeColor, #666666);*/
/*    font-weight: 700;*/
/*}*/

@media (max-width: 1200px) {
    #reviews #comments .commentlist:not(.tns-slider) li {
        width: calc((100% / 2) - 20px);
    }

    .yith-ywar-reviews-wrapper .yith-ywar-reviews-list:not(.tns-slider) .epodex-ywar-single-review-wrap {
        width: calc(100% / 2 - 20px / 2);
    }
}

@media (max-width: 1000px) {
    #site-navigation #mobile-menu {
        display: none;
    }
}

@media (min-width: 991px) {
    #header-menu-primary2 {
        display: none;
    }
}

@media (max-width: 900px) {
    #ywar_reviews #reviews_summary {
        margin-right: 0;
        width: 100%;

    }

    #ywar_reviews #images-custom-list {
        width: 100%;
        margin-bottom: 15px;
    }

    #ywar_reviews {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .yith-ywar-stats-wrapper {
        order: 1;
    }

    .review-popup-btn-wrap {
        order: 2;
    }

    #images-custom-list {
        order: 3;
    }
}

@media (max-width: 767px) {
    #reviews #comments .commentlist:not(.tns-slider) li {
        width: 100%;
        margin: 10px 0;
    }

    #reviews .yith-ywar-reviews-wrapper .yith-ywar-reviews-list {
        gap: 0;
    }

    .load-more-reviews {
        display: none;
    }

    .yith-ywar-reviews-wrapper .yith-ywar-reviews-list .yith-ywar-single-review {
        width: 100%;
    }

    .review-form-popup .yith-ywar-edit-forms .form-content {
        padding: 0 20px 20px 20px;
    }

    .review-form-popup .yith-ywar-edit-forms .form-header {
        padding: 20px;
    }

    .review-form-popup .yith-ywar-edit-forms .form-footer {
        padding: 20px;
    }

    .review-form-popup .yith-ywar-edit-forms .form-footer .submit-button {
        height: 40px;
        font-size: 14px;
    }

    .review-form-popup .yith-ywar-edit-forms .form-content .form-element label textarea.review-content {
        min-height: 88px;
        padding: 0.3rem 1rem;
    }
}

@media (max-width: 600px) {
    #ywar_reviews #images-custom-list .flex-holder .img-holder {
        width: calc(100% / 3);
    }

    #ywar_reviews #images-custom-list .flex-holder .img-holder:nth-child(10) {
        display: none;
    }
}

/**
header sidebar
 */
.header-sidebar-holder:empty {
    display: none;
}

.header-sidebar-holder section {
    background-color: var(--themeColor, #666666);
    padding: 5px 10px;
    text-align: center;
    font-size: 1.2em;
}

header.header-style2 .header-sidebar-holder section {
    background-color: transparent;
}

.header-sidebar-holder section p {
    margin: 0;

}

/**
reviews page
 */
.dmd-custom-reviews-holder .reviews-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.dmd-custom-reviews-holder .reviews-boxes > li {
    margin: 10px !important;
    width: calc((100% / 4) - 20px);
    box-shadow: 0 0 10px lightgrey;

}

.dmd-custom-reviews-holder.loading .reviews-boxes,
.dmd-custom-reviews-holder.loading .reviews-btn-holder {
    opacity: .5;
    pointer-events: none;
}

.dmd-custom-reviews-holder .reviews-filer-holder {
    padding: 0 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.dmd-custom-reviews-holder .reviews-filer-holder p {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: bold;
}

.dmd-custom-reviews-holder .reviews-filer-holder select {
    border: 1px solid var(--themeColor, #666666);
    padding: 10px 15px;
}

.dmd-custom-reviews-holder .reviews-boxes > li .comment-text .rating-name-holder {
    display: flex;
    align-items: flex-start;
}

.dmd-custom-reviews-holder .reviews-boxes > li .comment-text .rating-name-holder .ywar-author-avatar img {
    border-radius: 100%;
    border: 1px solid #ccc;
}

.dmd-custom-reviews-holder .reviews-boxes > li .comment-text .rating-name-holder .ywar-author-avatar {
    margin-right: 7px;
    width: 40px;
    font-size: 0;
    flex-shrink: 0;
}

.dmd-custom-reviews-holder .reviews-boxes > li .comment-text .product-name {
    margin: 7px 0;
}

.dmd-custom-reviews-holder .reviews-boxes > li .comment-text .description {
    margin-top: 10px;
}

.dmd-custom-reviews-holder .reviews-boxes > li .comment-text .description .review-name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.dmd-custom-reviews-holder .reviews-boxes > li .content-holder {
    padding: 0 20px 20px 20px;
}

.dmd-custom-reviews-holder .ywar-review-thumbnails .slide-item a {
    position: relative;
    padding-bottom: 66%;
    display: block;
    font-size: 0;
}

.dmd-custom-reviews-holder .reviews-boxes > li .tns-controls {
    pointer-events: none;
}

.dmd-custom-reviews-holder .reviews-boxes > li .tns-controls button {
    pointer-events: all;
}

.dmd-custom-reviews-holder .ywar-review-thumbnails .slide-item a img,
.dmd-custom-reviews-holder .ywar-review-thumbnails .slide-item a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}

.dmd-custom-reviews-holder .ywar-review-thumbnails .slide-item.with-video a:after {

    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 70px;
    height: 70px;
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    z-index: 2;

}

.dmd-custom-reviews-holder .reviews-btn-holder {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dmd-custom-reviews-holder .reviews-btn-holder a {
    background-color: var(--themeColor, #666666);
    color: #fff;
    border-radius: 0;
    padding: 11px 38px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.dmd-custom-reviews-holder .reviews-btn-holder a.loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.svg);
    background-position: center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    background-color: var(--themeColor, #666666);
    background-repeat: no-repeat;
}

#review_form_wrapper #uploadFileList > li > div {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block !important;
}

#review_form_wrapper #uploadFileList > li > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}

.euspb-blocks-holder-batc {
    float: left;
    width: 100%;
}

@media (max-width: 1300px) {
    .dmd-custom-reviews-holder .reviews-boxes > li {
        width: calc((100% / 3) - 20px);
    }
}

@media (max-width: 1023px) {
    .dmd-custom-reviews-holder .reviews-boxes > li {
        width: calc((100% / 2) - 20px);
    }
}

@media (max-width: 650px) {
    .dmd-custom-reviews-holder .reviews-boxes > li {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .dmd-custom-reviews-holder .reviews-filer-holder {
        display: block;
    }

    .dmd-custom-reviews-holder .reviews-filer-holder p {
        margin-right: 0;
        margin-bottom: 3px;
    }
}

#dmd-promotion-popup.fancybox-content {
    max-width: 500px;
    text-align: center;
}

#dmd-promotion-popup.fancybox-content p {
    margin-bottom: 1em;
}

.dmd-custom-gallery-holder .inner-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.dmd-custom-gallery-holder {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    padding: 50px 15px;
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.dmd-custom-gallery-holder:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: .4;
}

.dmd-custom-gallery-holder .img-holder {
    padding: 15px;
}

.dmd-custom-gallery-holder .img-holder a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.dmd-custom-gallery-holder .img-holder a.with-video:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 70px;
    height: 70px;
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    z-index: 2;
}

.dmd-custom-gallery-holder .img-holder a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    left: 0;
    top: 0;
    -o-object-position: center center;
    object-position: center center;
}

@media (orientation: portrait) {
    .dmd-custom-gallery-holder {
        background-size: auto 200%;
    }
}

@media (max-width: 1100px) {
    .dmd-custom-gallery-holder .img-holder {
        padding: 5px;
        width: calc(100% / 3);
    }

    .dmd-custom-gallery-holder .img-holder a.with-video:after {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 900px) {
    .dmd-custom-gallery-holder {
        padding: 25px 0;
    }

    .dmd-custom-gallery-holder .img-holder a.with-video:after {
        width: 35px;
        height: 35px;
    }
}

.vc-videos-slider-holder.is-vertical .videos-slider-holder .vc-items-slide-item {
    aspect-ratio: 9/16;
}

.vc-videos-slider-holder.is-vertical .lazy-iframe-wrap,
.vc-videos-slider-holder.is-vertical .lazy-iframe-wrap iframe,
.vc-videos-slider-holder.is-vertical .videos-slider-holder .vc-items-slide-item .item-holder,
.vc-videos-slider-holder.is-vertical .videos-slider-holder .vc-items-slide-item .item-holder .video-holder {
    height: 100%;
}

.vc-videos-slider-holder.is-vertical .videos-slider-holder .vc-items-slide-item .item-holder .video-holder {
    padding: 0;
}

.vc-videos-slider-holder .videos-slider-holder .vc-items-slide-item .txt-holder {
    text-align: center;
}

.vc-videos-slider-holder .videos-slider-holder .vc-items-slide-item .txt-holder .item-title {
    color: var(--themeColor, #666666);
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.vc-videos-slider-holder .videos-slider-holder .vc-items-slide-item .video-holder {
    font-size: 0;
}

.vc-videos-slider-holder .videos-slider-holder .vc-items-slide-item .video-holder .wp-video {
    width: 100% !important;
}

.vc-videos-slider-holder .videos-slider-holder .vc-items-slide-item .video-holder video {
    width: 100% !important;
    height: auto;
}

.vc-videos-slider-holder.have-txt .tns-controls {
    top: 45%;
}

.vc-videos-slider-holder .videos-slider-holder {
    opacity: 0;
}

.vc-videos-slider-holder .tns-inner .videos-slider-holder {
    opacity: 1;
}

.pushbar-btns-holder .flex-holder {
    display: flex;
    flex-wrap: wrap;
}


.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn {
    text-decoration: none;
    border: 1px solid var(--themeColor, #666666);
    text-align: center;
    width: 100%;
    padding: 7px 15px;
    color: #262626;
    display: inline-block;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid var(--themeColor, #666666) !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .img-holder {
    font-size: 0;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .img-holder img,
.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder {
    position: unset;
}

.pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn {
    color: #ffffff;
    justify-content: center;
    font-size: 1.3em;
    padding: 0 0 56% 0;
    position: relative;
    border: none !important;

}

.pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}

.pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn .txt-holder {
    justify-content: center;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
    padding: 10px 10px 20%;
}

.pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn .txt-holder span,
.pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn .txt-holder p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn .txt-holder:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder:after {
    display: none;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder {
    color: #212529;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding-bottom: 20px;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder .price {
    display: inline;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder .priceBox {
    margin: 5px 0 20px;
    font-size: 14px;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder .priceBox .woocommerce-Price-amount bdi {
    font-size: 20px;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder .ctg-button span {
    background: var(--themeColor, #666);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
}

.pushbar-btns-holder .products-pushbar-btn a.dmd-pushbar-btn.second-style .txt-holder .ctg-heading {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 15px 0;
    display: inline-block;
}

.pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn .txt-holder .block-arrow {
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 15px;
}

@media (max-width: 600px) {
    .pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn {
        font-size: 1.1em;
        padding: 0 0 70%;
    }

    .pushbar-btns-holder .products-pushbar-btn.with-image .dmd-pushbar-btn .txt-holder .block-arrow {
        width: unset;
        height: unset;
        border: none;
    }
}


.customdescription-holder a.cd-btn,
.custombutton-holder a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 7px 15px;
    display: inline-block;
}

.productprice-holder #tm-epo-totals .before-txt {
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 8px;
    line-height: 1;
    position: relative;
    color: #212529;
}

.dmd-rating-holder {
    display: inline-block;
}

#scroll-to-top {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    z-index: 99;
    right: 2.4%;
    bottom: 2.5%;
    position: fixed;
    background-color: var(--themeColor, #666666);
    border-radius: 50%;
    padding: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#scroll-to-top:not(.vis) {
    transform: translateY(300%);
}

#scroll-to-top:hover {
    opacity: .7;
}

#scroll-to-top svg {
    width: 20px;
    height: auto;
}

@media (max-width: 767px) {
    #scroll-to-top {
        display: none;
    }
}

@media (min-width: 992px) {
    .has-fixed-sidebar #scroll-to-top {
        right: calc(2.4% + var(--sidebar-width, 60px));
    }
}

.geoloc-img-txt-holder {
    position: relative;
}

.geoloc-img-txt-holder figure {
    font-size: 0;
    text-align: center;
}

.geoloc-img-txt-holder .txt-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 3vw;
    text-shadow: 0px 0px 20px rgb(56 55 55 / 69%);
}

.geoloc-img-txt-holder .txt-holder .hidden {
    display: none;
}

.cart-geocountry-txt {
    text-align: left;
    border: 2px dotted var(--themeColor, #666);
    padding: 5px;
}

.cart-geocountry-txt:before {
    content: "\f0d1";
    font-family: FontAwesome;
    font-size: 12px;
    right: 0;
    background: var(--themeColor, #666);
    color: #fff;
    display: inline-block;
    padding: 0 7px;
    margin-right: 5px;
    transform: rotateY(-180deg);
}

@media (max-width: 1200px) {
    .geoloc-img-txt-holder .txt-holder {
        font-size: 5vw;
    }
}

@media (max-width: 767px) {
    .geoloc-img-txt-holder .txt-holder {
        font-size: 10vw;
    }
}

.dmd-custom-table .inner-holder .ct-row {
    display: flex;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.dmd-custom-table .inner-holder .ct-row.first-row {
    border-bottom: 2px solid #dee2e6;
}

.dmd-custom-table .inner-holder .ct-row.first-row {
    font-weight: bold;
}

.dmd-custom-table .inner-holder .ct-row:not(.first-row) {
    border-top: none;
}

.dmd-custom-table .inner-holder .ct-row > div p {
    margin: 0;
}

.dmd-custom-table .inner-holder .ct-row > div {
    padding: 0.75rem;
}

.dmd-custom-table .inner-holder .ct-row > div:not(:first-child) {
    display: flex;
}

.dmd-custom-table .inner-holder .ct-row > div:first-child {
    width: 30%;
    font-weight: bold;

}

.dmd-custom-table .inner-holder .values-holder > div:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

@media (max-width: 767px) {
    .dmd-custom-table .inner-holder .ct-row {
        border: none;
        margin-top: 15px;
    }

    .dmd-custom-table .inner-holder .ct-row.first-row {
        border: none;
        margin-bottom: 25px;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: unset;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: center;
        padding-bottom: 5px;
    }

    .dmd-custom-table .inner-holder .ct-row.first-row > div:first-child {
        display: none;
    }

    .dmd-custom-table .inner-holder .ct-row.first-row > div {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-bottom: 5px;
        padding: 7px 20px;

        background-color: rgb(242, 245, 247);
        color: #212529 !important;
        width: auto !important;
        flex-shrink: 0;
    }

    .dmd-custom-table .inner-holder .ct-row.first-row > div[data-column="2"] {
        border-radius: 6px 0 0 6px;
    }

    .dmd-custom-table .inner-holder .ct-row.first-row > div:last-child {
        border-radius: 0 6px 6px 0;
    }

    .dmd-custom-table .inner-holder .ct-row.first-row > div.active {
        background-color: var(--themeColor, #666666);
        border: 1px solid var(--themeColor, #666666);
        color: #FFFFFF !important;
        border-radius: 6px;
    }

    .dmd-custom-table .inner-holder .ct-row > div:not(:first-child) {
        border-left: none;
    }

    .dmd-custom-table .inner-holder .ct-row:not(.first-row) > div[data-column="1"] {
        display: block !important;
    }

    .dmd-custom-table .inner-holder .ct-row:not(.first-row) > div:not(.active) {
        display: none;
    }

    .dmd-custom-table .inner-holder .ct-row:not(.first-row) > div.active {
        justify-content: flex-end;
        align-items: flex-start;
    }

    .dmd-custom-table .inner-holder .ct-row > div:first-child {
        width: 60%;
    }

    .dmd-custom-table .inner-holder .ct-row:not(.first-row) > div:not(:first-child) {
        width: calc(40% - 20px) !important;
        margin-left: auto;
    }
}

.across-text-media-holder {
    margin: 30px 0;
}

.across-text-media-holder .inner-holder .atm-descr {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 900px) {
    .across-text-media-holder .inner-holder .atm-descr {
        display: block;
        margin-bottom: 30px;
    }
}

.across-text-media-holder .inner-holder .atm-descr:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.across-text-media-holder .inner-holder .atm-descr .img-holder {
    width: 55%;
}

@media (max-width: 900px) {
    .across-text-media-holder .inner-holder .atm-descr .img-holder {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.across-text-media-holder .inner-holder .atm-descr .img-holder > div .video-holder.youtube {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.across-text-media-holder .inner-holder .atm-descr .img-holder > div .video-holder.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.across-text-media-holder .inner-holder .atm-descr .img-holder > div .video-holder {
    font-size: 0;
}

.across-text-media-holder .inner-holder .atm-descr .img-holder > div .video-holder video {
    width: 100% !important;
    height: auto;
    box-shadow: none;
}

.across-text-media-holder .inner-holder .atm-descr .img-holder > div.with-image {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
}

.across-text-media-holder .inner-holder .atm-descr .img-holder > div.with-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}

.across-text-media-holder .inner-holder .atm-descr .txt-holder {
    width: 40%;
}

@media (max-width: 900px) {
    .across-text-media-holder .inner-holder .atm-descr .txt-holder {
        width: 100%;
        padding: 20px 0;

    }
}

.tax-product_cat .products {
    display: flex;
    flex-wrap: wrap;
}

.tax-product_cat li.tm-has-options .tc-epo-totals .price {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.tax-product_cat li.tm-has-options.outofstock > .dmd-details,
.tax-product_cat li.tm-no-options.outofstock > .dmd-details {
    margin-left: 15px;
}

.tax-product_cat li.tm-has-options.outofstock > a.button,
.tax-product_cat li.tm-no-options.outofstock > a.button,
.tax-product_cat li.tm-has-options.outofstock > .dmd-cat-quantity,
.tax-product_cat li.tm-no-options.outofstock > .dmd-cat-quantity {
    display: none;
}

.tax-product_cat li.tm-has-options,
.tax-product_cat li.tm-no-options {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.tax-product_cat li.tm-has-options .tm-epo-element-label,
.tax-product_cat li.tm-no-options .tm-epo-element-label {
    color: #212529;
    font-size: 1.1em !important;
    font-weight: normal;
}

.tax-product_cat li.tm-has-options .tm-box,
.tax-product_cat li.tm-no-options .tm-box {
    padding: 0;
    border: none;
    margin: 0;
}

.tax-product_cat li.tm-has-options select.tm-epo-field,
.tax-product_cat li.tm-no-options select.tm-epo-field {
    padding: 5px 15px;
}

.tax-product_cat li.tm-has-options .tm-description h5,
.tax-product_cat li.tm-no-options .tm-description h5 {
    font-weight: normal !important;
}

.tax-product_cat li.tm-has-options .tm-epo-element-label,
.tax-product_cat li.tm-no-options .tm-epo-element-label,
.tax-product_cat li.tm-has-options .tcfa-question-circle,
.tax-product_cat li.tm-no-options .tcfa-question-circle {
    display: none !important;
}

.tax-product_cat li.tm-has-options .tm-description,
.tax-product_cat li.tm-no-options .tm-description {
    margin-bottom: 0;
}

.tax-product_cat li.tm-has-options .woocommerce-loop-product__title,
.tax-product_cat li.tm-no-options .woocommerce-loop-product__title {
    height: auto !important;
    font-weight: bold !important;
}


.tax-product_cat .dmd-aatc-popup a.added_to_cart,
.tax-product_cat .dmd-aatc-btns a.added_to_cart,
.tax-product_cat li.tm-no-options > a.added_to_cart,
.tax-product_cat li.tm-has-options > a.added_to_cart {
    /* order: 6;
     margin: 10px auto 0;
     text-align: center;
     color: var(--themeColor, #666666);*/
    display: none !important;
}

.tax-product_cat .dmd-aatc-popup a.add_to_cart_button.loading:after,
.tax-product_cat .dmd-aatc-btns a.add_to_cart_button.loading:after,
.tax-product_cat li.tm-no-options > a.add_to_cart_button.loading:after,
.tax-product_cat li.tm-has-options > a.add_to_cart_button.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: var(--themeColor, #666666);
    z-index: 10;

}


.tax-product_cat li.tm-no-options > a.add_to_cart_button,
.tax-product_cat li.tm-has-options > a.add_to_cart_button {
    order: 4;
    border: 1px solid var(--themeColor, #666666) !important;
    width: calc(60% - 40px);
    margin: auto 5px 0 5px;
    color: #FFFFFF;
    position: relative;
    background: var(--themeColor, #666666) !important;
}

.tax-product_cat .dmd-aatc-popup a.add_to_cart_button {
    border: 1px solid var(--themeColor, #666666) !important;
    width: 100%;
    margin: 5px 0 0 0;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    position: relative;
    background: var(--themeColor, #666666) !important;
}

.tax-product_cat .dmd-aatc-popup a.add_to_cart_button.added,
.tax-product_cat .dmd-aatc-btns a.add_to_cart_button.added,
.tax-product_cat li.tm-no-options > a.add_to_cart_button.added,
.tax-product_cat li.tm-has-options > a.add_to_cart_button.added {
    border: 1px solid #198754 !important;
    background: #198754 !important;
}

.tax-product_cat li.tm-no-options > a.woocommerce-LoopProduct-link,
.tax-product_cat li.tm-has-options > a.woocommerce-LoopProduct-link {
    display: block;
    order: 1;
    align-self: flex-start;
}

.tax-product_cat .tm-no-options.tc-after-shop-loop,
.tax-product_cat .tm-has-options.tc-after-shop-loop {
    padding: 0 15px;
    width: 100%;
    order: 2;
}

.tax-product_cat .aatc-price-styles li .woocommerce-loop-product__title {
    margin-bottom: 0;
}

.tax-product_cat .aatc-price-styles li .price,
.tax-product_cat li.tm-no-options .price {
    display: block !important;
    margin-bottom: 15px;
}

.tax-product_cat li.tm-has-options .invalid {
    border: 1px solid red !important;
}

.tax-product_cat li.tm-no-options .quantity,
.tax-product_cat li.tm-has-options .quantity {
    width: 15%;
    order: 3;
    margin-top: auto;
    margin-left: 15px;
}

.tax-product_cat li.tm-no-options .quantity input,
.tax-product_cat li.tm-has-options .quantity input {
    width: 100%;
    border-radius: 0;
    padding: 8px 6px;
}

.dmd-aatc-btns .dmd-details {
    width: 100%;
    margin: 15px 0 0 0;
}

.dmd-aatc-btns .toProduct {
    width: 37%;
    flex-shrink: 0;
}

.dmd-aatc-btns .dmd-aatc-open-popup,
.dmd-aatc-btns a.add_to_cart_button {
    border: 1px solid var(--themeColor, #666666) !important;
    width: calc(63% - 10px);
    margin: 0 !important;
    color: #FFFFFF !important;
    position: relative;
    display: inline-block;
    background: var(--themeColor, #666666) !important;
    padding: 6px 12px;
}

.dmd-aatc-btns {
    order: 5;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    align-items: flex-start;
}

.dmd-details {
    width: 25%;
    display: inline-block;
    order: 5;
    margin: auto 15px 0 0;
    position: relative;
}

.dmd-details a, .products .product .dmd-aatc-btns .toProduct a {
    text-decoration: none;
    border: 1px dashed #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    height: 35px;
    margin: 0;
    background-color: transparent;
    line-height: 1;
}

.dmd-details .dmd-short-description {
    position: absolute;
    box-shadow: 0 0 8px 0px #333;
    background-color: #fff;
    width: 100%;
    bottom: calc(100% + 20px);
    text-align: left;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dmd-details .dmd-short-description.visible {
    border-radius: 5px;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.dmd-details .dmd-short-description .description-holder {
    position: relative;
}

.dmd-details .dmd-short-description .description-holder .arrow-holder {
    position: absolute;
    width: 40%;
    right: 0;
    bottom: -15px;
    display: flex;
    justify-content: center;
}

.dmd-details .dmd-short-description .description-holder .arrow-holder:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #007bff;
}

.dmd-details .dmd-short-description .description-holder .scroll-holder {
    max-height: 200px;
    padding: 15px;
    overflow-y: auto;
}

#dmd-ctg-details-popup.fancybox-content,
.dmd-aatc-popup.fancybox-content {
    padding: 0;
    max-width: 500px;
    min-width: 300px;
    height: auto !important;
}

#dmd-ctg-details-popup.fancybox-content .fancybox-close-small,
.dmd-aatc-popup.fancybox-content .fancybox-close-small {
    color: #212529;
    background: rgb(157 198 224);
    opacity: 1;
    width: 40px;
    height: 40px;
}

#dmd-ctg-details-popup.fancybox-content .content-holder {
    padding: 0 20px 40px;
}

.dmd-aatc-popup.fancybox-content .dmd-aatc-options .tm-no-options.tc-after-shop-loop,
.dmd-aatc-popup.fancybox-content .dmd-aatc-options .tm-has-options.tc-after-shop-loop {
    padding: 0;
}

.dmd-aatc-popup.fancybox-content .dmd-aatc-options {
    padding: 0 40px 40px;
}


#dmd-ctg-details-popup.fancybox-content .ctg-detail-popup-title,
.dmd-aatc-popup.fancybox-content .dmd-aatc-popup-title {
    color: #FFFFFF;
    background-color: var(--themeColor, #666666);
    text-align: center;
    padding: 20px 42px;
    margin-bottom: 20px;
}

#dmd-ctg-details-popup.fancybox-content .ctg-detail-popup-title p,
.dmd-aatc-popup.fancybox-content .dmd-aatc-popup-title p {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
}


/* number counter */
.vc-boxes-with-lightbox-holder .with-lightbox-boxes {
    display: flex;
    flex-wrap: wrap;

}

.vc-boxes-with-lightbox-holder .with-lightbox-boxes .box-holder .background-holder {
    padding: 20px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: 1px solid #FFFFFF;
}

.vc-boxes-with-lightbox-holder .with-lightbox-boxes .box-holder .background-holder .center-text {
    width: calc(100% + 42px);
    margin-left: -21px;
    padding: 20px 5px;
    margin-bottom: 20px;
}

.vc-boxes-with-lightbox-holder .with-lightbox-boxes .box-holder .background-holder .center-text p {
    font-size: 52px;
    line-height: 54px;
    margin: 0;
}

.vc-boxes-with-lightbox-holder .with-lightbox-boxes .box-holder .background-holder .bwl-btn {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.vc-boxes-with-lightbox-holder .with-lightbox-boxes .box-holder .background-holder .bwl-popup-content {
    display: none;
}

.bwl-popup-holder.fancybox-content,
.ptd-popup-holder.fancybox-content {
    padding: 0;
    max-width: 500px;
    min-width: 300px;
    height: auto !important;
}

.ptd-popup-holder.fancybox-content .fancybox-close-small,
.bwl-popup-holder.fancybox-content .fancybox-close-small {
    color: #212529;
    background: rgb(157 198 224);
    opacity: 1;
    width: 40px;
    height: 40px;
}

.ptd-popup-holder.fancybox-content .content-holder,
.bwl-popup-holder.fancybox-content .content-holder {
    padding: 0 40px 40px;
}


.ptd-popup-holder.fancybox-content .ptd-popup-title,
.bwl-popup-holder.fancybox-content .bwl-popup-title {
    color: #FFFFFF;
    background-color: var(--themeColor, #666666);
    text-align: center;
    padding: 20px 42px;
    margin-bottom: 20px;
}

.ptd-popup-holder.fancybox-content .ptd-popup-title p,
.bwl-popup-holder.fancybox-content .bwl-popup-title p {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .ptb-popup-holder.fancybox-content .content-holder,
    .bwl-popup-holder.fancybox-content .content-holder {
        padding: 0 20px 20px;
    }
}

/**
affiliate form
 */
body .afwc_reg_form_wrapper .afwc_reg_field_wrapper {
    margin-bottom: 1rem;
}

body .afwc_reg_form_wrapper .afwc_reg_field_wrapper input {
    padding: 10px;
}

body .afwc_reg_form_wrapper .afwc_reg_field_wrapper label {
    display: block;
    font-weight: bolder;
    font-size: 13px;
    margin-bottom: 2px;
}

/**
single video
 */
.single-video-holder .inner-holder .video-holder.youtube {
    display: block;
    position: relative;
    padding-bottom: calc(56.25% + 1px);
    margin-top: -1px;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.single-video-holder .inner-holder .video-holder.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-video-holder .inner-holder .video-holder {
    font-size: 0;
}

@media (min-width: 768px) {
    .single-video-holder .inner-holder .video-holder.for-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-video-holder .inner-holder .video-holder.for-desktop {
        display: none;
    }
}

.single-video-holder .inner-holder .video-holder video {
    width: 100% !important;
    height: auto;
    box-shadow: none;
}


.vc-category-products-section .thumbnails-title {
    margin-bottom: 5px;
    margin-top: 15px;
}

.vc-category-products-section h4 {
    color: var(--themeColor, #666666);
    margin-bottom: 10px;
    font-size: 1.2em;
}

.vc-category-products-section .products-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.vc-category-products-section .products-list .product-item {
    width: calc((100% / 5) - 10px);
    margin: 5px;
    box-shadow: 0 0 0 1px grey;
}

.vc-category-products-section .products-list .product-item.selected {
    border: 1px solid var(--themeColor, #666666);
    box-shadow: 0 0 6px 0 var(--themeColor, #666666);
}

.vc-category-products-section .products-list .product-item a {
    display: block;
    transition: opacity .3s ease-in-out;
    position: relative;
}

.vc-category-products-section .products-list .product-item a img {
    display: block;
}

.vc-category-products-section .products-list .product-item a .price-holder {
    position: absolute;
    display: inline-block;
    z-index: 3;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: 400;
    background-color: #212529;
}

.vc-category-products-section .products-list .product-item a:hover {
    opacity: .7;
}

.vc-category-products-section .btn-holder {
    text-align: center;
    margin-top: 10px;
}

.vc-category-products-section .btn-holder .trigger-btn {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #008be2;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--themeColor, #666666);
    color: #ffffff;
    max-width: 300px;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    padding: 9px 19px;
    outline: 0;
    transition: opacity .3s ease-in-out;
}

.vc-category-products-section .btn-holder .trigger-btn:hover {
    opacity: .7;
}

.vc-category-products-section .btn-holder .trigger-btn:before {
    color: #ffffff;
    margin-left: 10px;
    right: 5%;
    top: 50%;
    margin-top: -4px;
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    background-image: none;
}

.vc-category-products-section .options-list {
    width: 100%;
    left: 0;
    height: auto;
}

.vc-category-products-section .options-list .option-placeholder {
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.vc-category-products-section .options-list .options-header {
    display: none;
    padding: 15px 20px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    flex-shrink: 0;
}

@media (max-width: 767px) and (min-width: 481px) {
    .vc-category-products-section .options-list .options-header {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

.vc-category-products-section .options-list .options-header .close {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    background-image: url("../arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.vc-category-products-section .options-list .options-header h5 {
    text-align: center;
    padding: 0 30px;
}

.vc-category-products-section .options-list ul {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    margin: 0;
    list-style-type: none;
    padding-bottom: 50px;
}

.vc-category-products-section .options-list ul li {
    align-items: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    width: calc(33% - 19px);
    margin: 10px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.vc-category-products-section .options-list ul li:hover,
.vc-category-products-section .options-list ul li.selected {
    background-color: #008be2;
    color: #ffffff;
}

.vc-category-products-section .options-list ul li.selected {
    border: 1px solid var(--themeColor, #666666);
    box-shadow: 0 0 6px 0 var(--themeColor, #666666);
}

.vc-category-products-section .options-list ul li.selected .name {
    color: #FFFFFF;
}

.vc-category-products-section .options-list ul li .thumbnail {
    width: 100%;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
}

.vc-category-products-section .options-list ul li .thumbnail img {
    flex-shrink: 0;
    object-position: center center;
}

.vc-category-products-section .options-list ul li .thumbnail figure {

    margin: 0;
    position: relative;
}

.vc-category-products-section .options-list ul li .thumbnail figure .price-holder {
    position: absolute;
    display: inline-block;
    z-index: 3;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: 400;
    background-color: #212529;
}

.vc-category-products-section .options-list ul li .thumbnail .name {
    display: block;
    padding: 5px 10px;
    flex-grow: 1;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.vc-category-products-section .options-list ul li:hover .thumbnail .name {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .vc-category-products-section .products-list .product-item a .price-holder {
        display: none;
    }
}

@media (max-width: 767px) {
    .vc-category-products-section .options-list ul li {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media (max-width: 480px) {
    .vc-category-products-section .options-list ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .vc-category-products-section .options-list ul li .thumbnail {
        flex-direction: row;
    }

    .vc-category-products-section .options-list ul li .thumbnail figure {
        width: 50%;
    }

    .vc-category-products-section .options-list ul li .thumbnail .name {
        width: 50%;
        flex-basis: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-tab a {
    border: 1px dashed #999;
    color: var(--themeColor, #666666);
    font-weight: normal;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 5px;
}

#affwp-affiliate-dashboard .affwp-affiliate-dashboard-tab.active a,
#affwp-affiliate-dashboard .affwp-affiliate-dashboard-tab a:hover {
    background: var(--themeColor, #666666);
    color: #fff;
}

#affwp-generate-ref-url {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(95 125 149 / 30%);
    padding: 25px 25px 35px;
    margin-top: 40px;
}

#affwp-generate-ref-url .affwp-referral-url-submit-wrap input[type=submit],
#affwp-generate-ref-url .affwp-wrap input {
    padding: 10px;
}

#affwp-generate-ref-url .affwp-wrap label {
    font-weight: bolder;
    font-size: 13px;
    margin-bottom: 2px;
    display: inline-block;
}

#affwp-graphs-date-options {
    padding: 6px 30px 6px 10px;
    text-align: left;
}

.product-elements {
    display: flex;
    margin-left: -100%;
    padding: 0 15px;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cpf-type-product .tm-quantity-alt {
    display: flex;
}

.cpf-type-product.tcwidth-100 .tc-epo-element-product-container-left {
    display: none;
}

.cpf-type-product.tcwidth-100 .tc-epo-element-product-container-right {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
}

.product-elements .cpf-type-product.tcwidth-50 .tc-epo-element-product-container-left {
    width: 46%;
    flex-basis: 46%;
}

.product-elements .cpf-type-product.tcwidth-50 .tc-epo-element-product-container-right {
    width: 50%;
    flex-basis: 50%;
}

.cpf-type-product .tm-quantity-alt .quantity {
    width: unset;
}

.cpf-type-product .product-price {
    display: none;
}

.product-elements .cpf-type-product.tcwidth-50 {
    margin: 0;
    padding: 15px !important;
    border: 1px solid #DDDDDD;
}


@media (max-width: 1200px) {
    .product-elements {
        margin-left: -105%;
        padding: 0;
    }

    .product-elements .cpf-type-product.tcwidth-50 .tc-epo-element-product-container-left {
        width: 36%;
        flex-basis: 36%;
    }

    .product-elements .cpf-type-product.tcwidth-50 .tc-epo-element-product-container-right {
        width: 60%;
        flex-basis: 60%;
    }

}

@media (max-width: 768px) {
    .product-elements {
        margin-left: 0;
        padding: 20px;
    }
}

@media (max-width: 550px) {

    .product-elements {
        padding: 0;
    }

    .product-elements .cpf-type-product.tcwidth-50 .tc-epo-element-product-container {
        display: block;
    }

    .product-elements .cpf-type-product.tcwidth-50 .tc-epo-element-product-container-left {
        width: 100%;
    }

    .product-elements .cpf-type-product.tcwidth-50 .tc-epo-element-product-container-right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}

.cpf-type-product .tm-quantity-alt {
    display: flex;
}

.content-main .tm-has-options.product.narrow-width {
    width: 82%;
    margin: 0;
}

.cpf-type-product .single_add_to_cart_product.button {
    background-color: var(--themeColor, #666666);
    border-radius: 0;
    outline: 0;
    color: #fff;
    border: 0;
}

.cpf-type-product .single_add_to_cart_product.button:not(.alt) {
    background-color: #198754;
}

.cpf-type-product .single_add_to_cart_product.button:not(.alt):before {
    content: "";
    margin-right: 5px;
    font-family: "FontAwesome";
}

.content-main .tm-products-summary {
    width: 20%;
    position: fixed;
    right: 0;
    top: 20%;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 2;
}

.content-main .tm-products-summary .top-area h3 {
    padding: 15px 15px 0;
}

.content-main .tm-products-summary ul li:not(:last-child) {
    margin-bottom: 15px;
}

.content-main .tm-products-summary ul li {
    display: flex;
    align-items: center;
}

.content-main .tm-products-summary ul {
    margin-left: auto;
    padding: 0 15px;
}

.content-main .tm-products-summary ul li > figure {
    flex-basis: 100px;
    flex-shrink: 0;
    margin: 0;
    margin-right: 10px;
}

.content-main .tm-products-summary ul li > div {
    flex-grow: 1;
}

.content-main .tm-products-summary .info {
    padding: 15px;
}

.content-main .tm-products-summary button {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
}

.content-main .tm-products-summary .price-holder {
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.035);
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    pointer-events: none;
}

body.tm-has-product .mobile_bottom_bar, body.tm-has-product .socialShare .socialBox {
    display: none !important;
}

@media (max-width: 1330px) {
    .content-main .full-width.narrow-width {
        width: 100%;
    }

    .content-main .tm-has-options.product.narrow-width {
        width: 79%;
    }
}

@media (max-width: 1150px) {

    .content-main .tm-has-options.product.narrow-width {
        width: 100%;
    }

    .content-main .tm-products-summary {
        position: fixed;
        top: unset !important;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        box-shadow: 0 0 11px 1px #000;
    }

    .content-main .tm-products-summary {
        box-shadow: 0 0 11px 1px #000;
    }

    .content-main .tm-products-summary .top-area h3 {
        background-color: #ddd;
        color: #000;
        margin-bottom: 20px;
        padding: 11px;
        text-align: center;
        font-size: 18px !important;
    }

    .content-main .tm-products-summary .top-area {
        display: none;
    }

    .content-main .tm-products-summary .top-area ul {
        overflow-y: auto;
        max-height: 300px;
    }

    .content-main .tm-products-summary .info {
        display: flex;
        justify-content: space-between;
    }

    .content-main .tm-products-summary .info .price-holder {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        margin-right: 20px;
        flex-basis: calc(50% - 20px);
        flex-shrink: 0;
        pointer-events: all;
    }

    .content-main .tm-products-summary .info button {
        flex-grow: 1;
    }

    body.tm-has-product .sb-chat-btn {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .content-main .tm-products-summary .info .price-holder {
        flex-basis: 150px;
        margin-right: 15px;
    }
}

.dmd-quickview-modal .tm-options-totals .price.options,
.dmd-quickview-modal .summary.entry-summary .product_title + .price {
    display: none !important;
}

.btn-title {
    background: var(--themeColor, #666666);
    color: #fff;
    padding: 11px 38px;
    display: inline-block;
    text-decoration: none;
    border: none;
    margin: auto;
}

.site-header.style-3 > span[data-pushbar-target="sidebarCart"] {
    display: none !important;
}

.site-header.style-3 .header-top .left {
    display: flex;
    align-items: center;
}

.site-header.style-3 .header-top .left a {
    padding: 0 10px;
}

.site-header.style-3 .header-bottom .icon-boxes {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-right: 10px;
}

.site-header.style-3 .header-bottom .icon-boxes .icon-box {
    display: flex;
    align-items: center;
    padding: 2px 0;
    margin-left: 15px;
    text-align: left;
}

.site-header.style-3 .header-bottom .icon-boxes .icon-box i {
    font-size: 26px !important;
    margin-right: 10px;
}

.site-header.style-3 .header-bottom .icon-boxes .icon-box p {
    margin: 0;
    font-size: 12px;
}

.site-header.style-3 .header-bottom .icon-boxes .icon-box p:last-child {
    color: var(--themeColor, #666666);
}

.category-list-items-wrapper .category-items-holder {
    display: flex;
    flex-wrap: wrap;
}

.category-list-items-wrapper .category-items-holder[data-desktop-count="6"] .category-single-item {
    width: calc(100% / 6);
}

.category-list-items-wrapper .category-items-holder[data-desktop-count="5"] .category-single-item {
    width: calc(100% / 5);
}

.category-list-items-wrapper .category-items-holder[data-desktop-count="4"] .category-single-item {
    width: calc(100% / 4);
}

.category-list-items-wrapper .category-items-holder[data-desktop-count="3"] .category-single-item {
    width: calc(100% / 3);
}

.category-list-items-wrapper .category-items-holder[data-desktop-count="2"] .category-single-item {
    width: calc(100% / 2);
}

.category-list-items-wrapper .category-items-holder[data-desktop-count="1"] .category-single-item {
    width: 100%;
}


.category-list-items-wrapper .category-items-holder .category-single-item a {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 7px 10px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.category-list-items-wrapper .category-items-holder .category-single-item a:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
    z-index: 2;

}

.category-list-items-wrapper .category-items-holder .category-single-item a .left-col {
    padding: 10px;
    width: 60%;
}

.category-list-items-wrapper .category-items-holder .category-single-item a .left-col p:last-child {
    margin-bottom: 0;
}

.category-list-items-wrapper .category-items-holder .category-single-item a .left-col p:first-child {
    margin-bottom: 5px;
}

.category-list-items-wrapper .category-items-holder .category-single-item a .right-col {
    width: 40%;
    font-size: 0;
}

.category-list-items-wrapper .category-items-holder .category-single-item a .right-col img {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .single-product .summary .title-share-holder {
        padding-left: 0;
    }

    .category-list-items-wrapper .category-items-holder[data-tablet-count="3"] .category-single-item {
        width: calc(100% / 3);
    }

    .category-list-items-wrapper .category-items-holder[data-tablet-count="2"] .category-single-item {
        width: calc(100% / 2);
    }

    .category-list-items-wrapper .category-items-holder[data-tablet-count="1"] .category-single-item {
        width: 100%;
    }

    .site-header.style-3 .header-bottom #mobile-menu {
        display: flex;
        justify-content: flex-end;
    }

}

@media (max-width: 1000px) {
    .site-header.style-3 .header-bottom #site-navigation {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .category-list-items-wrapper .category-items-holder[data-mobile-count="2"] .category-single-item {
        width: calc(100% / 2);
    }

    .category-list-items-wrapper .category-items-holder[data-mobile-count="1"] .category-single-item {
        width: 100%;
    }

}

@media (max-width: 500px) {
    .category-list-items-wrapper .category-items-holder .category-single-item a {
        padding: 4px 6px;
    }

    .category-list-items-wrapper .category-items-holder .category-single-item a .left-col {
        padding: 5px;
    }
}


.dmd-employee {
    width: 100%;

    padding: 10px 10px 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}

.dmd-employee .employee-name {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    font-weight: bold;
}

.dmd-employee .desc {
    margin: 0 0 5px 0;
}

.dmd-employee .employee-image {
    margin-bottom: 8px;
    font-size: 0;
}

.dmd-employee .fa {
    margin: 0 10px 5px 0;
    background: #008be2;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    width: 25px;
    padding: 5px;
}


@media (max-width: 767px) {
    .dmd-employee {
        display: flex;
    }

    .dmd-employee .employee-image {

        flex-basis: 50%;
    }

    .dmd-employee .content {

        flex-basis: 50%;
        line-height: 35px;
        padding-left: 10px;
    }
}

@media (max-width: 530px) {
    .dmd-employee {
        display: block;
    }

    .dmd-employee .content {
        line-height: 30px;
        padding-left: 0px;
    }
}

.property-after-short-descr.woocommerce-tabs {
    margin-top: -11px !important;
}

.property-after-short-descr.woocommerce-tabs nav.tabs {
    display: block;
    text-align: left;
    margin-bottom: 20px;

}

.property-after-short-descr.woocommerce-tabs nav.tabs li {
    float: none;
    width: auto;
}

.property-after-short-descr.woocommerce-tabs nav.tabs #tab-title-properties {
    border: none;

    font-weight: bold;
    background-color: transparent;
}

.property-after-short-descr.woocommerce-tabs nav.tabs #tab-title-properties span {
    padding: 0;
    color: var(--themeColor, #666666);
}

.property-after-short-descr.woocommerce-tabs nav.tabs #tab-title-properties span i {
    font-size: 12px;
}

.vc-persons-wrapper .vc-person-popup {
    display: none;
}

.vc-persons-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vc-persons-holder .single-person {
    margin: 30px 10px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

}

.vc-persons-holder .single-person.desktop-five-items {
    flex: 0 0 calc((100% / 5) - 20px)
}

.vc-persons-holder .single-person.desktop-four-items {
    flex: 0 0 calc((100% / 4) - 20px)
}

.vc-persons-holder .single-person.desktop-three-items {
    flex: 0 0 calc((100% / 3) - 20px)
}

@media (max-width: 1200px) {
    .vc-persons-holder .single-person.tablet-three-items {
        flex: 0 0 calc((100% / 3) - 20px)
    }

    .vc-persons-holder .single-person.tablet-two-items {
        flex: 0 0 calc((100% / 2) - 20px)
    }
}

@media (max-width: 1200px) {
    .vc-persons-holder .single-person.tablet-three-items {
        flex: 0 0 calc((100% / 3) - 20px)
    }

    .vc-persons-holder .single-person.tablet-two-items {
        flex: 0 0 calc((100% / 2) - 20px)
    }
}

@media (max-width: 767px) {
    .vc-persons-holder .single-person.mobile-two-items {
        flex: 0 0 calc((100% / 2) - 20px)
    }

    .vc-persons-holder .single-person.mobile-one-item {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .vc-persons-holder .single-person {
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


.vc-persons-holder .single-person .person-info {
    padding: 15px 10px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    text-align: center;
}

.vc-persons-holder .single-person h4 {

    margin: 0;
}

.vc-persons-holder .single-person h4 i {
    font-size: 0.9rem;
    color: var(--themeColor, #666666);

}

.vc-persons-holder .single-person p {
    margin-bottom: 0;
}

.vc-persons-holder .single-person figure {
    margin: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.vc-persons-holder .single-person .modal-action {
    cursor: pointer;
}

.vc-persons-holder .single-person figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vc-persons-holder .single-person .person-bio {
    display: none;
}

.vc-person-popup.fancybox-content {
    height: 550px;
    max-width: 850px;
    padding: 85px 3% 65px;
    width: 100%;
}

.vc-person-popup .areas {
    display: flex;
}

@media (max-width: 700px) {
    body .vc-person-popup.fancybox-content {
        padding: 40px 15px;
        height: auto;
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 700px) {
    .vc-person-popup .areas {
        display: block;
    }
}

.vc-person-popup .areas .left {
    width: 200px;
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .vc-person-popup .areas .left {
        display: none;
    }
}

.vc-person-popup .areas .left figure {
    position: relative;
    padding-bottom: 100%;
    margin: 0;
}

.vc-person-popup .areas .left figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vc-person-popup .areas .right {
    flex-grow: 1;
}

.vc-person-popup .areas .right .bio p {
    margin: 0;
}

@media (min-width: 701px) {
    .vc-person-popup .areas .right {
        margin-left: 40px;
        max-height: 450px;
        overflow-y: auto;
        padding-right: 15px;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-thumb {
        background: #008be2;
        border-radius: 50px;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-thumb:hover {
        background: #008be2;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-thumb:active {
        background: #008be2;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-track {
        background: #4a4f53;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-track:hover {
        background: #4a4f53;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-track:active {
        background: #4a4f53;
    }

    .vc-person-popup .areas .right::-webkit-scrollbar-corner {
        background: transparent;
    }
}

.vc-person-popup .areas .right .bio {
    line-height: 1.4;
}

@media (max-width: 500px) {
    .vc-person-popup .areas .right .bio {
        text-align: justify;
    }
}

/* Submenu second styles [START] */
.main-navigation .submenu-style-2 .menu-item-has-children {
    position: relative;
}

.main-navigation .submenu-style-2 .menu-item-has-children:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 8px;
}

.site-header .main-navigation .submenu-style-2 .sub-menu .menu-item-has-children a {
    font-weight: initial;
}

.main-navigation .submenu-style-2 > .sub-menu {
    flex-direction: column;
}

.main-navigation .submenu-style-2 .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 8px 0;
}

.main-navigation .submenu-style-2 .menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Submenu second styles [END] */

/* Events WP bakery element styles [START] */
.events-wrapper {
    display: grid;
    grid-template-columns: repeat(var(--desktop-columns, 3), 1fr);
    gap: 24px;
}

.events-wrapper .event-card {
    padding: 24px 16px 16px;
    border: 1px solid #e3e8ef;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .05);
}

.events-wrapper .event-card .fa {
    font-size: 16px;
}

.events-wrapper .event-card .event-card-detail {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 4px;
}

@media (max-width: 1200px) {
    .events-wrapper {
        grid-template-columns: repeat(var(--tablet-columns, 2), 1fr);
    }
}

@media (max-width: 767px) {
    .events-wrapper {
        grid-template-columns: repeat(var(--mobile-columns, 1), 1fr);
    }
}

/* Events WP bakery element styles [END] */

/* Fixed sidebar styles [START] */
:root {
    --sidebar-width: 60px;
}

.epodex-fixed-sidebar .sb-woocs-wrap .woocs-style-3-du-dialog-starter {
    display: none;
}

@media (min-width: 992px) {
    body.has-fixed-sidebar .site {
        width: calc(100% - var(--sidebar-width)) !important;
    }

    body.has-fixed-sidebar #masthead.sticky-pin {
        right: var(--sidebar-width);
        left: 0;
        width: calc(100% - var(--sidebar-width));
    }

    .admin-bar .epodex-fixed-sidebar {
        top: 32px;
    }

    .epodex-fixed-sidebar {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: var(--sidebar-width);
        padding: 10px;
        background: #fff;
        transition: all 0.3s ease;
        z-index: 100000;
        border-left: 1px solid #e6e6e6;
    }

    .epodex-fixed-sidebar .text {
        opacity: 0;
    }

    .epodex-fixed-sidebar:hover {
        width: 250px;
    }

    .epodex-fixed-sidebar:hover .text {
        opacity: 1;
    }

    .epodex-fixed-sidebar li {
        height: 50px;
        list-style: none;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .epodex-fixed-sidebar .icon {
        min-width: 36px;
        max-width: 36px;
        border-radius: 6px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin: 0;
        object-fit: contain;
        padding: 0 6px;
    }

    .epodex-fixed-sidebar img.icon {
        padding: 0 8px;
    }

    .epodex-fixed-sidebar .text,
    .epodex-fixed-sidebar .icon {
        color: #000;
        transition: all 0.3s ease;
    }

    .epodex-fixed-sidebar .text {
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
    }

    .epodex-fixed-sidebar li a {
        list-style: none;
        background-color: transparent;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .epodex-fixed-sidebar li a:hover {
        background-color: var(--themeColor);
    }

    .epodex-fixed-sidebar li a:hover .icon,
    .epodex-fixed-sidebar li a:hover .text {
        color: #fff;
    }

    .epodex-fixed-sidebar li:not(.remove-icon-filter) a:hover img.icon {
        filter: invert(1);
    }

    .epodex-fixed-sidebar .menu-bar {
        height: calc(100% - 55px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .menu-bar::-webkit-scrollbar {
        display: none;
    }

    .menu-links {
        margin: 0;
        padding: 1px;
    }

    .fancybox-content-for-sidebar {
        display: none;
    }

    .fancybox-content.fancybox-content-for-sidebar {
        min-width: 500px;
        max-width: 700px;
    }
}

@media (max-width: 782px) {
    .admin-bar .epodex-fixed-sidebar {
        top: 46px;
    }
}

@media (max-width: 991px) {
    .epodex-fixed-sidebar {
        display: none;
    }
}

/* Fixed sidebar styles [END] */

/* Show products on lightbox styles [START] */

.show-lightbox-products {
    pointer-events: all;
}

.show-lightbox-products.loading {
    position: relative;
}

.show-lightbox-products.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-color: var(--themeColor, #666666);
    z-index: 10;
}

.with_lightbox.categorie-box {
    padding-bottom: 0;
    border-bottom: none !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.with_lightbox.categorie-box .content-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.with_lightbox.categorie-box .column {
    padding: 0;
}

.with_lightbox.categorie-box .column .priceBox,
.with_lightbox.categorie-box .column .ctg-description {
    padding: 0 20px;
}

.with_lightbox.categorie-box .show-lightbox-products {
    background-color: #f2eeef;
    width: 100%;
    border-radius: 0;
    border: none;
}

.with_lightbox.categorie-box .description-popup-icon,
.with_lightbox.categorie-box .video-popup-icon {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.with_lightbox .bottom-btns-wrap {
    display: flex;
    margin-top: 20px;
    min-height: 32px;
    width: 100%;
}

.with_lightbox .bottom-btns-wrap .btn {
    width: 100%;
    text-decoration: none;
    border-radius: 0;
    border: none;
    line-height: 24px;
}

.with_lightbox .bottom-btns-wrap .btn:nth-child(1) {
    background-color: #f2eeef;
    color: #212529;
}

.with_lightbox .bottom-btns-wrap .btn:nth-child(2) {
    background-color: var(--themeColor, #666);
    color: #fff;
}

.with_lightbox .bottom-btns-wrap .btn:hover {
    opacity: 0.8;
}

.with_lightbox .left-border {
    display: none !important;
}

.with_lightbox .info-holder {
    margin-top: 20px;
}

.with_lightbox .item-title {
    padding: 0 20px;
    margin-top: 20px;
}

.with_lightbox .item-description {
    padding: 0 20px;
}

.with_lightbox.vc-custom-tabs-holder .tabs-items-holder .item-holder .txt-holder {
    border-top: 1px solid #e2e2e2;
    padding: 0;
}

.with_lightbox.vc-custom-tabs-holder .tabs-items-holder .vc-items-slide-item.styles-for-portrait-image .item-holder {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.ajax-products-lightbox.fancybox-content {
    max-width: 1000px;
}

.ajax-products-wrap .products {
    display: flex;
    flex-wrap: wrap;
}

.ajax-products-wrap .products .woocommerce-loop-product__link {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: space-between;
}

.ajax-products-wrap .products .product .woocommerce-loop-product__title {
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.ajax-products-wrap .products .toProduct {
    display: none;
}

.ajax-products-wrap .products .product .price {
    margin-bottom: 12px;
    font-size: 14px;
}

.ajax-products-wrap .products .product .price .woocs_price_code {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    font-size: 16px;
}

.ajax-products-wrap .products .product .price .woocs_price_code:after {
    content: '\f054';
    line-height: 1;
    font-family: FontAwesome;
    font-size: 16px;
    color: var(--themeColor, #666666);
    display: inline-block;
}

@media (max-width: 767px) {
    .ajax-products-pushbar.pushbar.from_left {
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        min-height: 150px;
        height: 80%;
        transform: translateZ(0) translateY(100%);
    }

    .ajax-products-pushbar.pushbar.opened {
        transform: translateX(0) translateY(0);
    }

    .ajax-products-pushbar.pushbar .header {
        background: var(--themeColor, #666666);
    }

    .ajax-products-pushbar.pushbar button {
        color: #000;
        background: #fff !important;
        margin-top: 7px;
    }

    .ajax-products-wrap .products .product {
        border: 1px solid #ccc !important;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
    }

    .ajax-products-wrap .products .woocommerce-loop-product__link {
        display: grid;
        grid-template-areas:
        "image title"
        "image price";
        grid-template-columns: 2fr 2fr;
        text-decoration: none;
    }

    .ajax-products-wrap .products .product img {
        grid-area: image;
        height: 100%;
        object-fit: cover;
    }

    .ajax-products-wrap .products .product .woocommerce-loop-product__title {
        grid-area: title;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ajax-products-wrap .products .product .price {
        grid-area: price;
        font-size: 14px;
    }
}

/* Show products on lightbox styles [END] */

/* Lazy load for the YouTube videos [START] */
.lazy-iframe-wrap {
    position: relative;
}

.lazy-iframe-wrap .load-iframe-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lazy-iframe-wrap .load-iframe-btn img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.lazy-iframe-wrap .load-iframe-btn svg {
    position: relative;
}

/* Lazy load for the YouTube videos [END] */

.tmcp-field-wrap .saving-amount {
    grid-column: span 2;
}


.vc-compare-table .boxes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.vc-compare-table .boxes .box-holder {
    margin-bottom: 30px;
}

.vc-compare-table .boxes .box-holder > div {
    height: 100%;
    flex-direction: column;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

.vc-compare-table .boxes .box-holder figure {
    font-size: 0;
}

.vc-compare-table .boxes .box-holder figure img {
    width: 100%;
    height: auto;
}

.vc-compare-table .boxes .box-holder .metas {
    flex-grow: 1;
    padding: 20px 20px 30px;
}

.vc-compare-table .boxes .box-holder .metas .heading {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(28, 28, 28, .2);
}

.vc-compare-table .boxes .box-holder .metas .heading h3 {
    font-size: 24px;
    margin: 0;
}

.vc-compare-table .boxes .box-holder .metas .heading h4 {
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    font-weight: normal !important;
}

.vc-compare-table .boxes .box-holder .metas .content {
    padding-top: 20px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .vc-compare-table .boxes.mobile-slider {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none;
    }

    .vc-compare-table .boxes.mobile-slider::-webkit-scrollbar {
        display: none;
    }

    .vc-compare-table .boxes.mobile-slider .box-holder {
        flex-shrink: 0;
        flex-basis: 90%;
    }


}

#amazon_customer_details .col2-set .col-1,
#amazon_customer_details .col2-set .col-2 {
    width: 100% !important;
    max-width: 100% !important;
}

.epodex-sb-chat-btn {
    position: fixed;
    visibility: visible;
    bottom: 60px;
    right: auto;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16);
    transition: unset;
    background-color: var(--themeColor, #666666);
    z-index: 999995;
}

.epodex-sb-chat-btn img {
    max-width: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    min-height: 0 !important;
    min-width: 0 !important;
    z-index: 0;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    body .epodex-sb-chat-btn {
        bottom: 0 !important;
        right: 0 !important;
        border-radius: 0;
        height: 47px;
        box-shadow: none;
        text-align: center;
        width: calc((100% / 4));
        left: unset !important;
    }

    .epodex-sb-chat-btn img {
        height: 100% !important;
        width: auto !important;
        right: 0 !important;
        margin: auto !important;
    }

    body .zsiq_theme1.zsiq_floatmain {
        display: block;
        bottom: 0;
        right: 0;
        border-radius: 0;
        height: 47px;
        box-shadow: none;
        text-align: center;
        width: calc((100% / 4));
        left: unset;
        max-height: unset;
    }

    body .zsiq_theme1.zsiq_floatmain .zsiq_float {
        width: 100%;
        display: block;
    }

    body .zsiq_theme1.zsiq_floatmain .siqicon:before {
        line-height: 47px;
        font-size: 24px;
    }

    body .zsiq_theme1.zsiq_floatmain .zsiq_flt_rel {
        width: 100%;
        border-radius: 0;
        display: block;
        height: 47px;
    }

    body .zsiq_theme1.zsiq_floatmain #titlediv {
        display: none;
    }
}

.fancybox-content.usp-list-fancybox {
    max-width: 590px;
}

.fancybox-container .fancybox-content {
    padding: 44px 25px 25px 25px;
}

.fancybox-container .fancybox-slide--html .fancybox-close-small {
    padding: 4px;
}

.usp-list-wrapper {
    text-decoration: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--desktop-columns, 2), 1fr);
}

.usp-list-wrapper:hover {
    text-decoration: none;
    color: #000;
}

.usp-list-wrapper:focus {
    outline: none;
    color: #000;
}

.usp-list-wrapper .usp-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid rgb(229, 229, 229);
    margin-top: -1px;
    margin-left: -1px;
    text-decoration: none;
    color: #000;
    outline: none;
}

.usp-list-wrapper .usp-list-item img {
    max-width: 20px;
}

@media (max-width: 1200px) {
    .usp-list-wrapper {
        grid-template-columns: repeat(var(--tablet-columns, 1), 1fr);
    }
}

@media (max-width: 767px) {
    .usp-list-wrapper {
        grid-template-columns: repeat(var(--mobile-columns, 1), 1fr);
    }

    .usp-list-wrapper .usp-list-item {
        margin-left: 0;
    }
}

body .zsiq_floatmain {
    z-index: 100000 !important;
}

.success-message.fancybox-content {
    max-width: 500px;
    text-align: center;
    font-size: 18px;
}

.success-message.fancybox-content figure {
    font-size: 0;
    max-width: 90px;
    margin: auto;
    margin-bottom: 25px;

}

.bullet-points-wrapper ul {
    list-style: none;
    margin: 0;
}

.bullet-points-wrapper i {
    font-size: 25px;
}

.bullet-points-wrapper span {
    font-size: 19px;
}

.bullet-points-wrapper li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.reviews_bar .ywar_stars_value {
    min-width: 86px;
}

.thumbnails-total-count {
    display: none;
}

.gallery-btns-wrap {
    padding: 0 1px 0 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gallery-btns-wrap::-webkit-scrollbar {
    display: none;
}

.gallery-btns-wrap button {
    border: 1px solid var(--themeColor, #ccc);
    white-space: nowrap;
    font-size: 16px;
    flex: 1 1 0;
    position: relative;
    text-align: left;
    padding: 6px 26px 6px 15px !important;
}

.gallery-btns-wrap button + button {
    margin-left: -1px;
}

.gallery-btns-wrap button:after {
    content: "\f054";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.8);
}

.gallery-btns-wrap button:hover:after {
    color: #fff;
}

.gallery-btns-wrap button i {
    margin-right: 3px;
}

.gallery-btns-wrap .open-videos-gallery i {
    color: red;
    font-size: 20px;
}

.ywar-review-content {
    margin-top: 30px;
}

.epodex-remaining-content {
    display: none;
}

.epodex-read-more-btn {
    display: block;
    color: var(--themeColor, #000);
    cursor: pointer;
}

.epodex-read-more-btn:after {
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-left: 4px;
}

.epodex-read-more-btn.expended-text:after {
    content: "\f077";
}

#reviews .ywar-review-thumbnails {
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(35px, 70px)) 35px;
    gap: 8px;
    padding-top: 8px;
    border-bottom: none;
    position: relative;
    width: auto;
}

#reviews .ywar-review-thumbnails:after {
    content: attr(data-attachment-count);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 0;
}

#reviews .ywar_thumbnail {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review_thumbnail a:nth-child(4) {
    position: relative;
    z-index: 2;
}

.review_thumbnail a:nth-child(4) img {
    display: none;
}

.review_thumbnail a:nth-child(n + 5) {
    display: none;
}

.reply.review-actions + p {
    display: none;
}

#comments .commentlist li .comment-text {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .single-product header.entry-header {
        display: none;
    }

    .product-mobile-style-2 .woocommerce-product-gallery .tns-liveregion,
    .product-mobile-style-2 .woocommerce-product-gallery .tns-ovh {
        display: none;
    }

    .product-mobile-style-2 .content-main div.product .woocommerce-product-gallery .tns-outer .tns-nav {
        opacity: 1;
        bottom: 20px;
    }

    .woocommerce-product-gallery .tns-nav button {
        display: inline-block !important;
        border-radius: 50%;
        padding: 4px;
    }

    .gallery-btns-wrap {
        padding: 0 15px 15px;
        gap: 10px;
    }

    .gallery-btns-wrap button {
        border-radius: 50px;
        flex: 0 1 auto;
        text-align: center;
        padding: 6px 15px !important;
    }

    .gallery-btns-wrap button:after {
        display: none;
    }

    .gallery-btns-wrap button + button {
        margin: 0;
    }

    .product > .row > .col-md-6:first-child {
        padding: 0;
    }

    .single.single-product .product-subname {
        font-size: 16px !important;
    }

    .rating-and-price-wrap {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 16px 0;
    }

    .rating-and-price-wrap .second-price-wrap .tm-extra-product-options-totals {
        line-height: 1;
    }

    .thumbnails-total-count {
        font-size: 0.75rem !important;
        background-color: rgba(34, 34, 34, 0.66) !important;
        border-radius: 4px !important;
        color: rgb(255, 255, 255) !important;
        padding: 3px 10px !important;
        display: inline-block;
        position: absolute;
        z-index: 10;
        bottom: 16px;
        right: 12px;
    }

    .yith-ywar-reviews-list.tns-slider {
        display: block;
    }

    #reviews #comments .commentlist.tns-slider {
        display: flex;
    }

    #comments .commentlist li {
        margin: 0;
        padding: 0 16px 0 0;
        box-shadow: none;
    }

    #reviews .comment_container {
        display: block;
        border-radius: 5px;
        transition: all .25s ease-in-out;
        box-shadow: 0 0 35px lightgray;
        padding: 20px;
        height: 100%;
    }

    #reviews .tns-ovh {
        overflow: initial;
    }

    #comments .commentlist li .comment-text {
        padding: 0;
    }

    #comments .commentlist li .meta {
        display: inline-flex;
        flex-direction: column;
    }

    #reviews .ywar_show_more {
        display: none;
    }

    .single-product .gray-area,
    .single-product .white-area {
        padding: 0;
    }
}

.subcategories-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    line-height: 55px;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.subcategories-list a:hover {
    border-color: #666;
}

.subcategory-style .subcategories-list {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 0 0 5px 5px;
}

.category-boxes-wrapper.subcategory-style .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder {
    background: linear-gradient(180deg, #555 0%, rgba(0, 0, 0, 0) 45%);
    justify-content: flex-start;
    padding-top: 20px;
    transition: all .4s ease;
}

.category-boxes-wrapper.subcategory-style .category-slider-holder .article-holder:hover .categorie-box.slider_style_left_align_2 .content-holder {
    background-color: rgba(0, 0, 0, .4);

}

.category-boxes-wrapper.subcategory-style .category-slider-holder .article-holder .categorie-box.slider_style_left_align_2 .content-holder .ctg-button button a:hover {
    background-color: var(--themeColor, #000);
    color: #fff;
}
