:root {
    --vcex-icon-xs: 12px;
    --vcex-icon-sm: 20px;
    --vcex-icon-normal: 40px;
    --vcex-icon-md: 60px;
    --vcex-icon-lg: 80px;
    --vcex-icon-xl: 100px
}

.vcex-elementor-icon {
    display: inline-block;
    vertical-align: middle
}

.vcex-elementor-icon svg {
    height: 1em;
    width: auto;
    display: block;
    fill: currentColor
}

.vcex-elementor-icon svg:not([viewBox]) {
    height: 1em;
    width: 1em
}

.vcex-icon-wrap {
    position: relative;
    text-align: center;
    transform: rotate(0.0001deg)
}

.vcex-icon-wrap:not(.wpex-inline-flex):not(.wpex-flex) {
    display: inline-block
}

.vcex-icon-wrap.left,
.vcex-icon-position-left {
    margin-inline-end: 10px
}

.vcex-icon-wrap.right,
.vcex-icon-position-right {
    margin-inline-start: 10px
}

.vcex-grid-container>:is(.wpex-float-right, .alignright) {
    float: none;
    justify-self: end
}

.vcex-grid-container>:is(.wpex-float-left, .alignleft) {
    float: none;
    justify-self: start
}

.vcex-grid-container>:is(.wpex-float-center, .aligncenter, .wpex-m-auto) {
    margin-inline: initial;
    justify-self: center
}

.vcex-flex-container--items_grow>* {
    flex-grow: 1
}

.vcex-flex-container--items_shrink_0>* {
    flex-shrink: 0
}

