.product-price .price-incl,
.product-price .price-excl,
.product-price .vat-text {
  display:none;
}
.product-price .price-incl.active,
.product-price .price-excl.active,
.product-price .vat-text.active {
  display:inline-block;
}

.price-switcher label {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.price-switcher label.excl, .price-switcher label.incl {
    max-width: 30px;
    line-height: 14px;
}

.price-switcher label.excl {
    margin-right: 2px;
}

.price-switcher label.incl {
    margin-left: 10px;
}

.switch {
    display: inline-block;
    height: 34px;
    width: 60px;
    position: relative;
    width: 60px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked + .slider {
    background-color: #1c2448;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#resNav .price-switcher {
    border-bottom: 1px solid #ddd;
}

#section-plugin_reviews #ism_shopReviews {background: var(--bg-panel);border-radius:var(--theme-border-radius);}
#section-plugin_reviews #ism_shopReviews .review .review-inner {background: var(--bg);border-radius:var(--theme-border-radius);position:relative;margin:15px;top:0;-webkit-transition: all var(--theme-transistion) ease-in-out;-moz-transition: all var(--theme-transistion) ease-in-out;-ms-transition: all var(--theme-transistion) ease-in-out;-o-transition: all var(--theme-transistion) ease-in-out;transition: all var(--theme-transistion) ease-in-out;}
#section-plugin_reviews #ism_shopReviews .review .icon-shape-theme {background:var(--color-secondary-text);color:var(--color-secondary);width:45px;height:45px;}
#section-plugin_reviews #ism_shopReviews .review .review-text {display: inline-block;display: -webkit-box;height: 9.25rem;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;border-bottom:1px solid var(--color-border)!important;}