.vcex-flex-container>.vcex-button {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.vcex-flex-container>.vcex-list_item.wpex-mb-5 {
    margin-block-end: 0
}

.vcex-spacing {
    height: var(--vcex-spacing-height, 30px)
}

.vcex-animated-text {
    min-height: 1em
}

.vcex-animated-text .vcex-ph {
    width: 1px
}

.vcex-animated-text .typed-cursor {
    font-weight: 300;
    opacity: 1;
    animation: vcex-typed-blink .7s infinite
}

@keyframes vcex-typed-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.vcex-heading-bottom-border-w-color .vcex-heading-inner {
    bottom: -2px
}

.vcex-heading-graphical {
    padding: 10px 15px;
    background: linear-gradient(var(--wpex-surface-2), var(--wpex-surface-3));
    background-repeat: no-repeat;
    box-shadow: inset 0 1px 1px var(--wpex-surface-1);
    border: 1px solid var(--wpex-surface-4);
    border-radius: var(--wpex-rounded-sm)
}

.vcex-bullets ul {
    display: flex;
    gap: inherit;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important
}

.vcex-bullets ul li {
    margin: 0;
    list-style-type: none
}

.vcex-bullets--horizontal ul {
    flex-wrap: wrap;
    justify-content: inherit
}

.vcex-bullets--vertical ul {
    flex-direction: column
}

.vcex-bullets-check ul li,
.vcex-bullets-gray ul li,
.vcex-bullets-blue ul li,
.vcex-bullets-red ul li,
.vcex-bullets-purple ul li {
    padding-inline-start: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: var(--vcex-bullet-image)
}

[dir=rtl] .vcex-bullets-check ul li,
[dir=rtl] .vcex-bullets-gray ul li,
[dir=rtl] .vcex-bullets-blue ul li,
[dir=rtl] .vcex-bullets-red ul li,
[dir=rtl] .vcex-bullets-purple ul li {
    background-position: right center
}

.vcex-bullets-check {
    --vcex-bullet-image: url(../../images/bullets/check.png)
}

.vcex-bullets-gray {
    --vcex-bullet-image: url(../../images/bullets/gray.png)
}

.vcex-bullets-blue {
    --vcex-bullet-image: url(../../images/bullets/blue.png)
}

.vcex-bullets-red {
    --vcex-bullet-image: url(../../images/bullets/red.png)
}

.vcex-bullets-purple {
    --vcex-bullet-image: url(../../images/bullets/purple.png)
}

.vcex-toggle-group {
    --vcex-spacing: 15px;
    display: grid;
    gap: var(--vcex-spacing)
}

.vcex-toggle-group--w-borders {
    gap: 0;
    --vcex-border-width: 1px;
    --vcex-border-color: var(--wpex-border-main)
}

.vcex-toggle-group--w-borders .vcex-toggle {
    border-block-end: var(--vcex-border-width) solid var(--vcex-border-color)
}

.vcex-toggle-group--w-borders .vcex-toggle__trigger {
    padding-block: var(--vcex-spacing)
}

.vcex-toggle-group--w-borders .vcex-toggle__content {
    margin-block-start: 0;
    margin-block-end: calc(var(--vcex-spacing) + 10px)
}

.vcex-toggle-group--w-borders:where(:not(.vcex-toggle-group--no-top-border))>:where(div:first-of-type) {
    border-block-start: var(--vcex-border-width) solid var(--vcex-border-color)
}

.vcex-toggle-group--no-bottom-border>div:last-of-type {
    border-block-end: 0
}

.vcex-toggle__title {
    font-family: inherit;
    margin-block: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.4
}

.vcex-toggle__content {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.vcex-toggle--active .vcex-toggle__icon-open {
    display: none
}

.vcex-toggle:not(.vcex-toggle--active) .vcex-toggle__icon-close {
    display: none
}

.vcex-toggle:not(.vcex-toggle--active) .vcex-toggle__content {
    display: none
}

.vcex-toggle__trigger,
.vcex-toggle__trigger:hover {
    text-decoration: none
}

.vcex-leader.vcex-leader-dots .vcex-leader-item::before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
}

.vcex-leader.vcex-leader-dashes .vcex-leader-item::before {
    content: "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
}

.vcex-leader-item::before {
    float: left;
    width: 0;
    white-space: nowrap
}

:where([dir=rtl]) .vcex-leader-item::before {
    float: right
}

@media only screen and (max-width: 500px) {

    .vcex-leader.vcex-leader-dots.vcex-responsive .vcex-leader-item::before,
    .vcex-leader.vcex-leader-dashes.vcex-responsive .vcex-leader-item::before {
        display: none
    }

    .vcex-leader.vcex-leader-dots.vcex-responsive span,
    .vcex-leader.vcex-leader-dashes.vcex-responsive span {
        display: inline;
        float: none;
        width: auto;
        padding: 0
    }

    .vcex-leader.vcex-responsive span.vcex-inner {
        display: inline
    }
}

.vcex-divider-dotted:not(.vcex-divider-has-icon),
.vcex-divider-dotted .vcex-divider-border {
    height: 5px;
    background-image: url(../../images/dotted.png)
}

.vcex-divider-dots span {
    height: var(--vcex-divider-dot-size, 5px);
    width: var(--vcex-divider-dot-size, 5px)
}

.vcex-divider-dots--sm {
    --vcex-divider-dot-size: 3px
}

.vcex-divider-dots--md {
    --vcex-divider-dot-size: 8px
}

.vcex-divider-dots--lg {
    --vcex-divider-dot-size: 12px
}

.vcex-divider-dots--xl {
    --vcex-divider-dot-size: 17px
}

.wp-block-vcex-divider-dots .vcex-divider-dots {
    padding: var(--wpex-el-margin-bottom) 0
}

.vcex-divider-multicolor__item {
    height: 8px
}

@media screen and (max-width: 480px) {
    .vcex-multi-buttons.vcex-small-screen-full-width {
        flex-direction: column
    }

    .vcex-multi-buttons.vcex-small-screen-full-width .theme-button {
        display: block;
        width: 100% !important
    }
}

.vcex-icon-tiny {
    font-size: var(--vcex-icon-xs)
}

.vcex-icon-small {
    font-size: var(--vcex-icon-sm)
}

.vcex-icon-normal {
    font-size: var(--vcex-icon-normal)
}

.vcex-icon-medium {
    font-size: var(--vcex-icon-md)
}

.vcex-icon-large {
    font-size: var(--vcex-icon-lg)
}

.vcex-icon-xlarge {
    font-size: var(--vcex-icon-xl)
}

.vcex-icon-box-icon {
    font-size: 28px
}

.vcex-icon-box-icon svg {
    height: 1em
}

.vcex-icon-box-hover-text-white:hover *:not(.wpex-badge) {
    color: var(--wpex-white) !important
}

.vcex-pricing-button a {
    display: inline-block
}

.vcex-pricing-style-default .vcex-pricing {
    border-radius: 4px 4px 0 0
}

.vcex-pricing-style-default .vcex-pricing-header {
    border-radius: 4px 4px 0 0
}

.vcex-pricing-style-default .vcex-pricing-ammount {
    color: #7dbd21
}

.vcex-pricing-style-default .vcex-pricing-cost {
    border-block: 0 !important
}

.vcex-pricing-style-default .vcex-pricing-button {
    border-block-start: 0 !important
}

.vcex-pricing-content ul {
    margin: 0;
    list-style: none
}

.vcex-pricing-content ul li {
    margin: 0;
    margin-block-end: 10px;
    padding: 0
}

.vcex-pricing-content ul li:last-child {
    margin-block-end: 0
}

.vcex-pricing-content ul li img {
    margin-inline-end: 5px;
    display: inline-block
}

.vcex-skillbar-style-default .vcex-skillbar {
    height: 3em
}

.vcex-skillbar-style-alt-1 .vcex-skillbar {
    height: 2.5em
}

.vcex-login-form label {
    font-weight: var(--wpex-bold);
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.vcex-login-form input[type=text],
.vcex-login-form input[type=password] {
    margin-block-start: 10px;
    width: 100%
}

.vcex-login-form .pipe {
    display: inline-block;
    margin: 0 10px;
    opacity: .4
}

.vcex-login-form p.login-submit {
    margin-block-end: 0
}

.vcex-login-form .vcex-login-form-nav {
    padding-block-start: 20px
}

.vcex-login-form.logged-in p:last-child {
    margin: 0
}

.vcex-newsletter-form input[type=email] {
    width: 100%;
    margin: 0;
    padding: 0 1em;
    height: 3.5em;
    border-radius: 0
}

.vcex-newsletter-form-button {
    border-radius: 0;
    padding: 0 30px
}

.vcex-newsletter-form-button--min-height {
    min-height: 45px
}

@media only screen and (max-width: 767px) {
    .vcex-newsletter-form.vcex-fullwidth-mobile form {
        display: block;
        width: 100%
    }

    .vcex-newsletter-form.vcex-fullwidth-mobile .vcex-newsletter-form-label {
        width: 100%;
        text-align: center;
        border-right-width: 1px
    }

    .vcex-newsletter-form.vcex-fullwidth-mobile input {
        text-align: center
    }

    .vcex-newsletter-form.vcex-fullwidth-mobile .vcex-newsletter-form-button {
        margin: 15px 0 0;
        width: 100%;
        height: 3.5em
    }
}

:where(.wpex-classic-style) .vcex-milestone-number,
:where(.wpex-classic-style) .vcex-milestone-icon {
    font-size: 54px
}

body:not(.wpex-is-mobile-device) .vcex-image-swap:hover .vcex-image-swap-primary,
:where(.vcex-image-swap.wpex-touched, .vcex-image-swap:focus-within) .vcex-image-swap-primary {
    opacity: 0
}

body:not(.wpex-is-mobile-device) .vcex-image-swap:hover .vcex-image-swap-secondary,
:where(.vcex-image-swap.wpex-touched, .vcex-image-swap:focus-within) .vcex-image-swap-secondary {
    opacity: 1
}

.vcex-navbar a.has-bg-hover:hover {
    border-color: transparent
}

.vcex-breadcrumbs--links-inherit-color {
    --wpex-link-color: currentColor;
    --wpex-hover-link-color: var(--wpex-link-color);
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor
}

.vcex-breadcrumbs:not(.vcex-breadcrumbs--custom-color) .trail-end {
    opacity: .7
}

.vcex-breadcrumbs .breadcrumb-trail {
    display: inline-block
}

.vcex-image-ba-wrap {
    --accent: var(--wpex-white);
    --arrow-color: var(--wpex-white);
    --handle-height: 38px;
    --handle-border-width: 3px
}

.vcex-image-ba-handle-solid {
    --handle-bg: var(--accent);
    --arrow-color: var(--wpex-black)
}

.twentytwenty-handle,
.twentytwenty-handle * {
    box-sizing: content-box
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: var(--accent);
    position: absolute;
    z-index: 30;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: var(--handle-border-width);
    height: 9999px;
    inset-inline-start: 50%;
    margin-inline-start: calc(-1*var(--handle-border-width)/2)
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: var(--handle-border-width);
    inset-block-start: 50%;
    margin-block-start: calc(-1*var(--handle-border-width)/2)
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    transition-duration: .3s
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    transition-property: opacity
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: var(--wpex-white);
    text-transform: uppercase;
    font-size: var(--wpex-text-xs);
    letter-spacing: var(--wpex-tracking-widest);
    font-weight: 500;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 32px;
    padding: 0 18px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    inset-block-start: 50%;
    margin-block-start: -16px
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    inset-inline-start: 50%;
    text-align: center;
    transform: translateX(-50%)
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    inset-block-start: 50%;
    margin-block-start: -6px
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    inset-inline-start: 50%;
    margin-inline-start: -6px
}

.twentytwenty-container {
    z-index: 0;
    overflow: hidden;
    position: relative;
    user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    inset-block-start: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    content: attr(data-content)
}

.twentytwenty-handle {
    --offset: calc(-1 * ((var(--handle-height) + (var(--handle-border-width) * 2))) / 2);
    height: var(--handle-height);
    width: var(--handle-height);
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    margin-inline-start: var(--offset);
    margin-block-start: var(--offset);
    z-index: 40;
    border-radius: 9999px;
    background-color: var(--handle-bg);
    border: var(--handle-border-width) solid var(--accent);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
    cursor: ew-resize
}

.twentytwenty-overlay {
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover :where(.twentytwenty-after-label, .twentytwenty-before-label) {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-left-arrow {
    border-inline-end: 6px solid var(--arrow-color);
    inset-inline-start: 50%;
    margin-inline-start: -17px
}

.twentytwenty-right-arrow {
    border-inline-start: 6px solid var(--arrow-color);
    inset-inline-end: 50%;
    margin-inline-end: -17px
}

.twentytwenty-up-arrow {
    border-block-end: 6px solid var(--arrow-color);
    inset-block-start: 50%;
    margin-block-start: -17px
}

.twentytwenty-down-arrow {
    border-block-start: 6px solid var(--arrow-color);
    inset-block-start: 50%;
    margin-block-end: -17px
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    inset-inline-start: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    inset-inline-end: 10px
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    inset-block-end: 50%;
    margin-block-end: calc((var(--handle-height) + var(--handle-border-width)*2)/2);
    box-shadow: 0 var(--handle-border-width) 0 var(--accent), 0px 0px 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    inset-block-start: 50%;
    margin-block-start: calc((var(--handle-height) + var(--handle-border-width)*2)/2);
    box-shadow: 0 var(--handle-border-width) 0 var(--accent), 0px 0px 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    inset-block-start: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    inset-block-end: 10px
}

.twentytwenty-vertical .twentytwenty-handle {
    cursor: ns-resize
}

.twentytwenty-vertical .twentytwenty-handle:before {
    inset-inline-start: 50%;
    margin-inline-start: calc((var(--handle-height) + var(--handle-border-width)*2)/2);
    box-shadow: var(--handle-border-width) 0 0 var(--accent), 0px 0px 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    inset-inline-end: 50%;
    margin-inline-end: calc((var(--handle-height) + var(--handle-border-width)*2)/2);
    box-shadow: calc(-1*var(--handle-border-width)) 0 0 var(--accent), 0px 0px 12px rgba(51, 51, 51, .5)
}

.vcex-image-banner {
    min-height: 100px
}

:where(.wpex-classic-style) .vcex-image-banner .vcex-ib-title {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.3
}

.vcex-image-banner.vcex-soh:not(:hover, :focus-within) :is(.vcex-ib-overlay, .vcex-ib-border, .vcex-ib-content-wrap) {
    visibility: hidden;
    opacity: 0
}

.vcex-image-banner.vcex-soh:is(:hover, :focus-within) .vcex-ib-content-wrap {
    transform: none
}

.vcex-image-banner.vcex-h-zoom:hover .vcex-ib-img {
    transform: scale(1.15)
}

.container.full-screen .container .entry.container {
    width: 100% !important
}

.vcex-testimonials-fullslider-avatar img.vcex-default-dims {
    width: 70px;
    height: 70px
}

.vcex-testimonials-fullslider .sp-buttons {
    position: relative;
    inset: initial;
    text-align: center
}

.vcex-testimonials-fullslider:not(.has-controlnav) .sp-buttons {
    display: none
}

.vcex-testimonials-fullslider .sp-button {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
    border: 0;
    border-radius: var(--wpex-rounded-full)
}

.vcex-testimonials-fullslider .sp-button.sp-selected-button,
.vcex-testimonials-fullslider .sp-button:hover {
    background-color: var(--wpex-accent)
}

.vcex-testimonials-fullslider .sp-button:first-child {
    margin-inline-start: 0
}

.vcex-testimonials-fullslider:not(.has-arrows) .sp-arrows {
    display: none
}

.vcex-testimonials-fullslider.has-arrows {
    --vcex-testimonials-fullslider-arrow-offset: 100px
}

.vcex-testimonials-fullslider.has-arrows :is(.vcex-testimonials-fullslider-inner, .wpex-slider-thumbnails) {
    padding-inline: var(--vcex-testimonials-fullslider-arrow-offset)
}

.vcex-testimonials-fullslider.has-arrows .sp-arrow {
    font-size: 24px;
    color: var(--wpex-gray-400);
    background: none;
    border-radius: var(--wpex-rounded-full);
    height: 50px;
    line-height: 50px;
    width: 50px
}

.vcex-testimonials-fullslider.has-arrows .sp-arrow:hover {
    color: var(--wpex-black)
}

.vcex-testimonials-fullslider.light-skin * {
    color: var(--wpex-white)
}

.vcex-testimonials-fullslider.light-skin .sp-button {
    background: rgba(255, 255, 255, .5)
}

.vcex-testimonials-fullslider.light-skin .sp-button:hover,
.vcex-testimonials-fullslider.light-skin .sp-selected-button {
    background: var(--wpex-white)
}

.vcex-testimonials-fullslider.light-skin .sp-arrow {
    color: rgba(255, 255, 255, .8)
}

.vcex-testimonials-fullslider.light-skin .sp-arrow:hover {
    color: var(--wpex-white)
}

.vcex-testimonials-fullslider.light-skin .vcex-testimonials-fullslider-rating * {
    color: var(--wpex-star-rating-color)
}

@media only screen and (max-width: 767px) {
    .vcex-testimonials-fullslider.has-arrows {
        --vcex-testimonials-fullslider-arrow-offset: 0px
    }

    .vcex-testimonials-fullslider.has-arrows .sp-arrows {
        display: none
    }

    .vcex-testimonials-fullslider .sp-buttons {
        display: block
    }
}

.vcex-contact-form__submit--full {
    display: block;
    width: 100%;
    min-height: 50px;
    font-size: 16px;
}

.woocommerce .product .vcex-wc-template-part>:where(div, form, table, p[class]) {
    margin-block: 0
}

.woocommerce .product .vcex-wc-template-part .woocommerce-product-gallery {
    width: 100%;
    float: none
}

.vcex-wc-template-part>.onsale {
    position: static;
    inset: initial;
    margin: 0;
    z-index: initial
}

.vcex-wc-template-part--single-product__title .product_title {
    margin: 0;
    padding: 0
}

.vcex-wc-template-part--single-product__add-to-cart .stock {
    display: none
}

.vcex-wc-template-part--loop__title a {
    text-decoration: none;
    color: currentColor
}

.vcex-wc-template-part--loop__title .woocommerce-loop-product__title {
    all: unset
}

.vcex-wc-template-part--loop__rating .star-rating {
    display: inline-block
}

.vcex-callout-caption :is(h2, h3, h4):first-of-type {
    margin: 0;
    font-size: var(--wpex-text-xl)
}

.vcex-steps-item__symbol {
    height: 3em;
    width: 3em
}

.vcex-comments #comments {
    margin: 0
}

.vcex-comments-hide-heading .comments-title {
    display: none
}

.vcex-posttypes-slider-caption.over-image .entry-title a {
    color: var(--wpex-white)
}