[data-font="FontAwesome"]:before {
    font-family: 'FontAwesome' !important;
    content: attr(data-icon) !important;
    speak: none !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
    padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    border: 1px solid #1e1e1e;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    transition: none;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 8px;
    cursor: default;
    line-height: 28px
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-right: 0;
    margin-left: auto
}

.components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.components-snackbar {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: auto
}

@media (min-width: 600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
    margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
    position: absolute;
    top: 24px;
    left: 28px
}

.components-snackbar .components-snackbar__dismiss-button {
    margin-left: 32px;
    cursor: pointer
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    text-decoration: underline;
    background-color: transparent
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    color: #fff;
    box-shadow: none;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: var(--wp-admin-theme-color)
}

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 2px;
    margin: 0;
    line-height: inherit;
    min-height: auto
}

@media (min-width: 600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    outline: none;
    box-shadow: none
}

.components-combobox-control__suggestions-container {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px
}

@media (prefers-reduced-motion: reduce) {
    .components-combobox-control__suggestions-container {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

@media (min-width: 600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

.wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
    background: transparent
}

.wc-block-suspense-placeholder {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.wc-block-suspense-placeholder > * {
    visibility: hidden
}

.wc-block-suspense-placeholder:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:before {
    content: " "
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

.wc-block-grid__products .wc-block-grid__product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-family: inherit;
    line-height: 1.2;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    word-break: break-word;
    white-space: normal
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto !important;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    padding: .5em 1em;
    font-size: 1em
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    font-family: WooCommerce;
    content: "";
    margin-left: .5em;
    display: inline-block;
    width: auto;
    height: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    font-family: WooCommerce;
    content: "";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: .5em;
    display: inline-block;
    width: auto;
    height: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block;
    color: #000
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    content: "SSSSS";
    color: inherit;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    color: #cd2653;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em;
    padding: .5em
}

@media only screen and (min-width: 768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width: 1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    margin-top: 12px;
    display: block
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

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

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    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
}

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
    position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-width: 60%;
    min-height: 1.75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
    margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
    border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
    outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
    fill: currentColor;
    vertical-align: top;
    width: 1.5em;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    margin: 0 1em .75em 0;
    flex-basis: 5em;
    padding: .618em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #43454b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
    visibility: hidden
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    border-style: none;
    display: inline-flex;
    font-family: inherit;
    font-weight: inherit;
    justify-content: center;
    margin: 0 auto;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 8em;
    min-height: 3em
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
    visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 8em;
    min-height: 3em
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
    visibility: hidden
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    color: var(--button--color-text);
    border-color: var(--button--color-background)
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-category-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-category-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-category-list ul li:after {
    content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
    content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    text-decoration: none;
    display: block;
    position: relative
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
    border-radius: inherit;
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
    border-radius: inherit;
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
    display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
    position: absolute;
    left: 4px;
    top: 4px;
    right: auto;
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    position: absolute;
    top: 4px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    margin: 0
}

.is-loading .wc-block-components-product-image {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    width: auto
}

.is-loading .wc-block-components-product-image > * {
    visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

.wc-block-components-product-rating__stars:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: inherit;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: inherit;
    padding-top: 1.5em
}

.wc-block-components-product-rating__stars span:before {
    content: "SSSSS";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: inherit;
    white-space: nowrap
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static
}

.wc-block-components-product-sale-badge span {
    color: inherit;
    background-color: inherit
}

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

.is-loading .wc-block-components-product-summary:before > * {
    visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em
}

.wc-block-components-product-tag-list ul {
    margin: 0;
    padding: 0;
    display: inline
}

.wc-block-components-product-tag-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-tag-list ul li:after {
    content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
    content: ""
}

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    display: block;
    font-size: inherit
}

.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit
}

.is-loading .wc-block-components-product-title:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: inline-block;
    width: 7em
}

.is-loading .wc-block-components-product-title:before > * {
    visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    display: flex;
    padding: 40px 0;
    margin: 40px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575;
    text-align: center
}

.wc-block-components-error__header {
    font-size: 2em;
    margin: 0;
    color: #646970
}

.wc-block-components-error__image {
    width: 25%;
    margin: 0 0 24px
}

.wc-block-components-error__text {
    margin: 1em 0 0;
    color: #8c8f94;
    font-size: 1.25em;
    max-width: 60ch
}

.wc-block-components-error__message {
    margin: 1em auto 0;
    font-style: italic;
    color: #8c8f94;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).contained, .wc-block-components-button:not(.is-link).contained:active, .wc-block-components-button:not(.is-link).contained:disabled, .wc-block-components-button:not(.is-link).contained:focus, .wc-block-components-button:not(.is-link).contained:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).contained:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    position: relative;
    border: none;
    padding: 0 0 0 24px;
    background: none;
    margin: 0
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content > * {
    margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content > :last-child {
    margin-bottom: 0;
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative;
    align-items: center;
    gap: 1em
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading, .wc-block-components-express-payment-continue-rule + .wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    font-weight: 700;
    color: inherit
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    counter-increment: checkout-step;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    position: absolute;
    width: 24px;
    left: -24px;
    top: 0;
    text-align: center;
    transform: translateX(-50%)
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -24px;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/""
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    padding-top: 0;
    margin-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    position: relative;
    font-size: .875em;
    display: flex;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%
}

.wc-block-components-order-summary-item:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-order-summary-item:first-child {
    padding-top: 0
}

.wc-block-components-order-summary-item:last-child > div {
    padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 1em
}

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-bottom: 16px;
    position: relative
}

.wc-block-components-order-summary-item__image > img {
    width: 48px;
    max-width: 48px
}

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-left: 24px;
    padding-right: 12px;
    padding-bottom: 16px
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 4px
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    margin: 0 0 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    margin: 0 4px 2px;
    padding: 0;
    width: auto;
    max-width: 38px;
    height: 24px;
    max-height: 24px
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-right: 0;
    margin-left: 8px
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
    vertical-align: middle;
    margin: -2px 4px 0 0
}

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0
}

.wc-block-components-checkout-policies__item:not(:first-child) {
    border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item > a {
    color: inherit;
    padding: 0 .25em
}

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

img.wc-block-components-product-image[alt=""] {
    border: 1px solid #f2f2f2
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
    margin-top: 1.5em
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    width: 100%;
    margin-bottom: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    margin-bottom: 0;
    margin-top: 0;
    flex-grow: 1
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    height: 3em;
    flex-shrink: 0;
    margin-left: 8px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
    margin: 0
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    margin-bottom: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent;
    opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent
}

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after, .wc-block-components-checkbox-list.is-loading li:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 .365em .365em 0;
    border-radius: 0;
    line-height: 1;
    max-width: 100%
}

.wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
    background: #e0e0e0;
    color: #1e1e1e
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .75em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1
}

.wc-block-components-chip.is-removable {
    padding-right: .5em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    font-size: .75em;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    vertical-align: middle
}

.theme-twentytwentyone .wc-block-components-chip, .theme-twentytwentyone .wc-block-components-chip:active, .theme-twentytwentyone .wc-block-components-chip:focus, .theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
    background: transparent
}

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #949494;
    cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    position: relative
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    box-sizing: border-box;
    outline: inherit;
    border: 1px solid #50575e;
    background: #fff;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
    opacity: 1;
    border-radius: 4px
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    background-color: #fff;
    color: #2b2d2f;
    outline: 0;
    box-shadow: 0 0 0 1px #50575e
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    margin: 3em 0 0;
    padding: 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    color: #2b2d2f
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    font-size: 1em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    color: #757575;
    z-index: 1;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    white-space: nowrap
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-480px)
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-480px)
    }
}

@media only screen and (max-width: 480px) {
    @-webkit-keyframes slidein {
        0% {
            transform: translateX(0)
        }
        to {
            transform: translateX(-100vw)
        }
    }@keyframes slidein {
         0% {
             transform: translateX(0)
         }
         to {
             transform: translateX(-100vw)
         }
     }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95, 95, 95, .35);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999;
    opacity: 1
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    pointer-events: none;
    opacity: 0
}

.wc-block-components-drawer {
    position: relative;
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-480px);
    width: 480px
}

.wc-block-components-drawer:after {
    border-style: solid;
    border-width: 0 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width: 480px) {
    .wc-block-components-drawer {
        transform: translateX(-100vw);
        width: 100vw
    }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-drawer, .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer .components-modal__content {
    padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
    position: relative
}

.wc-block-components-drawer .components-modal__header .components-button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
    margin: -1em
}

.wc-block-components-drawer .components-modal__header .components-button > span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25rem;
    word-break: break-word
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #50575e;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

.is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
    outline: 0
}

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
    background: transparent;
    border: 0
}

.is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
    outline: 0
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
    background-color: transparent;
    text-decoration: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #757575;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
    display: block
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.2857142857
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10
}

.wc-block-components-dropdown-selector__list:not(:empty) {
    border: 1px solid #9f9f9f
}

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

.wc-block-components-dropdown-selector__list-item.is-selected {
    background-color: #ddd
}

.wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
    background-color: #00669e;
    color: #fff
}

.wc-filter-element-label-list-count {
    opacity: .6
}

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px;
    pointer-events: none
}

.wc-block-components-loading-mask .components-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .25
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media (max-width: 782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media (max-width: 782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1 !important
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
    justify-content: flex-end
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: 0;
    margin-right: 10px
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    z-index: 1;
    box-shadow: none
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
    visibility: hidden
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

.wc-block-components-price-slider__controls {
    display: flex
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    margin: 0;
    border-radius: 4px;
    width: auto;
    max-width: 100px;
    min-width: 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
    margin-right: 10px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    margin-left: auto
}

.wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    left: 0;
    top: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -6px 0 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-ms-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background-position-y: -23px;
    transform: scale(1.1)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    margin-left: -2px;
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        z-index: 1;
        box-shadow: none
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }
}

@media screen and (-ms-high-contrast: active)and (prefers-reduced-motion: reduce), screen and (-ms-high-contrast: none)and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports (-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: transparent;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: transparent
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        z-index: 1;
        box-shadow: none
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper > * {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
        transform: translateX(-100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

    @media screen and (prefers-reduced-motion: reduce) {
        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
         -webkit-animation: none;
         animation: none
     }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: transparent;
    margin: -3px;
    width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
    margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
    border-color: transparent !important
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        position: relative;
        height: 50px
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none
}

.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media (max-width: 480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media (min-width: 481px)and (max-width: 600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: inline-block;
    width: 5em
}

.is-loading .wc-block-components-product-price:before > * {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

.wc-block-components-quantity-selector:after {
    border-radius: 4px;
    border: 1px solid;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .45;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: .9em;
    color: currentColor;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    min-width: 30px;
    opacity: .6;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .6
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0 0 4px;
    order: 1
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0;
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative
}

.wc-block-components-radio-control__option:first-child {
    margin-top: 0
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    text-align: right;
    min-width: 50%
}

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem, 24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    min-height: 24px;
    min-width: 24px;
    width: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: hsla(0, 0%, 100%, .6);
    background-color: rgba(0, 0, 0, .1)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    display: block;
    width: 60%
}

.is-loading .wc-block-components-review-list-item__text > * {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    font-size: 1em;
    width: 80px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    height: 1em;
    width: 120px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns:calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 3em;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 3em
}

.wc-block-components-review-list-item__image > img {
    display: block;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px
}

.wc-block-components-review-list-item__verified:before {
    width: 21px;
    height: 21px;
    background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
    display: block;
    content: ""
}

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    order: 3;
    content: "";
    flex-basis: 100%
}

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-right: 8px
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
    font-weight: 400;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
    padding-left: 8px;
    position: relative
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-left: -8px;
    border-right: 1px solid;
    opacity: .5;
    height: 1em;
    vertical-align: middle;
    position: absolute;
    top: calc(50% + .1em);
    transform: translateY(-50%)
}

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
    font-size: 1em;
    display: block;
    top: 0;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.3em;
    font-family: star;
    font-weight: 400
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
    content: "SSSSS";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #e6a237
}

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
    padding: 0
}

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-sidebar .wc-block-components-panel > h2 .wc-block-components-panel__button {
    font-weight: 400
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    color: inherit;
    box-sizing: content-box;
    text-align: center;
    font-size: 1.25em
}

.wc-block-components-spinner:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    transform-origin: 50% 50%;
    transform: translateZ(0) scale(.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    border: .2em solid;
    border-left: .2em solid transparent;
    -webkit-animation: spinner__animation 1s linear infinite;
    animation: spinner__animation 1s linear infinite
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
    border: none;
    flex: auto;
    background: transparent;
    padding: 12px 16px;
    color: inherit;
    outline-offset: -1px;
    text-align: center;
    transition: box-shadow .1s linear;
    box-shadow: inset 0 -1px currentColor;
    border-radius: 0
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
    box-shadow: inset 0 -3px currentColor;
    font-weight: 600;
    position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
    outline-offset: -1px;
    outline: 1px dotted currentColor
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
    background: transparent
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    font-size: 1em;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    font-weight: 700
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
    height: 1.2em;
    vertical-align: middle;
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 1.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    position: relative;
    margin-top: 1.5em;
    white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    line-height: 1.375;
    color: #757575;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    cursor: text
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 0;
    text-indent: 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
    background-color: #fff;
    color: #2b2d2f;
    outline: 0;
    box-shadow: 0 0 0 1px #50575e
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4)
}

.wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button, .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

.wc-block-components-textarea {
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em;
    word-break: break-word
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

.wc-block-components-notices .wc-block-components-notices__notice {
    margin: 0;
    display: flex;
    flex-wrap: nowrap
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    padding: 0;
    margin: 0 0 0 auto;
    border: 0;
    outline: 0;
    color: currentColor
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
    margin-top: 1em
}

.theme-twentytwenty .wc-block-components-notices__notice, .theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: auto
}

@media (max-width: 782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        left: 0;
        bottom: auto
    }
}

@media (max-width: 782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #cc1818;
    max-width: 100%;
    white-space: normal
}

.wc-block-components-validation-error > p {
    margin: 0;
    padding: 4px 0 0
}

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
    margin: 0
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
    width: 100%;
    height: 48px
}

.wc-block-components-express-payment--checkout {
    margin-top: 5px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-left: 1px solid;
    border-top: 1px solid;
    border-radius: 5px 0 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-right: 12px;
    opacity: .3;
    pointer-events: none;
    width: 10px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    border-right: 1px solid;
    border-top: 1px solid;
    border-radius: 0 5px 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none;
    flex-grow: 1
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    position: relative;
    padding: 1.5em 23px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 5px 5px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
    margin-bottom: 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
    display: inline-block;
    width: 50%
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:only-child {
    display: block;
    width: 100%
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
    padding-left: 8px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
    padding-right: 8px
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    margin: 24px 0
}

.wc-block-components-express-payment-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
    content: " ";
    flex: 1;
    border-bottom: 1px solid;
    opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
    position: static
}

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    font-size: 1em;
    line-height: 1.375;
    background-color: #fff;
    padding: .75em 0 .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    color: #2b2d2f;
    cursor: text
}

.wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    left: 0;
    top: 0;
    transform-origin: top left;
    color: #757575;
    transition: transform .2s ease;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    cursor: text
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    position: static;
    margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error + label {
    color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 1px 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    padding-top: 14px;
    height: 28px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

.wc-block-components-radio-control-accordion-content:empty {
    display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart__submit {
    position: relative;
    margin: 0 0 16px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0;
    box-sizing: border-box
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media (min-width: 783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media (max-width: 782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: hsla(0, 0%, 80%, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 50%;
    padding: 1em;
    height: auto
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    line-height: 24px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
    fill: #fff;
    vertical-align: top
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-large .wc-block-checkout__actions {
    position: relative;
    padding: 1.5em 0
}

.is-large .wc-block-checkout__actions:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
    content: "";
    clear: both;
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    position: relative;
    margin: 0;
    padding: .75em 0 .75em 2.5em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__terms {
    margin: 1.5em 0
}

.wc-block-checkout__terms textarea {
    top: -5px;
    position: relative
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
    opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: block;
    color: inherit;
    flex-grow: 1;
    flex-basis: 0
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-checkout__add-note {
    margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0
}

.is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wp-block-woocommerce-checkout {
    margin: 0
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wp-block-woocommerce-checkout.is-loading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    width: 35%;
    padding-left: 2.2641509434%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
    width: 65%;
    padding-right: 3.7735849057%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    box-sizing: border-box;
    margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    margin: 0 0 1.5em;
    display: none
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div > *, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div > * {
    visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div:after, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    min-height: 10em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    min-height: 24em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    width: 50%;
    min-height: 4em;
    margin-left: 50%;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    min-height: 47em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    font-size: 1em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2 .wc-block-components-panel__button, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 .wc-block-components-panel__button {
    font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (max-width: 700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
        padding: 0;
        width: 100%
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
        padding-left: 0;
        padding-right: 0
    }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wp-block-woocommerce-featured-category {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    box-sizing: border-box
}

.wc-block-featured-category {
    background-color: inherit;
    align-content: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: inherit;
    border-radius: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-category__selection {
    width: 100%
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title, .wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title, .wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-category__description, .wc-block-featured-category__price, .wc-block-featured-category__title, .wc-block-featured-category__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category__description a, .wc-block-featured-category__description a:active, .wc-block-featured-category__description a:focus, .wc-block-featured-category__description a:hover, .wc-block-featured-category__price a, .wc-block-featured-category__price a:active, .wc-block-featured-category__price a:focus, .wc-block-featured-category__price a:hover, .wc-block-featured-category__title a, .wc-block-featured-category__title a:active, .wc-block-featured-category__title a:focus, .wc-block-featured-category__title a:hover, .wc-block-featured-category__variation a, .wc-block-featured-category__variation a:active, .wc-block-featured-category__variation a:focus, .wc-block-featured-category__variation a:hover {
    color: #fff
}

.wc-block-featured-category__description, .wc-block-featured-category__link, .wc-block-featured-category__price, .wc-block-featured-category__title, .wc-block-featured-category__variation {
    color: inherit;
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-category__description {
    color: inherit
}

.wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title div {
    color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center
}

.wp-block-woocommerce-featured-product {
    border-color: transparent;
    color: #fff;
    box-sizing: border-box;
    background-color: transparent
}

.wc-block-featured-product {
    background-color: inherit;
    align-content: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: inherit;
    border-radius: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-product__selection {
    width: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-product__description, .wc-block-featured-product__price, .wc-block-featured-product__title, .wc-block-featured-product__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product__description a, .wc-block-featured-product__description a:active, .wc-block-featured-product__description a:focus, .wc-block-featured-product__description a:hover, .wc-block-featured-product__price a, .wc-block-featured-product__price a:active, .wc-block-featured-product__price a:focus, .wc-block-featured-product__price a:hover, .wc-block-featured-product__title a, .wc-block-featured-product__title a:active, .wc-block-featured-product__title a:focus, .wc-block-featured-product__title a:hover, .wc-block-featured-product__variation a, .wc-block-featured-product__variation a:active, .wc-block-featured-product__variation a:focus, .wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product__description, .wc-block-featured-product__link, .wc-block-featured-product__price, .wc-block-featured-product__title, .wc-block-featured-product__variation {
    color: inherit;
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-product__description {
    color: inherit
}

.wc-block-featured-product__description p {
    margin: 0
}

.wc-block-featured-product .wc-block-featured-product__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title div {
    color: inherit
}

.wc-block-featured-product .wc-block-featured-product__title:before {
    display: none
}

.wc-block-featured-product__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
    margin-top: 0;
    border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    margin: 0;
    line-height: 1.5
}

.wc-block-mini-cart__badge, .wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: transparent;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-left: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em
}

html[dir=rtl] .wc-block-mini-cart__icon {
    transform: scaleX(-1)
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    width: 100px;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 100%;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline;
    font-size: .75em;
    text-transform: none;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    text-align: right;
    line-height: inherit
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.wc-block-cart .wc-block-components-totals-footer-item, .wc-block-cart .wc-block-components-totals-taxes {
    margin: 0
}

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > *, .wc-block-mini-cart__drawer.is-loading h2 span > *, .wc-block-mini-cart__drawer.is-loading th span > * {
    visibility: hidden
}

.wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after, .wc-block-mini-cart__drawer.is-loading h2 span:after, .wc-block-mini-cart__drawer.is-loading th span:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before, .wc-block-cart--is-loading th span:before, .wc-block-mini-cart__drawer.is-loading h2 span:before, .wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span, .wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata > *, .wc-block-cart--is-loading .wc-block-components-product-price > *, .wc-block-cart--is-loading .wc-block-components-quantity-selector > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector > * {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after, .wc-block-cart--is-loading .wc-block-components-product-price:after, .wc-block-cart--is-loading .wc-block-components-quantity-selector:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading .wc-block-components-product-name > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name > * {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-item__image > a > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a > * {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image > a:after, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    max-width: 3em;
    display: block;
    margin-top: .25em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-height: 460px
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card > * {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
    position: relative
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns:80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    vertical-align: bottom;
    padding-right: 16px;
    -ms-grid-row-align: end;
    align-self: end;
    padding-top: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-row: 1;
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-large.wc-block-cart {
    margin-bottom: 3em
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    position: relative;
    padding: 16px 0 16px 16px;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    background: transparent;
    font-size: .75em;
    display: block;
    font-weight: 600;
    padding: .25rem 0;
    text-align: right;
    text-transform: uppercase
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
    padding: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%;
    min-height: 10em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    min-height: 15em;
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block > * {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%;
    min-height: 12em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    min-height: 3em;
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    margin: 0 0 1em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block > * {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion: reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width: 700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
        padding: 0;
        width: 100%
    }
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: .6
}

.wc-block-mini-cart__amount {
    display: none
}

.wc-block-mini-cart__tax-label {
    margin-right: .5em
}

@media screen and (min-width: 768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-weight: 600;
        margin-right: 8px
    }
}

.modal-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

.wc-block-mini-cart__drawer .components-modal__content {
    padding: 0;
    position: relative
}

.wc-block-mini-cart__drawer .components-modal__header {
    position: absolute;
    top: 40px;
    right: 16px
}

.wc-block-mini-cart__drawer .components-modal__header button {
    color: inherit;
    z-index: 9999
}

.wc-block-mini-cart__drawer .components-modal__header svg {
    fill: currentColor
}

.wp-block-woocommerce-mini-cart-contents {
    background: #fff;
    box-sizing: border-box;
    height: 100vh;
    padding: 0;
    justify-content: center
}

.wp-block-woocommerce-empty-mini-cart-contents-block, .wp-block-woocommerce-filled-mini-cart-contents-block {
    height: 100%;
    display: flex;
    flex-direction: column
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    overflow-y: auto;
    padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
    font-size: 2em;
    margin: 40px 16px 0
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: hidden;
    padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-bottom: auto;
    margin-right: -16px;
    overflow-y: auto;
    padding-right: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
    padding-top: 8px;
    padding-bottom: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
    content: none
}

.wc-block-mini-cart__footer {
    border-top: 1px solid #ddd;
    padding: 24px 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 600;
    margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: none;
    font-size: .75em;
    font-weight: 400
}

@media only screen and (min-width: 480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    display: flex;
    gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
    box-shadow: inset 0 0 0 1px currentColor;
    color: currentColor;
    display: none;
    flex-grow: 1;
    font-weight: 600
}

@media only screen and (min-width: 480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
        display: inline-flex
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
    flex-grow: 1;
    font-weight: 600
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

.wc-block-mini-cart__shopping-button a {
    border: 2px solid;
    color: currentColor;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus, .wc-block-mini-cart__shopping-button a:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    margin-top: 1.5em
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #50575e;
    border-radius: 2px;
    box-sizing: border-box;
    height: 1.5em;
    width: 1.5em;
    margin: 0 16px 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    background-color: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: hsla(0, 0%, 100%, .6);
    background-color: rgba(0, 0, 0, .1)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error, .wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    margin-left: .1875em;
    margin-top: .0625em;
    width: 1.125em;
    height: 1.125em;
    pointer-events: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span {
    vertical-align: middle;
    line-height: 1.5em
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.wc-block-components-panel.has-border {
    position: relative
}

.wc-block-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
    border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
    position: relative
}

.wc-block-components-panel.has-border.no-top-border:after {
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 0 1px
}

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
    word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
    padding-bottom: .375em;
    margin-bottom: .375em
}

.wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: transparent;
    box-shadow: none
}

.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
    background: none transparent
}

.wc-block-components-totals-wrapper {
    position: relative;
    padding: 16px 0
}

.wc-block-components-totals-wrapper:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
    padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
    content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper > * > * {
    position: relative;
    padding: 16px 0
}

.wc-block-components-totals-wrapper.slot-wrapper > * > :after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.slot-wrapper > * > :last-child:after {
    border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin: 4px 0 4px 60px;
    list-style: none outside;
    clear: both
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 50px;
    display: inline-block;
    padding: 0;
    margin: 0 .5em 0 -60px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #eee
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
    cursor: pointer;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wp-block-woocommerce-price-filter {
    border-style: none !important
}

.wc-block-price-filter, .wc-block-price-filter__controls, .wc-block-price-slider {
    border-radius: inherit;
    border-color: inherit
}

.wc-block-price-filter__controls input {
    border-radius: inherit !important;
    border-color: inherit !important;
    border-style: solid
}

.wp-block-woocommerce-attribute-filter {
    border-style: none !important
}

.wc-block-attribute-filter {
    margin-bottom: 24px;
    border-radius: inherit;
    border-color: inherit
}

.wc-block-attribute-filter.style-dropdown {
    display: flex;
    gap: 16px;
    border-radius: inherit;
    border-color: inherit
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0;
    width: 100%
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-block-attribute-filter-dropdown {
    flex-grow: 1;
    max-width: unset;
    width: 0;
    border-radius: inherit;
    border-color: inherit
}

.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
    opacity: .6
}

.wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
    height: 100%;
    border-radius: inherit;
    border-color: inherit
}

.wc-block-stock-filter {
    margin-bottom: 24px
}

.wc-block-stock-filter .wc-block-stock-filter-list {
    margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
    cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-stock-filter .is-single, .wc-block-stock-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list {
    opacity: .6
}

.wc-block-stock-filter .wc-block-stock-filter__button {
    margin-top: 8px
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: 1em;
    float: right;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: transparent;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__list {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 16px 0 0;
    display: block
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-weight: 400;
    font-style: italic
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    font-weight: 700;
    display: block;
    position: relative;
    padding: 0 16px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -8px 0 0;
    color: currentColor
}

.wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.woocommerce a.selectBox {
    background: #fff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit
}

.woocommerce a.selectBox, .woocommerce a.selectBox:hover {
    border-bottom: 1px solid #bbb !important
}

.woocommerce a.selectBox:hover {
    color: inherit
}

.woocommerce a.selectBox:focus {
    border: 1px solid #ccc
}

.selectBox-dropdown .selectBox-label {
    vertical-align: middle;
    padding: 3px 8px
}

.selectBox-dropdown .selectBox-arrow {
    border: none;
    background: url(../images/jquery.selectBox-arrow.png) center right no-repeat
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background: url(../images/jquery.selectBox-arrow.png) center left no-repeat
}

.selectBox-dropdown-menu {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%
}

.selectBox-dropdown-menu li a {
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px
}

.selectBox-dropdown-menu a:hover {
    color: inherit;
    text-decoration: none
}

select.selectBox.change-wishlist {
    max-width: 100px
}

.selectBox.change-wishlist {
    width: auto !important
}

.change-wishlist-selectBox-dropdown-menu {
    width: auto !important
}

.yith-wcwl-with-pretty-photo {
    overflow: hidden
}

.yith-wcwl-with-pretty-photo .pp_content {
    height: auto !important
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay::before, .woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before {
    display: none
}

.yith-wcwl-popup {
    display: none
}

.yith-wcwl-popup-content h3 {
    text-align: center;
    font-size: 1.5em
}

.yith-wcwl-popup-content .heading-icon, .yith-wcwl-popup-feedback .heading-icon {
    text-align: center;
    display: block;
    font-size: 70px;
    color: #333;
    margin-bottom: 15px
}

.yith-wcwl-popup-content .popup-description {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px
}

.yith-wcwl-popup-content .popup-description a.show-tab.active {
    cursor: inherit;
    color: inherit;
    pointer-events: none
}

.yith-wcwl-popup-feedback p.feedback {
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600
}

.yith-wcwl-popup-content label {
    display: block
}

.yith-wcwl-popup-content input[type=text], .yith-wcwl-popup-content select {
    padding: 10px 7px
}

.yith-wcwl-popup-content .create {
    display: none
}

.yith-wcwl-popup-content .yith-wcwl-second-row {
    display: none
}

.yith-wcwl-popup-footer {
    margin: 15px 0
}

.yith-wcwl-popup-footer .button.wishlist-submit {
    display: block;
    width: 100%;
    text-align: center
}

.pp_pic_holder.pp_woocommerce.feedback {
    max-width: 450px !important
}

.pp_pic_holder.pp_woocommerce.feedback .pp_content {
    width: auto !important
}

.yith-wcwl-popup-feedback {
    margin-top: 2em;
    margin-bottom: 2em
}

.yith-wcwl-add-button.with-dropdown {
    position: relative;
    padding: 15px 0
}

.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 25px;
    border: 1px solid #cdcdcd;
    background: #fff;
    position: absolute;
    z-index: 15;
    top: calc(100% - 5px);
    min-width: 200px
}

.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown {
    display: block
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li {
    padding: 15px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: .8em
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a {
    font-size: 1em !important;
    color: inherit;
    box-shadow: none
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover {
    color: initial
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
    font-family: FontAwesome;
    content: '\f067';
    margin-right: 15px
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child) {
    border-bottom: 1px solid #cdcdcd
}

.yith-wcwl-add-to-wishlist .separator + [data-title] {
    display: inline-block
}

.yith-wcwl-add-to-wishlist .with-tooltip {
    position: relative
}

.yith-wcwl-tooltip {
    z-index: 10;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    top: calc(100% + 5px);
    pointer-events: none;
    cursor: initial;
    font-size: .6875rem;
    line-height: normal;
    display: none
}

.with-dropdown .yith-wcwl-tooltip {
    top: auto;
    bottom: calc(100% + 10px)
}

.with-tooltip .yith-wcwl-tooltip {
    position: absolute
}

.with-tooltip .yith-wcwl-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    background: 0 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 5px solid
}

.with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
    bottom: -5px;
    top: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    border-bottom: none
}

#yith-wcwl-popup-message {
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 7px 40px;
    z-index: 10000
}

.wishlist-title {
    display: inline-block
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: #efefef
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden
}

.wishlist-title:hover a.show-title-form {
    visibility: visible
}

.hidden-title-form {
    position: relative;
    margin: 25px 0 39px
}

.yes-js .hidden-title-form {
    display: none
}

.hidden-title-form .edit-title-buttons {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px)
}

.hidden-title-form > input[type=text] {
    padding-right: 65px;
    line-height: 1
}

.hidden-title-form a {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.3em
}

.hidden-title-form a i {
    margin: 0;
    display: inline-block
}

table.wishlist_table {
    font-size: 80%
}

table.wishlist_table tr {
    position: relative
}

table.wishlist_table thead th {
    border-top: 1px solid;
    padding: 16px 12px
}

table.wishlist_table tbody td {
    padding: 16px 12px
}

table.wishlist_table tbody td, table.wishlist_table thead th {
    border-color: #e7e7e7
}

p.wishlist-empty, table.wishlist_table tbody td.wishlist-empty {
    text-align: center;
    margin: 100px 0
}

.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
    text-align: center
}

.wishlist_table tr th.product-checkbox {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-remove {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-thumbnail {
    width: 80px
}
.product-thumbnail{
	border-bottom: 1px solid rgb(0 0 0 / 29%);
}
.wishlist_table tfoot td, .wishlist_table tr td.product-name, .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy {
    text-align: left
}

.wishlist_table tr td.product-remove {
    padding: 16px 0
}

.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100%
}

.wishlist_table tr td.product-arrange {
    cursor: grab
}

.wishlist_table tr td.product-arrange:active {
    cursor: grabbing
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #297e29
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: red
}

.wishlist_table .product-add-to-cart span.dateadded {
    display: block
}

.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center
}

.wishlist_table .product-add-to-cart a.button {
    padding: 6px 25px !important
}

.wishlist_table .product-add-to-cart a > img {
    display: inline;
    max-width: 2em
}

.wishlist_table .product-add-to-cart .variations_form {
    margin: 15px 0
}

.wishlist_table .price-variation {
    display: block
}

.wishlist_table .price-variation.decrease .variation-rate {
    color: red
}

.wishlist_table .price-variation .old-price {
    display: block
}

.wishlist_table a.button {
    white-space: normal;
    margin-bottom: 5px !important
}

.wishlist_table.modern_grid {
    list-style: none;
    margin: 0 -7px 35px;
    font-size: 0
}

.wishlist_table.modern_grid li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 7px;
    margin-bottom: 15px
}

.wishlist_table.images_grid li.wishlist-empty, .wishlist_table.modern_grid li.wishlist-empty {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    margin: 50px 0
}

.wishlist_table.images_grid li.show {
    z-index: 10
}

.wishlist_table.images_grid.products li.product.first, .wishlist_table.images_grid.products li.product.last {
    clear: none
}

.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1), .wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1), .wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1), .wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1), .wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1) {
    clear: both
}

.wishlist_table.modern_grid li .item-wrapper {
    display: table;
    margin: 0 -7px
}

.wishlist_table.modern_grid li .item-details, .wishlist_table.modern_grid li .product-thumbnail {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 7px;
    font-size: 1rem
}

.wishlist_table.images_grid li .product-thumbnail, .wishlist_table.modern_grid li .product-thumbnail {
    position: relative
}

.wishlist_table.images_grid li .product-thumbnail .product-checkbox, .wishlist_table.modern_grid li .product-thumbnail .product-checkbox {
    position: absolute;
    top: 7px;
    left: 15px;
    z-index: 2
}

.wishlist_table.modern_grid li .product-thumbnail > a {
    display: block
}

.wishlist_table.modern_grid li .product-thumbnail > a img {
    display: block
}

.wishlist_table.images_grid li.show .product-thumbnail > a img, .wishlist_table.images_grid li:hover .product-thumbnail > a img {
    filter: brightness(1.1)
}

.wishlist_table.modern_grid.wishlist_view li .item-details {
    position: relative
}

.wishlist_table.modern_grid.wishlist_view li .item-details:before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 7px;
    background: #fff;
    position: absolute;
    right: 7px;
    z-index: 0;
    border: 1px solid #cdcdcd
}

.wishlist_table.images_grid li .item-details {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 150px);
    width: 300px;
    background: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.wishlist_table.images_grid li.show .item-details {
    display: block
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper {
    padding: 15px 20px;
    line-height: normal;
    position: relative
}

.wishlist_table.images_grid li .item-details a.close {
    position: absolute;
    top: 10px;
    right: 20px
}

.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
    border: none;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
    border: none;
    font-size: .7em;
    padding: 3px;
    vertical-align: top
}

.wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    text-align: left;
    font-weight: 700;
    width: 40%
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value, .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value, .wishlist_table.modern_grid li .item-details table.item-details-table td.value {
    text-align: right
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox {
    margin-right: 0
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value input, .wishlist_table.mobile li table.additional-info td.value input, .wishlist_table.modern_grid li .item-details table.item-details-table td.value input {
    width: auto
}

.wishlist_table.images_grid li .item-details .product-add-to-cart, .wishlist_table.modern_grid li .item-details .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details .move-to-another-wishlist, .wishlist_table.modern_grid li .item-details .move-to-another-wishlist {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details .product-remove, .wishlist_table.modern_grid li .item-details .product-remove {
    text-align: right
}

.wishlist_table.images_grid li .item-details .product-remove a, .wishlist_table.modern_grid li .item-details .product-remove a {
    border: none;
    border-radius: 0;
    display: inline-block
}

.wishlist_table.mobile {
    list-style: none;
    margin-left: 0
}

.wishlist_table.mobile li {
    margin-bottom: 7px
}

.wishlist_table.mobile li .product-checkbox {
    display: inline-block;
    width: 20px;
    vertical-align: top
}

.wishlist_table.mobile li .item-wrapper {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
    margin-bottom: 7px
}

.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty {
    text-align: center
}

.wishlist_table.wishlist_manage_table.mobile li .item-wrapper {
    width: 100%
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: inline-block;
    max-width: 60px;
    margin-right: 10px
}

.wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
    padding-left: 20px
}

.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right
}

a.add_to_wishlist {
    cursor: pointer
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 5px
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist > img, .yith-wcwl-add-to-wishlist a.delete_item > img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist > img {
    max-width: 32px;
    display: inline-block;
    margin-right: 10px
}

a.add_to_wishlist + a.view-wishlist, a.delete_item + a.view-wishlist {
    margin-left: 15px
}

.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0
}

.wishlist_table .add_to_cart.button {
    padding: 7px 12px;
    line-height: normal
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px
}

.hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .yith-wcwl-add-button > a i, .yith-wcwl-wishlist-new button i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin-right: 10px
}

.hidden-title-form a.hide-title-form, .wishlist-title a.show-title-form, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .wishlist_table .add_to_cart.button, .wishlist_table a.ask-an-estimate-button, .woocommerce .yith-wcwl-wishlist-new button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
    margin: 0;
    box-shadow: none;
    text-shadow: none
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    left: 10px
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown {
    padding: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
    font-size: 0;
    background: 0 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist {
    font-size: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback {
    display: none
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback + a {
    font-size: 0;
    background: 0 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 1.6rem;
    margin: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img {
    margin: 0
}

.woocommerce .wishlist-title {
    margin-bottom: 30px
}

.woocommerce .wishlist-title h2 {
    vertical-align: middle;
    margin-bottom: 0
}

.woocommerce .hidden-title-form button {
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative
}

.woocommerce .hidden-title-form button:active {
    top: 1px
}

.woocommerce .back-to-all-wishlists {
    margin-bottom: 20px
}

.woocommerce #content table.wishlist_table.cart a.remove {
    color: #c3c3c3;
    margin: 0 auto
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #c3c3c3;
    color: #fff
}

.yith-wcwl-share {
    margin-bottom: 35px
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 10px 0
}

.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0
}

.entry-content .yith-wcwl-share ul li, .yith-wcwl-share ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
}

.yith-wcwl-share li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 5px;
    display: block;
    border: none;
    min-width: 26px;
    min-height: 26px
}

.yith-wcwl-share li a:hover {
    color: #fff
}

.yith-wcwl-share li a > img {
    max-width: 1em
}

.copy-trigger {
    cursor: pointer
}

.woocommerce .ask-an-estimate-button > img {
    max-width: 1em;
    display: inline;
    margin-right: 5px
}

#ask_an_estimate_popup {
    display: none
}

.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
    width: 100%
}

.wishlist-ask-an-estimate-popup .woocommerce-error {
    margin-bottom: 0
}

.wishlist-ask-an-estimate-popup #additional_notes {
    min-height: 150px
}

.ask-an-estimate-confirmation {
    padding: 0 30px;
    text-align: center
}

.yith_wcwl_wishlist_footer > div {
    margin-bottom: 15px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
    float: left
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label {
    display: inline-block;
    margin-right: 10px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
    min-width: 250px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
    margin: 0;
    margin-left: 10px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
    float: right
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: left;
    clear: both
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    float: right
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action > * {
    vertical-align: middle
}

.yith_wcwl_wishlist_update + .yith_wcwl_footer_additional_action {
    clear: both
}

.wishlist-page-links {
    clear: both
}

#move_to_another_wishlist {
    display: none
}

.yith-wcwl-wishlist-new {
    padding: 20px 0
}

.yith-wcwl-popup-content .yith-wcwl-wishlist-new {
    padding: 0
}

.yith-wcwl-wishlist-new .wishlist-name {
    display: inline-block
}

.yith-wcwl-wishlist-new .wishlist-privacy-radio label {
    display: block
}

.yith-wcwl-popup-content .create-wishlist-button {
    margin-top: 15px;
    width: 100%
}

#create_new_wishlist {
    display: none
}

.wishlist_manage_table select {
    vertical-align: middle;
    margin-right: 10px
}

.wishlist_manage_table td.wishlist-name .wishlist-title {
    margin-bottom: 0
}

.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form {
    display: inline-block;
    padding: 0;
    border: none;
    background: 0 0;
    top: 0;
    margin: 0
}

.wishlist_manage_table td.wishlist-name a.show-title-form i {
    padding: 5px;
    margin: 0
}

.wishlist_manage_table td.wishlist-name:hover a.show-title-form {
    visibility: visible
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
    margin: 0 !important;
    width: 100%
}

.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text] {
    width: 100%;
    min-width: 0
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
    position: relative
}

table.wishlist_manage_table tfoot td {
    text-align: right;
    padding: 24px 12px
}

.wishlist_manage_table tfoot button.submit-wishlist-changes {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.wishlist_manage_table tfoot button.submit-wishlist-changes:active {
    top: 1px
}

.wishlist_manage_table tfoot a.create-new-wishlist {
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px
}

.wishlist_manage_table.modern_grid li.wishlist-empty {
    margin: 50px 0
}

.wishlist_manage_table.modern_grid li .item-wrapper {
    display: block;
    margin: 0;
    padding: 40px 50px;
    background: #fff;
    border: 1px solid #cdcdcd
}

.wishlist_manage_table.modern_grid li .item-details, .wishlist_manage_table.modern_grid li .product-thumbnail {
    display: block;
    width: 100%;
    padding: 0
}

.wishlist_manage_table.modern_grid li .item-details .hidden-title-form {
    width: 100%
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box {
    display: flex;
    background: #f2f2f2;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 600
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child {
    width: 100%;
    margin-bottom: 15px
}

.wishlist_manage_table.modern_grid li .product-thumbnail img {
    width: calc(50% - 8px)
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3) {
    margin-left: 15px
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form {
    display: block
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3 {
    display: inline-block
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form, .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover {
    visibility: visible;
    float: right;
    margin: 0;
    background: 0 0;
    color: inherit
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i {
    margin: 0
}

.wishlist_manage_table.modern_grid li .hidden-title-form {
    margin-top: 0 !important
}

.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text] {
    width: 100%;
    min-width: 0
}

.wishlist_manage_table.mobile li {
    margin-bottom: 30px
}

.wishlist_manage_table.mobile li .item-wrapper .item-details {
    width: 100%
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form {
    position: relative
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text] {
    width: 100%
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title {
    display: block;
    border-bottom: 1px solid #cdcdcd;
    position: relative
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form {
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i {
    margin-right: 0
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox {
    margin-right: 0
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download {
    float: left
}

.yith-wcwl-wishlist-search-form {
    text-align: center;
    padding: 20px 0
}

.yith-wcwl-wishlist-search-form #wishlist_search {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    display: inline-block;
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin: 0
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
    top: 1px
}

.yith-wcwl-search-results .wishlist-owner {
    text-align: left
}

.yith-wcwl-search-results .wishlist-owner .thumb {
    display: inline-block;
    margin-right: 15px
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li, .widget_yith-wcwl-lists ul.dropdown li {
    padding: 0
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a, .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li a, .widget_yith-wcwl-lists ul.dropdown ul.lists > li a, .widget_yith-wcwl-lists ul.dropdown > li a {
    display: block;
    padding: 5px 15px
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a, .widget_yith-wcwl-lists ul.dropdown ul.lists > li a {
    padding: 5px 25px
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li.lists-section, .widget_yith-wcwl-lists ul.dropdown > li.lists-section {
    border-bottom: 1px solid #e7e7e7
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists, .widget_yith-wcwl-lists ul.dropdown ul.lists {
    margin: 0
}

.elementor-widget-wp-widget-yith-wcwl-items .mini, .widget_yith-wcwl-items .mini {
    position: relative
}

.elementor-widget-wp-widget-yith-wcwl-items .heading, .widget_yith-wcwl-items .heading {
    text-align: center;
    cursor: pointer
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading, .widget_yith-wcwl-items .mini .heading {
    display: inline-block
}

.elementor-widget-wp-widget-yith-wcwl-items .heading a, .widget_yith-wcwl-items .heading a {
    color: inherit
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter, .widget_yith-wcwl-items .extended .heading .items-counter {
    position: relative
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i, .widget_yith-wcwl-items .extended .heading .items-counter i {
    font-size: 70px;
    position: relative;
    margin-bottom: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i, .widget_yith-wcwl-items .mini .heading .items-counter i {
    font-size: 25px
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count, .widget_yith-wcwl-items .extended .heading .items-counter .items-count {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(50% - 20px);
    font-size: 14px
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count, .widget_yith-wcwl-items .mini .heading .items-counter .items-count {
    font-size: 1rem
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after, .widget_yith-wcwl-items .extended .heading h3:after {
    content: '';
    display: block;
    max-width: 80px;
    border-bottom: 1px solid #cdcdcd;
    margin: 10px auto
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .list, .widget_yith-wcwl-items .mini .list {
    position: absolute;
    z-index: 1;
    left: 0;
    background: #fff;
    padding: 25px 40px;
    min-width: 280px;
    display: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list, .widget_yith-wcwl-items .mini:hover .list {
    display: block
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget, .widget_yith-wcwl-items ul.product_list_widget {
    margin-bottom: 40px !important
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, .widget_yith-wcwl-items .mini ul.product_list_widget {
    max-height: 30vh;
    overflow-y: auto
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar, .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb, .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(255, 255, 255, .4)
}

.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist, .widget_yith-wcwl-items p.empty-wishlist {
    margin-bottom: 0 !important
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, .widget_yith-wcwl-items .mini ul.product_list_widget {
    margin-left: -20px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li, .widget_yith-wcwl-items ul.product_list_widget li {
    display: table
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child), .widget_yith-wcwl-items ul.product_list_widget li:not(:last-child) {
    margin-bottom: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
    display: table-cell;
    vertical-align: middle
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
    font-size: 1.2rem
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb img {
    margin-left: 10px;
    max-width: 40px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a {
    display: inline-block
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > *, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > * {
    display: block
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items a.add_all_to_cart {
    display: block !important
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items .show-wishlist {
    margin-bottom: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items a.add_all_to_cart {
    text-align: center
}

@media (max-width: 768px) {
    .yith_wcwl_wishlist_bulk_action select {
        width: 100%;
        margin-bottom: 15px
    }

    .yith_wcwl_wishlist_bulk_action input {
        float: right
    }

    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
        float: none
    }

    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button {
        width: 100%;
        text-align: center
    }
}

.yith-wcwl-share li a {
    color: #FFFFFF;
}

.yith-wcwl-share li a:hover {
    color: #FFFFFF;
}

.yith-wcwl-share a.facebook {
    background: #39599E;
    background-color: #39599E;
}

.yith-wcwl-share a.facebook:hover {
    background: #39599E;
    background-color: #39599E;
}

.yith-wcwl-share a.twitter {
    background: #45AFE2;
    background-color: #45AFE2;
}

.yith-wcwl-share a.twitter:hover {
    background: #39599E;
    background-color: #39599E;
}

.yith-wcwl-share a.pinterest {
    background: #AB2E31;
    background-color: #AB2E31;
}

.yith-wcwl-share a.pinterest:hover {
    background: #39599E;
    background-color: #39599E;
}

.yith-wcwl-share a.email {
    background: #FBB102;
    background-color: #FBB102;
}

.yith-wcwl-share a.email:hover {
    background: #39599E;
    background-color: #39599E;
}

.yith-wcwl-share a.whatsapp {
    background: #00A901;
    background-color: #00A901;
}

.yith-wcwl-share a.whatsapp:hover {
    background: #39599E;
    background-color: #39599E;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

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

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.woocommerce form .form-row .required {
    visibility: visible;
}

@font-face {
    font-family: wpsl-fontello;
    src: url(../font/fontello.eot);
    src: url(../font/fontello.eot) format('embedded-opentype'), url(../font/fontello.woff) format('woff'), url(../font/fontello.ttf) format('truetype'), url(../font/fontello.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

#wpsl-gmap {
    float: right;
    width: 66.5%;
    height: 350px;
    margin-bottom: 0
}

.wpsl-store-below #wpsl-gmap {
    float: none;
    width: 100%
}

.wpsl-gmap-canvas {
    width: 100%;
    height: 300px;
    margin-bottom: 20px
}

#wpsl-reset-map:hover {
    cursor: pointer
}

#wpsl-gmap div:not[class^=gv-iv], #wpsl-gmap img, .wpsl-gmap-canvas div:not[class^=gv-iv], .wpsl-gmap-canvas img {
    box-shadow: none !important;
    max-width: none !important;
    background: 0 0
}

#wpsl-gmap img, .wpsl-gmap-canvas img {
    display: inline;
    opacity: 1 !important;
    max-height: none !important
}

#wpsl-gmap * {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

#wpsl-gmap div.gm-iv-marker, .wpsl-gmap-canvas div.gm-iv-marker {
    backgroud-image: inherit
}

#wpsl-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px
}

#wpsl-search-wrap {
    float: left;
    width: 100%
}

#wpsl-search-wrap form {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

#wpsl-gmap #wpsl-map-controls {
    position: absolute;
    height: 40px;
    right: 10px;
    bottom: 24px;
    border-radius: 2px;
    z-index: 3;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists {
    right: 60px
}

#wpsl-map-controls .wpsl-direction-preloader {
    margin: 5px 5px 0 5px
}

#wpsl-map-controls div {
    float: left;
    background: #fff;
    border-radius: 2px
}

#wpsl-map-controls div:hover {
    cursor: pointer
}

#wpsl-wrap [class*=" wpsl-icon-"], #wpsl-wrap [class^=wpsl-icon-] {
    position: relative;
    float: left;
    padding: 12px 13px;
    display: inline-block;
    font-family: wpsl-fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    color: #737373;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#wpsl-map-controls span {
    font-family: inherit;
    font-size: inherit
}

#wpsl-wrap .wpsl-icon-reset {
    border-radius: 2px 0 0 2px;
    z-index: 2;
    padding-right: 4px
}

#wpsl-wrap .wpsl-ie .wpsl-icon-reset {
    margin-right: -1px
}

#wpsl-wrap .wpsl-icon-direction {
    z-index: 1
}

#wpsl-map-controls.wpsl-reset-exists .wpsl-icon-direction {
    border-radius: 0 2px 2px 0
}

#wpsl-wrap .wpsl-active-icon, #wpsl-wrap [class*=" wpsl-icon-"]:hover, #wpsl-wrap [class^=wpsl-icon-]:hover {
    color: #000
}

#wpsl-wrap [class*=" wpsl-icon-"]:focus, #wpsl-wrap [class^=wpsl-icon-]:active {
    outline: 0
}

#wpsl-wrap .wpsl-in-progress, #wpsl-wrap .wpsl-in-progress:hover {
    color: #c6c6c6
}

#wpsl-gmap #wpsl-reset-map {
    position: absolute;
    display: none;
    right: 37px;
    top: 37px;
    padding: 6px 14px;
    background: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    z-index: 3
}

#wpsl-reset-map:hover {
    cursor: pointer
}

.gm-style-cc {
    word-wrap: normal
}

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
    display: table
}

#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
    display: table-cell
}

#wpsl-search-wrap label {
    margin-bottom: 0
}

#wpsl-search-input {
    width: 179px;
    height: auto;
    padding: 7px 12px;
    font-size: 100%;
    margin: 0
}

#wpsl-search-btn, #wpsl-search-wrap input {
    border: 1px solid #d2d2d2;
    border-radius: 3px
}

#wpsl-search-btn {
    padding: 7px 10px;
    line-height: 1.428571429;
    font-weight: 400;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    box-shadow: 0 1px 2px rgba(64, 64, 64, .1);
    text-transform: none !important
}

#wpsl-search-input.wpsl-error {
    border: 1px solid #bd0028 !important
}

.wpsl-search {
    margin-bottom: 12px;
    padding: 12px 12px 0 12px;
    background: #f4f3f3
}

.wpsl-search.wpsl-checkboxes-enabled {
    padding: 12px
}

.wpsl-back {
    display: inline-block
}

#wpsl-result-list {
    width: 33%;
    margin-right: .5%
}

.wpsl-store-below #wpsl-result-list {
    width: 100%;
    margin: 12px 0 0 0
}

#wpsl-direction-details, #wpsl-stores {
    height: 350px;
    overflow-y: auto
}

#wpsl-direction-details, .wpsl-hide {
    display: none
}

#wpsl-result-list p {
    padding-left: 10px
}

.wpsl-store-below #wpsl-result-list p {
    padding-left: 0
}

#wpsl-result-list a {
    outline: 0
}

.wpsl-direction-before {
    margin: 14px 0 21px 0;
    padding-left: 10px
}

.wpsl-store-below .wpsl-direction-before {
    padding-left: 0
}

.wpsl-direction-before div {
    margin-top: 10px
}

#wpsl-wrap #wpsl-result-list li {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    margin-left: 0;
    overflow: hidden;
    list-style: none outside none !important;
    text-indent: 0
}

#wpsl-wrap #wpsl-result-list li li {
    padding: 0;
    border-bottom: 0;
    margin-left: 14px;
    overflow: visible
}

#wpsl-wrap #wpsl-result-list ul li {
    list-style: none !important
}

#wpsl-wrap #wpsl-result-list ol li {
    list-style: decimal !important
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    padding: 10px 10px 10px 0
}

#wpsl-result-list li p {
    padding-left: 0;
    margin: 0 0 20px 0
}

.wpsl-store-details.wpsl-store-listing {
    position: relative;
    padding-right: 20px
}

.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before, .wpsl-store-details.wpsl-store-listing:before {
    position: absolute;
    content: '';
    bottom: 6px;
    right: 0;
    border-top: 5px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {
    border-bottom: 5px solid #000;
    border-top: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

#wpsl-stores .wpsl-store-thumb {
    float: right;
    border-radius: 3px;
    margin: 7px 0 0 10px;
    padding: 0;
    border: none
}

.wpsl-direction-index {
    float: left;
    width: 8%;
    margin: 0 5% 0 0
}

.wpsl-direction-txt {
    float: left;
    width: 62%
}

.wpsl-direction-distance {
    float: left;
    width: 20%;
    margin: 0 0 0 5%
}

.wpsl-direction-txt span {
    display: block;
    margin-top: 10px
}

.wpsl-country, .wpsl-street {
    display: block;
    border-bottom: none !important
}

.wpsl-directions {
    display: table;
    border-bottom: none !important
}

#wpsl-wrap #wpsl-result-list li.wpsl-preloader {
    position: relative;
    border-bottom: none;
    padding: 10px 10px 10px 35px
}

.wpsl-preloader img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    box-shadow: none !important;
    border: none !important
}

.wpsl-preloader span {
    float: left;
    margin: -5px 0 0 11px
}

#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: 10px;
    float: left
}

#wpsl-search-wrap .wpsl-select-wrap {
    position: relative;
    z-index: 2;
    margin-right: 0
}

#wpsl-search-wrap .wpsl-input-field {
    position: relative
}

#wpsl-radius, #wpsl-results {
    float: left;
    margin-right: 15px
}

#wpsl-category {
    position: relative;
    z-index: 1;
    clear: both
}

#wpsl-search-wrap .wpsl-dropdown div {
    position: absolute;
    float: none;
    margin: -1px 0 0 0;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

#wpsl-search-wrap .wpsl-dropdown.wpsl-active div {
    opacity: 1
}

#wpsl-search-wrap .wpsl-input label {
    margin-right: 0
}

#wpsl-radius, #wpsl-results {
    display: inline
}

#wpsl-radius {
    margin-right: 10px
}

#wpsl-search-btn:hover {
    cursor: pointer
}

#wpsl-search select, #wpsl-search-wrap select {
    display: none
}

#wpsl-search-wrap div label {
    float: left;
    margin-right: 10px;
    line-height: 32px
}

#wpsl-results label {
    width: auto
}

#wpsl-result-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wpsl-direction-details {
    display: none
}

#wpsl-gmap .wpsl-info-window, .wpsl-gmap-canvas .wpsl-info-window {
    max-width: 225px
}

.wpsl-info-window span, .wpsl-more-info-listings span {
    display: block
}

.wpsl-info-window .wpsl-no-margin {
    margin: 0
}

.wpsl-more-info-listings {
    display: none
}

.wpsl-info-window span span {
    display: inline !important
}

#wpsl-wrap .wpsl-info-window p {
    margin: 0 0 10px 0
}

.wpsl-store-hours {
    margin-top: 10px
}

.wpsl-store-hours strong {
    display: block
}

#wpsl-gmap .wpsl-info-actions {
    display: block;
    margin: 10px 0 !important
}

.wpsl-info-actions a {
    float: left;
    margin-right: 7px
}

.wpsl-info-actions .wpsl-zoom-here {
    margin-right: 0
}

.wpsl-dropdown {
    position: relative;
    width: 90px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 0 !important;
    z-index: 2
}

#wpsl-results .wpsl-dropdown {
    width: 70px
}

.wpsl-dropdown ul {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    overflow: hidden
}

.wpsl-dropdown:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li {
    position: relative;
    display: block;
    line-height: normal;
    color: #000;
    overflow: hidden
}

#wpsl-radius .wpsl-dropdown .wpsl-selected-item, #wpsl-radius .wpsl-dropdown li, #wpsl-results .wpsl-dropdown .wpsl-selected-item, #wpsl-results .wpsl-dropdown li {
    white-space: nowrap
}

.wpsl-selected-item:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #000
}

.wpsl-active .wpsl-selected-item:after {
    margin-top: -10px;
    border: 6px solid transparent;
    border-bottom: 8px solid #000
}

.wpsl-dropdown li:hover {
    background: #f8f9f8;
    position: relative;
    z-index: 3;
    color: #000
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
    list-style: none;
    padding: 9px 12px !important;
    margin: 0 !important
}

.wpsl-selected-dropdown {
    font-weight: 700
}

.wpsl-clearfix:after, .wpsl-clearfix:before {
    content: " ";
    display: table
}

.wpsl-clearfix:after {
    clear: both
}

#wpsl-wrap .wpsl-selected-item {
    position: static;
    padding-right: 35px !important
}

#wpsl-category, .wpsl-input, .wpsl-select-wrap {
    position: relative;
    margin-bottom: 10px
}

#wpsl-search-wrap .wpsl-scroll-required div {
    overflow-y: scroll
}

.wpsl-scroll-required ul {
    overflow: visible
}

.wpsl-provided-by {
    float: right;
    padding: 5px 0;
    text-align: right;
    font-size: 12px;
    width: 100%
}

#wpsl-wrap .wpsl-results-only label {
    width: auto
}

.wpsl-contact-details, .wpsl-location-address, .wpsl-locations-details {
    margin-bottom: 15px
}

.wpsl-contact-details {
    clear: both
}

table.wpsl-opening-hours td {
    vertical-align: top;
    padding: 0 15px 0 0;
    text-align: left
}

table.wpsl-opening-hours time {
    display: block
}

table.wpsl-opening-hours {
    width: auto !important;
    font-size: 100% !important
}

table.wpsl-opening-hours, table.wpsl-opening-hours td {
    border: none !important
}

.wpsl-gmap-canvas .wpsl-infobox {
    min-width: 155px;
    max-width: 350px !important;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #ccc;
    background: #fff !important
}

.wpsl-gmap-canvas .wpsl-infobox:after, .wpsl-gmap-canvas .wpsl-infobox:before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: -11px
}

.wpsl-gmap-canvas .wpsl-infobox:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff
}

.wpsl-gmap-canvas .wpsl-infobox:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #ccc;
    bottom: -13px;
    left: 38px
}

#wpsl-checkbox-filter, .wpsl-custom-checkboxes {
    display: block;
    float: left;
    margin: 5px 0 15px;
    padding: 0;
    width: 100%
}

#wpsl-checkbox-filter li, .wpsl-custom-checkboxes li {
    float: left;
    list-style: none;
    margin: 0 1% 0 0
}

#wpsl-checkbox-filter.wpsl-checkbox-1-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-1-columns li {
    width: 99%
}

#wpsl-checkbox-filter.wpsl-checkbox-2-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-2-columns li {
    width: 49%
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {
    width: 32%
}

#wpsl-checkbox-filter.wpsl-checkbox-4-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-4-columns li {
    width: 24%
}

#wpsl-checkbox-filter input, .wpsl-custom-checkboxes input {
    margin-right: 5px
}

#wpsl-result-list .wpsl-contact-details span {
    display: block !important
}

#wpsl-search-wrap .select2 {
    display: none !important
}

.rtl #wpsl-result-list {
    float: left
}

.rtl #wpsl-checkbox-filter input, .rtl .wpsl-custom-checkboxes input {
    margin-right: 0;
    margin-left: 5px
}

.rtl .wpsl-info-actions a {
    float: right;
    margin: 0 0 0 7px
}

.rtl #wpsl-gmap .wpsl-info-window {
    padding-right: 22px
}

.rtl #wpsl-wrap #wpsl-result-list li.wpsl-preloader {
    padding: 10px 35px 10px 0
}

.rtl .wpsl-preloader img {
    left: 0;
    right: 10px
}

.wpsl-twentynineteen .wpsl-input {
    width: 100%
}

.wpsl-twentynineteen #wpsl-search-input {
    line-height: 1.3em
}

.wpsl-twentynineteen #wpsl-search-wrap label {
    margin-top: 6px
}

.wpsl-twentynineteen .wpsl-dropdown {
    width: 116px
}

#wpsl-results .wpsl-dropdown {
    width: 81px
}

@media (max-width: 825px) {
    #wpsl-search-input {
        width: 348px
    }

    .wpsl-results-only #wpsl-search-wrap .wpsl-dropdown {
        width: 70px
    }

    #wpsl-search-wrap .wpsl-input {
        width: 100%;
        margin-bottom: 10px
    }

    #wpsl-category label, #wpsl-radius label, .wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input, .wpsl-input label, .wpsl-no-filters #wpsl-search-wrap .wpsl-input, .wpsl-results-only #wpsl-search-wrap .wpsl-input {
        width: auto
    }
}

@media (max-width: 720px) {
    #wpsl-search-wrap .wpsl-dropdown {
        width: 114px
    }
}

@media (max-width: 675px) {
    #wpsl-search-wrap #wpsl-search-btn {
        float: left;
        margin: 0 5px 0 0
    }

    .wpsl-dropdown, .wpsl-results-only #wpsl-search-wrap .wpsl-input {
        width: 100%
    }

    .wpsl-search {
        padding: 2%
    }

    .wpsl-input {
        margin-right: 0
    }

    #wpsl-gmap, #wpsl-result-list {
        width: 49.75%
    }

    #wpsl-gmap, #wpsl-result-list {
        float: none;
        width: 100%
    }

    .wpsl-direction-before {
        padding-left: 0
    }

    #wpsl-gmap {
        margin-bottom: 15px
    }

    #wpsl-result-list, .wpsl-cat-results-filter .wpsl-select-wrap, .wpsl-filter .wpsl-select-wrap {
        margin-bottom: 10px
    }

    #wpsl-result-list p, #wpsl-wrap #wpsl-result-list li {
        padding-left: 0
    }

    #wpsl-wrap #wpsl-result-list li.wpsl-preloader {
        padding-left: 25px
    }

    .wpsl-preloader img {
        left: 0
    }

    #wpsl-stores.wpsl-not-loaded {
        height: 25px
    }

    #wpsl-reset-map {
        top: 25px
    }

    #wpsl-gmap {
        margin-top: 10px
    }

    #wpsl-category, #wpsl-search-btn, .wpsl-input, .wpsl-no-filters #wpsl-search-wrap .wpsl-input, .wpsl-select-wrap {
        margin-bottom: 0
    }

    #wpsl-stores.wpsl-no-autoload {
        height: auto !important
    }

    #wpsl-checkbox-filter.wpsl-checkbox-3-columns li, #wpsl-checkbox-filter.wpsl-checkbox-4-columns li {
        width: 49%
    }
}

@media (max-width: 570px) {
    #wpsl-search-wrap #wpsl-search-btn {
        margin-bottom: 5px
    }

    .wpsl-search {
        padding: 4%
    }

    #wpsl-search-input {
        width: 98% !important
    }

    .wpsl-cat-results-filter #wpsl-search-input, .wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input, .wpsl-no-results #wpsl-search-input, .wpsl-results-only #wpsl-search-input {
        width: 100% !important
    }

    .wpsl-search-btn-wrap {
        margin-top: 15px
    }

    .wpsl-checkboxes-enabled .wpsl-search-btn-wrap {
        margin-top: 0
    }

    #wpsl-search-btn, #wpsl-search-wrap div {
        margin-right: 0
    }

    #wpsl-search-wrap div label {
        display: block;
        width: 100%
    }

    #wpsl-results {
        width: auto
    }

    .wpsl-select-wrap {
        width: 100%
    }

    #wpsl-radius, #wpsl-results {
        width: 50%
    }

    #wpsl-radius {
        margin-right: 4%
    }

    #wpsl-search-wrap .wpsl-dropdown {
        width: 96% !important
    }

    .wpsl-search-btn-wrap {
        clear: both
    }

    .wpsl-no-filters #wpsl-search-input, .wpsl-no-filters #wpsl-search-wrap .wpsl-input {
        width: 100% !important
    }
}

@media (max-width: 420px) {
    #wpsl-checkbox-filter li {
        margin: 0
    }

    #wpsl-checkbox-filter.wpsl-checkbox-1-columns li, #wpsl-checkbox-filter.wpsl-checkbox-2-columns li, #wpsl-checkbox-filter.wpsl-checkbox-3-columns li, #wpsl-checkbox-filter.wpsl-checkbox-4-columns li {
        width: 100%
    }
}

.wcboost-variation-swatches > select {
    display: none !important;
}

.wcboost-variation-swatches__wrapper {
    margin: 0 -0.5em;
    padding: 0;
    list-style: none;
}

.wcboost-variation-swatches__item {
    transition: 0.3s;
    text-align: center;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 0.5em 0.5em 0.5em;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.wcboost-variation-swatches__name {
    text-indent: -9999em;
    display: block;
}

.wcboost-variation-swatches__item:hover,
.wcboost-variation-swatches__item:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.wcboost-variation-swatches__item.selected {
    border-color: #999;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
}

.wcboost-variation-swatches__item.disabled {
    opacity: 0.1;
    cursor: default;
}

.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
    width: auto !important;
    padding: 0 0.5em;
}

.wcboost-variation-swatches--label .wcboost-variation-swatches__name,
.wcboost-variation-swatches--button .wcboost-variation-swatches__name {
    text-indent: 0;
}

.wcboost-variation-swatches--image .wcboost-variation-swatches__name {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute;
    margin: -1px;
}

.wcboost-variation-swatches--image img {
    display: block;
}

.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.wcboost-variation-swatches--round .wcboost-variation-swatches__item,
.wcboost-variation-swatches--round .wcboost-variation-swatches__item img {
    border-radius: 50%;
}

.wcboost-variation-swatches--round.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item,
.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item img,
.wcboost-variation-swatches--rounded.wcboost-variation-swatches--color .wcboost-variation-swatches__name {
    border-radius: 4px;
}

.wcboost-variation-swatches--round.wcboost-variation-swatches--color .wcboost-variation-swatches__name {
    border-radius: 50%;
}

/** Tooltip */
.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:before {
    content: attr(aria-label);
    text-indent: initial;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background: #333;
    z-index: 2;
    color: #fff;
    margin: -10px 0 0 0;
    padding: 7px 15px;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    border-radius: 4px;
    transform: translate(-50%, -10px);
    transition: opacity 0.35s;
}

.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #333;
    margin: 0 0 0 -5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s;
}

.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:hover:before,
.wcboost-variation-swatches--has-tooltip .wcboost-variation-swatches__item:hover:after {
    visibility: visible;
    opacity: 1;
    user-select: auto;
}

.wcboost-variation-swatches--has-tooltip .disabled:before,
.wcboost-variation-swatches--has-tooltip .disabled:after,
.wcboost-variation-swatches--button .wcboost-variation-swatches__item:before,
.wcboost-variation-swatches--button .wcboost-variation-swatches__item:after {
    display: none;
}

/** Label **/
.wcboost-variation-swatches__selected-label::before {
    content: ": ";
}

.wcboost-variation-swatches__item {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.wcboost-variation-swatches--round.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
    border-radius: 15px
}

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #bbb;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: 0;
    vertical-align: middle;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default
}

.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #bbb
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #bbb;
    background: #fff;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.selectBox-inline {
    min-width: 150px;
    outline: 0;
    border: solid 1px #bbb;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto
}

.selectBox-inline:focus {
    border-color: #666
}

.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat
}

.selectBox-options LI.selectBox-hover A {
    background-color: #eee
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent
}

.selectBox-options LI.selectBox-selected A {
    background-color: #c8def4
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #eee;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap
}

.selectBox.selectBox-disabled {
    color: #888 !important
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    border-color: #666
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important
}

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star-1.eot) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce-1.eot) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

div.pp_woocommerce .pp_content_container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    padding: 20px 0
}

div.pp_woocommerce .pp_content_container::after, div.pp_woocommerce .pp_content_container::before {
    content: " ";
    display: table
}

div.pp_woocommerce .pp_content_container::after {
    clear: both
}

div.pp_woocommerce .pp_loaderIcon::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

div.pp_woocommerce div.ppt {
    color: #000
}

div.pp_woocommerce .pp_gallery ul li a {
    border: 1px solid rgba(0, 0, 0, .5);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
    display: block
}

div.pp_woocommerce .pp_gallery ul li a:hover {
    border-color: #000
}

div.pp_woocommerce .pp_gallery ul li.selected a {
    border-color: #000
}

div.pp_woocommerce .pp_next::before, div.pp_woocommerce .pp_previous::before {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    font-family: WooCommerce;
    content: "\e00b";
    text-indent: 0;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center
}

div.pp_woocommerce .pp_next::before:hover, div.pp_woocommerce .pp_previous::before:hover {
    background-color: #000
}

div.pp_woocommerce .pp_next:hover::before, div.pp_woocommerce .pp_previous:hover::before {
    display: block
}

div.pp_woocommerce .pp_previous::before {
    left: 1em
}

div.pp_woocommerce .pp_next::before {
    right: 1em;
    font-family: WooCommerce;
    content: "\e008"
}

div.pp_woocommerce .pp_details {
    margin: 0;
    padding-top: 1em
}

div.pp_woocommerce .pp_description, div.pp_woocommerce .pp_nav {
    font-size: 14px
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_nav, div.pp_woocommerce .pp_nav .pp_pause, div.pp_woocommerce .pp_nav p, div.pp_woocommerce .pp_play {
    margin: 0
}

div.pp_woocommerce .pp_nav {
    margin-right: 1em;
    position: relative
}

div.pp_woocommerce .pp_close {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    top: -.5em;
    right: -.5em;
    font-size: 1.618em !important
}

div.pp_woocommerce .pp_close:hover {
    background-color: #000
}

div.pp_woocommerce .pp_close::before {
    font-family: WooCommerce;
    content: "\e013";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    position: relative;
    margin-top: -1px
}

div.pp_woocommerce .pp_arrow_next:hover, div.pp_woocommerce .pp_arrow_previous:hover {
    background-color: #000
}

div.pp_woocommerce .pp_arrow_next::before, div.pp_woocommerce .pp_arrow_previous::before {
    font-family: WooCommerce;
    content: "\e00b";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_previous {
    margin-right: .5em
}

div.pp_woocommerce .pp_arrow_next {
    margin-left: .5em
}

div.pp_woocommerce .pp_arrow_next::before {
    content: "\e008"
}

div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    right: auto;
    left: -.5em;
    top: -.5em;
    font-size: 1.618em !important
}

div.pp_woocommerce a.pp_contract:hover, div.pp_woocommerce a.pp_expand:hover {
    background-color: #000
}

div.pp_woocommerce a.pp_contract::before, div.pp_woocommerce a.pp_expand::before {
    font-family: WooCommerce;
    content: "\e005";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce a.pp_contract::before {
    content: "\e004"
}

div.pp_woocommerce #respond {
    margin: 0;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0
}

div.pp_woocommerce #respond .form-submit {
    margin-top: 0;
    float: none
}

div.pp_woocommerce .pp_inline {
    padding: 0 !important
}

.rtl div.pp_woocommerce .pp_content_container {
    text-align: right
}

@media only screen and (max-width: 768px) {
    div.pp_woocommerce {
        left: 5% !important;
        right: 5% !important;
        box-sizing: border-box;
        width: 90% !important
    }

    div.pp_woocommerce .pp_contract, div.pp_woocommerce .pp_expand, div.pp_woocommerce .pp_gallery, div.pp_woocommerce .pp_next, div.pp_woocommerce .pp_previous {
        display: none !important
    }

    div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_close {
        height: 44px;
        width: 44px;
        font-size: 44px;
        line-height: 44px
    }

    div.pp_woocommerce .pp_arrow_next::before, div.pp_woocommerce .pp_arrow_previous::before, div.pp_woocommerce .pp_close::before {
        font-size: 44px
    }

    div.pp_woocommerce .pp_description {
        display: none !important
    }

    div.pp_woocommerce .pp_details {
        width: 100% !important
    }

    .pp_content {
        width: 100% !important
    }

    .pp_content #pp_full_res > img {
        width: 100% !important;
        height: auto !important
    }

    .currentTextHolder {
        line-height: 3
    }
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_pause, .pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    text-indent: -100000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery li.selected a, .pp_gallery ul a:hover {
    border-color: #fff
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery li.default a img {
    display: none
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res .pp_inline {
    text-align: left
}

div.ppt {
    color: #fff !important;
    font-weight: 700;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}

/*! elementor - v3.6.7 - 03-07-2022 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper > button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width: 1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width: 1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper, .elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item > i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item > i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip > i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip > i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: #fff;
    font-size: 1em
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
    color: #39b54a
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
    color: #b01b1b
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay, .elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-container > .elementor-element.elementor-absolute, .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute
}

.e-container > .elementor-element.elementor-fixed, .elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: var(--flex-direction);
    flex-direction: var(--flex-direction);
    -ms-flex-wrap: var(--flex-wrap);
    flex-wrap: var(--flex-wrap);
    -webkit-box-pack: var(--justify-content);
    -ms-flex-pack: var(--justify-content);
    justify-content: var(--justify-content);
    -webkit-box-align: var(--align-items);
    -ms-flex-align: var(--align-items);
    align-items: var(--align-items);
    -ms-flex-line-pack: var(--align-content);
    align-content: var(--align-content);
    gap: var(--gap);
    -ms-flex-preferred-size: var(--flex-basis);
    flex-basis: var(--flex-basis);
    -webkit-box-flex: var(--flex-grow);
    -ms-flex-positive: var(--flex-grow);
    flex-grow: var(--flex-grow);
    -ms-flex-negative: var(--flex-shrink);
    flex-shrink: var(--flex-shrink);
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order);
    -ms-flex-item-align: var(--align-self);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    -webkit-filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
    opacity: .8;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (min-width: -1px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1px) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1px) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display)
}

@-webkit-keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top > .elementor-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full > .elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap > .elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    min-height: 1px
}

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width: -1px) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1025px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: -1px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1025px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child, .elementor-reverse-laptop > .elementor-container > :nth-child(2), .elementor-reverse-laptop > .elementor-container > :nth-child(3), .elementor-reverse-laptop > .elementor-container > :nth-child(4), .elementor-reverse-laptop > .elementor-container > :nth-child(5), .elementor-reverse-laptop > .elementor-container > :nth-child(6), .elementor-reverse-laptop > .elementor-container > :nth-child(7), .elementor-reverse-laptop > .elementor-container > :nth-child(8), .elementor-reverse-laptop > .elementor-container > :nth-child(9), .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: -1px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) and (max-width: -1px) {
    .elementor-reverse-tablet > .elementor-container > :first-child, .elementor-reverse-tablet > .elementor-container > :nth-child(2), .elementor-reverse-tablet > .elementor-container > :nth-child(3), .elementor-reverse-tablet > .elementor-container > :nth-child(4), .elementor-reverse-tablet > .elementor-container > :nth-child(5), .elementor-reverse-tablet > .elementor-container > :nth-child(6), .elementor-reverse-tablet > .elementor-container > :nth-child(7), .elementor-reverse-tablet > .elementor-container > :nth-child(8), .elementor-reverse-tablet > .elementor-container > :nth-child(9), .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns:repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns:repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns:repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns:repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns:repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns:repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns:repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns:repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns:repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns:repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns:repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns:repeat(12, 1fr)
}

@media (min-width: -1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns:repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns:repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns:repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns:repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns:repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns:repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns:repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns:repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns:repeat(12, 1fr)
    }
}

@media (max-width: -1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns:repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns:repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns:repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns:repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns:repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns:repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns:repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns:repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns:repeat(12, 1fr)
    }
}

@media (max-width: -1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns:repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns:repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns:repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns:repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns:repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns:repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns:repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns:repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns:repeat(12, 1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns:repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns:repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns:repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns:repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns:repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns:repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns:repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns:repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns:repeat(12, 1fr)
    }
}

@media (max-width: -1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns:repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns:repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns:repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns:repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns:repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns:repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns:repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns:repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns:repeat(12, 1fr)
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns:repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns:repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns:repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns:repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns:repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns:repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns:repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns:repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns:repeat(12, 1fr)
    }
}

@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width: -1px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width: -1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width: -1px) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-container {
    --border-radius: 0;
    --display: flex;
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    --content-width: Min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding, 0px);
    --padding-right: var(--container-default-padding, 0px);
    --padding-bottom: var(--container-default-padding, 0px);
    --padding-left: var(--container-default-padding, 0px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --transition: 0;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0;
    position: var(--position);
    display: var(--display);
    text-align: var(--text-align);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: var(--flex-direction);
    flex-direction: var(--flex-direction);
    -webkit-box-flex: var(--flex-grow);
    -ms-flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    width: var(--width);
    min-width: 0;
    max-width: min(100%, var(--width));
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding: var(--padding-top) calc((100% - var(--content-width)) / 2 + var(--padding-right)) var(--padding-bottom) calc((100% - var(--content-width)) / 2 + var(--padding-left));
    z-index: var(--z-index);
    overflow: var(--overflow);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition)
}

:is(.elementor-section-wrap,[data-elementor-id]) > .e-container {
    --margin-right: auto;
    --margin-left: auto
}

.e-container .elementor-empty-view {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: var(--min-height, 100px)
}

.e-container .elementor-empty-view .elementor-first-add {
    width: auto;
    height: auto;
    inset: 10px
}

.e-container .elementor-widget-placeholder {
    --size: 10px;
    --margin-start: calc(-1 * var(--size));
    --margin-end: calc(-2 * var(--size));
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    z-index: 1;
    pointer-events: none
}

.e-container.e-container--row > .elementor-widget-placeholder {
    position: relative;
    z-index: 9999;
    width: var(--size);
    -webkit-margin-start: var(--margin-start);
    margin-inline-start: var(--margin-start);
    height: auto;
    min-height: 100%;
    -webkit-animation-name: dnd-placeholder-widget-vertical;
    animation-name: dnd-placeholder-widget-vertical;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"]) > .elementor-widget-placeholder {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: calc(var(--margin-start) + var(--margin-end));
    margin-inline-start: calc(var(--margin-start) + var(--margin-end))
}

.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"]) > :not(.elementor-element) + .elementor-widget-placeholder {
    -webkit-margin-end: var(--margin-end);
    margin-inline-end: var(--margin-end);
    -webkit-margin-start: var(--margin-start);
    margin-inline-start: var(--margin-start)
}

.e-container.e-container--column > .elementor-widget-placeholder {
    height: var(--size);
    -webkit-margin-before: var(--margin-start);
    margin-block-start: var(--margin-start);
    -webkit-margin-after: var(--margin-end);
    margin-block-end: var(--margin-end);
    -webkit-animation-name: dnd-placeholder-widget-horizontal;
    animation-name: dnd-placeholder-widget-horizontal
}

.e-container.e-container--column > .elementor-widget-placeholder:nth-last-child(2) {
    -webkit-margin-before: calc(2 * var(--margin-start));
    margin-block-start: calc(2 * var(--margin-start));
    --margin-end: 0
}

.e-container .elementor-sortable-helper {
    height: 84px;
    width: 125px;
    z-index: -1
}

.e-container .elementor-widget.elementor-widget {
    margin-bottom: 0
}

.e-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    -webkit-transition: var(--overlay-transition);
    -o-transition: var(--overlay-transition);
    transition: var(--overlay-transition);
    border-radius: var(--border-radius)
}

.e-container .elementor-widget {
    min-width: 0
}

.e-container .elementor-widget-google_maps, .e-container .elementor-widget-video {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.e-container .elementor-widget.e-widget-swiper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting {
    position: relative;
    background-color: #556068
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:hover, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:hover {
    background-color: #495157
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add, .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit + .elementor-editor-element-remove, .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:first-child:before, .e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:last-child:after, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit + .elementor-editor-element-remove, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:first-child:before, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:last-child:after {
    display: none
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit), .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit) {
    -webkit-margin-start: -25px;
    margin-inline-start: -25px;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: .3s all;
    transition: all .3s;
    will-change: margin-inline-start
}

.e-container > .e-container > .elementor-element-overlay > .elementor-editor-element-settings:hover > :is(.elementor-editor-element-duplicate,.elementor-editor-element-remove), .elementor-widget .e-container > .elementor-element-overlay > .elementor-editor-element-settings:hover > :is(.elementor-editor-element-duplicate,.elementor-editor-element-remove) {
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings {
    inset: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    inset-inline-start: 0;
    top: 0;
    border-radius: 0;
    border-end-end-radius: 3px;
    height: auto;
    background-color: #556068
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings:hover, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings:hover {
    background-color: #495157
}

.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before, .elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before {
    content: "\e9b4";
    font-size: 20px;
    display: block;
    padding: 2px
}

@media (max-width: 767px) {
    .e-container {
        --width: 100%;
        --flex-wrap: wrap
    }
}

@-webkit-keyframes dnd-placeholder-widget-vertical {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(0);
        transform: translateX(50%) scaleX(0);
        opacity: 0
    }
    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(1);
        transform: translateX(50%) scaleX(1);
        opacity: .9
    }
}

@keyframes dnd-placeholder-widget-vertical {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(0);
        transform: translateX(50%) scaleX(0);
        opacity: 0
    }
    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(1);
        transform: translateX(50%) scaleX(1);
        opacity: .9
    }
}

@-webkit-keyframes dnd-placeholder-widget-horizontal {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: .9
    }
}

@keyframes dnd-placeholder-widget-horizontal {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: .9
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder, .elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i, .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before, .elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    -webkit-transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    -webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -webkit-transition: -webkit-transform var(--e-transform-transition-duration, .4s);
    transition: -webkit-transform var(--e-transform-transition-duration, .4s);
    -o-transition: transform var(--e-transform-transition-duration, .4s);
    transition: transform var(--e-transform-transition-duration, .4s);
    transition: transform var(--e-transform-transition-duration, .4s), -webkit-transform var(--e-transform-transition-duration, .4s)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg, .elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px;
	background:#ffffff
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header > i, .elementor-slideshow__header > svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header > i {
    font-size: inherit
}

.elementor-slideshow__header > i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header > svg {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header > svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s .1s;
    -o-transition: opacity .5s .1s;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i, .elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateY(-100%) scaleX(.7);
    -ms-transform: translateY(-100%) scaleX(.7);
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description, .elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer, .elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next, .elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content, space-between);
    -ms-flex-pack: var(--justify-content, space-between);
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content, space-between);
        -ms-flex-pack: var(--justify-content, space-between);
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content, space-between);
        -ms-flex-pack: var(--justify-content, space-between);
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width: -1px) and (max-width: -1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width: -1px) and (max-width: -1px) {
    .elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width: 1025px) and (max-width: 99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width: -1px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    -webkit-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
    -ms-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    -webkit-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
    -o-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    -webkit-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
    -o-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-kit-4145 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.e-container {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-element {
    --widgets-spacing: 20px;
}

{
}
h1.entry-title {
    display: var(--page-title-display);
}

@media (max-width: 1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }

    .e-container {
        --container-max-width: 1024px;
    }
}

@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }

    .e-container {
        --container-max-width: 767px;
    }
}

.elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-button .elementor-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    background-color: var(--e-global-color-accent);
}

.elementor-widget-divider {
    --divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-secondary);
}

.elementor-widget-image-box .elementor-image-box-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image-box .elementor-image-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: var(--e-global-color-secondary);
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-counter .elementor-counter-title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-progress .elementor-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
    color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: var(--e-global-color-accent);
}

.elementor-widget-tabs .elementor-tab-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-tabs .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
    color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
    fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-accordion .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {
    color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: var(--e-global-color-accent);
}

.elementor-widget-toggle .elementor-toggle-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-toggle .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-alert .elementor-alert-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-alert .elementor-alert-description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-path {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-1685 .elementor-element.elementor-element-f0173d6 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-1685 .elementor-element.elementor-element-f0173d6 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1685 .elementor-element.elementor-element-65827b9 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-1685 .elementor-element.elementor-element-65827b9 > .elementor-element-populated > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-76941f0 {
    background-size: cover;
    background-position: center center;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-76941f0 .slick-slide-inner .razzi-slide-heading {
    font-size: 44px;
    margin-bottom: 20px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-76941f0 .slick-slide-inner .razzi-slide-before-desc {
    color: #FF6F61;
    font-size: 110px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-76941f0 .slick-slide-inner .razzi-slide-description {
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 47px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-4409304 {
    background-size: cover;
    background-position: center center;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-4409304 .slick-slide-inner .razzi-slide-heading {
    font-size: 44px;
    margin-bottom: 20px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-4409304 .slick-slide-inner .razzi-slide-before-desc {
    color: #FF6F61;
    font-size: 110px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-4409304 .slick-slide-inner .razzi-slide-description {
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 47px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-70dbe55 {
    background-size: cover;
    background-position: center center;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-70dbe55 .slick-slide-inner .razzi-slide-heading {
    font-size: 44px;
    margin-bottom: 20px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-70dbe55 .slick-slide-inner .razzi-slide-before-desc {
    color: #FF6F61;
    font-size: 110px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-70dbe55 .slick-slide-inner .razzi-slide-description {
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 47px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-520a70a {
    background-size: cover;
    background-position: center center;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-520a70a .slick-slide-inner .razzi-slide-heading {
    font-size: 44px;
    margin-bottom: 20px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-520a70a .slick-slide-inner .razzi-slide-before-desc {
    color: #FF6F61;
    font-size: 110px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-520a70a .slick-slide-inner .razzi-slide-description {
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 47px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .item-slider {
    height: 750px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .slick-slide-inner {
    text-align: left;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .razzi-slide-content {
    padding: 30px 100px 30px 100px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .button-text {
    padding: 17px 42px 17px 42px;
}

.elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .razzi-slide__sale {
    display: none;
    width: 96px;
    height: 96px;
}

.elementor-1685 .elementor-element.elementor-element-c723686 {
    text-align: center;
}

.elementor-1685 .elementor-element.elementor-element-c723686 .razzi-heading-title {
    font-size: 36px;
}

.elementor-1685 .elementor-element.elementor-element-c723686 > .elementor-widget-container {
    margin: 0px 0px 50px 0px;
    padding: 50px 0px 0px 0px;
}

.elementor-1685 .elementor-element.elementor-element-d138d08 .razzi-products-carousel .swiper-scrollbar {
    margin-top: 35px;
}

.elementor-1685 .elementor-element.elementor-element-d138d08 > .elementor-widget-container {
    margin: 0px 0px 51px 0px;
}

.elementor-1685 .elementor-element.elementor-element-d48af23 {
    padding: 10px 0px 108px 0px;
}

.elementor-1685 .elementor-element.elementor-element-80c1415 {
    text-align: center;
}

.elementor-1685 .elementor-element.elementor-element-80c1415 .razzi-heading-title {
    font-size: 36px;
}

.elementor-1685 .elementor-element.elementor-element-80c1415 > .elementor-widget-container {
    margin: 0px 0px 50px 0px;
    padding: 50px 0px 0px 0px;
}

.elementor-1685 .elementor-element.elementor-element-f475072:not(.elementor-motion-effects-element-type-background), .elementor-1685 .elementor-element.elementor-element-f475072 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #F5F5F5;
}

.elementor-1685 .elementor-element.elementor-element-f475072 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 95px 0px 95px 0px;
}

.elementor-1685 .elementor-element.elementor-element-f475072 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1685 .elementor-element.elementor-element-7e8a950 {
    text-align: center;
}

.elementor-1685 .elementor-element.elementor-element-7e8a950 .razzi-heading-title {
    font-size: 36px;
}

.elementor-1685 .elementor-element.elementor-element-048c082 > .elementor-widget-container {
    padding: 70px 0px 80px 0px;
}

.elementor-1685 .elementor-element.elementor-element-2f40137 .razzi-button {
    padding: 0px 15px 04px 15px;
}

.elementor-1685 .elementor-element.elementor-element-4788c61 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 9px 9px 9px 9px;
}

.elementor-1685 .elementor-element.elementor-element-4788c61 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-view-stacked .razzi-img-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-view-stacked .razzi-svg-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-view-framed .razzi-svg-icon, .elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-view-default .razzi-svg-icon {
    fill: #11111100;
    color: #11111100;
    border-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-position-right .razzi-icon-box__icon {
    margin-left: 26px;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-position-left .razzi-icon-box__icon {
    margin-right: 26px;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-position-top .razzi-icon-box__icon {
    margin-bottom: 26px;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb .razzi-svg-icon {
    font-size: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb .razzi-img-icon {
    width: 38px;
    height: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb .razzi-icon-box__title {
    margin-bottom: 3px;
    color: #111111;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb .razzi-icon-box__title, .elementor-1685 .elementor-element.elementor-element-b6b30eb .razzi-icon-box__title a {
    font-family: "Jost", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb .razzi-icon-box__description {
    color: #767676;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
}

.elementor-1685 .elementor-element.elementor-element-b6b30eb > .elementor-widget-container {
    margin: 27px 0px 22px 0px;
}

.elementor-1685 .elementor-element.elementor-element-da9128f.elementor-view-stacked .razzi-img-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-da9128f.elementor-view-stacked .razzi-svg-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-da9128f.elementor-view-framed .razzi-svg-icon, .elementor-1685 .elementor-element.elementor-element-da9128f.elementor-view-default .razzi-svg-icon {
    fill: #11111100;
    color: #11111100;
    border-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-da9128f.elementor-position-right .razzi-icon-box__icon {
    margin-left: 26px;
}

.elementor-1685 .elementor-element.elementor-element-da9128f.elementor-position-left .razzi-icon-box__icon {
    margin-right: 26px;
}

.elementor-1685 .elementor-element.elementor-element-da9128f.elementor-position-top .razzi-icon-box__icon {
    margin-bottom: 26px;
}

.elementor-1685 .elementor-element.elementor-element-da9128f .razzi-svg-icon {
    font-size: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-da9128f .razzi-img-icon {
    width: 38px;
    height: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-da9128f .razzi-icon-box__title {
    margin-bottom: 3px;
    color: #111111;
}

.elementor-1685 .elementor-element.elementor-element-da9128f .razzi-icon-box__title, .elementor-1685 .elementor-element.elementor-element-da9128f .razzi-icon-box__title a {
    font-family: "Jost", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.elementor-1685 .elementor-element.elementor-element-da9128f .razzi-icon-box__description {
    color: #767676;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
}

.elementor-1685 .elementor-element.elementor-element-da9128f > .elementor-widget-container {
    margin: 27px 0px 22px 0px;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-view-stacked .razzi-img-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-view-stacked .razzi-svg-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-view-framed .razzi-svg-icon, .elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-view-default .razzi-svg-icon {
    fill: #11111100;
    color: #11111100;
    border-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-position-right .razzi-icon-box__icon {
    margin-left: 26px;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-position-left .razzi-icon-box__icon {
    margin-right: 26px;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-position-top .razzi-icon-box__icon {
    margin-bottom: 26px;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2 .razzi-svg-icon {
    font-size: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-122b8f2 .razzi-img-icon {
    width: 38px;
    height: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-122b8f2 .razzi-icon-box__title {
    margin-bottom: 3px;
    color: #111111;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2 .razzi-icon-box__title, .elementor-1685 .elementor-element.elementor-element-122b8f2 .razzi-icon-box__title a {
    font-family: "Jost", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2 .razzi-icon-box__description {
    color: #767676;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
}

.elementor-1685 .elementor-element.elementor-element-122b8f2 > .elementor-widget-container {
    margin: 27px 0px 22px 0px;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-view-stacked .razzi-img-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-view-stacked .razzi-svg-icon {
    background-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-view-framed .razzi-svg-icon, .elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-view-default .razzi-svg-icon {
    fill: #11111100;
    color: #11111100;
    border-color: #11111100;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-position-right .razzi-icon-box__icon {
    margin-left: 26px;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-position-left .razzi-icon-box__icon {
    margin-right: 26px;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-position-top .razzi-icon-box__icon {
    margin-bottom: 26px;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138 .razzi-svg-icon {
    font-size: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-8a4a138 .razzi-img-icon {
    width: 38px;
    height: 38px;
    transform: rotate(0deg);
}

.elementor-1685 .elementor-element.elementor-element-8a4a138 .razzi-icon-box__title {
    margin-bottom: 3px;
    color: #111111;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138 .razzi-icon-box__title, .elementor-1685 .elementor-element.elementor-element-8a4a138 .razzi-icon-box__title a {
    font-family: "Jost", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138 .razzi-icon-box__description {
    color: #767676;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
}

.elementor-1685 .elementor-element.elementor-element-8a4a138 > .elementor-widget-container {
    margin: 27px 0px 22px 0px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-1685 .elementor-element.elementor-element-056570d {
        width: 50%;
    }

    .elementor-1685 .elementor-element.elementor-element-11dc098 {
        width: 50%;
    }

    .elementor-1685 .elementor-element.elementor-element-be31fa6 {
        width: 50%;
    }

    .elementor-1685 .elementor-element.elementor-element-95c91a5 {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .razzi-slide-content {
        padding: 30px 30px 30px 30px;
    }

    .elementor-1685 .elementor-element.elementor-element-19fdd2c {
        padding: 0px 15px 0px 15px;
    }

    .elementor-1685 .elementor-element.elementor-element-d138d08 .razzi-products-carousel__heading {
        margin-bottom: 34px;
    }

    .elementor-1685 .elementor-element.elementor-element-d138d08 > .elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-d48af23 {
        padding: 10px 0px 85px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-863cd56 .razzi-promo-box__content {
        left: 25px;
        right: 25px;
    }

    .elementor-1685 .elementor-element.elementor-element-863cd56 .razzi-promo-box__title {
        font-size: 17px;
    }

    .elementor-1685 .elementor-element.elementor-element-c0bf034 .razzi-promo-box__content {
        left: 25px;
        right: 25px;
    }

    .elementor-1685 .elementor-element.elementor-element-c0bf034 .razzi-promo-box__title {
        font-size: 17px;
    }

    .elementor-1685 .elementor-element.elementor-element-f475072 {
        padding: 65px 0px 65px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-048c082 .razzi-posts-carousel .rz-swiper-button {
        font-size: 20px;
        width: 20px;
    }

    .elementor-1685 .elementor-element.elementor-element-048c082 > .elementor-widget-container {
        padding: 40px 0px 55px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-4788c61 {
        padding: 40px 0px 40px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-b6b30eb > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-da9128f > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-122b8f2 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-8a4a138 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }
}

@media (max-width: 767px) {
    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-76941f0 .slick-slide-inner .razzi-slide-heading {
        font-size: 24px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-76941f0 .slick-slide-inner .razzi-slide-before-desc {
        font-size: 60px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-4409304 .slick-slide-inner .razzi-slide-heading {
        font-size: 24px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-4409304 .slick-slide-inner .razzi-slide-before-desc {
        font-size: 60px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-70dbe55 .slick-slide-inner .razzi-slide-heading {
        font-size: 24px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-70dbe55 .slick-slide-inner .razzi-slide-before-desc {
        font-size: 60px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-520a70a .slick-slide-inner .razzi-slide-heading {
        font-size: 24px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .elementor-repeater-item-520a70a .slick-slide-inner .razzi-slide-before-desc {
        font-size: 60px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .item-slider {
        height: 400px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .razzi-slide-content {
        padding: 15px 15px 15px 15px;
    }

    .elementor-1685 .elementor-element.elementor-element-af60f2a .razzi-slides-elementor .swiper-pagination {
        bottom: 15px;
    }

    .elementor-1685 .elementor-element.elementor-element-c723686 .razzi-heading-title {
        font-size: 28px;
    }

    .elementor-1685 .elementor-element.elementor-element-c723686 > .elementor-widget-container {
        margin: 0px 0px 40px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-d138d08 .razzi-products-carousel .swiper-scrollbar {
        margin-top: 20px;
    }

    .elementor-1685 .elementor-element.elementor-element-d138d08 > .elementor-widget-container {
        margin: 0px 0px 20px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-2ecfb3c > .elementor-element-populated {
        margin: 0px 0px 70px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-80c1415 .razzi-heading-title {
        font-size: 28px;
    }

    .elementor-1685 .elementor-element.elementor-element-80c1415 > .elementor-widget-container {
        margin: 0px 0px 40px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-f475072 {
        padding: 50px 0px 50px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-7e8a950 .razzi-heading-title {
        font-size: 28px;
    }

    .elementor-1685 .elementor-element.elementor-element-048c082 > .elementor-widget-container {
        padding: 40px 0px 30px 0px;
    }

    .elementor-1685 .elementor-element.elementor-element-056570d {
        width: 50%;
    }

    .elementor-1685 .elementor-element.elementor-element-b6b30eb .razzi-icon-box__icon {
        margin-bottom: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-position-right .razzi-icon-box__icon {
        margin-left: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-position-left .razzi-icon-box__icon {
        margin-right: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-b6b30eb.elementor-position-top .razzi-icon-box__icon {
        margin-bottom: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-11dc098 {
        width: 50%;
    }

    .elementor-1685 .elementor-element.elementor-element-da9128f .razzi-icon-box__icon {
        margin-bottom: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-da9128f.elementor-position-right .razzi-icon-box__icon {
        margin-left: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-da9128f.elementor-position-left .razzi-icon-box__icon {
        margin-right: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-da9128f.elementor-position-top .razzi-icon-box__icon {
        margin-bottom: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-be31fa6 {
        width: 50%;
    }

    .elementor-1685 .elementor-element.elementor-element-122b8f2 .razzi-icon-box__icon {
        margin-bottom: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-position-right .razzi-icon-box__icon {
        margin-left: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-position-left .razzi-icon-box__icon {
        margin-right: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-122b8f2.elementor-position-top .razzi-icon-box__icon {
        margin-bottom: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-95c91a5 {
        width: 50%;
    }

    .elementor-1685 .elementor-element.elementor-element-8a4a138 .razzi-icon-box__icon {
        margin-bottom: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-position-right .razzi-icon-box__icon {
        margin-left: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-position-left .razzi-icon-box__icon {
        margin-right: 5px;
    }

    .elementor-1685 .elementor-element.elementor-element-8a4a138.elementor-position-top .razzi-icon-box__icon {
        margin-bottom: 5px;
    }
}

/*!
Theme Name: Razzi
Theme URI: http://demo4.drfuri.com/razzi
Author: DrFuri
Author URI: http://drfuri.com
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.5.5
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
:root {
    --rz-color-primary: #FF6F61;
    --rz-color-lighter: #ffffff;
    --rz-color-dark: #111111;
    --rz-color-darker: #1f1f1f;
    --rz-color-placeholder: #A0A0A0;
    --rz-color-hover-primary: #FF6F61;
    --rz-background-color-primary: #FF6F61;
    --rz-background-color-light: #ffffff;
    --rz-background-color-gray: #f5f5f5;
    --rz-background-color-dark: #1F1F1F;
    --rz-background-text-color-primary: #ffffff;
    --rz-border-color: #cccccc;
    --rz-border-color-primary: #FF6F61;
    --rz-border-color-light: #e2e2e2;
    --rz-border-color-lighter: #ffffff;
    --rz-border-color-gray: #cdcdcd;
    --rz-border-color-dark: #1f1f1f;
    --rz-text-color-gray: #767676;
    --rz-text-color: #525252;
    --rz-font-family-primary: 'Jost', Arial, sans-serif;
    --rz-font-family-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    --rz-font-family-pre: "Courier 10 Pitch", Courier, monospace;
}

@-webkit-keyframes razzi-rotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes razzi-rotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes razzi-scale {
    30% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes razzi-scale {
    30% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes razzi-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes razzi-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes razziFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes razziFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes bubble {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes bubble {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@-webkit-keyframes anim-ripple {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes anim-ripple {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--rz-text-color);
    font-family: var(--rz-font-family-primary);
    font-size: 16px;
    line-height: 1.5;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

a {
    outline: none;
    transition: .5s;
    color: var(--rz-color-dark);
    text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: var(--rz-color-dark);
    line-height: 1.33;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    font-size: 20px;
    line-height: 1.5;
    color: var(--rz-color-dark);
    padding: 20px 30px;
    border-left: 3px solid var(--rz-color-primary);
    margin-left: 35px;
}

blockquote p {
    margin: 0 0 10px;
}

blockquote cite {
    font-size: 14px;
    display: block;
    color: #838889;
}

blockquote cite a {
    color: inherit;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background-color: #eee;
    font-family: var(--rz-font-family-pre);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: var(--rz-font-family-code);
    font-size: 13px;
}

code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
}

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

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

big {
    font-size: 125%;
}

pre.wp-block-verse {
    font-family: var(--rz-font-family-pre);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: border-box;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

ol.razzi-custom-padding li:not(:last-child) {
    padding-bottom: 11px;
}

ul.razzi-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.razzi-check-list li {
    position: relative;
    padding-left: 19px;
}

ul.razzi-check-list li:not(:last-child) {
    margin-bottom: 8px;
}

ul.razzi-check-list li:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOCAxTDMuMTg3NSA3TDEgNC4yNzI3MyIgc3Ryb2tlPSIjNTI1MjUyIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

.razzi-loading {
    position: relative;
}

.razzi-loading:before {
    content: '';
    display: block;
    border-radius: 100px;
    position: absolute;
}

.razzi-loading:before {
    background-color: var(--rz-background-color-primary);
    height: 13px;
    width: 13px;
    top: 0;
    left: 0;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.razziFadeInUp {
    -webkit-animation-name: razziFadeInUp;
    animation-name: razziFadeInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.8, 0.44, 0.99);
    animation-timing-function: cubic-bezier(0.65, 0.8, 0.44, 0.99);
}

.razzi-gooey {
    width: 100%;
    height: 100%;
    background-color: var(--rz-background-color-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.razzi-gooey span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background-color: var(--rz-background-color-dark);
    border-radius: 50%;
    -webkit-animation: bubble 1.2s -0.6s infinite ease-out;
    animation: bubble 1.2s -0.6s infinite ease-out;
}

.razzi-gooey span:nth-child(2n) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.razzi-gooey span:nth-child(3n) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.razzi-svg-icon {
    display: inline-flex;
}

.razzi-svg-icon svg {
    vertical-align: -0.125em;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

.border-color-dark {
    border-color: var(--rz-border-color-dark) !important;
}

.razzi-scrollbar {
    overflow-y: auto;
    scrollbar-color: #1f1f1f #e2e2e278;
    scrollbar-width: thin;
}

.razzi-scrollbar::-webkit-scrollbar {
    width: 2px;
}

.razzi-scrollbar::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.razzi-scrollbar::-webkit-scrollbar-thumb {
    background-color: #1f1f1f;
}

.primary-color {
    color: var(--rz-color-primary);
}

.image-zoom {
    overflow: hidden;
}

.image-zoom img {
    transition: transform .3s ease;
    vertical-align: middle;
}

.image-zoom:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -moz-transform: scale(1.05);
    /* Firefox */
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -o-transform: scale(1.05);
    /* Opera */
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.razzi-tabs .tabs-nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.razzi-tabs .tabs-nav li {
    float: left;
}

.razzi-tabs .tabs-nav a {
    display: block;
}

.razzi-tabs .tabs-content {
    position: relative;
}

.razzi-tabs .tabs-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: translateY(10px);
}

.razzi-tabs .tabs-panel.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    transition: all 0.2s ease;
    transition-delay: 0.1s;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

caption,
td,
th {
    padding: 0;
    font-weight: normal;
    text-align: left;
}

table,
th,
td {
    border: 1px solid var(--rz-border-color-gray);
}

th {
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 10px;
}

thead th {
    font-weight: 500;
}

table.large-padding thead th, table.large-padding thead td {
    padding: 12px 30px;
}

table.large-padding th,
table.large-padding td {
    padding: 18px 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

.razzi-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
}

.razzi-button .razzi-svg-icon {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 13px;
    transition: ease .3s;
    display: inline-block;
    /*rtl:raw:
			transform: rotateY(180deg);
		*/
}

.razzi-button.button-smaller {
    font-size: 15px;
    line-height: 42px;
    padding: 0 25px;
}

.razzi-button.button-medium {
    line-height: 46px;
    padding: 0 31px;
}

.razzi-button.button-larger {
    line-height: 54px;
    padding: 0 43px;
}

.razzi-button.button-big {
    line-height: 70px;
    display: block;
}

.razzi-button.button-outline, .razzi-button.button-normal {
    color: var(--rz-color-dark);
    background-color: transparent;
}

.razzi-button.button-outline .razzi-svg-icon, .razzi-button.button-normal .razzi-svg-icon {
    color: inherit;
}

.razzi-button.button-outline {
    border: 1px solid;
}

.razzi-button.button-normal {
    padding: 0;
    line-height: inherit;
}

.razzi-button:not(.button-outline):not(.button-normal).button-light {
    background-color: var(--rz-background-color-light);
    color: var(--rz-color-dark);
}

.razzi-button:not(.button-outline):not(.button-normal).button-light .razzi-svg-icon {
    color: var(--rz-color-dark);
}

.razzi-button:hover .razzi-svg-icon {
    transform: translateX(3px);
    /*rtl:raw:
				transform: translateX(-3px) rotateY(180deg);
			*/
}

.btn-primary:not(.button-outline):not(.button-normal) {
    background-color: var(--rz-background-color-primary);
    color: var(--rz-background-text-color-primary);
}

.btn-primary.button-outline {
    border-color: var(--rz-border-color-primary);
}

.razzi-button--underlined {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4375;
    background-color: transparent;
    color: var(--rz-color-dark);
    padding: 0 15px 3px;
    display: inline-block;
    position: relative;
}

.razzi-button--underlined:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    transform-origin: left center;
    transition: all .2s ease-in-out;
    transition-property: transform;
}

.razzi-button--underlined:hover {
    color: var(--rz-color-dark);
}

.razzi-button--underlined:hover:after {
    transform-origin: right center;
    transform: scaleX(0);
}

select {
    border: 1px solid var(--rz-border-color);
    padding: 12px 25px;
    color: var(--rz-color-dark);
    cursor: pointer;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    transition: .1s;
    padding-right: 40px;
}

select:focus {
    border-color: var(--rz-border-color-darker);
    outline: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiMxZjFmMWYiLz4NCjwvc3ZnPg0K");
}

textarea {
    padding: 15px;
    height: 150px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    height: 100%;
}

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

.main-navigation ul ul {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--rz-background-color-light);
    box-sizing: border-box;
    min-width: 200px;
    padding: 18px 0;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    z-index: 99999;
    transition: opacity .3s;
    opacity: 0;
    transform: scaleX(0);
    pointer-events: none;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    transform: scaleX(1);
}

.main-navigation ul ul li {
    padding: 6px 30px;
    text-align: left;
}

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

.main-navigation ul ul li:last-child {
    margin-bottom: 0;
}

.main-navigation ul ul li.menu-item-has-children .toggle-menu-children {
    margin-top: 2px;
}

.main-navigation ul ul li.menu-item-has-children .toggle-menu-children .razzi-svg-icon {
    transform: rotate(-90deg);
}

.main-navigation ul ul a {
    font-size: 15px;
    line-height: 1.5;
    text-transform: initial;
    color: var(--rz-color-dark);
    transition: .5s;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
}

.main-navigation .menu-item-has-children .toggle-menu-children {
    position: absolute;
    right: 0;
    top: calc(50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    transition: .3s transform;
    margin-top: 1px;
}

.main-navigation .nav-menu {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.main-navigation .nav-menu > li {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-navigation .nav-menu > li > a {
    padding: 3px;
    white-space: nowrap;
    position: relative;
}

.main-navigation .nav-menu > li > a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rz-color-hover-primary);
    transition: .5s;
    opacity: 0;
}

.main-navigation .nav-menu > li > a .toggle-menu-children .razzi-svg-icon {
    transition: none;
    display: block;
}

.main-navigation .nav-menu > li.primary-color > a {
    color: var(--rz-color-hover-primary);
}

.main-navigation .nav-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}

.main-navigation .nav-menu > li:hover > a, .main-navigation .nav-menu > li.focus > a {
    color: var(--rz-color-hover-primary);
}

.main-navigation .nav-menu > li:hover > a:after, .main-navigation .nav-menu > li.focus > a:after {
    opacity: 1;
    width: 100%;
}

.main-navigation .nav-menu > li:first-child {
    padding-left: 0;
}

.main-navigation .nav-menu > li:last-child {
    padding-right: 0;
}

.main-navigation .nav-menu li {
    height: 100%;
    width: 100%;
}

.main-navigation .nav-menu li:hover > ul {
    opacity: 1;
    transform: scaleX(1);
    pointer-events: initial;
}

.main-navigation .nav-menu ul li a:after {
    bottom: 7px;
}

.main-navigation .nav-menu ul > .menu-item-has-children > a {
    position: relative;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 0 14px;
    outline: none;
}

.main-navigation a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    color: var(--rz-header-color-dark);
    outline: none;
    transition: .5s;
}

.main-navigation a:hover, .main-navigation a.focus {
    color: var(--rz-color-primary);
}

.primary-navigation:not(.main-menu-current-color) .nav-menu > li.current-menu-parent > a, .primary-navigation:not(.main-menu-current-color) .nav-menu > li.current_page_parent > a {
    color: var(--rz-color-hover-primary);
}

.primary-navigation:not(.main-menu-current-color) .nav-menu > li.current-menu-parent > a:after, .primary-navigation:not(.main-menu-current-color) .nav-menu > li.current_page_parent > a:after {
    opacity: 1;
    width: 100%;
}

.primary-navigation:not(.has-arrow) .nav-menu > li.menu-item-has-children > a {
    padding-right: 3px;
}

.secondary-navigation .nav-menu > li > a {
    text-transform: uppercase;
}

.secondary-navigation .nav-menu > li.menu-item-has-children > a {
    padding-right: 3px;
}

.logo-center .header-center-items > .main-navigation .nav-menu {
    justify-content: flex-end;
}

.logo-center .header-center-items .site-branding + .main-navigation .nav-menu {
    justify-content: flex-start;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

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

    .main-navigation ul {
        display: block;
    }
}

.comment-navigation,
.posts-navigation,
.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%;
}

.socials-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.socials-menu li {
    display: inline-block;
    padding: 0 12px;
    line-height: 1;
}

.socials-menu li:first-child {
    padding-left: 0;
}

.socials-menu li:last-child {
    padding-right: 0;
}

.socials-menu span:not(.razzi-svg-icon) {
    display: none;
}

.main-navigation li.is-mega-menu {
    position: static;
}

.main-navigation li.is-mega-menu.has-width {
    position: relative;
}

.main-navigation li.is-mega-menu.align-right .dropdown-submenu {
    left: auto;
    right: 0;
}

.main-navigation li.is-mega-menu.align-center .dropdown-submenu {
    left: 50%;
}

.main-navigation li.is-mega-menu.align-center:hover > ul {
    transform: translateX(-50%) scaleX(1);
}

.main-navigation li.is-mega-menu .dropdown-submenu {
    padding: 32px;
    left: 0;
}

.main-navigation li.is-mega-menu .mega-menu-content {
    padding: 0;
}

.main-navigation li.is-mega-menu .menu-item-mega a {
    pointer-events: auto;
}

.main-navigation li.is-mega-menu .menu-item-mega a.is-label {
    margin: 28px 0 20px;
}

.main-navigation li.is-mega-menu .menu-item-mega a.is-label,
.main-navigation li.is-mega-menu .menu-item-mega > a {
    font-size: 16px;
    font-weight: 500;
}

.main-navigation li.is-mega-menu .menu-item-mega ul {
    border: none;
    padding: 20px 0;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
    transform: none;
    background-color: transparent;
    opacity: 1;
}

.main-navigation li.is-mega-menu .menu-item-mega ul li {
    padding: 0;
    float: initial;
    margin-bottom: 9px;
}

.main-navigation li a.has-icon {
    display: flex;
    align-items: center;
}

.main-navigation li a.has-icon img {
    width: 20px;
}

.main-navigation li a.has-icon img,
.main-navigation li a.has-icon > .razzi-svg-icon {
    margin-right: 7px;
}

.main-navigation > ul > li.dropdown > a .razzi-menu-badges {
    position: absolute;
    right: auto;
    bottom: 22px;
}

.main-navigation > ul > li.dropdown > a.has-icon .razzi-menu-badges {
    left: calc(100% - 23px);
}

.header-center-items .main-navigation li.is-mega-menu.has-custom-width {
    position: static;
}

.razzi-menu-badges {
    --rz-badges-bg-color: #dd3333;
    white-space: nowrap;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 4px;
    bottom: 15px;
    right: -5px;
    background-color: var(--rz-badges-bg-color);
    color: var(--rz-color-lighter);
    position: relative;
}

.razzi-menu-badges:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border: 4px solid;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-width: 7px;
    border-left-width: 0;
    border-color: var(--rz-badges-bg-color);
}

.site-breadcrumb {
    padding: 19px 0;
    margin: 0;
    font-size: 14px;
    color: #909090;
    /*rtl:raw:
		display: flex;
	*/
}

.site-breadcrumb li {
    list-style: none;
    display: inline-block;
}

.site-breadcrumb a {
    color: inherit;
}

.site-breadcrumb a:hover {
    color: var(--rz-color-dark);
}

.site-breadcrumb .delimiter {
    margin: 0 5px;
}

.site-breadcrumb .razzi-svg-icon {
    display: inline-block;
    /*rtl:raw:
			transform: rotateY(180deg);
		*/
}

.next-posts-navigation {
    display: block;
    text-align: center;
}

.next-posts-navigation .nav-previous-ajax {
    display: inline-block;
    position: relative;
}

.next-posts-navigation .nav-previous-ajax a {
    display: block;
    font-weight: 600;
    padding: 11px 45px;
    border: 1px solid var(--rz-border-color-dark);
    transition: 0.35s;
}

.next-posts-navigation .nav-previous-ajax a:hover {
    background-color: var(--rz-color-dark);
    color: var(--rz-color-lighter);
}

.next-posts-navigation .razzi-gooey-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.next-posts-navigation.loading .razzi-gooey-loading {
    opacity: 1;
    z-index: 1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .site-branding .site-title,
.site-branding .site-description {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus, .site-branding .site-title:focus,
.site-branding .site-description:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 40px;
    padding: 23px;
    border: 1px solid var(--rz-border-color-light);
    /* Make sure select elements fit in widgets. */
}

.widget.filled {
    border-width: 0;
}

.widget select {
    width: 100%;
}

.widget ul,
.widget ol {
    margin-bottom: 0;
}

.widget:not(.widget_block) ul {
    list-style: none;
    padding-left: 0;
}

.widget:not(.widget_block) ul ul {
    padding-left: 15px;
}

.widget ol {
    padding-left: 16px;
}

.widget:not(.widget_block) li {
    padding: 7px 0;
}

.widget > ul > li:first-child {
    padding-top: 0;
}

.widget > ul > li:last-child {
    padding-bottom: 0;
}

.widget .tagcloud {
    margin: -4px -2px;
}

.widget .tagcloud a {
    border: 1px solid var(--rz-border-color-gray);
    display: inline-block;
    padding: 9px 21px;
    font-size: 14px !important;
    color: var(--rz-text-color);
    margin: 4px 2px;
}

.widget .tagcloud a:hover {
    border-color: var(--rz-border-color-dark);
}

.widget .mc4wp-form {
    font-size: 14px;
}

.widget .mc4wp-form .mc4wp-form-fields > :first-child {
    margin-top: 0;
}

.widget .mc4wp-form input,
.widget .mc4wp-form select,
.widget .mc4wp-form textarea,
.widget .mc4wp-form button {
    min-width: 0;
    margin-top: 20px;
}

.widget .mc4wp-form input,
.widget .mc4wp-form select {
    height: 60px;
    margin-right: 0;
}

.widget .mc4wp-form input[type=submit],
.widget .mc4wp-form input[type=reset],
.widget .mc4wp-form button {
    padding: 0 20px;
}

.widget .mc4wp-form input[type=checkbox],
.widget .mc4wp-form input[type=radio] {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
}

.widget .mc4wp-form p:last-of-type {
    margin-bottom: 0;
}

.widget.widget_block > * {
    margin-top: 0;
}

.widget-title,
.widgettitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 13px;
    border-bottom: 2px solid;
}

.search-form {
    position: relative;
    color: var(--rz-color-darker);
}

.search-form:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42MzAzNiA4LjU2OTUyQzEuODM2NTYgNy43Nzc4MiAxLjM5OTc2IDYuNzIyMjIgMS4zOTk3NiA1LjYwMDEyQzEuMzk5NzYgNC40NzgwMiAxLjgzNjU2IDMuNDIzODIgMi42MzAzNiAyLjYzMDcyQzMuNDIzNDYgMS44MzY5MiA0LjQ3ODM2IDEuNDAwMTIgNS41OTk3NiAxLjQwMDEyQzYuNzIxODYgMS40MDAxMiA3Ljc3NjA2IDEuODM2OTIgOC41NjkxNiAyLjYzMTQyQzkuMzYyOTYgMy40MjM4MiA5Ljc5OTc2IDQuNDc4MDIgOS43OTk3NiA1LjYwMDEyQzkuNzk5NzYgNi43MjIyMiA5LjM2Mjk2IDcuNzc3ODIgOC41NjkxNiA4LjU3MDIyQzcuNzc2MDYgOS4zNjMzMiA2LjcyMTg2IDkuODAwMTIgNS41OTk3NiA5LjgwMDEyQzQuNDc4MzYgOS44MDAxMiAzLjQyMzQ2IDkuMzYzMzIgMi42MzAzNiA4LjU2OTUyWk0xMy43NTkgMTIuODA1MkwxMC4wMDQ5IDkuMDUxMTJDMTAuNzc3IDguMDcwNDIgMTEuMTk5OCA2Ljg2ODUyIDExLjE5OTggNS42MDAxMkMxMS4xOTk4IDQuMTA0MjIgMTAuNjE3NCAyLjY5NzkyIDkuNTU4OTYgMS42NDA5MkM4LjUwMTk2IDAuNTgzMjIyIDcuMDk1NjYgMC4wMDAxMjIwNyA1LjU5OTc2IDAuMDAwMTIyMDdDNC4xMDM4NiAwLjAwMDEyMjA3IDIuNjk4MjYgMC41ODMyMjIgMS42NDA1NiAxLjY0MDkyQzAuNTgyODU2IDIuNjk3OTIgLTAuMDAwMjQ0MTQxIDQuMTA0MjIgLTAuMDAwMjQ0MTQxIDUuNjAwMTJDLTAuMDAwMjQ0MTQxIDcuMDk2NzIgMC41ODI4NTYgOC41MDIzMiAxLjY0MDU2IDkuNTYwMDJDMi42OTgyNiAxMC42MTc3IDQuMTAzODYgMTEuMjAwMSA1LjU5OTc2IDExLjIwMDFDNi44NTA2NiAxMS4yMDAxIDguMDM1NzYgMTAuNzg3OCA5LjAxMDE2IDEwLjAzNkwxMi43NjkyIDEzLjc5NUwxMy43NTkgMTIuODA1MloiIGZpbGw9IiMxMTExMTEiLz4NCjwvc3ZnPg0K);
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 18px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.search-form label {
    margin-bottom: 0;
}

.search-form .screen-reader-text, .search-form .site-branding .site-title, .site-branding .search-form .site-title,
.search-form .site-branding .site-description, .site-branding .search-form .site-description {
    display: none;
}

.search-form label {
    width: 100%;
}

.search-form .search-field {
    width: 100%;
}

.search-form .search-submit {
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    text-indent: -9999px;
    z-index: 10;
    box-shadow: none;
    outline: 0;
}

.search-form .search-submit:hover, .search-form .search-submit:focus {
    background-color: transparent;
}

.widget_nav_menu li,
.widget_pages li {
    padding: 5px 0;
}

.widget_nav_menu li:last-child,
.widget_pages li:last-child {
    padding-bottom: 0;
}

.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_archive ul ul,
.widget_categories ul ul {
    padding-left: 20px;
    margin-top: 10px;
    border-top: 1px solid var(--rz-border-color-light);
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child {
    padding-bottom: 0;
}

.widget_archive li,
.widget_categories li {
    padding: 10px 0;
    border-bottom: 1px solid var(--rz-border-color-light);
}

.widget_archive li:last-child,
.widget_categories li:last-child {
    border-bottom: 0;
}

.widget_archive li .posts-count,
.widget_categories li .posts-count {
    font-size: 12px;
    color: #838889;
    float: right;
    margin-top: 5px;
}

.razzi-widget__social-links .social-links {
    margin-left: -7.5px;
    margin-right: -7.5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.razzi-widget__social-links .social-links a.social {
    padding: 0 7.5px;
    font-size: 20px;
    color: var(--rz-color-darker);
}

.razzi-widget__social-links .social-links a.social:hover {
    color: var(--rz-color-primary);
}

.razzi-widget__social-links .social-links a.social:first-child {
    padding-left: 0;
}

.razzi-widget__social-links .social-links a.social:last-child {
    padding-right: 0;
}

.razzi-widget__social-links .social-links a.social.facebook {
    margin-top: -3px;
}

.widget_calendar,
.wp-block-calendar {
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 21px 19px 12px;
}

.widget_calendar .wp-block-calendar,
.widget_calendar .calendar_wrap,
.wp-block-calendar .wp-block-calendar,
.wp-block-calendar .calendar_wrap {
    position: relative;
}

.widget_calendar .wp-calendar-table,
.wp-block-calendar .wp-calendar-table {
    margin-bottom: 5px;
    border: none;
}

.widget_calendar caption,
.wp-block-calendar caption {
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0 6px;
    text-align: center;
}

.widget_calendar thead, .widget_calendar tbody,
.wp-block-calendar thead,
.wp-block-calendar tbody {
    border: none;
    margin-left: -.25em;
    margin-right: -.25em;
}

.widget_calendar thead th, .widget_calendar thead td, .widget_calendar tbody th, .widget_calendar tbody td,
.wp-block-calendar thead th,
.wp-block-calendar thead td,
.wp-block-calendar tbody th,
.wp-block-calendar tbody td {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    word-break: normal;
}

.widget_calendar thead th,
.wp-block-calendar thead th {
    visibility: hidden;
    position: relative;
    font-size: 14px;
    color: #999;
}

.widget_calendar thead th:after,
.wp-block-calendar thead th:after {
    content: '';
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.widget_calendar thead th[title="Monday"]:after,
.wp-block-calendar thead th[title="Monday"]:after {
    content: 'Mo';
}

.widget_calendar thead th[title="Tuesday"]:after,
.wp-block-calendar thead th[title="Tuesday"]:after {
    content: 'Tu';
}

.widget_calendar thead th[title="Wednesday"]:after,
.wp-block-calendar thead th[title="Wednesday"]:after {
    content: 'We';
}

.widget_calendar thead th[title="Thursday"]:after,
.wp-block-calendar thead th[title="Thursday"]:after {
    content: 'Th';
}

.widget_calendar thead th[title="Friday"]:after,
.wp-block-calendar thead th[title="Friday"]:after {
    content: 'Fr';
}

.widget_calendar thead th[title="Saturday"]:after,
.wp-block-calendar thead th[title="Saturday"]:after {
    content: 'Sa';
}

.widget_calendar thead th[title="Sunday"]:after,
.wp-block-calendar thead th[title="Sunday"]:after {
    content: 'Su';
}

.widget_calendar tbody td,
.wp-block-calendar tbody td {
    font-size: 14px;
    color: #000;
}

.widget_calendar tbody #today,
.wp-block-calendar tbody #today {
    position: relative;
    z-index: 9;
    color: var(--rz-background-text-color-primary);
}

.widget_calendar tbody #today:after,
.wp-block-calendar tbody #today:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background-color: var(--rz-background-color-primary);
    border-radius: 50%;
    z-index: -1;
}

.widget_calendar tbody .old,
.wp-block-calendar tbody .old {
    color: #999;
}

.widget_calendar .wp-calendar-nav a,
.wp-block-calendar .wp-calendar-nav a {
    color: #000;
    text-decoration: none;
}

.widget_calendar .wp-calendar-nav a:hover,
.wp-block-calendar .wp-calendar-nav a:hover {
    color: var(--rz-background-color-primary);
}

.single-post .entry-content .wp-block-calendar {
    margin-top: 20px;
}

.wp-block-page-list {
    margin: 0;
    padding: 0;
}

.wp-block-page-list li {
    list-style: none;
    padding: 7px 0;
}

.wp-block-page-list li:last-child {
    padding-bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.rz-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    display: none;
    --rz-modal-spacing: 30px;
}

.rz-modal .panel-content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 470px;
    max-width: 100%;
    margin: 0;
    background-color: var(--rz-background-color-light);
    transform: translateX(100%);
    transition: transform .5s;
    display: flex;
    flex-direction: column;
}

.rz-modal .modal-header {
    padding: 25px 45px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--rz-background-color-light);
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.rz-modal .modal-header .modal-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.rz-modal .mobile-panel-search {
    width: 100%;
    padding: var(--rz-modal-spacing);
}

.rz-modal .mobile-panel-search .search-wrapper {
    position: relative;
    width: 100%;
    display: flex;
}

.rz-modal .mobile-panel-search .search-field {
    flex: auto;
    border: 1px solid var(--rz-border-color-gray);
    padding-right: 42px;
    height: 54px;
    line-height: 54px;
}

.rz-modal .mobile-panel-search .search-submit {
    position: absolute;
    right: 0;
    background-color: transparent;
    color: var(--rz-text-color-gray);
    padding: 0;
    width: 68px;
    height: 54px;
    line-height: 56px;
    display: block;
    text-align: center;
    z-index: 999;
    border: none;
    transition: none;
}

.rz-modal .modal-content {
    position: relative;
    padding: var(--rz-modal-spacing);
    background-color: var(--rz-background-color-light);
}

.rz-modal.open {
    visibility: visible;
}

.rz-modal.open .modal-header {
    opacity: 1;
    display: block;
}

.rz-modal.open .modal-content {
    opacity: 1;
}

.rz-modal.open .panel-content {
    transform: none;
}

.rz-modal.side-left .panel-content {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}

.rz-modal.side-left.open .panel-content {
    transform: none;
}

.rz-modal .off-modal-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: var(--rz-background-color-dark);
    opacity: 0.5;
}

.rz-modal .button-close {
    display: flex;
    line-height: 1;
    position: absolute;
    right: var(--rz-modal-spacing);
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #a6a6a6;
    margin-left: 20px;
}

.rz-modal .button-close:hover {
    color: #767676;
}

.admin-bar .rz-modal {
    top: 32px;
    height: calc(100% - 32px);
}

body .hotspot-modal {
    color: var(--rz-text-color);
    font-family: var(--rz-font-family-primary);
}

body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__number {
    display: none;
}

body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 400;
    padding: 5px 7px 4px;
    background-color: #111 !important;
    color: #fff !important;
    line-height: 1;
}

body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
    background-color: #111;
    color: #fff;
}

body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price {
    color: var(--rz-text-color-gray);
    font-size: 16px;
    font-weight: 500;
    padding-top: 3px;
    display: inline-block;
}

body .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line {
    font-size: 16px;
    margin-top: 5px;
}

body .hotspot-modal .modal-dialog .chevron {
    top: 50%;
    transform: translateY(-50%);
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
    display: block;
}

.gallery-icon {
    margin-bottom: 25px;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -7px;
    margin-right: -7px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 7px;
    margin-bottom: 35px;
}

.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.blocks-gallery-caption {
    width: inherit;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Col
--------------------------------------------------------------*/
.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-flex {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-flex-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-flex-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-flex-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-flex-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-flex-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-flex-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-flex-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-flex-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-flex-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-flex-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-flex-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-flex-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-flex-xs-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-flex-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-flex-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-flex-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-flex-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-flex-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-flex-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-flex-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-flex-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-flex-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-flex-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-flex-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-flex-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-flex-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-flex-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-flex-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-flex-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-flex-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-flex-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-flex-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-flex-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-flex-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-flex-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-flex-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-flex-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-flex-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-flex-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content {
    padding-top: 80px;
}

.site-content:after {
    clear: both;
    display: block;
    content: "";
}

.site-content.no-top-spacing {
    padding-top: 0 !important;
}

.site-content.no-bottom-spacing {
    padding-bottom: 0 !important;
}

.site-content .razzi-bottom-no-spacing {
    margin-bottom: 0;
}

.page:not(.elementor-page) .site-content {
    display: flex;
}

.page.full-content:not(.elementor-page) .site-content {
    max-width: 1200px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.page .site {
    max-width: 1920px;
    margin: 0 auto;
}

.razzi-container {
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.razzi-container-wide {
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.container > :not(.mega-menu-container).container {
    width: 100%;
}

@media (min-width: 992px) {
    .single-post .site-content > .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container,
    .single-post .site-content > .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.single-post .site-content {
    padding-top: 30px;
}

.single-product .site-content {
    padding-top: 0;
}

.razzi-catalog-page .site-content {
    padding-top: 60px;
}

.razzi-blog-page .page-header + .site-content {
    padding-top: 5px;
}

.razzi-blog-page:not(.full-content) .page-header + .site-content {
    padding-top: 20px;
}

.razzi-boxed-layout .site {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.razzi-boxed-layout .site-header {
    max-width: 1200px;
    margin: 0 auto;
}

.site-header__border {
    border-bottom: 1px solid var(--rz-border-color-light);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
}

.preloader .preloader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.preloader .spinner {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    transform: none;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: razzi-spin infinite 1s linear;
    animation: razzi-spin infinite 1s linear;
}

.no-js .preloader {
    display: none;
}

/*--------------------------------------------------------------
## Top bar
--------------------------------------------------------------*/
.razzi-topbar__text {
    color: var(--rz-color-dark);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    display: flex;
}

.razzi-topbar__text svg,
.razzi-topbar__text img {
    margin: 0 14px 0 0;
    vertical-align: middle;
}

.razzi-topbar__text .razzi-svg-icon svg {
    width: auto;
    height: auto;
}

.razzi-topbar__text.text-normal {
    text-transform: inherit;
}

.topbar-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
}

.topbar-menu ul.sub-menu {
    min-width: 80px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: .3s;
    z-index: 1000;
    pointer-events: none;
    text-align: left;
    background-color: var(--rz-background-color-light);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar-menu ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--rz-border-color-light);
}

.topbar-menu ul.sub-menu ul {
    left: 100%;
    top: 0;
    transform: scaleX(1);
}

.topbar-menu li {
    display: inline-block;
    width: 100%;
    position: relative;
}

.topbar-menu li a {
    display: block;
    width: 110%;
    font-size: 14px;
    padding: 10px 14px 9px;
    margin: 0;
    opacity: 1;
    white-space: nowrap;
    color: #111;
}

.topbar-menu li a:hover {
    color: var(--rz-color-primary);
}

.topbar-menu li:hover > ul {
    opacity: 1;
    transform: scaleX(1);
    pointer-events: initial;
}

.topbar-menu > li {
    display: flex;
    align-items: center;
    height: inherit;
}

.topbar-menu > li > a {
    font-weight: 500;
    color: var(--rz-color-dark);
}

.topbar-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}

.topbar-menu > li.menu-item-has-children > a .toggle-menu-children {
    right: 0;
    transform: translateY(-50%) rotate(0);
}

.topbar-menu .menu-item-has-children {
    position: relative;
    padding-right: 20px;
}

.topbar-menu .menu-item-has-children .toggle-menu-children {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    cursor: pointer;
    transition: .3s transform;
    transform: rotate(-90deg);
}

.topbar-menu-container .topbar-menu ul a {
    padding: 0;
}

.topbar-menu-container .topbar-menu ul a:hover {
    --rz-color-primary: #FF6F61;
}

.topbar-menu-container .topbar-menu li.row-flex {
    display: flex;
}

.topbar-menu-container .topbar-menu li li a {
    --rz-color-dark: #111111;
}

.topbar-menu-container .topbar-menu > li > a {
    padding: 0 2px;
    position: relative;
}

.topbar-menu-container .topbar-menu > li > a:after {
    display: none;
}

.topbar-menu-container .topbar-menu > li.menu-item-has-children > a {
    padding-right: 3px;
}

.topbar-menu-container ul.sub-menu li:not(:last-child) {
    border: none;
}

.topbar-menu-container.has-arrow .topbar-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}

.topbar {
    --rz-icon-color: #A0A0A0;
}

.topbar .razzi-currency,
.topbar .razzi-language {
    padding: 0 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.topbar .razzi-currency:not(:last-child):before,
.topbar .razzi-language:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #cdcdcd;
}

.topbar .razzi-currency .content-droplist ul li a,
.topbar .razzi-language .content-droplist ul li a {
    color: #111;
}

.topbar .socials-menu .menu {
    margin-left: -10px;
    margin-right: -10px;
}

.topbar .socials-menu .menu li {
    padding: 0;
}

.topbar .socials-menu .menu li a {
    display: inline-block;
    color: var(--rz-icon-color);
    padding: 0 10px;
    font-size: 14px;
}

.topbar .socials-menu .menu li a:hover {
    color: var(--rz-dark-color);
}

.topbar .primary-navigation ul ul a {
    color: #111;
}

.topbar .primary-navigation .nav-menu > li > a {
    font-size: 16px;
}

.topbar .razzi-topbar__close {
    cursor: pointer;
}

.topbar {
    height: 45px;
    background-color: var(--rz-background-color-gray);
    color: var(--rz-color-dark);
}

.topbar .razzi-container-fluid {
    display: flex;
    align-items: center;
    height: 100%;
}

.topbar-items {
    display: flex;
    align-items: center;
    height: inherit;
}

.mobile-topbar-items {
    white-space: nowrap;
}

.mobile-topbar-items > * {
    margin-right: 0;
    padding: 0 20px;
}

.mobile-topbar-items .topbar-menu .menu-item-has-children {
    padding-right: 0;
}

.mobile-topbar-items .topbar-menu .sub-menu {
    display: none;
}

.topbar-left-items > * {
    margin-right: 50px;
}

.topbar-left-items > *:last-child {
    margin-right: 0;
}

.topbar-center-items {
    flex: 1;
    text-align: center;
    justify-content: center;
}

.topbar-center-items > * {
    margin: 0 50px;
    height: inherit;
    display: flex;
    align-items: center;
}

.topbar-center-items > * > * {
    height: inherit;
    display: flex;
    align-items: center;
}

.topbar-center-items > *:first-child {
    margin-left: 0;
}

.topbar-center-items > *:last-child {
    margin-right: 0;
}

.topbar-right-items {
    flex: 1;
    text-align: right;
    justify-content: flex-end;
}

.topbar-right-items > * {
    margin-left: 72px;
    height: inherit;
    display: flex;
    align-items: center;
}

.topbar-right-items > * > * {
    height: inherit;
    display: flex;
    align-items: center;
}

.topbar-right-items > *:first-child {
    margin-left: 0;
}

.topbar-left-items .razzi-currency,
.topbar-left-items .razzi-language {
    margin-right: 0;
}

.topbar-right-items .razzi-currency,
.topbar-right-items .razzi-language {
    margin-left: 0;
}

.topbar.has-center .topbar-right-items {
    flex: inherit;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    --rz-header-color-light: #ffffff;
    --rz-header-color-dark: #111111;
    --rz-header-color-darker: #1f1f1f;
    --rz-header-text-color-gray: #767676;
    --rz-header-background-color-light: #ffffff;
    --rz-header-background-color-dark: #1F1F1F;
}

.site-header .razzi-header-container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.site-header .submenu__arrow {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7;
    top: -6px;
    left: 50%;
    background-color: var --rz-background-color-light;
    z-index: 99;
    transform: translateX(-50%) rotate(135deg);
}

.site-branding {
    flex: 0 1 auto;
    position: relative;
    z-index: 100;
}

.site-branding .logo {
    position: relative;
    transition: none;
}

.site-branding .logo:hover {
    text-decoration: none;
}

.site-branding .logo img {
    display: inline-block;
    vertical-align: middle;
}

.site-branding .logo .logo-transparent {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.site-branding .logo.logo-text {
    font-weight: 600;
    font-size: 28px;
    line-height: 41px;
    color: var(--rz-header-color-dark);
}

.site-branding .logo svg {
    vertical-align: middle;
}

.site-branding .logo-light {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.header-transparent .site-branding .logo.active-logo .logo-transparent {
    opacity: 1;
    visibility: visible;
}

.header-transparent .site-branding .logo.active-logo .logo-main {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.header-transparent .site-header.minimized .site-branding .logo.active-logo .logo-transparent {
    opacity: 0;
    visibility: hidden;
}

.header-transparent .site-header.minimized .site-branding .logo.active-logo .logo-main {
    opacity: 1;
    visibility: visible;
}

.site-header .header-search .search-icon {
    cursor: pointer;
    font-size: 18px;
    color: var(--rz-header-color-dark);
    line-height: 1;
}

.site-header .header-search.search-form-type form {
    position: relative;
}

.site-header .header-search.search-form-type form.searching .close-search-results,
.site-header .header-search.search-form-type form.searching .search-submit {
    opacity: 0;
}

.site-header .header-search.search-form-type .search-fields {
    position: relative;
}

.site-header .header-search.search-form-type .search-field {
    float: left;
    height: 64px;
    line-height: 1;
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
    width: 100%;
    border-radius: 0;
    min-width: 370px;
    color: var(--rz-header-color-darker);
}

.site-header .header-search.search-form-type .search-field:focus {
    outline: none;
}

.site-header .header-search.search-form-type .search-field:-ms-input-placeholder {
    color: var(--rz-color-placeholder);
}

.site-header .header-search.search-form-type .search-field::-moz-placeholder {
    color: var(--rz-color-placeholder);
}

.site-header .header-search.search-form-type .search-field::placeholder {
    color: var(--rz-color-placeholder);
}

.site-header .header-search.search-form-type .btn-icon {
    position: absolute;
    top: 0;
    right: 26px;
    height: 64px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rz-color-lighter);
    z-index: 10;
    transition: none;
}

.site-header .header-search.search-form-type .search-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: transparent;
    padding: 0;
    width: 62px;
    height: 60px;
    line-height: 62px;
    display: block;
    z-index: 999;
    cursor: pointer;
}

.site-header .header-search.search-form-type .razzi-loading {
    bottom: auto;
    top: calc(50% - 10px);
    left: auto;
    right: 42px;
}

.site-header .header-search.search-form-type .search-results {
    position: absolute;
    top: 100%;
    min-width: 371px;
    text-align: left;
    visibility: hidden;
}

.site-header .header-search.search-form-type .search-results .result-title {
    display: none;
}

.site-header .header-search.search-form-type .search-results .search-list {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid var(--rz-border-color-light);
    background-color: var(--rz-background-color-light);
    border-top: none;
}

.site-header .header-search.search-form-type .search-results .search-list .list-item {
    margin-top: 15px;
}

.site-header .header-search.search-form-type .search-results .search-list .list-item:first-child {
    margin-top: 15px;
}

.site-header .header-search.search-form-type .search-results .search-list .list-item:last-child {
    margin-bottom: 15px;
}

.site-header .header-search.search-form-type .search-results .search-list .list-item.view-more {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-header .header-search.search-form-type .search-results .search-list .list-item img {
    max-width: 80px;
    margin-right: 15px;
}

.site-header .header-search.search-form-type .search-results .result-list-not-found {
    padding-left: 0;
}

.site-header .header-search.search-form-type .quick-links {
    position: absolute;
    top: calc(100% + 20px);
    min-width: 371px;
    text-align: left;
    padding: 0 20px 20px;
    border: 1px solid var(--rz-border-color-light);
    background-color: var(--rz-background-color-light);
    border-top: none;
    transform: scaleX(0);
    transition: top 0.3s, opacity .4s;
    opacity: 0;
    z-index: -999;
}

.site-header .header-search.search-form-type form:not(.searched) ~ .quick-links.open {
    opacity: 1;
    transform: scaleX(1);
    pointer-events: initial;
    transition-delay: .4s;
    z-index: 99;
    top: 100%;
}

.site-header .header-search.search-form-type .found-products ~ .search-results {
    visibility: visible;
}

.site-header .header-search.form-type-boxed .search-field {
    position: relative;
    background-color: #303030;
    color: var(--rz-header-color-light);
    border: 1px solid transparent;
    height: 62px;
    font-size: 15px;
}

.site-header .header-search.form-type-boxed .search-field:focus {
    outline: none;
}

.site-header .header-search.form-type-boxed .search-field:-ms-input-placeholder {
    color: var(--rz-color-placeholder);
}

.site-header .header-search.form-type-boxed .search-field::-moz-placeholder {
    color: var(--rz-color-placeholder);
}

.site-header .header-search.form-type-boxed .search-field::placeholder {
    color: var(--rz-color-placeholder);
}

.site-header .header-search.form-type-boxed .search-submit {
    border: none;
}

.site-header .header-search.form-type-boxed .search-submit .razzi-svg-icon {
    font-size: 20px;
}

.site-header .header-search.form-type-boxed .close-search-results {
    border-color: transparent;
    width: 62px;
    height: 62px;
    top: 0;
    right: 0;
    transform: translateY(0);
}

.site-header .header-search.form-type-boxed .close-search-results .razzi-svg-icon {
    color: var(--rz-header-color-light);
    font-size: 18px;
}

.site-header .header-search.form-type-boxed .searched .search-submit {
    opacity: 0;
}

.site-header .header-search.form-skin-light .search-field {
    background-color: transparent;
    color: var(--rz-header-color-dark);
    border-color: var(--rz-border-color-dark);
}

.site-header .header-search.form-skin-light .search-submit {
    color: inherit;
}

.site-header .header-search.form-type-full-width .search-field {
    border: none;
    border-bottom: 1px solid var(--rz-border-color-dark);
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: inherit;
}

.site-header .header-search.form-type-full-width .btn-icon {
    height: 45px;
}

.site-header .header-search.form-type-full-width .search-submit {
    width: 44px;
    height: 43px;
    line-height: 44px;
    border: none;
    margin-right: 10px;
}

.site-header .header-search.form-type-full-width .search-submit .razzi-svg-icon {
    color: var(--rz-header-color-dark);
}

.site-header .header-search.form-type-full-width .searched .search-field {
    border-bottom-color: var(--rz-border-color-light);
}

.site-header .header-search.form-type-full-width .searched .search-submit {
    opacity: 0;
}

.site-header .header-search.search-type-form-cat form {
    display: flex;
    align-items: center;
}

.site-header .header-search.search-type-form-cat form.searching .search-submit {
    opacity: 1;
}

.site-header .header-search.search-type-form-cat .search-field {
    height: 58px;
    line-height: 60px;
    border-left: 1px solid;
    border-color: var(--rz-border-color-light);
    background-color: inherit;
}

.site-header .header-search.search-type-form-cat .search-field:focus {
    border-color: var(--rz-border-color-dark);
    border-right: 1px solid var(--rz-border-color-dark);
}

.site-header .header-search.search-type-form-cat .product-cat {
    height: 58px;
    line-height: 60px;
    padding: 0;
    text-align: left;
}

.site-header .header-search.search-type-form-cat .product-cat-label {
    padding-left: 30px;
    padding-right: 63px;
    border-right: 1px solid;
    border-color: var(--rz-border-color-light);
    background-position: calc(100% - 30px) 50%;
}

.site-header .header-search.search-type-form-cat .product-cat-dd {
    min-height: 60px;
    border-color: var(--rz-border-color-light);
}

.site-header .header-search.search-type-form-cat .product-cat-dd:focus ~ .product-cat-label {
    border-color: var(--rz-border-color-dark);
}

.site-header .header-search.search-type-form-cat .search-submit {
    top: 0;
    right: 0;
    height: 58px;
    padding: 0 29px;
    border-color: var(--rz-border-color-light);
    border-left: none;
    position: relative;
    width: auto;
    background-color: transparent;
}

.site-header .header-search.search-type-form-cat .search-submit .razzi-svg-icon {
    font-size: 20px;
    color: var(--rz-header-text-color-gray);
    transition: 0.35s;
}

.ra-search-form .form-search,
.ra-search-form .search-inner-content {
    display: flex;
    width: 100%;
    position: relative;
}

.ra-search-form .product-cat {
    width: auto;
    float: left;
    position: relative;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    background-color: inherit;
}

.ra-search-form .product-cat.active:hover .cats-search {
    opacity: 1;
    z-index: 9998;
    top: 100%;
    transform: scaleX(1);
}

.ra-search-form .product-cat.active:hover .product-cat-label:before {
    z-index: 9999;
    opacity: 1;
    top: 100%;
}

.ra-search-form .form-search {
    width: 100%;
    margin: 0;
}

.ra-search-form .form-search.actived .search-wrapper .search-results,
.ra-search-form .form-search.actived ~ .search-results > .search-list {
    top: 100%;
    transform: scaleX(1);
    z-index: 9999;
}

.ra-search-form .form-search.actived ~ .quick-links {
    display: none;
}

.ra-search-form .form-search.searched .close-search-results {
    opacity: 1;
    z-index: 8888;
}

.ra-search-form .form-search.searching .razzi-loading {
    opacity: 1;
    visibility: visible;
}

.ra-search-form .form-search.searching .search-submit:before {
    opacity: 0;
}

.ra-search-form .form-search.searching ~ .quick-links {
    display: none;
}

.ra-search-form .razzi-loading {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 10px);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.ra-search-form .razzi-loading:before {
    height: 20px;
    width: 20px;
}

.ra-search-form .search-wrapper {
    width: 100%;
    display: flex;
    position: relative;
}

.ra-search-form .search-wrapper ::-webkit-scrollbar {
    background: transparent;
    width: 7px;
}

.ra-search-form .search-wrapper ::-webkit-scrollbar-thumb {
    background-color: var(--rz-border-color);
}

.ra-search-form .quick-links .label {
    font-size: 15px;
    line-height: 22px;
    color: var(--rz-color-dark);
    margin: 15px 0 20px;
    line-height: 1;
    font-weight: 500;
}

.ra-search-form .quick-links .links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ra-search-form .quick-links .links li {
    padding: 7px 0;
}

.ra-search-form .quick-links .links a {
    position: relative;
}

.ra-search-form .quick-links .links a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rz-color-dark);
    transition: .5s;
    opacity: 0;
}

.ra-search-form .quick-links .links a:hover:after {
    opacity: 1;
    width: 100%;
}

.ra-search-form .search-results {
    position: relative;
}

.ra-search-form .search-results > .search-list {
    border-top: none;
    z-index: -1;
    padding: 0;
    transform: scaleX(0);
    max-height: calc(100vh - 370px);
}

.ra-search-form .search-results .result-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding: 24px var(--rz-modal-spacing);
    margin: 0 -30px 0 -30px;
    border-top: 1px solid #E2E2E2;
}

.ra-search-form .search-results .result-title.not-found {
    display: none;
}

.ra-search-form .search-results .search-list.result-list-not-found {
    padding: 10px 0;
}

.ra-search-form .search-results .search-list.result-list-not-found .list-item {
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.ra-search-form .search-results .search-list.result-list-not-found .list-item .text {
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 13px;
    color: var(--rz-color-darker);
}

.ra-search-form .search-results .search-list.result-list-not-found .list-item .razzi-svg-icon {
    font-size: 22px;
    color: var(--rz-color-lighter);
}

.ra-search-form .search-results .search-list .list-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.ra-search-form .search-results .search-list .list-item:first-child {
    margin-top: 0;
}

.ra-search-form .search-results .search-list .list-item.view-more .button-normal {
    line-height: 35px;
}

.ra-search-form .search-results .search-list .list-item img {
    max-width: 100px;
    margin-right: 30px;
}

.ra-search-form .search-results .search-list .list-item .title-item {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: var(--rz-color-dark);
    display: block;
}

.ra-search-form .search-results .search-list .list-item .title-item:hover {
    color: var(--rz-color-primary);
}

.ra-search-form .search-results .search-list .list-item .star-rating {
    float: none;
    margin-top: 5px;
}

.ra-search-form .search-results .search-list .list-item .price-item {
    font-size: 15px;
    color: var(--rz-text-color-gray);
    line-height: 23px;
    font-weight: 500;
    margin-top: 2px;
}

.ra-search-form .search-results .search-list .list-item .price-item .sale {
    display: none;
}

.ra-search-form .search-results .search-list .list-item del {
    font-size: 14px;
    padding-right: 5px;
    font-weight: 400;
}

.ra-search-form .search-results .search-list .list-item ins {
    text-decoration: none;
    background-color: transparent;
    color: var(--rz-color-primary);
    font-size: 16px;
}

.ra-search-form .search-results .search-list .search-item {
    display: flex;
    align-items: center;
}

.ra-search-form .close-search-results {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rz-header-color-dark);
    z-index: 10;
    opacity: 0;
    transition: none;
}

.ra-search-form .product-cat-label {
    padding-right: 25px;
    padding-left: 25px;
    border: 1px solid var(--rz-border-color);
    border-right: none;
    color: var(--rz-header-text-color-gray);
    position: relative;
    height: 100%;
    white-space: nowrap;
}

.ra-search-form .product-cat-label .razzi-svg-icon {
    position: absolute;
    right: 25px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 18px;
}

.ra-search-form .product-cat-dd {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    min-height: 42px;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--rz-header-text-color-gray);
    background-position: calc(100% - 25px) 50%;
    opacity: 0;
}

.ra-search-form .product-cat-dd:focus {
    color: var(--rz-color-dark);
}

.ra-search-form .search-field {
    float: left;
    height: 42px;
    line-height: 1;
    border-top: 1px solid var(--rz-border-color);
    border-bottom: 1px solid var(--rz-border-color);
    border-left: none;
    border-right: none;
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
    width: 100%;
    border-radius: 0;
}

.ra-search-form .search-field:focus {
    outline: none;
}

.ra-search-form.search-every-thing .search-field {
    border-left: 1px solid var(--rz-border-color);
}

.ra-search-form ::-webkit-input-placeholder {
    color: #777;
}

.ra-search-form ::-moz-placeholder {
    color: #777;
}

.ra-search-form :-ms-input-placeholder {
    color: #777;
}

.ra-search-form :-moz-placeholder {
    color: #777;
}

.ra-search-form .search-submit {
    float: right;
    height: 45px;
    line-height: 47px;
    background-color: var(--rz-header-bacground-color-light);
    border: 1px solid var(--rz-border-color);
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ra-search-form .search-submit .razzi-svg-icon {
    display: block;
    font-size: 18px;
    order: 3;
}

.ra-search-form .search-submit .button-label {
    order: 2;
}

.ra-search-modal .search-inner-content {
    flex-direction: column;
}

.ra-search-modal .product-cat {
    height: 54px;
    line-height: 54px;
    background-color: var(--rz-background-color-light);
    margin-bottom: 20px;
}

.ra-search-modal .product-cat-label {
    border: 1px solid var(--rz-border-color-gray);
    background-color: var(--rz-background-color-light);
}

.ra-search-modal .product-cat-label:focus {
    border-color: var(--rz-border-color-dark);
}

.ra-search-modal .title {
    font-size: 18px;
    color: var(--rz-color-darker);
    font-weight: 600;
}

.ra-search-modal .search-field {
    border: 1px solid var(--rz-border-color-gray);
    padding-right: 42px;
    height: 54px;
    line-height: 54px;
}

.ra-search-modal .search-field:focus {
    border-color: var(--rz-color-dark);
}

.ra-search-modal .search-submit {
    position: absolute;
    right: 0;
    background-color: transparent;
    color: var(--rz-text-color-gray);
    padding: 0;
    width: 68px;
    height: 54px;
    line-height: 56px;
    display: block;
    text-align: center;
    z-index: 999;
    border: none;
    transition: none;
}

.ra-search-modal .search-submit .razzi-svg-icon {
    margin: 0;
}

.ra-search-modal form.actived .search-submit {
    opacity: 0;
}

.ra-search-modal .search-results {
    border: 0;
    margin-top: 30px;
}

.ra-search-modal .quick-links {
    margin-top: 30px;
}

.ra-search-modal .quick-links .label {
    padding: 30px var(--rz-modal-spacing) 20px;
    margin: 0 -30px 0 -30px;
    border-top: 1px solid #E2E2E2;
}

.aws-container .aws-search-form {
    height: 54px;
}

.aws-container .aws-search-form:focus .aws-form-btn {
    border-color: var(--rz-color-darker);
}

.aws-container .aws-search-form .aws-search-field {
    padding-left: 25px;
    font-size: 16px;
    line-height: 54px;
    min-width: 370px;
}

.aws-container .aws-search-form .aws-form-btn {
    z-index: 10;
    border-color: transparent;
    background-color: transparent;
    width: auto;
    position: absolute;
    right: 0;
    top: -3px;
    bottom: 0;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background-color: transparent;
}

.aws-container .aws-search-form .aws-search-btn_icon {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    color: var(--rz-text-color-gray);
}

.aws-container .aws-search-form .aws-search-btn_icon svg {
    width: 24px;
}

.aws-container .aws-search-form.aws-form-active .aws-search-btn_icon, .aws-container .aws-search-form.aws-processing .aws-search-btn_icon {
    display: none;
}

.aws-container .aws-search-form .aws-search-clear {
    right: 10px;
}

.aws-container .aws-search-form ::-webkit-input-placeholder {
    color: #777;
}

.aws-container .aws-search-form ::-moz-placeholder {
    color: #777;
}

.aws-container .aws-search-form :-ms-input-placeholder {
    color: #777;
}

.aws-container .aws-search-form :-moz-placeholder {
    color: #777;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-form-btn {
    left: 0;
    right: auto;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-field {
    padding-left: 60px;
    padding-right: 25px;
}

.aws-search-result {
    border: none;
    margin-top: 11px;
    font-size: 14px;
    padding-bottom: 20px;
}

.aws-search-result ul li {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

.aws-search-result .aws_result_item:hover {
    background-color: transparent;
}

.aws-search-result .aws_result_item:first-child {
    padding-top: 20px;
}

.aws-search-result .aws_result_image {
    padding-right: 15px;
    min-width: 100px;
}

.aws-search-result .aws_result_image img {
    width: 100px;
}

.aws-search-result .aws_result_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: var(--rz-color-dark);
}

.aws-search-result .aws_result_stock,
.aws-search-result .aws_result_sku {
    margin: 7px 0;
}

.aws-search-result .aws_result_excerpt {
    color: var(--rz-text-color);
    margin: 7px 0;
}

.aws-search-result .aws_result_price {
    font-size: 15px;
    color: var(--rz-text-color-gray);
    line-height: 23px;
    font-weight: 500;
}

.aws-search-result .aws_result_link {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.aws-search-result .aws_search_more {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.aws-search-result .aws_search_more a {
    display: inline-block;
    text-align: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 46px;
    padding: 0 40px;
    text-decoration: none;
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid;
    white-space: nowrap;
}

.aws-search-result .aws_no_result {
    padding: 10px 26px;
}

.search-modal-opened .aws-search-result ul {
    max-height: calc(100vh - 250px);
}

.search-modal-opened .aws-search-result ul li {
    padding-left: 0;
    padding-right: 0;
}

.search-modal-opened .aws-search-result .aws_search_more {
    padding-bottom: 0;
}

.form-type-boxed .aws-container .aws-search-form {
    height: 100%;
}

.form-type-boxed .aws-container .aws-search-form .aws-search-field {
    position: relative;
    height: 62px;
    font-size: 15px;
    border-radius: 0;
    min-width: 370px;
    width: 100%;
}

.form-type-boxed .aws-container .aws-search-form .aws-search-field:focus {
    outline: none;
}

.form-type-boxed .aws-container .aws-search-form .aws-search-field:-ms-input-placeholder {
    color: var(--rz-color-placeholder);
}

.form-type-boxed .aws-container .aws-search-form .aws-search-field::-moz-placeholder {
    color: var(--rz-color-placeholder);
}

.form-type-boxed .aws-container .aws-search-form .aws-search-field::placeholder {
    color: var(--rz-color-placeholder);
}

.form-type-boxed.form-skin-dark .aws-container .aws-search-form .aws-search-field {
    background-color: #303030;
    color: var(--rz-header-color-light);
    border: 1px solid transparent;
}

.form-type-boxed.form-skin-dark .aws-container .aws-search-form .aws-search-field:focus {
    border-color: transparent;
}

.form-type-boxed.form-skin-dark .aws-container .aws-search-form .aws-search-btn_icon {
    color: var(--rz-color-lighter);
}

.search-type-form-cat .aws-container {
    width: 100%;
}

.search-type-form-cat .aws-search-form .aws-search-field,
.search-type-form-cat .aws-search-form .aws-form-btn {
    height: 60px;
}

.form-type-full-width .aws-search-form .aws-search-field,
.form-type-full-width .aws-search-form .aws-form-btn {
    border: none;
    border-bottom: 1px solid var(--rz-border-color-dark);
}

.header-v9 .header-search.form-type-boxed .aws-search-form .aws-search-field {
    background-color: transparent;
    color: var(--rz-color-dark);
    border-color: var(--rz-border-color-dark);
    height: 48px;
    min-width: 450px;
}

.header-v9 .header-search.form-type-boxed .aws-search-form .aws-form-btn {
    border-color: var(--rz-border-color-dark);
}

.header-v9 .header-search.form-type-boxed .aws-search-form .aws-search-btn_icon {
    color: inherit;
}

.header-v11 .site-header .header-search.search-form-type .aws-search-form .aws-search-field {
    min-width: 522px;
}

.site-header .header-account .account-links {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--rz-background-color-light);
    box-sizing: border-box;
    min-width: 200px;
    padding: 30px 0;
    float: left;
    position: absolute;
    top: 100%;
    right: -15px;
    z-index: 99999;
    transition: opacity .3s;
    opacity: 0;
    transform: scaleX(0);
    pointer-events: none;
}

.site-header .header-account .account-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-header .header-account .account-links li {
    padding: 0 30px;
    margin-bottom: 12px;
    text-align: left;
}

.site-header .header-account .account-links li:last-child {
    margin-bottom: 0;
}

.site-header .header-account .account-links li a:hover {
    color: var(--rz-color-primary);
}

.site-header .header-account .account-links li li {
    padding: 0;
}

.site-header .header-account:hover .account-links {
    opacity: 1;
    transform: scaleX(1);
    pointer-events: initial;
}

.ra-account-modal .modal-content {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

.ra-account-modal .modal-content .form-row {
    padding: 0;
}

.ra-account-modal .modal-content form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ra-account-modal .woocommerce-error .error-message {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ra-account-modal .razzi-button {
    width: 100%;
    line-height: 50px;
    cursor: pointer;
}

.ra-account-modal .razzi-button.razzi-loading:before {
    left: 50%;
    top: -10px;
}

.ra-account-modal .razzi-button.button-medium {
    line-height: 48px;
}

.ra-account-modal .razzi-button.create-account {
    margin-top: 20px;
}

.ra-account-modal form.register button.razzi-button {
    margin: 20px 0 0 0;
}

.ra-account-modal div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100%;
}

.site-header .header-account {
    height: inherit;
}

.site-header .header-account .account-icon {
    font-size: 18px;
    display: flex;
    align-items: center;
    height: inherit;
    position: relative;
    top: -2px;
    color: var(--rz-header-color-dark);
}

.site-header .header-wishlist .wishlist-icon {
    position: relative;
    font-size: 18px;
    color: var(--rz-header-color-dark);
    position: relative;
}

.site-header .header-wishlist .counter {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 10px;
    font-weight: 500;
    color: var(--rz-background-text-color-primary);
    text-align: center;
    line-height: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 30px;
    padding: 4px;
    background-color: var(--rz-background-color-primary);
    display: inline-block;
}

.site-header .header-cart {
    padding-right: 19px;
}

.site-header .header-cart > a {
    position: relative;
    color: var(--rz-header-color-dark);
}

.site-header .header-cart .razzi-svg-icon {
    font-size: 18px;
}

.site-header .header-cart .icon-shop-cart {
    font-size: 20px;
}

.site-header .header-cart .counter {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 10px;
    font-weight: 500;
    color: var(--rz-background-text-color-primary);
    text-align: center;
    line-height: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 30px;
    padding: 4px;
    background-color: var(--rz-background-color-primary);
    display: inline-block;
}

.ra-cart-modal .modal-header {
    justify-content: center;
}

.ra-cart-modal .modal-content {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 100%;
    position: static;
}

.ra-cart-modal .widget_shopping_cart_content {
    height: 100%;
    padding-bottom: 340px;
    position: static;
}

.ra-cart-modal.has-free-shipping-bar .widget_shopping_cart_content {
    padding-bottom: 400px;
}

.widget_shopping_cart_content {
    position: relative;
}

.widget_shopping_cart_content .woocommerce-mini-cart {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
    display: flex;
}

.widget_shopping_cart_content a.remove {
    color: #a2a5a6;
    line-height: 1;
}

.widget_shopping_cart_content a.remove:hover {
    color: var(--rz-color-dark);
}

.widget_shopping_cart_content a.remove .razzi-svg-icon {
    font-size: 14px;
    transform: translateY(2px);
}

.widget_shopping_cart_content a.remove .name {
    font-size: 14px;
    margin-left: 5px;
}

.widget_shopping_cart_content ul.cart_list {
    margin: 0;
    padding: 0 var(--rz-modal-spacing);
    overflow-y: auto;
    height: 100%;
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item {
    display: flex;
    align-items: center;
    padding: 0 0 var(--rz-modal-spacing) 0;
    position: relative;
    border-bottom: 1px solid var(--rz-border-color-light);
    margin-bottom: var(--rz-modal-spacing);
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_shopping_cart_content ul.cart_list .mini_cart_item:last-child:not(:first-child) .razzi-quantity-dropdown .qty-options {
    top: auto;
    bottom: 29px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
    padding-right: var(--rz-modal-spacing);
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
    display: block;
    float: none;
    margin-right: 0;
    max-width: 120px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation {
    margin-top: 5px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dt {
    float: left;
    clear: both;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dt:before {
    display: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__summary .variation > dd {
    float: left;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    font-size: 15px;
    font-weight: 600;
    color: var(--rz-color-dark);
    padding-right: 20px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name a {
    color: var(--rz-color-dark);
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__price {
    font-weight: 500;
    display: block;
    margin-top: 5px;
    color: var(--rz-text-color-gray);
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__remove {
    text-align: right;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.widget_shopping_cart_content .variation {
    font-size: 14px;
    margin: 0;
}

.widget_shopping_cart_content .variation dt {
    font-weight: 400;
    display: inline-block;
}

.widget_shopping_cart_content .variation dt:before {
    content: "|";
    display: inline-block;
    margin: 0 4px 0 0;
}

.widget_shopping_cart_content .variation dt:first-child:before {
    display: none;
}

.widget_shopping_cart_content .variation dd {
    display: inline-block;
    margin: 0 0 0 5px;
}

.widget_shopping_cart_content .variation dd :first-child {
    margin-top: 0;
}

.widget_shopping_cart_content .variation dd :last-child {
    margin-bottom: 0;
}

.widget_shopping_cart_content .quantity {
    border: 0;
}

.widget_shopping_cart_content .quantity .qty-button {
    display: none;
}

.widget_shopping_cart_content .quantity .qty {
    color: var(--rz-color-dark);
    text-align: center;
    font-weight: 400;
}

.widget_shopping_cart_content .quantity .qty-dropdown {
    color: var(--rz-color-dark);
}

.widget_shopping_cart_content .quantity .current {
    position: relative;
}

.widget_shopping_cart_content .quantity .current .svg-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.widget_shopping_cart_content .woocommerce-cart-item__qty {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_shopping_cart_content .total {
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    color: var(--rz-color-dark);
    background-color: var(--rz-background-color-gray);
    padding: 24px var(--rz-modal-spacing);
    margin: 0 calc(var(--rz-modal-spacing) * -1);
}

.widget_shopping_cart_content .total strong {
    font-weight: 500;
    float: left;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    margin: var(--rz-modal-spacing) 0 0 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .razzi-button {
    height: 54px;
    line-height: 54px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
    margin-top: 10px;
}

.widget_shopping_cart_content .widget_shopping_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 var(--rz-modal-spacing) var(--rz-modal-spacing) var(--rz-modal-spacing);
    background-color: #fff;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    position: absolute;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: var(--rz-color-dark);
    padding: 0 var(--rz-modal-spacing);
    margin: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message .razzi-svg-icon {
    font-weight: 400;
    margin-left: 17px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message .razzi-button {
    width: 100%;
    margin-top: var(--rz-modal-spacing);
}

.site-header .header-hamburger {
    color: var(--rz-header-color-dark);
}

.site-header .header-hamburger > span {
    cursor: pointer;
}

.ra-hamburger-modal .hamburger-panel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.ra-hamburger-modal .hamburger-panel-content::-webkit-scrollbar {
    width: 0;
}

.ra-hamburger-modal .hamburger-panel-content:hover::-webkit-scrollbar {
    width: 0;
}

.ra-hamburger-modal .modal-header {
    border: none;
}

.ra-hamburger-modal .modal-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.ra-hamburger-modal .modal-footer {
    padding: 40px 30px;
}

.ra-hamburger-modal .hamburger-navigation {
    width: 100%;
}

.ra-hamburger-modal .mobile-panel-search {
    padding: 0 0 50px;
}

.ra-hamburger-modal ul.nav-menu {
    padding: 0;
    margin: 0;
}

.ra-hamburger-modal ul.nav-menu a {
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
    position: relative;
    display: block;
}

.ra-hamburger-modal ul.nav-menu > li {
    margin-bottom: 10px;
}

.ra-hamburger-modal ul.nav-menu > li .razzi-svg-icon {
    font-size: 24px;
}

.ra-hamburger-modal ul.nav-menu ul {
    padding: 10px 0 0 0;
    margin: 0;
    display: none;
}

.ra-hamburger-modal ul.nav-menu ul li {
    padding: 6px 0;
}

.ra-hamburger-modal ul.nav-menu ul li a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.ra-hamburger-modal ul.nav-menu li.current-menu-parent > a, .ra-hamburger-modal ul.nav-menu li.current_page_parent > a, .ra-hamburger-modal ul.nav-menu li.current-menu-item > a, .ra-hamburger-modal ul.nav-menu li.current_page_item > a, .ra-hamburger-modal ul.nav-menu li:hover > a {
    color: var(--rz-color-primary);
}

.ra-hamburger-modal ul.nav-menu li.current-menu-parent .razzi-svg-icon, .ra-hamburger-modal ul.nav-menu li.current_page_parent .razzi-svg-icon, .ra-hamburger-modal ul.nav-menu li.current-menu-item .razzi-svg-icon, .ra-hamburger-modal ul.nav-menu li.current_page_item .razzi-svg-icon, .ra-hamburger-modal ul.nav-menu li:hover .razzi-svg-icon {
    transition: .5s;
}

.ra-hamburger-modal ul.nav-menu li.active > a .toggle-menu-children .razzi-svg-icon {
    transform: rotate(180deg);
}

.ra-hamburger-modal ul.nav-menu li.menu-item-has-children .toggle-menu-children {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    display: none;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
}

.ra-hamburger-modal ul.nav-menu li.menu-item-has-children .toggle-menu-children .razzi-svg-icon {
    transition: none;
}

.ra-hamburger-modal ul.nav-menu li.menu-item-has-children > a {
    font-weight: 500;
}

.ra-hamburger-modal ul.nav-menu.active-arrow li.menu-item-has-children .toggle-menu-children {
    display: block;
}

.ra-hamburger-modal ul {
    list-style-type: none;
}

.ra-hamburger-modal .socials-menu li {
    padding: 0 5px;
}

.ra-hamburger-modal .socials-menu li a {
    color: #a0a0a0;
}

.ra-hamburger-modal .socials-menu li a:hover {
    color: var(--rz-color-dark);
}

.ra-hamburger-modal .menu-copyright {
    font-size: 13px;
    line-height: 19px;
    color: #919191;
    margin-top: 15px;
}

.site-header .campaign-bar {
    height: 50px;
}

.site-header .campaign-bar > * {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header.transparent ~ .campaign-bar {
    display: none;
}

.site-header.light ~ .campaign-bar {
    padding-top: 0;
}

.campaign-bar__campaigns {
    display: flex;
    height: 100%;
}

.campaign-bar__campaigns .razzi-promotion {
    flex: 1;
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--rz-color-dark);
}

.razzi-currency {
    position: relative;
    display: flex;
    align-items: center;
    height: inherit;
}

.razzi-currency .current {
    cursor: pointer;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    color: var(--rz-header-color-dark);
}

.razzi-currency .current .razzi-svg-icon {
    margin-left: 5px;
    transform: translateY(2px);
}

.razzi-currency .content-droplist {
    min-width: 80px;
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    transition: .3s;
    z-index: 1000;
    pointer-events: none;
    text-align: left;
}

.razzi-currency .content-droplist ul {
    background-color: var(--rz-background-color-light);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    list-style: none;
    margin: 0;
    padding: 0;
}

.razzi-currency .content-droplist ul li {
    padding: 0;
}

.razzi-currency .content-droplist ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 13px 20px;
    margin: 0;
    opacity: 1;
    white-space: nowrap;
}

.razzi-currency .content-droplist ul li a:hover {
    background-color: var(--rz-background-color-gray);
}

.razzi-currency .content-droplist ul li:not(:last-child) {
    border-bottom: 1px solid var(--rz-border-color-light);
}

.razzi-currency .content-droplist ul li.actived a {
    color: #000;
    pointer-events: none;
}

.razzi-currency:hover .content-droplist {
    opacity: 1;
    pointer-events: initial;
    top: 100%;
}

.header-currencies {
    height: inherit;
}

.header-currencies .razzi-currency .current {
    font-size: 16px;
}

.header-currencies .razzi-currency .content-droplist {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.razzi-language {
    position: relative;
    display: flex;
    align-items: center;
    height: inherit;
}

.razzi-language .current {
    cursor: pointer;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    color: var(--rz-header-color-dark);
}

.razzi-language .current .razzi-svg-icon {
    margin-left: 5px;
    transform: translateY(2px);
}

.razzi-language .language-dropdown {
    min-width: 80px;
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    transition: .3s;
    z-index: 1000;
    pointer-events: none;
    text-align: left;
}

.razzi-language .language-dropdown ul {
    background-color: var(--rz-background-color-light);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    list-style: none;
    margin: 0;
    padding: 0;
}

.razzi-language .language-dropdown ul li {
    padding: 0;
}

.razzi-language .language-dropdown ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px 9px;
    margin: 0;
    opacity: 1;
    white-space: nowrap;
}

.razzi-language .language-dropdown ul li a:hover {
    background-color: var(--rz-background-color-gray);
}

.razzi-language .language-dropdown ul li:not(:last-child) {
    border-bottom: 1px solid var(--rz-border-color-light);
}

.razzi-language .language-dropdown ul li.actived a {
    color: #000;
    pointer-events: none;
}

.razzi-language:hover .language-dropdown {
    opacity: 1;
    pointer-events: initial;
    top: 100%;
}

.header-languages {
    height: inherit;
}

.header-languages .razzi-language .current {
    font-size: 16px;
}

.header-languages .razzi-language .language-dropdown {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.header-v2 .header-languages {
    margin-right: 16px;
}

.header-v2 .header-languages .dropdown {
    padding-left: 20px;
}

.site-header .header-items .header-department {
    height: 60px;
    background-color: var(--rz-header-background-color-dark);
    color: var(--rz-header-color-light);
    border: 1px solid transparent;
    padding: 0;
    min-width: 300px;
    position: relative;
}

.site-header .header-items .header-department:hover .department-content, .site-header .header-items .header-department.show_menu_department .department-content {
    opacity: 1;
    pointer-events: initial;
    top: 100%;
}

.site-header .header-items .header-department.text-empty {
    min-width: auto;
}

.site-header .header-items .header-department.text-empty .department-content {
    min-width: 300px;
}

.site-header .header-items .header-department .department-icon {
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0 30px;
    cursor: pointer;
}

.site-header .header-items .header-department .department-icon .razzi-svg-icon {
    font-size: 20px;
}

.site-header .header-items .header-department .department-icon .department-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-left: 30px;
}

.site-header .header-items .header-department .department-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 120%;
    left: -1px;
    width: 100%;
    transition: .35s;
}

.site-header .header-items .header-department .department-menu a {
    color: var(--rz-color-dark);
}

.site-header .header-items .header-department .department-menu a:hover {
    color: var(--rz-color-primary);
}

.site-header .header-items .header-department .department-menu .nav-menu {
    border: 1px solid var(--rz-border-color-light);
    background-color: var(--rz-background-color-light);
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #1f1f1f #E2E2E2;
    scrollbar-width: thin;
}

.site-header .header-items .header-department .department-menu .nav-menu::-webkit-scrollbar {
    width: 1px;
}

.site-header .header-items .header-department .department-menu .nav-menu::-webkit-scrollbar-track {
    background-color: #E2E2E2;
}

.site-header .header-items .header-department .department-menu .nav-menu::-webkit-scrollbar-thumb {
    background-color: #1f1f1f;
}

.site-header .header-items .header-department .department-menu .nav-menu > li {
    border-bottom: 1px solid var(--rz-border-color-light);
    padding: 0;
    width: 100%;
    transition: .5s;
    position: static;
}

.site-header .header-items .header-department .department-menu .nav-menu > li:last-child {
    border-bottom: none;
}

.site-header .header-items .header-department .department-menu .nav-menu > li > a {
    padding: 13px 30px;
    display: flex;
    align-items: center;
    font-weight: 400;
    width: 100%;
}

.site-header .header-items .header-department .department-menu .nav-menu > li > a:after {
    display: none;
}

.site-header .header-items .header-department .department-menu .nav-menu > li > a .razzi-svg-icon {
    margin-right: 17px;
    font-size: 20px;
    transition: .3s;
}

.site-header .header-items .header-department .department-menu .nav-menu > li > a > img {
    max-width: 20px;
    margin-right: 17px;
}

.site-header .header-items .header-department .department-menu .nav-menu > li > a .razzi-menu-badges {
    position: static;
    transform: translate(3px, -11px);
}

.site-header .header-items .header-department .department-menu .nav-menu > li:hover {
    background-color: var(--rz-background-color-gray);
}

.site-header .header-items .header-department .department-menu .nav-menu > li:hover > a {
    padding-left: 40px;
}

.site-header .header-items .header-department .department-menu .nav-menu > li:hover > a .razzi-svg-icon {
    color: var(--rz-color-primary);
}

.site-header .header-items .header-department .department-menu .nav-menu > li:hover > .dropdown-submenu {
    transform: scaleX(1);
}

.site-header .header-items .header-department .department-menu .nav-menu > li > .dropdown-submenu {
    left: 100%;
    top: 0;
    padding: 18px 0;
}

.site-header .header-items .header-department .department-menu .nav-menu > li.is-mega-menu {
    position: static;
}

.site-header .header-items .header-department .department-menu .nav-menu > li.is-mega-menu > .dropdown-submenu {
    padding: 40px 0 20px 40px;
}

.site-header .header-items .header-department .department-menu .nav-menu > li.is-mega-menu .menu-item-mega ul {
    padding-bottom: 0;
}

.site-header .header-items .header-department .department-menu .nav-menu > li.menu-item-has-children > a:before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC44MjAxMSA0Ljk0NTU1TDEuMDQ4NTYgOC44MTUyOEMwLjgwODY0NiA5LjA2MTU3IDAuNDE5NjYzIDkuMDYxNTcgMC4xNzk4NjQgOC44MTUyOEMtMC4wNTk5NTQ3IDguNTY5MjEgLTAuMDU5OTU0NyA4LjE3MDExIDAuMTc5ODY0IDcuOTI0MDZMMy41MTcxIDQuNDk5OTRMMC4xNzk5NjEgMS4wNzU5M0MtMC4wNTk4NTc3IDAuODI5NzU5IC0wLjA1OTg1NzcgMC40MzA2OTcgMC4xNzk5NjEgMC4xODQ2MjdDMC40MTk3OCAtMC4wNjE1NDI0IDAuODA4NzQzIC0wLjA2MTU0MjQgMS4wNDg2NiAwLjE4NDYyN0w0LjgyMDIgNC4wNTQ0MkM0Ljk0MDExIDQuMTc3NTIgNSA0LjMzODY4IDUgNC40OTk5MkM1IDQuNjYxMjMgNC45NCA0LjgyMjUxIDQuODIwMTEgNC45NDU1NVoiIGZpbGw9IiMxRjFGMUYiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    /*rtl:raw:
								transform: rotateY(180deg) translateY(-50%);
							*/
}

.site-header .header-items .header-department .department-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.site-header .header-items .header-department__height .department-menu .nav-menu > li > .dropdown-submenu {
    left: calc(100% - 1px);
}

.header-custom-text {
    color: var(--rz-header-color-dark);
}

.header-main {
    height: 90px;
    border: 1px solid transparent;
    transition: height 0.35s;
}

.header-main .header-items > * {
    z-index: 999;
    line-height: 1;
    height: inherit;
    display: flex;
    align-items: center;
}

.header-bottom {
    height: 50px;
    border: 1px solid transparent;
}

.header-bottom .header-items > * {
    height: inherit;
    display: flex;
    align-items: center;
}

.header-contents {
    position: relative;
}

.header-items {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-items > * {
    position: relative;
    z-index: 100;
}

.header-left-items {
    flex: 1;
    text-align: left;
    justify-content: flex-start;
    margin: 0 -20px;
}

.header-left-items > * {
    padding: 0 20px;
}

.header-left-items .hamburger-menu:first-child {
    margin-right: 34px;
}

.header-left-items.has-list-dropdown > * {
    padding-right: 15px;
}

.header-center-items {
    text-align: center;
    justify-content: center;
}

.header-center-items > * {
    margin: 0 17px;
}

.header-right-items {
    flex: 1;
    text-align: right;
    justify-content: flex-end;
    margin: 0 -10px;
}

.header-right-items > * {
    padding: 0 10px;
}

.header-right-items .main-navigation {
    padding-right: 10px;
}

.header-right-items.has-list-dropdown > * {
    padding-left: 15px;
}

.logo-center .header-center-items {
    text-align: right;
}

.logo-center .header-center-items > * {
    flex: 1;
}

.logo-center .header-center-items .site-branding {
    flex: initial;
    text-align: center;
}

.logo-center .header-center-items .site-branding + * {
    text-align: left;
}

.logo-center.menu-center .header-center-items {
    flex: 3;
}

.no-center .has-menu {
    flex: 3;
}

.has-menu > * {
    position: static;
}

.no-sides .header-center-items {
    flex: 1;
}

.header-v3 .header-bottom {
    height: 64px;
    background-color: var(--rz-header-background-color-dark);
    --rz-header-text-color-gray: #fff;
}

.header-v3 .header-bottom .main-navigation > ul > li > a {
    --rz-header-color-dark: #CDCDCD;
}

.header-v3 .header-bottom .main-navigation .nav-menu > li > a:after {
    display: none;
}

.header-v3 .header-bottom .ra-search-form {
    --rz-border-color-dark: #fff;
    --rz-color-dark: #111;
    --rz-color-placeholder: #a0a0a0;
    --rz-header-color-darker: #fff;
    --rz-header-color-dark: #fff;
}

.header-v3 .header-bottom .ra-search-form .product-cat-dd {
    color: #111;
}

.header-v3 .header-bottom .header-search.form-type-full-width .form-search {
    margin-bottom: 5px;
}

.header-v3 .header-bottom .header-search .search-icon {
    color: #CDCDCD;
}

.header-v4 .header-bottom {
    height: 60px;
    margin-bottom: 20px;
}

.header-v4 .header-center-items {
    justify-content: space-between;
}

.header-v4 .header-center-items > * {
    margin: 0;
}

.header-v4 .header-center-items .main-navigation li.is-mega-menu.has-custom-width {
    position: relative;
}

.header-v4 .header-search {
    flex: 1 1 100%;
}

.header-v4 .header-search .search-fields {
    width: 100%;
}

.header-v4 .header-search.search-form-type .search-results {
    width: 600px;
}

.header-v4 .header-search.form-type-full-width .search-field,
.header-v4 .header-search.form-type-full-width .search-submit, .header-v4 .header-search.form-type-boxed .search-field,
.header-v4 .header-search.form-type-boxed .search-submit {
    height: 58px;
    line-height: 60px;
}

.header-v4 .header-search.search-type-icon {
    flex: none;
}

.header-v5 .header-hamburger {
    margin-left: 20px;
}

.header-v5 .header-hamburger .razzi-svg-icon {
    font-size: 18px;
}

.header-v6 #page {
    padding-left: 335px;
}

.header-v6 .header-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    overflow-y: auto;
    background-color: var(--rz-background-color-light);
}

.header-v6 .header-main .razzi-header-container {
    flex-direction: column;
    align-items: self-start;
    height: auto;
    background-color: inherit;
}

.header-v6 .header-main .razzi-header-container.header-container {
    width: 335px;
}

.header-v6 .header-main .header-items {
    height: auto;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 60px;
}

.header-v6 .header-main .header-left-items {
    height: 90px;
}

.header-v6 .header-main .header-center-items {
    margin: 85px 0 55px;
}

.header-v6 .header-main .header-center-items > * {
    margin: 17px 0;
    width: 100%;
}

.header-v6 .header-main .header-right-items > * {
    margin-left: 0;
    margin-top: 35px;
}

.header-v6 .header-main .main-navigation .nav-menu {
    flex-direction: column;
    align-items: flex-start;
}

.header-v6 .header-main .main-navigation .nav-menu > li {
    padding-left: 0;
    padding-right: 20px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding: 10px;
    padding-left: 0;
}

.header-v6 .header-main .main-navigation .nav-menu > li > a {
    font-size: 18px;
}

.header-v6 .header-main .main-navigation .nav-menu > li > a:after {
    display: none;
}

.header-v6 .header-main .main-navigation ul ul {
    box-shadow: none;
    min-width: auto;
    padding: 17px 3px 0 0;
    position: static;
    top: 0;
    left: 0;
    opacity: 1;
    transform: scaleX(1);
    pointer-events: inherit;
    display: none;
    padding-left: 5px;
    width: 100%;
}

.header-v6 .header-main .main-navigation ul ul li {
    padding: 6px 0;
    width: 100%;
    height: auto;
}

.header-v6 .header-main .main-navigation ul ul li.current-menu-parent > a, .header-v6 .header-main .main-navigation ul ul li.current_page_parent > a, .header-v6 .header-main .main-navigation ul ul li.current-menu-item > a, .header-v6 .header-main .main-navigation ul ul li.current_page_item > a, .header-v6 .header-main .main-navigation ul ul li:hover > a {
    color: var(--rz-color-primary);
}

.header-v6 .header-main .main-navigation ul > .menu-item-has-children > a {
    font-weight: 500;
}

.header-v6 .header-main .main-navigation ul > .menu-item-has-children > a:before {
    display: none;
}

.header-v6 .header-main .main-navigation .menu-item-has-children > a {
    display: flex;
    width: 100%;
    text-align: left;
}

.header-v6 .header-main .main-navigation .menu-item-has-children > a .toggle-menu-children {
    order: 2;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 15px;
    transform: rotate(-90deg);
}

.header-v6 .header-main .main-navigation .menu-item-has-children > a .toggle-menu-children .razzi-svg-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    transform: none;
}

.header-v6 .header-main .main-navigation .menu-item-has-children.active > a .toggle-menu-children {
    transform: rotate(0);
}

.header-v6 .header-main .socials-menu li {
    padding: 0 6px;
}

.header-v6 .header-main .socials-menu li:first-child {
    padding-left: 0;
}

.header-v6 .header-main .socials-menu li a {
    color: #A0A0A0;
}

.header-v6 .header-main .socials-menu li a:hover {
    color: var(--rz-color-dark);
}

.header-v6 .header-main::-webkit-scrollbar {
    width: 0;
}

.header-v6 .header-main:hover::-webkit-scrollbar {
    width: 0;
}

.header-v6.admin-bar .header-main {
    top: 32px;
}

.header-v6 .header-bottom {
    padding-right: 70px;
    margin-left: 15px;
    height: 90px;
}

.header-v6 .header-bottom .header-search.form-type-full-width .search-field {
    font-size: 15px;
}

.header-v6 .site-header .header-search.search-form-type .search-results {
    top: calc(100% - 20px);
}

.header-v6 .site-footer .razzi-container {
    padding-left: 60px;
    padding-right: 60px;
}

.header-v7 .main-navigation .nav-menu li.active > a {
    color: var(--rz-color-primary);
}

.header-v7 .main-navigation .nav-menu li.active > a:after {
    opacity: 1;
    width: 100%;
}

.header-v7 .header-right-items .header-cart {
    padding-left: 40px;
}

.header-v8 .main-navigation .nav-menu > li > a {
    text-transform: uppercase;
}

.header-v9 .header-main {
    border-bottom-color: #e2e2e2;
}

.header-v9 .header-bottom {
    height: 64px;
}

.header-v9 .razzi-topbar__text p {
    margin: 0;
}

.header-v9 .header-search.form-type-boxed .search-field {
    background-color: transparent;
    color: var(--rz-color-dark);
    border-color: var(--rz-border-color-dark);
    height: 48px;
    min-width: 470px;
}

.header-v9 .header-search.form-type-boxed .search-submit,
.header-v9 .header-search.form-type-boxed .close-search-results {
    color: var(--rz-color-main);
    width: 48px;
    height: 46px;
    line-height: 48px;
}

.header-v9 .header-search.form-type-boxed .search-submit .razzi-svg-icon,
.header-v9 .header-search.form-type-boxed .close-search-results .razzi-svg-icon {
    color: inherit;
}

.header-v9 .header-search.form-type-boxed .search-results {
    width: 100%;
}

.header-v9 .site-header .main-navigation {
    width: 100%;
}

.header-v9 .site-header .main-navigation .nav-menu {
    justify-content: space-between;
}

.header-v9 .site-header .main-navigation .nav-menu > li {
    width: auto;
}

.header-v10 .site-header .header-items .header-department {
    background-color: #FFF2F2;
    color: var(--rz-color-dark);
}

.header-v10 .site-header .header-search.search-form-type .search-field {
    min-width: 515px;
}

.header-v10 .site-header .header-search.form-type-full-width .search-field {
    border-color: #cdcdcd;
    height: 38px;
    line-height: 38px;
}

.header-v10 .site-header .header-search.form-type-full-width .search-submit {
    width: 37px;
    height: 36px;
    line-height: 37px;
}

.header-v10 .site-header .header-search.form-type-full-width .search-submit .razzi-svg-icon {
    font-size: 20px;
}

.header-v10 .site-header .header-account .account-icon,
.header-v10 .site-header .header-wishlist .wishlist-icon,
.header-v10 .site-header .header-cart .razzi-svg-icon {
    font-size: 20px;
}

.header-v11 .header-right-items > *:last-child {
    margin-left: 35px;
}

.header-v11 .site-header .header-search.search-form-type .search-field {
    min-width: 522px;
}

.header-v11 .site-header .header-hamburger {
    font-size: 24px;
}

.header-v11 .site-header .header-account .account-icon,
.header-v11 .site-header .header-wishlist .wishlist-icon,
.header-v11 .site-header .header-cart .razzi-svg-icon {
    font-size: 20px;
}

.header-sticky.header-transparent .site-header {
    position: fixed;
}

.header-sticky.header-v4 .site-header.minimized .header-bottom {
    margin-bottom: 0;
}

.header-sticky.header-v6 .site-header.minimized .header-bottom {
    position: fixed;
    right: 0;
    left: 335px;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 #f0f0f0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
}

.header-sticky.header-v6.admin-bar .site-header.minimized .header-bottom {
    top: 32px;
}

.header-sticky:not(.header-v6) .site-header.minimized {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 #f0f0f0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    border-bottom: none;
    max-width: 1920px;
    margin: 0 auto;
}

.header-sticky:not(.header-v6) .site-header.minimized.header-main-no-sticky .header-main {
    display: none;
}

.header-sticky:not(.header-v6) .site-header.minimized.header-bottom-no-sticky .header-bottom {
    display: none;
}

.header-sticky:not(.header-v6) .site-header.minimized.has-transparent {
    -webkit-animation-name: none;
    animation-name: none;
}

.header-sticky.admin-bar .site-header.minimized {
    top: 32px;
}

.header-transparent .site-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0;
    --rz-header-background-color-light: transparent;
    --rz-header-background-color-dark: transparent;
}

.header-transparent .site-header + .campaign-bar {
    display: none;
}

.header-transparent .razzi-header-minimized {
    display: none;
}

.header-transparent .header-department {
    border-color: var(--rz-border-color-light);
}

.header-transparent .header-search.form-type-boxed .search-field {
    background-color: transparent;
}

.header-transparent.header-v6 .site-header {
    position: static;
}

.header-transparent.header-v6 .header-bottom {
    position: absolute;
    left: 335px;
    right: 0;
}

.header-transparent.header-v3 .header-bottom .main-navigation > ul > li > a {
    --rz-header-color-dark: #fff;
}

.header-transparent.header-transparent-text-light .site-header {
    --rz-header-color-dark: #fff;
    --rz-header-color-darker: #fff;
    --rz-header-text-color-gray: #fff;
    --rz-color-placeholder: #fff;
    --rz-border-color-darker: #fff;
}

.header-transparent.header-transparent-text-light .site-header .logo-light {
    position: static;
    opacity: 1;
}

.header-transparent.header-transparent-text-light .site-header .logo-dark {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.header-transparent.header-transparent-text-light .header-search {
    --rz-border-color-dark: #fff;
}

.header-transparent.header-transparent-text-light .header-search.form-type-boxed .search-field {
    border: 1px solid var(--rz-border-color-light);
}

.header-transparent.header-transparent-text-light.header-v6 .header-main {
    --rz-header-color-dark: #111;
}

.header-transparent.header-transparent-text-light.header-v6 .site-header .logo-light {
    opacity: 0;
}

.header-transparent.header-transparent-text-light.header-v6 .site-header .logo-dark {
    opacity: 1;
}

.header-transparent.header-transparent-text-dark .site-header {
    --rz-header-text-color-gray: #111;
    --rz-header-color-light: #111;
    --rz-color-placeholder: #111;
}

.header-transparent.header-transparent-text-dark .header-search {
    --rz-border-color-light: #111;
}

.header-transparent.header-transparent-text-dark .header-search.form-type-boxed .search-field {
    border: 1px solid var(--rz-border-color-dark);
}

.header-transparent.header-transparent-text-dark .header-search.search-form-type {
    --rz-border-color-light: transparent;
}

.header-transparent.header-transparent-text-dark .header-department {
    border-color: var(--rz-border-color-dark);
}

.header-transparent.header-transparent-text-dark.header-v2 {
    --rz-border-color-gray: #111;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header__title {
    font-size: 32px;
    margin: 0;
    padding: 5px 0 19px;
    text-align: center;
}

.page-header__hide-breadcrumb .site-breadcrumb {
    display: none;
}

.page-header__hide-title .page-header__title {
    display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.blog-wrapper.sticky .entry-title {
    position: relative;
    padding-left: 25px;
}

.blog-wrapper.sticky .entry-title:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KCSB2aWV3Qm94PSIwIDAgNDkzLjM1MyA0OTMuMzUzIiA+DQoJPHBhdGggZD0iTTYyLjM4NCwzOC4xMTRjLTcuMTM4LTcuMTMzLTE1Ljc1Mi0xMC43MDYtMjUuODM3LTEwLjcwNmMtMTAuMDg5LDAtMTguNzAyLDMuNTc2LTI1Ljg0MSwxMC43MDYNCgkJQzMuNTcxLDQ1LjI1MywwLDUzLjg2NywwLDYzLjk1NUMwLDc3LjY1OCw2LjA4OCw4OC4xMjgsMTguMjcxLDk1LjM2djM2MS40NWMwLDIuNDc1LDAuOTAyLDQuNjE3LDIuNzE0LDYuNDI0DQoJCWMxLjgwNywxLjgwNywzLjk0OSwyLjcxLDYuNDIzLDIuNzFoMTguMjcxYzIuNDc0LDAsNC42MTUtMC44OTYsNi40MjMtMi43MWMxLjgwOS0xLjgwNywyLjcxMi0zLjk0OSwyLjcxMi02LjQyNFY5NS4zNg0KCQljMTIuMTg1LTcuMjM2LDE4LjI3MS0xNy43MDMsMTguMjcxLTMxLjQwNUM3My4wODUsNTMuODcsNjkuNTE4LDQ1LjI1Nyw2Mi4zODQsMzguMTE0eiIvPg0KCTxwYXRoIGQ9Ik00ODcuOTMyLDY5LjM4NWMtMy42Mi0zLjYxNy03LjkwNS01LjQyNi0xMi44NTQtNS40MjZjLTIuNDcxLDAtNy42NTksMS45OTctMTUuNTU4LDUuOTk2DQoJCWMtNy44OTcsMy45OTktMTYuMjc1LDguNDctMjUuMTI1LDEzLjQxOGMtOC44NDMsNC45NDktMTkuMzIxLDkuNDE5LTMxLjQwMSwxMy40MThjLTEyLjA4NywzLjk5OS0yMy4yNzEsNS45OTYtMzMuNTQ0LDUuOTk2DQoJCWMtOS41MjEsMC0xNy44OTUtMS44MDktMjUuMTMzLTUuNDI0Yy0yMy45ODItMTEuMjMxLTQ0LjgxNi0xOS42MDctNjIuNTIyLTI1LjEyN2MtMTcuNy01LjUxOS0zNi43MzItOC4yNzctNTcuMDk5LTguMjc3DQoJCWMtMzUuMjE0LDAtNzUuMjc5LDExLjQxOC0xMjAuMTk3LDM0LjI1OGMtMTEuMDQzLDUuNTItMTguNTYsOS42MTMtMjIuNTU3LDEyLjI3N2MtNS45MDIsNC4zOC04Ljg1NCw5LjYxMS04Ljg1NCwxNS43MDN2MjExLjg0Mg0KCQljMCw0Ljk0OCwxLjgxMiw5LjIzNiw1LjQyOSwxMi44NDdjMy42MTIsMy42Miw3Ljg5OCw1LjQyOCwxMi44NDcsNS40MjhjMy4wNDQsMCw2LjE4LTAuODU1LDkuNDE5LTIuNTY3DQoJCWM1MS43NzItMjcuNzkxLDk1LjkzLTQxLjY4NSwxMzIuNDc1LTQxLjY4NWMxMy44OTMsMCwyNy40NTQsMi4wOTQsNDAuNjc4LDYuMjc5YzEzLjIyOSw0LjE4OCwyNC4yMjIsOC43NTgsMzIuOTc2LDEzLjcwMg0KCQljOC43NjEsNC45NDgsMTkuMDgyLDkuNTIxLDMwLjk3OCwxMy43MDljMTEuOTAyLDQuMTc5LDIzLjY1NCw2LjI3NiwzNS4yNjIsNi4yNzZjMjkuMzE0LDAsNjQuNDMzLTExLjAzNiwxMDUuMzUyLTMzLjExOQ0KCQljNS4xNDQtMi42NjMsOC44OTctNS4yNzcsMTEuMjc2LTcuODQ4YzIuMzgxLTIuNTY5LDMuNTcyLTYuMjMxLDMuNTcyLTEwLjk5NVY4Mi4yMjZDNDkzLjM1Myw3Ny4yNzksNDkxLjU0Niw3Myw0ODcuOTMyLDY5LjM4NXoiDQoJCQkvPg0KPC9zdmc+DQo=");
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 18px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.single-post .post-wrapper .entry-content {
    font-size: 18px;
}

.single-post .entry-header {
    margin-bottom: 70px;
}

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

.page-links {
    clear: both;
    margin: 1.5em 0 0;
    width: 100%;
    display: inline-block;
}

.page-links .post-page-numbers {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 20px;
    text-decoration: none;
    border-bottom: 1px solid var(--rz-border-color-light);
    margin: -3px;
    color: #909090;
}

.page-links .post-page-numbers.current {
    border-color: var(--rz-border-color-primary);
    color: var(--rz-color-primary);
}

.page-links .post-page-numbers:first-child {
    margin-left: 20px;
}

.entry-title {
    margin: 0 0 13px;
}

.post-wrapper .entry-title {
    font-size: 40px;
}

.entry-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--rz-text-color-gray);
}

.entry-meta a {
    color: var(--rz-text-color-gray);
}

.entry-meta a:hover {
    color: var(--rz-text-color);
}

.entry-meta .meta {
    margin-right: 5px;
}

.entry-meta .meta-author {
    text-transform: capitalize;
}

.entry-footer {
    clear: both;
}

.razzi-post__tag {
    margin-left: -2px;
    margin-right: -2px;
    padding-top: 30px;
}

.razzi-post__tag a {
    border: 1px solid var(--rz-border-color-gray);
    display: inline-block;
    padding: 9px 21px;
    font-size: 14px;
    color: var(--rz-text-color);
    margin: 4px 2px;
}

.razzi-post__tag a:hover {
    border-color: var(--rz-border-color-dark);
}

.razzi-post__socials-share {
    margin-top: 18.5px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.razzi-post__socials-share a {
    display: inline-flex;
    align-items: center;
    padding: 15px 32px;
    color: var(--rz-color-lighter);
    margin: 7.5px;
}

.razzi-post__socials-share .after-text {
    margin-left: 15px;
}

.razzi-post__socials-share .social-share-link {
    background-color: #666;
}

.razzi-post__socials-share .social-share-link svg {
    font-size: 19px;
}

.razzi-post__socials-share .social-share-link.facebook {
    background-color: #475A96;
}

.razzi-post__socials-share .social-share-link.twitter {
    background-color: #49B2E8;
}

.razzi-post__socials-share .social-share-link.googleplus {
    background-color: #D74047;
}

.razzi-post__socials-share .social-share-link.tumblr {
    background-color: #001833;
}

.razzi-post__socials-share .social-share-link.pinterest {
    background-color: #df0022;
}

.razzi-post__socials-share .social-share-link.linkedin {
    background-color: #0270ad;
}

.razzi-post__socials-share .social-share-link.reddit {
    background-color: #f74301;
}

.razzi-post__socials-share .social-share-link.stumbleupon {
    background-color: #eb4823;
}

.razzi-post__socials-share .social-share-link.telegram {
    background-color: #33a8db;
}

.razzi-post__socials-share .social-share-link.pocket {
    background-color: #e63e51;
}

.razzi-post__socials-share .social-share-link.email {
    background-color: #d75147;
}

.post-wrapper {
    margin-bottom: 80px;
}

.post-wrapper .post-thumbnail {
    margin-top: 30px;
}

.blog-wrapper {
    margin-bottom: 53px;
}

.blog-wrapper .entry-header {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.blog-wrapper .entry-header .blog-date {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: var(--rz-background-color-light);
    color: var(--rz-color-dark);
    font-size: 11px;
    font-weight: 500;
    padding: 3px 15px;
    text-transform: uppercase;
}

.blog-wrapper .entry-header .entry-title,
.blog-wrapper .entry-header .razzi-button {
    font-weight: 600;
}

.blog-wrapper .entry-summary {
    margin-top: 0;
}

.blog-wrapper .entry-content {
    margin: 0 0 17px;
}

.blog-wrapper .entry-content p {
    margin: 0;
}

.blog-wrapper--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.blog-wrapper--grid .blog-wrapper {
    width: 50%;
    padding: 0 15px;
}

.full-content .blog-wrapper--grid.blog-columns--2 {
    margin: 0 -25px;
}

.full-content .blog-wrapper--grid.blog-columns--2 .blog-wrapper {
    padding: 0 25px;
}

.blog-columns--3 .blog-wrapper {
    width: 33.33%;
}

.blog-wrapper--listing .blog-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--rz-border-color-light);
}

.blog-wrapper--listing a.post-thumbnail {
    display: flex;
}

.blog-wrapper--listing .entry-header {
    flex: none;
    max-width: 40%;
    margin: 0 40px 0 0;
}

.razzi-posts__found {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 30px;
}

.razzi-posts__found-inner {
    display: inline-block;
    padding: 10px 50px;
    border-bottom: 2px solid var(--rz-border-color-light);
    position: relative;
    color: #767676;
    font-size: 15px;
}

.razzi-posts__found-inner .count-bar {
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--rz-background-color-dark);
    height: 2px;
}

.razzi-posts__taxs-list {
    margin-bottom: 51px;
    text-align: center;
}

.razzi-posts__taxs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.razzi-posts__taxs-list ul li {
    display: inline-block;
    padding: 0 17px 10px;
}

.razzi-posts__taxs-list ul li a {
    font-weight: 500;
    position: relative;
}

.razzi-posts__taxs-list ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid var(--rz-color-primary);
    transition: width .4s;
}

.razzi-posts__taxs-list ul li a.selected, .razzi-posts__taxs-list ul li a:hover {
    color: var(--rz-color-primary);
}

.razzi-posts__taxs-list ul li a.selected:after, .razzi-posts__taxs-list ul li a:hover:after {
    width: 100%;
    left: 0;
}

.razzi-posts__taxs-list ul li:first-child {
    padding-left: 0;
}

.razzi-posts__taxs-list ul li:last-child {
    padding-right: 0;
}

.razzi-posts__taxs-list ul::-webkit-scrollbar {
    display: none;
}

body:not(.full-content) .razzi-posts__taxs-list ul {
    justify-content: start;
}

.razzi-posts__wrapper {
    position: relative;
}

.razzi-posts__loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -50px;
    right: 0;
    z-index: 998;
    background-color: var(--rz-background-color-light);
    display: none;
    text-align: center;
}

.razzi-posts__loading .razzi-loading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.razzi-posts__loading.show {
    display: block;
}

.razzi-posts__related {
    margin-bottom: 50px;
}

.razzi-posts__related .related-title {
    margin: 0 0 57px;
}

.razzi-posts__related .blog-wrapper {
    margin-bottom: 0;
}

.razzi-posts__related .blog-wrapper .entry-header {
    margin-bottom: 15px;
}

.razzi-posts__related .blog-wrapper .entry-content,
.razzi-posts__related .blog-wrapper .razzi-button {
    display: none;
}

.razzi-posts__related .blog-wrapper .entry-title {
    margin-bottom: 15px;
    font-size: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-title {
    font-size: 32px;
    color: var(--rz-color-darker);
    padding: 30px 0 0;
    margin: 0;
    text-align: center;
}

.comments-title.has-comments {
    padding-bottom: 10px;
}

.comment-list {
    margin: 37px 0 0 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid var(--rz-border-color-light);
}

.comment-list .children {
    list-style: none;
    padding-left: 0;
    margin-left: 90px;
}

.comment-list > li:first-child .comment-body {
    border: none;
    padding-top: 0;
}

.comment-list .comment-body {
    padding: 30px 0 35px;
    border-top: 1px solid var(--rz-border-color-light);
}

.comment-list .depth-5 .children {
    margin-left: 0;
}

.comment-list .comment-meta {
    position: relative;
    padding-left: 60px;
}

.comment-list .comment-meta:before, .comment-list .comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.comment-list .comment-meta:after {
    clear: both;
}

.comment-list .avatar {
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.comment-list .comment-author {
    float: left;
}

.comment-list .comment-author .says {
    display: none;
}

.comment-list .comment-metadata {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-list .comment-metadata a {
    font-size: 14px;
    color: var(--rz-text-color-gray);
}

.comment-list .comment-metadata a:hover {
    color: var(--rz-color-dark);
}

.comment-list .comment-metadata .fn {
    font-weight: 500;
    text-transform: capitalize;
    font-style: initial;
    color: var(--rz-color-dark);
}

.comment-list .comment-metadata .fn a {
    font-size: inherit;
    color: inherit;
}

.comment-list .comment-metadata .edit-link {
    margin-left: 10px;
}

.comment-list .comment-meta ~ .comment-content {
    margin-left: 90px;
}

.comment-list .comment-content {
    font-size: 16px;
    padding: 5px 0 0;
}

.comment-list .comment-content p:first-child {
    margin-top: 0;
}

.comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

.comment-list .comment-content ul {
    margin-bottom: 1em;
}

.comment-list .comment-content img {
    display: block;
    margin: 10px 0;
}

.comment-list .reply {
    margin-top: 10px;
    margin-left: -4px;
    margin-right: -4px;
}

.comment-list .comment-edit-link,
.comment-list .comment-reply-link {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 4px;
}

.comment-list .comment-reply-link {
    display: inline-block;
}

.comment-respond {
    font-size: 16px;
    margin: 40px auto 0;
}

.comment-respond .comment-reply-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px;
}

.comment-respond .comment-reply-title small {
    float: right;
}

.comment-respond .comment-form {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.comment-respond .comment-form > p {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 20px;
}

.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email] {
    width: 100%;
    display: block;
}

.comment-respond .comment-form .comment-notes {
    margin-bottom: 32px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    width: 50%;
    float: left;
}

.comment-respond .form-submit {
    clear: both;
}

.comment-awaiting-moderation {
    display: block;
}

p.no-comments {
    margin-top: 35px;
    padding: 10px 20px;
    color: var(--rz-background-text-color-primary);
    background-color: var(--rz-background-color-primary);
}

.comments-area .page-numbers {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 20px;
    text-decoration: none;
    margin: 30px -3px;
    color: #909090;
    border-bottom: 1px solid var(--rz-border-color-light);
}

.comments-area .page-numbers.prev, .comments-area .page-numbers.next {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
}

.comments-area .page-numbers.prev {
    padding-left: 0;
}

.comments-area .page-numbers.next {
    padding-right: 0;
}

.comments-area .page-numbers.current {
    border-color: var(--rz-border-color-primary);
    color: var(--rz-color-primary);
}

.page .comments-area {
    margin-top: 100px;
}

/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/
.wp-block-table td,
.wp-block-table th {
    padding: 10px 20px;
    border-color: var(--rz-border-color-gray);
}

p:empty:before {
    display: none;
}

.wp-block-button {
    margin-bottom: 25px;
}

.wp-block-button .wp-block-button__link {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 12px 25px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
    text-decoration: none !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid;
    color: var(--rz-color-dark);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
    background: transparent;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-button:not(.is-style-outline) {
    color: #fff;
}

blockquote cite,
blockquote .wp-block-quote__citation,
.wp-block-quote cite {
    margin-top: 26px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote {
    padding: 20px 30px;
    border-left: 3px solid var(--rz-color-primary);
}

.wp-block-quote.has-text-align-right {
    padding: 20px 30px;
    border-right: 3px solid var(--rz-color-primary);
}

.wp-block-quote cite {
    font-style: italic;
    color: #838889;
    font-size: 14px;
}

.wp-block-pullquote p {
    font-size: 28px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 32px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
    font-size: 18px;
    text-align: left;
}

hr.wp-block-separator {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background-color: #f7f7f7;
}

.wp-block-pullquote {
    background-color: #f7f7f7;
    border-left: none;
    font-size: 20px;
    padding: 0;
    color: var(--rz-color-dark);
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 40px 30px;
}

.wp-block-pullquote cite {
    color: #838889;
    text-transform: capitalize;
    font-size: 14px;
    font-style: italic;
}

.wp-block-pullquote.alignleft {
    text-align: left;
}

.wp-block-pullquote.alignright {
    text-align: right;
}

.wp-block-pullquote.aligncenter {
    text-align: center;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    background-color: transparent;
    max-width: 100%;
    padding: 40px 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: italic;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    background-color: transparent;
    max-width: 100%;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
    font-size: 20px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    margin-top: 1em;
}

.wp-block-pullquote .wp-block-pullquote__citation {
    color: #40464d;
}

.wp-block-code {
    color: var(--rz-color-darker);
}

.wp-block-code code {
    background: transparent;
}

.has-large-font-size {
    font-size: 36px;
}

figure.is-resized {
    margin-top: 0;
    margin-bottom: 0;
}

figure.alignleft, figure.alignright {
    margin-top: 0;
}

img.alignright {
    clear: both;
}

.aligncenter {
    text-align: center;
}

.wp-block-archives {
    margin-bottom: 35px;
}

.wp-block-archives,
ul.wp-block-categories {
    overflow: hidden;
    padding: 0;
}

.wp-block-archives li,
ul.wp-block-categories li {
    padding: 7px 0;
    clear: both;
    list-style: none;
}

.wp-block-archives li:last-child,
ul.wp-block-categories li:last-child {
    padding-bottom: 0;
}

.wp-block-archives li a,
ul.wp-block-categories li a {
    text-decoration: none;
}

ul.wp-block-latest-posts {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

ul.wp-block-latest-posts ul {
    list-style: none;
}

ul.wp-block-latest-posts li {
    padding: 5px 0;
    margin-bottom: 0;
}

ul.wp-block-latest-posts li:last-child {
    padding-bottom: 0;
}

ul.wp-block-latest-posts li a {
    color: var(--rz-color-dark);
    text-decoration: none;
}

ul.wp-block-latest-posts li a:hover {
    color: var(--rz-color-darker);
}

.wp-block-latest-posts.is-grid li a {
    text-decoration: none;
}

.wp-block-search .wp-block-search__label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
    color: var(--rz-color-dark);
}

.wp-block-search .wp-block-search__input {
    border: 1px solid var(--rz-border-color);
}

.wp-block-search .wp-block-search__button {
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 15px;
    border: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0 15px;
}

.wp-block-latest-comments__comment {
    margin-bottom: 0;
}

.wp-block-tag-cloud {
    margin-left: -2px;
    margin-right: -2px;
}

.wp-block-tag-cloud a {
    border: 1px solid var(--rz-border-color-gray);
    display: inline-block;
    padding: 9px 21px;
    font-size: 14px !important;
    color: var(--rz-text-color);
    margin: 4px 2px;
    text-decoration: none;
}

.wp-block-tag-cloud a:hover {
    border-color: var(--rz-color-dark);
    text-decoration: none !important;
}

.wp-block-group .wp-block-group__inner-container > h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 13px;
    border-bottom: 2px solid;
    display: block;
}

ol.wp-block-latest-comments {
    padding-left: 0;
}

.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.wp-block-cover {
    margin-bottom: 32px;
}

.wp-block-cover:last-child {
    margin-bottom: 0;
}

.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background), .wp-block-columns.alignfull .wp-block-column h1:not(.has-background), .wp-block-columns.alignfull .wp-block-column h2:not(.has-background), .wp-block-columns.alignfull .wp-block-column h3:not(.has-background), .wp-block-columns.alignfull .wp-block-column h4:not(.has-background), .wp-block-columns.alignfull .wp-block-column h5:not(.has-background), .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
    padding-left: 15px;
    padding-right: 15px;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
}

.wp-block-group.has-background {
    margin-bottom: 50px;
}

pre.wp-block-verse {
    white-space: pre-wrap;
}

@media only screen and (min-width: 1200px) {
    body:not(.full-content) .wp-block-gallery .blocks-gallery-item figcaption {
        display: none;
    }

    body.full-content .site-content .entry-content > *.alignwide {
        max-width: 1170px;
        width: 1170px;
        margin-left: calc(-1170px / 2 + 100% / 2);
        margin-right: calc(-1170px / 2 + 100% / 2);
    }

    .page.full-content:not(.elementor-page) .site-content article > *.alignwide {
        max-width: 1380px;
        margin-left: calc(-1380px / 2 + 100% / 2);
        margin-right: calc(-1380px / 2 + 100% / 2);
    }
}

@media only screen and (min-width: 768px) {
    body.full-content .site-content .entry-content > *.alignfull,
    body.full-content .site-content .entry-content > *.alignwide {
        width: -webkit-fill-available;
        max-width: 1000%;
    }

    body.full-content .site-content .entry-content > *.alignfull {
        margin-right: calc(50% - 50vw + 9px);
        margin-left: calc(50% - 50vw + 8px);
    }

    .page.full-content:not(.elementor-page) .site-content article > *.alignfull {
        width: -webkit-fill-available;
        max-width: 1000%;
        margin-right: calc(50% - 50vw + 9px);
        margin-left: calc(50% - 50vw + 8px);
    }
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.error404 .site-content {
    padding: 110px 15px;
}

.error404 .content-area {
    width: 100%;
}

.error404 .error-404 {
    max-width: 440px;
    margin: auto;
    text-align: center;
}

.error404 .error-404 .page-title {
    font-size: 36px;
    margin: 0 0 19px;
}

.error404 .error-404 .page-content {
    margin: 0 0 37px;
    font-size: 18px;
    line-height: 1.5;
}

.error404 .error-404 .razzi-button {
    padding: 0 34px;
}

.error404 .error-404__svg {
    margin-bottom: 27px;
}

.error404 .error-404__svg svg {
    width: 54px;
    height: 54px;
}

.maintenance-page #site-header,
.maintenance-page .site-header,
.maintenance-page #topbar-mobile,
.maintenance-page #site-footer {
    display: none;
}

.maintenance-page .site-content {
    padding: 0 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#gotop {
    position: fixed;
    bottom: 25px;
    right: 10px;
    z-index: 999;
    display: flex;
    width: 36px;
    height: 36px;
    background-color: #111;
    color: #ffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 50%;
    transform: translateX(100%) rotate(-90deg);
    transition: all .25s ease;
}

#gotop.show-scroll {
    opacity: 1;
    transform: translateX(0) rotate(-90deg);
}

.single-product--sticky-bottom #gotop {
    bottom: 130px;
}

/*rtl:raw:
#gotop.show-scroll {
    transform: translateX(0) rotate(-90deg);
}
*/
.footer-newsletter {
    text-align: center;
    --rz-button-bg-color: #525252;
    --rz-button-color: #fff;
    --rz-textbox-color: #A0A0A0;
    --rz-textbox-bg-color: #303030;
    --rz-textbox-border-color: transparent;
    --rz-footer-newsletter-border-color: #2b2b2b;
    --rz-footer-newsletter-top-spacing: 110px;
    --rz-footer-newsletter-bottom-spacing: 41px;
}

.site-footer-dark .footer-newsletter,
.site-footer-custom .footer-newsletter {
    padding-top: var(--rz-footer-newsletter-top-spacing);
    padding-bottom: var(--rz-footer-newsletter-bottom-spacing);
}

.site-footer-light .footer-newsletter .footer-container,
.site-footer-gray .footer-newsletter .footer-container {
    padding-top: var(--rz-footer-newsletter-top-spacing);
    padding-bottom: var(--rz-footer-newsletter-bottom-spacing);
}

.footer-newsletter.has-divider .footer-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--rz-footer-newsletter-border-color);
}

.footer-newsletter .newsletter-title {
    margin: 0 0 30px;
}

.footer-newsletter .mc4wp-form-fields {
    display: flex;
    max-width: 570px;
    margin: auto;
}

.footer-newsletter .mc4wp-form-fields input[type="email"] {
    padding: 17px 30px;
    width: 100%;
    border: none;
    background-color: var(--rz-textbox-bg-color);
    color: var(--rz-color-lighter);
    border: 1px solid var(--rz-textbox-border-color);
}

.footer-newsletter .mc4wp-form-fields input[type="email"]::-moz-placeholder {
    color: var(--rz-textbox-color);
}

.footer-newsletter .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: var(--rz-textbox-color);
}

.footer-newsletter .mc4wp-form-fields input[type="email"]::placeholder {
    color: var(--rz-textbox-color);
}

.footer-newsletter .mc4wp-form-fields input[type="submit"] {
    margin-left: 5px;
    padding: 0 35px;
    background-color: var(--rz-button-bg-color);
    color: var(--rz-button-color);
}

.footer-newsletter.layout-v2 .mc4wp-form-fields input[type="email"] {
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--rz-textbox-bg-color);
}

.footer-newsletter.layout-v2 .mc4wp-form-fields input[type="submit"] {
    margin-left: 0;
    padding: 0 20px;
    background-color: transparent;
    color: var(--rz-button-color);
    border: none;
    border-bottom: 1px solid var(--rz-textbox-bg-color);
}

.footer-branding .logo.logo-text {
    font-size: 40px;
    font-weight: 600;
}

.footer-payments .payments {
    list-style: none;
    padding: 0;
    margin: 0 -2.5px;
}

.footer-payments li {
    display: inline-block;
    padding: 0 2.5px;
}

.footer-payments li a {
    display: block;
}

.footer-branding .logo.logo-text {
    font-size: 40px;
    font-weight: 600;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 -12px;
}

.footer-menu li {
    display: inline-block;
    padding: 0 12px;
}

.footer-widgets {
    color: var(--rz-text-color-gray);
    --rz-footer-widget-border-color: #2b2b2b;
    --rz-footer-widget-top-spacing: 64px;
    --rz-footer-widget-bottom-spacing: 64px;
}

.site-footer-dark .footer-widgets,
.site-footer-custom .footer-widgets {
    padding-top: var(--rz-footer-widget-top-spacing);
    padding-bottom: var(--rz-footer-widget-bottom-spacing);
}

.site-footer-light .footer-widgets .footer-container,
.site-footer-gray .footer-widgets .footer-container {
    padding-top: var(--rz-footer-widget-top-spacing);
    padding-bottom: var(--rz-footer-widget-bottom-spacing);
}

.footer-widgets.has-divider .footer-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--rz-footer-widget-border-color);
}

.footer-widgets .widget {
    margin-bottom: 19px;
    padding: 0;
    border: none;
}

.footer-widgets .widget-title,
.footer-widgets .wp-block-group .wp-block-group__inner-container > h2 {
    font-size: 13px;
    line-height: 1.46154;
    padding-bottom: 16px;
    margin: 0;
    border: none;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.footer-widgets .widget-title .razzi-svg-icon,
.footer-widgets .wp-block-group .wp-block-group__inner-container > h2 .razzi-svg-icon {
    display: none;
}

.footer-widgets .widget_text {
    line-height: 1.7;
}

.footer-widgets .widget_text .widget-title {
    padding-bottom: 16px;
}

.footer-widgets .widget_text p {
    margin-top: 0;
}

.footer-widgets .widget_nav_menu li {
    padding: 4px 0;
}

.footer-widgets .widget_nav_menu li:first-child {
    padding-top: 0;
}

.footer-widgets .widget_archive li,
.footer-widgets .widget_categories li {
    border: none;
}

.footer-widgets .razzi-widget__social-links .social-links a.social {
    color: var(--rz-text-color-gray);
}

.footer-widgets .razzi-widget__social-links .social-links a.social:hover {
    color: var(--rz-text-color-hover);
}

.footer-widgets-area-diff .diff-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-widgets-area-diff .diff-row > * {
    padding: 0 15px;
}

.footer-extra {
    --rz-footer-extra-border-color: #2b2b2b;
    --rz-footer-extra-top-spacing: 112px;
    --rz-footer-extra-bottom-spacing: 105px;
}

.site-footer-dark .footer-extra,
.site-footer-custom .footer-extra {
    padding-top: var(--rz-footer-extra-top-spacing);
    padding-bottom: var(--rz-footer-extra-bottom-spacing);
}

.site-footer-light .footer-extra .footer-container,
.site-footer-gray .footer-extra .footer-container {
    padding-top: var(--rz-footer-extra-top-spacing);
    padding-bottom: var(--rz-footer-extra-bottom-spacing);
}

.footer-extra.has-divider .footer-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--rz-footer-extra-border-color);
}

.footer-extra__inner {
    text-align: center;
}

.footer-extra__inner > *:not(:last-child) {
    margin-bottom: 32px;
}

.footer-links {
    --rz-footer-links-border-color: #2b2b2b;
    --rz-footer-links-top-spacing: 64px;
    --rz-footer-links-bottom-spacing: 64px;
}

.site-footer-dark .footer-links,
.site-footer-custom .footer-links {
    padding-top: var(--rz-footer-links-top-spacing);
    padding-bottom: var(--rz-footer-links-bottom-spacing);
}

.site-footer-light .footer-links .footer-container,
.site-footer-gray .footer-links .footer-container {
    padding-top: var(--rz-footer-links-top-spacing);
    padding-bottom: var(--rz-footer-links-bottom-spacing);
}

.footer-links .widget {
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.footer-links .widget .widget-title {
    border: none;
    text-transform: inherit;
}

.footer-links .widget:last-child {
    margin-bottom: 0;
}

.footer-links .widget_nav_menu .widget-title {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 5px 0 0;
}

.footer-links .widget_nav_menu .widget-title + * {
    display: inline-block;
}

.footer-links .widget_nav_menu ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-links .widget_nav_menu ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.footer-links .widget_nav_menu ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 12px;
    width: 1px;
    content: "|";
}

.footer-links .widget_nav_menu ul li a {
    position: relative;
    font-size: 14px;
    color: var(--rz-text-color-gray);
}

.footer-links .widget_nav_menu ul li a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: 0.35s;
}

.footer-links .widget_nav_menu ul li a:hover {
    color: var(--rz-color-primary);
}

.footer-links .widget_nav_menu ul li a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-links .widget_nav_menu ul li a:hover::after {
    background-color: var(--rz-color-primary);
}

.footer-links .widget_nav_menu ul li:last-child:after {
    display: none;
}

.footer-links.has-divider .footer-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--rz-footer-links-border-color);
}

.footer-main {
    font-size: 14px;
    padding: 22px 0;
    --rz-footer-main-border-color: #2b2b2b;
    --rz-footer-main-top-spacing: 22px;
    --rz-footer-main-bottom-spacing: 22px;
}

.site-footer-dark .footer-main,
.site-footer-custom .footer-main {
    padding-top: var(--rz-footer-main-top-spacing);
    padding-bottom: var(--rz-footer-main-bottom-spacing);
}

.site-footer-light .footer-main .footer-container,
.site-footer-gray .footer-main .footer-container {
    padding-top: var(--rz-footer-main-top-spacing);
    padding-bottom: var(--rz-footer-main-bottom-spacing);
}

.footer-main.has-divider .footer-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--rz-footer-main-border-color);
}

.footer-main .footer-container {
    display: flex;
    align-items: center;
}

.footer-main .footer-items {
    display: flex;
    align-items: center;
}

.header-v6 .footer-main {
    font-size: 16px;
}

.site-footer {
    --rz-text-color-gray: #cdcdcd;
    --rz-text-color-hover: #fff;
    background-size: cover;
    background-color: var(--rz-color-darker);
    color: var(--rz-text-color-gray);
    position: relative;
    clear: both;
}

.site-footer .newsletter-title,
.site-footer .widget-title,
.site-footer .logo-text,
.site-footer .wp-block-group .wp-block-group__inner-container > h2 {
    color: var(--rz-color-lighter);
}

.site-footer .custom-text,
.site-footer input[type="email"],
.site-footer .copyright,
.site-footer .socials-menu li a,
.site-footer .menu li a,
.site-footer a {
    color: var(--rz-text-color-gray);
}

.site-footer .socials-menu li a:hover,
.site-footer .menu li a:hover,
.site-footer a:hover {
    color: var(--rz-text-color-hover);
}

.site-footer .menu li a {
    position: relative;
}

.site-footer .menu li a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rz-text-color-hover);
    transition: .5s;
    opacity: 0;
}

.site-footer .menu li a:hover:after {
    opacity: 1;
    width: 100%;
}

.site-footer .socials-menu .menu {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.site-footer .socials-menu li {
    padding: 0 7.5px;
}

.site-footer .socials-menu li a {
    font-size: 20px;
}

.site-footer .socials-menu li a::after {
    display: none;
}

.site-footer .logo .logo-text {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
}

.site-footer.has-divider {
    border-top: 1px solid #2b2b2b;
}

.site-footer-light {
    --rz-color-darker: #fff;
    --rz-text-color-gray: #444;
    --rz-color-lighter: #111;
    --rz-text-color-hover: #111;
}

.site-footer-light .footer-main {
    padding: 0;
    --rz-footer-main-border-color: rgba(0, 0, 0, .15);
}

.site-footer-light .footer-newsletter {
    --rz-button-bg-color: #fff;
    --rz-button-color: #111;
    --rz-textbox-color: #A0A0A0;
    --rz-textbox-bg-color: #fff;
    --rz-textbox-border-color: #cdcdcd;
    --rz-footer-newsletter-border-color: rgba(0, 0, 0, .15);
}

.site-footer-light .footer-newsletter .mc4wp-form-fields input[type="email"]:focus {
    --rz-textbox-border-color: #111;
}

.site-footer-light .footer-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"] {
    border: 1px solid var(--rz-textbox-border-color);
}

.site-footer-light .footer-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"]:hover {
    --rz-textbox-border-color: #111;
}

.site-footer-light .footer-newsletter.layout-v2 {
    --rz-textbox-bg-color: #111;
}

.site-footer-light .footer-widgets {
    --rz-footer-widget-border-color: rgba(0, 0, 0, .15);
}

.site-footer-light .footer-widgets .widget.dropdown {
    border-color: #cdcdcd;
}

.site-footer-light .razzi-widget__social-links .social-links {
    justify-content: space-between;
}

.site-footer-light .footer-extra {
    --rz-footer-extra-border-color: rgba(0, 0, 0, .15);
}

.site-footer-gray {
    --rz-color-darker: #F5F5F5;
    --rz-text-color-gray: #525252;
    --rz-color-lighter: #111;
    --rz-text-color-hover: #111;
}

.site-footer-gray .footer-main {
    padding: 0;
    --rz-footer-main-border-color: rgba(0, 0, 0, .06);
}

.site-footer-gray .footer-newsletter {
    --rz-button-bg-color: #F5F5F5;
    --rz-button-color: #111;
    --rz-textbox-color: #A0A0A0;
    --rz-textbox-bg-color: #F5F5F5;
    --rz-textbox-border-color: #cdcdcd;
    --rz-footer-newsletter-border-color: rgba(0, 0, 0, .06);
}

.site-footer-gray .footer-newsletter .mc4wp-form-fields input[type="email"]:focus {
    --rz-textbox-border-color: #111;
}

.site-footer-gray .footer-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"] {
    border: 1px solid var(--rz-textbox-border-color);
}

.site-footer-gray .footer-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"]:hover {
    --rz-textbox-border-color: #111;
}

.site-footer-gray .footer-newsletter.layout-v2 {
    --rz-textbox-bg-color: #111;
}

.site-footer-gray .footer-widgets {
    --rz-footer-widget-border-color: rgba(0, 0, 0, .06);
}

.site-footer-gray .footer-widgets .widget.dropdown {
    border-color: #cdcdcd;
}

.site-footer-gray .razzi-widget__social-links .social-links {
    justify-content: space-between;
}

.site-footer-gray .footer-extra {
    --rz-footer-extra-border-color: rgba(0, 0, 0, .06);
}

.site-footer-dark .has-divider,
.site-footer-custom .has-divider {
    position: relative;
}

.site-footer-light .has-divider .footer-container,
.site-footer-gray .has-divider .footer-container {
    position: relative;
}

.footer-right {
    flex: 1;
    text-align: right;
    justify-content: flex-end;
}

.footer-right > * {
    margin-left: 40px;
}

.footer-left {
    flex: 1;
    text-align: left;
    justify-content: flex-start;
}

.footer-left > * {
    margin-right: 40px;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.newsletter-popup-modal h1, .newsletter-popup-modal h2, .newsletter-popup-modal h3, .newsletter-popup-modal h4, .newsletter-popup-modal h5, .newsletter-popup-modal h6 {
    color: var(--rz-color-dark);
    line-height: 1.357em;
}

.newsletter-popup-modal .newsletter-title {
    color: var(--rz-color-dark);
    line-height: 1.357em;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 17px;
}

.newsletter-popup-modal .button-close {
    top: 28px;
    right: 28px;
    transform: none;
    z-index: 10;
    color: #a0a0a0;
    cursor: pointer;
}

.newsletter-popup-modal .button-close:hover {
    color: #a0a0a0;
}

.newsletter-popup-modal .modal-content {
    width: 830px;
    max-width: 90%;
    max-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0;
}

.newsletter-popup-modal .newsletter-popup-content {
    font-size: 18px;
    color: var(--rz-color-dark);
}

.newsletter-popup-modal .n-close {
    font-size: 14px;
    color: #767676;
    position: relative;
    display: inline-flex;
}

.newsletter-popup-modal .n-close:before {
    content: "";
    height: 18px;
    width: 18px;
    background-color: #e2e2e2;
    margin: 2px 14px 0 0;
    float: left;
    transition: 0.15s all ease-out;
    flex: none;
}

.newsletter-popup-modal .n-close:after {
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #111111;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 5px;
    left: 6px;
    opacity: 0;
}

.newsletter-popup-modal .n-close.active:after {
    opacity: 1;
}

.newsletter-popup-layout-1-column .modal-content {
    padding: 10px;
    width: 570px;
}

.newsletter-popup-layout-1-column .newsletter-popup-image {
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.newsletter-popup-layout-1-column .newsletter-popup-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.3);
    z-index: 1;
}

.newsletter-popup-layout-1-column .newsletter-popup-image__holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.newsletter-popup-layout-1-column .newsletter-popup-content {
    --rz-color-dark: #fff;
    position: relative;
    padding: 30px 0;
    z-index: 2;
    width: 63%;
}

.newsletter-popup-layout-1-column .newsletter-popup-wrapper {
    padding: 50px 40px 20px;
    text-align: center;
}

.newsletter-popup-layout-1-column .newsletter-popup-wrapper .newsletter-popup-content {
    display: none;
}

.newsletter-popup-layout-1-column .newsletter-popup-form {
    margin-bottom: 50px;
}

.newsletter-popup-layout-1-column .newsletter-popup-form .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}

.newsletter-popup-layout-1-column .newsletter-popup-form .mc4wp-form-fields input[type=email] {
    flex: 1;
    margin-right: 6px;
    height: 46px;
    padding: 0 23px;
}

.newsletter-popup-layout-1-column .newsletter-popup-form .mc4wp-form-fields input[type="submit"] {
    flex: 0;
    line-height: 46px;
    padding: 0 25px;
}

.newsletter-popup-layout-1-column .newsletter-popup-form .razzi-svg-icon {
    display: none;
}

.newsletter-popup-layout-1-column .button-close {
    color: #fff;
}

.newsletter-popup-layout-1-column .button-close:hover .razzi-svg-icon {
    color: #fff;
}

.newsletter-popup-layout-2-columns .modal-content {
    display: flex;
}

.newsletter-popup-layout-2-columns .newsletter-popup-image {
    flex: 0.92;
    line-height: 0;
}

.newsletter-popup-layout-2-columns .newsletter-popup-image.no-image {
    flex: none;
}

.newsletter-popup-layout-2-columns .newsletter-popup-wrapper {
    flex: 1;
    padding: 110px 70px 26px;
}

.newsletter-popup-layout-2-columns .newsletter-popup-content {
    padding-bottom: 33px;
}

.newsletter-popup-layout-2-columns .newsletter-popup-form {
    position: relative;
    margin-bottom: 63px;
}

.newsletter-popup-layout-2-columns .mc4wp-form {
    position: relative;
    z-index: 1;
}

.newsletter-popup-layout-2-columns .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}

.newsletter-popup-layout-2-columns .mc4wp-form-fields input[type=email] {
    flex: 1;
    margin-right: 6px;
    height: 46px;
    padding: 0 23px;
}

.newsletter-popup-layout-2-columns .mc4wp-form-fields input[type="submit"] {
    line-height: 46px;
    height: 46px;
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
body .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-phone {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}

@media (min-width: 1025px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1170px;
    }

    .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
        max-width: 1190px;
    }

    .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
        max-width: 1200px;
    }

    .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
        max-width: 1180px;
    }

    .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
        max-width: 1200px;
    }

    .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
        max-width: 1200px;
    }
}

.elementor-section-content-space-between .elementor-container {
    justify-content: space-between;
}

.razzi-shortcode-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
}

.razzi-shortcode-subtitle {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A0A0A0;
    margin: 0 0 10px 0;
}

.swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
    padding: 5px;
    background-color: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    margin: 0;
}

.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 8px;
    height: 8px;
    outline: none;
    background-color: #d8d8d8;
    opacity: 1;
    display: block;
    border-radius: 50%;
    transition: 0.35s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
    background-color: var(--rz-background-color-primary);
}

.swiper-pagination.swiper-pagination-lock {
    display: none !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

ul.razzi-checkmark-lists {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.razzi-checkmark-lists li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #111111;
}

ul.razzi-checkmark-lists li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMyAxTDQuNzUgMTBMMSA1LjkwOTA5IiBzdHJva2U9IiNGRjZGNjEiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K);
}

ul.razzi-checkmark-lists li.wrong {
    color: #767676;
}

ul.razzi-checkmark-lists li.wrong:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik05IDFMMSA5TTEgMUw5IDkiIHN0cm9rZT0iIzkxOTE5MSIgc3Ryb2tlLXdpZHRoPSIxLjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
}

@keyframes razzi-rotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes razzi-scale {
    30% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes razzi-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes razziFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bubble {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes anim-ripple {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.razzi-swiper-carousel-elementor {
    position: relative;
}

.razzi-swiper-carousel-elementor .rz-swiper-button {
    font-size: 28px;
    color: #a0a0a0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    opacity: .5;
    transition: .5s;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.razzi-swiper-carousel-elementor .rz-swiper-button:hover:not(.swiper-button-disabled) {
    color: var(--rz-color-dark);
    opacity: 1;
}

.razzi-swiper-carousel-elementor .rz-swiper-button svg {
    /*rtl:raw:
			transform: rotate(-180deg);
		*/
}

.razzi-swiper-carousel-elementor .swiper-button-disabled {
    cursor: not-allowed;
}

.razzi-swiper-carousel-elementor .rz-swiper-button-prev {
    left: -15px;
}

.razzi-swiper-carousel-elementor .rz-swiper-button-next {
    right: -15px;
}

.razzi-swiper-carousel-elementor .swiper-button-disabled {
    opacity: .5;
}

.razzi-swiper-slider-elementor .rz-swiper-button {
    font-size: 24px;
    color: var(--rz-color-dark);
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 52px;
}

.razzi-swiper-slider-elementor .rz-swiper-button:hover:not(.swiper-button-disabled) {
    opacity: 1;
}

.razzi-swiper-slider-elementor .rz-swiper-button-prev {
    left: 0;
}

.razzi-swiper-slider-elementor .rz-swiper-button-next {
    right: 0;
}

.razzi-swiper-carousel-elementor .swiper-pagination-lock,
.razzi-swiper-carousel-elementor .swiper-scrollbar-lock,
.razzi-swiper-carousel-elementor .swiper-button-lock {
    display: none;
}

.razzi-banner-carousel {
    position: relative;
    opacity: 0;
}

.razzi-banner-carousel .banner-item {
    position: relative;
    overflow: hidden;
}

.razzi-banner-carousel .banner-item:hover .razzi-icon {
    transform: translateX(3px);
    /*rtl:raw:
	                 transform: translateX(-3px) rotateY(180deg);
                */
}

.razzi-banner-carousel .banner-item:hover .banner-img:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.razzi-banner-carousel .banner-content,
.razzi-banner-carousel .banner-img:after,
.razzi-banner-carousel .full-box-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-banner-carousel .banner-img:after {
    content: '';
    display: block;
    transition: ease .3s;
    background-color: rgba(0, 0, 0, 0.3);
}

.razzi-banner-carousel .banner-img img {
    display: block;
    width: 100%;
}

.razzi-banner-carousel .banner-content {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.razzi-banner-carousel .banner-title {
    flex: 0 0 auto;
    font-size: 44px;
    line-height: 1.2;
    margin-top: auto;
    margin-bottom: -114px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.razzi-banner-carousel .button-link {
    flex: 0 0 auto;
    margin-top: auto;
    padding-bottom: 40px;
    padding-top: 30px;
    max-width: 100%;
    text-decoration: none;
}

.razzi-banner-carousel .button-text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1f1f1f;
    background-color: #ffffff;
    line-height: 54px;
    padding: 0 26px;
    min-width: 190px;
}

.razzi-banner-carousel .button-text .razzi-icon {
    margin-left: 11px;
}

.razzi-banner-carousel .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.razzi-banner-carousel__inner {
    display: flex;
}

.razzi-banner-carousel__btn-position-center .banner-content {
    justify-content: center;
}

.razzi-banner-carousel__btn-position-center .banner-title {
    margin: 0;
    padding: 0;
}

.razzi-banner-carousel__btn-position-center .button-link {
    margin: 0;
}

.razzi-newsletter .mc4wp-form-fields {
    max-width: 570px;
    display: flex;
}

.razzi-newsletter .mc4wp-form-fields input[type="email"] {
    width: 100%;
    margin-right: 5px;
    padding: 15px 30px;
}

.razzi-newsletter .mc4wp-form-fields input[type="email"]::-moz-placeholder {
    color: inherit;
}

.razzi-newsletter .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: inherit;
}

.razzi-newsletter .mc4wp-form-fields input[type="email"]::placeholder {
    color: inherit;
}

.razzi-newsletter-2 .newsletter-title {
    margin: 0 0 17px;
}

.razzi-newsletter-2 .newsletter-desc {
    font-size: 18px;
}

.razzi-newsletter-2 .mc4wp-form-fields {
    display: flex;
    border-style: solid;
    border-color: #111111;
    border-width: 0 0 1px;
}

.razzi-newsletter-2 .mc4wp-form-fields input[type="email"] {
    font-size: 15px;
    border: none;
    width: 100%;
    padding: 0 30px;
}

.razzi-newsletter-2 .mc4wp-form-fields input[type="submit"] {
    background-color: transparent;
    color: var(--rz-color-dark);
}

.razzi-newsletter-2__heading {
    margin-bottom: 33px;
}

.razzi-countdown {
    display: flex;
}

.razzi-countdown .timer {
    padding: 0 23px;
    position: relative;
    color: var(--rz-color-dark);
    text-align: center;
}

.razzi-countdown .timer:first-child {
    padding-left: 0 !important;
}

.razzi-countdown .timer:last-child {
    padding-right: 0 !important;
}

.razzi-countdown .timer .text {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.razzi-countdown .timer .divider {
    position: absolute;
    top: 15px;
    right: -8px;
    font-size: 37px;
    line-height: 1;
    font-weight: 600;
}

.razzi-countdown .digits {
    font-size: 44px;
    font-weight: 600;
    display: block;
}

.razzi-contact-form-7 p {
    margin-bottom: 0;
}

.razzi-contact-form-7 input:not([type="submit"]),
.razzi-contact-form-7 textarea {
    width: 100%;
}

.razzi-contact-form-7 input:not([type="submit"]) {
    margin-bottom: 30px;
}

.razzi-contact-form-7 textarea {
    margin-bottom: 55px;
}

.razzi-faq .faq-title {
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.razzi-faq .faq-desc {
    margin-top: 23px;
    margin-bottom: 4px;
}

.razzi-faq .faq-desc p {
    margin: 0;
}

.razzi-faq .box-content {
    padding: 21px 0;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 1px 0 0;
    cursor: pointer;
}

.razzi-faq .box-content .razzi-svg-icon {
    color: #1f1f1f;
    padding-top: 6px;
    padding-left: 25px;
}

.razzi-faq .box-content .razzi-svg-icon svg {
    transform: rotate(0);
    transition: ease .3s;
}

.razzi-faq .box-content .icon-active {
    display: none;
}

.razzi-faq .box-content.active .razzi-svg-default svg {
    transform: rotate(180deg);
}

.razzi-faq .box-content.active .icon-normal {
    display: none;
}

.razzi-faq .box-content.active .icon-active {
    display: inline-block;
}

.razzi-faq .box-content:last-child {
    border-bottom-width: 1px;
}

.razzi-testimonials-carousel__content {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 24px;
    color: #111;
}

.razzi-testimonials-carousel__text {
    color: #767676;
}

.razzi-testimonials-carousel {
    text-align: center;
}

.razzi-testimonials-carousel .box-item {
    padding-bottom: 35px;
}

.razzi-testimonials-carousel .swiper-pagination {
    position: static;
}

.razzi-testimonials-carousel .rz-swiper-button {
    font-size: 28px;
}

.razzi-testimonials-carousel-2 {
    position: relative;
    opacity: 0;
}

.razzi-testimonials-carousel-2 .testimonials-item {
    padding: 30px 30px 22px;
    border: 1px solid var(--rz-border-color-light);
    height: auto;
    background-color: var(--rz-background-color-light);
}

.razzi-testimonials-carousel-2 .testimonials-item.testimonials-item__author-box {
    display: flex;
}

.razzi-testimonials-carousel-2 .swiper-pagination {
    position: relative;
    margin-top: 56px;
}

.razzi-testimonials-carousel-2 .swiper-scrollbar {
    max-width: 100%;
    background-color: #e5e5e5;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 70px 0 0;
}

.razzi-testimonials-carousel-2 .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-primary);
    cursor: pointer;
}

.razzi-testimonials-carousel-2__heading {
    text-align: center;
    margin-bottom: 69px;
}

.razzi-testimonials-carousel-2__heading .heading-subtitle {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #909090;
    display: block;
    margin-bottom: 9px;
}

.razzi-testimonials-carousel-2__heading .heading-title {
    font-size: 36px;
    margin: 0;
}

.razzi-testimonials-carousel-2__header {
    display: flex;
    margin-bottom: 15px;
}

.razzi-testimonials-carousel-2__header .testi-image {
    flex: none;
    margin-right: 24px;
    max-width: 80px;
}

.razzi-testimonials-carousel-2__header .testi-image + .header-content {
    padding-top: 9px;
}

.razzi-testimonials-carousel-2__header .subtitle {
    font-size: 14px;
    display: block;
}

.razzi-testimonials-carousel-2__header .testi-title {
    margin: 0 0 5px;
}

.razzi-testimonials-carousel-2__header .razzi-svg-icon {
    font-size: 14px;
    color: #cdcdcd;
}

.razzi-testimonials-carousel-2__header .razzi-svg-icon.rate-active {
    color: #F8B86D;
}

.razzi-testimonials-carousel-2__footer .testi-desc {
    margin-bottom: 15px;
}

.razzi-testimonials-carousel-2__footer .testi-meta {
    font-size: 14px;
    color: var(--rz-text-color-gray);
}

.author-group {
    padding-right: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 26%;
}

.author-group:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: calc(0px - 30px);
    width: 1px;
    height: calc(100% + 30px + 22px + 2px);
    background-color: #E2E2E2;
}

.author-group + .razzi-testimonials-carousel-2__gr {
    padding-left: 50px;
}

.testi-author-image {
    display: flex;
    margin-bottom: 21px;
}

.razzi-testimonials-carousel-2__centeredslides-yes .testimonials-item {
    max-width: 770px;
}

.razzi-testimonials-carousel-2__rating_position-right .header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.razzi-testimonials-carousel-2__gr {
    flex: 0 1 74%;
}

.razzi-instagram-grid {
    position: relative;
}

.razzi-instagram-grid .instagram-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-auto-flow: dense;
}

.razzi-instagram-grid .instagram-wrapper li a:hover {
    opacity: .9;
}

.razzi-instagram-grid .instagram-wrapper img {
    display: block;
}

.razzi-instagram-grid .instagram-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
    padding: 15px 40px;
}

.razzi-instagram-grid-2 {
    position: relative;
    overflow: hidden;
}

.razzi-instagram-grid-2 .instagram-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.razzi-instagram-grid-2 .instagram-wrapper a {
    display: block;
}

.razzi-instagram-grid-2 .instagram-wrapper li a:hover {
    opacity: .9;
}

.razzi-instagram-grid-2 .instagram-wrapper img {
    display: block;
}

.razzi-instagram-grid-2 .instagram-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 50px;
    width: 100%;
    background-color: #f5f5f5;
}

.razzi-instagram-grid-2 .instagram-text-wrapper .razzi-icon {
    display: block;
    font-size: 33px;
    margin-bottom: 6px;
}

.razzi-instagram-grid-2 .instagram-text-wrapper .instagram-title {
    font-size: 36px;
    margin: 0 0 25px;
}

.razzi-instagram-grid-2 .instagram-text-wrapper .instagram-desc {
    font-size: 18px;
    margin-bottom: 39px;
}

.elementor-widget-razzi-map {
    overflow: hidden;
}

.razzi-map__has-tab {
    display: flex;
}

.razzi-map__has-tab .razzi-map__table {
    display: block;
}

.razzi-map__has-tab .mapboxgl-ctrl-top-right {
    transform: translateX(-33%);
}

.razzi-map__has-search {
    margin-top: 175px;
}

.razzi-map {
    clear: both;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.razzi-map > * {
    height: 614px;
}

.razzi-map .box-item {
    padding: 32px 40px;
    cursor: pointer;
}

.razzi-map .box-item:not(:last-child) {
    border-bottom: 1px solid var(--rz-border-color-light);
}

.razzi-map .map-title {
    margin: 0 0 29px;
    font-size: 18px;
}

.razzi-map .map-local {
    margin-bottom: 18px;
}

.razzi-map .map-desc > *:not(:last-child) {
    margin-bottom: 17px;
}

.razzi-map .map-desc h6 {
    margin: 0 0 4px;
}

.razzi-map .mapboxgl-ctrl-bottom-left {
    display: none;
}

.razzi-map .mapboxgl-ctrl-top-right {
    position: absolute;
    z-index: 1;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    top: -175px;
}

.razzi-map .mapboxgl-ctrl-geocoder {
    min-width: 100%;
}

.razzi-map .mapboxgl-ctrl-geocoder ul > li > a {
    text-decoration: none;
    padding: 10px;
    color: var(--rz-color-dark);
}

.razzi-map .mapboxgl-popup-content {
    max-width: 270px;
    font-size: 15px;
}

.razzi-map .mapboxgl-popup-content .map-title {
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 13px;
}

.razzi-map .mapboxgl-popup-content .map-local {
    margin-bottom: 14px;
}

.razzi-map .mapboxgl-popup-content .map-desc > *:not(:last-child) {
    margin-bottom: 13px;
}

.razzi-map .mapboxgl-ctrl-geocoder .geocoder-icon-search {
    /*rtl:raw:
        left: 20px;
        right: auto;
        */
}

.razzi-map__table {
    max-width: 370px;
    flex: 0 0 33%;
    margin-right: 30px;
    overflow-y: auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
    display: none;
    scrollbar-color: #1f1f1f #e2e2e278;
    scrollbar-width: thin;
}

.razzi-map__table::-webkit-scrollbar {
    width: 2px;
}

.razzi-map__table::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.razzi-map__table::-webkit-scrollbar-thumb {
    background-color: var(--rz-background-color-dark);
}

.razzi-map__content {
    width: 100%;
}

.razzi-products-tabs .products-empty .razzi-tabs-button {
    display: none;
}

.razzi-products-tabs .products-empty .products {
    list-style-type: none;
    display: flex;
    justify-content: center;
    color: var(--rz-color-dark);
}

.razzi-products-tabs ul.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.razzi-products-tabs ul.tabs li {
    padding: 0 15px;
    display: block;
    margin: 0;
    position: relative;
}

.razzi-products-tabs ul.tabs li a {
    padding: 0 2px;
    line-height: 24px;
    display: block;
    position: relative;
    font-weight: 500;
}

.razzi-products-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rz-background-color-primary);
    transition: .5s;
    opacity: 0;
}

.razzi-products-tabs ul.tabs li a:hover, .razzi-products-tabs ul.tabs li a.active {
    color: var(--rz-color-primary);
}

.razzi-products-tabs ul.tabs li a:hover:after, .razzi-products-tabs ul.tabs li a.active:after {
    opacity: 1;
    width: 100%;
}

.razzi-products-tabs ul.tabs li:first-child {
    padding-left: 0;
}

.razzi-products-tabs ul.tabs li:last-child {
    padding-right: 0;
}

.razzi-products-tabs .tabs-content.loading {
    position: relative;
}

.razzi-products-tabs .tabs-content.loading:before {
    content: '';
    display: block;
    border-radius: 100px;
    position: absolute;
}

.razzi-products-tabs .tabs-content.loading:before {
    background-color: var(--rz-background-color-primary);
    height: 13px;
    width: 13px;
    top: 0;
    left: 0;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.razzi-products-tabs .tabs-content.loading:before {
    z-index: 10;
    top: 50%;
    left: 50%;
}

.razzi-products-tabs .tabs-content.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5;
}

.razzi-products-tabs .tabs-header {
    margin-bottom: 80px;
}

.razzi-products-tabs .tabs-panel {
    min-height: 300px;
}

.razzi-products-tabs .tabs-panel .razzi-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.razzi-products-tabs .tabs-panel .razzi-tabs-button {
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.razzi-products-tabs .tabs-panel.tab-loaded {
    min-height: auto;
}

.razzi-products-tabs .tabs-panel.tab-loaded .razzi-tabs-button {
    opacity: 1;
    visibility: visible;
}

.razzi-products-tabs ul.swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    box-sizing: border-box;
}

.razzi-products-tabs ul.swiper-wrapper li {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-tabs .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.razzi-products-tabs .swiper-pagination .swiper-pagination-bullet {
    margin-top: 0;
    margin-bottom: 0;
}

.razzi-products-tabs .swiper-scrollbar {
    max-width: 570px;
    background-color: #e5e5e5;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 20px auto 40px;
}

.razzi-products-tabs .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-primary);
    cursor: pointer;
}

.razzi-products-tabs ul.products.swiper-wrapper {
    margin: 0;
}

.razzi-products-tabs ul.products.swiper-wrapper li.product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-tabs .ajax-load-products {
    text-align: center;
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    min-width: 165px;
    height: 54px;
}

.razzi-products-tabs .ajax-load-products.loading .razzi-gooey {
    display: flex;
}

.razzi-products-tabs .ajax-load-products.loading .button-text {
    display: none;
}

.razzi-products-tabs .ajax-load-products .razzi-gooey {
    background-color: transparent;
    display: none;
}

.razzi-products-tabs .ajax-load-products .razzi-gooey span {
    background-color: #fff;
}

.razzi-product-category-tabs {
    padding: 0 100px;
}

.razzi-product-category-tabs.razzi-category-parent .razzi-shortcode-title {
    margin-bottom: 75px;
}

.razzi-product-category-tabs .category-content {
    position: relative;
    padding: 0 100px;
}

.razzi-product-category-tabs .category-list {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    display: flex;
}

.razzi-product-category-tabs .category-list li {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.razzi-product-category-tabs .category-list li .cat-thumb {
    margin-bottom: 10px;
}

.razzi-product-category-tabs .category-list li .cat-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
}

.razzi-product-category-tabs .category-list li .cat-name .cat-count {
    margin-left: 5px;
    font-size: 16px;
}

.razzi-product-category-tabs .category-list li:hover .cat-name {
    color: var(--rz-color-primary);
}

.razzi-product-category-tabs ul.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.razzi-product-category-tabs ul.tabs li {
    padding: 0 15px;
    display: block;
    margin: 0;
    position: relative;
}

.razzi-product-category-tabs ul.tabs li a {
    padding: 0 2px;
    line-height: 24px;
    display: block;
    position: relative;
    font-weight: 500;
}

.razzi-product-category-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rz-background-color-primary);
    transition: .5s;
    opacity: 0;
}

.razzi-product-category-tabs ul.tabs li a:hover, .razzi-product-category-tabs ul.tabs li a.active {
    color: var(--rz-color-primary);
}

.razzi-product-category-tabs ul.tabs li a:hover:after, .razzi-product-category-tabs ul.tabs li a.active:after {
    opacity: 1;
    width: 100%;
}

.razzi-product-category-tabs ul.tabs li:first-child {
    padding-left: 0;
}

.razzi-product-category-tabs ul.tabs li:last-child {
    padding-right: 0;
}

.razzi-product-category-tabs .tabs-content.loading {
    position: relative;
}

.razzi-product-category-tabs .tabs-content.loading:before {
    content: '';
    display: block;
    border-radius: 100px;
    position: absolute;
}

.razzi-product-category-tabs .tabs-content.loading:before {
    background-color: var(--rz-background-color-primary);
    height: 13px;
    width: 13px;
    top: 0;
    left: 0;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.razzi-product-category-tabs .tabs-content.loading:before {
    z-index: 10;
    top: 50%;
    left: 50%;
}

.razzi-product-category-tabs .tabs-content.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5;
}

.razzi-product-category-tabs .tabs-header {
    margin-bottom: 80px;
}

.razzi-product-category-tabs .tabs-panel {
    min-height: 300px;
}

.razzi-product-category-tabs .tabs-panel .tab-content.swiper-container {
    position: static;
}

.razzi-product-category-tabs .tabs-panel .razzi-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.razzi-product-category-tabs .tabs-panel .razzi-tabs-button {
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.razzi-product-category-tabs .tabs-panel.tab-loaded {
    min-height: auto;
}

.razzi-product-category-tabs .tabs-panel.tab-loaded .razzi-tabs-button {
    opacity: 1;
    visibility: visible;
}

.razzi-product-category-tabs ul.swiper-wrapper {
    margin: 0;
    box-sizing: border-box;
}

.razzi-product-category-tabs ul.swiper-wrapper li {
    clear: none;
    margin-bottom: 0;
}

.razzi-product-category-tabs.razzi-swiper-carousel-elementor .rz-swiper-button {
    position: fixed;
    top: 85px;
    width: auto;
    height: auto;
    z-index: 9;
    font-size: 36px;
}

.razzi-product-category-tabs.razzi-swiper-carousel-elementor .rz-category-arrow-prev {
    left: -113px;
}

.razzi-product-category-tabs.razzi-swiper-carousel-elementor .rz-category-arrow-next {
    right: -113px;
}

.razzi-product-category-tabs .rz-category-arrow-prev {
    left: 0;
}

.razzi-product-category-tabs .rz-category-arrow-next {
    right: 0;
}

.razzi-product-category-tabs .swiper-button-disabled {
    cursor: not-allowed;
}

.razzi-product-of-category.has-categories {
    display: flex;
    justify-content: space-between;
}

.razzi-product-of-category.has-categories .razzi-product-of-category__categories {
    width: 14.6%;
}

.razzi-product-of-category.has-categories .razzi-product-of-category__product {
    width: calc(85.4% - 30px);
}

.razzi-product-of-category__categories {
    position: relative;
    padding: 27px 0 0 30px;
}

.razzi-product-of-category__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.razzi-product-of-category__categories li {
    margin-bottom: 15px;
}

.razzi-product-of-category__categories li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #111111;
    position: relative;
}

.razzi-product-of-category__categories li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #111111;
    transition: .5s;
    opacity: 0;
}

.razzi-product-of-category__categories li a:hover:after {
    opacity: 1;
    width: 100%;
}

.razzi-products-carousel ul.swiper-wrapper {
    margin: 0;
    box-sizing: border-box;
}

.razzi-products-carousel ul.swiper-wrapper li {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-carousel ul.products {
    flex-wrap: nowrap;
    list-style: none;
}

.razzi-products-carousel ul.products:not(.swiper-wrapper) {
    overflow: hidden;
}

.razzi-products-carousel ul.products li.product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-carousel ul.products li.product:not(.swiper-slide) {
    flex-shrink: 0;
    margin-right: 30px;
}

.razzi-products-carousel .swiper-container-multirow ul.products {
    flex-wrap: wrap;
}

.razzi-products-carousel .swiper-scrollbar {
    max-width: 570px;
    background-color: #e5e5e5;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 5px auto 40px;
}

.razzi-products-carousel .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-primary);
    cursor: pointer;
}

.razzi-products-carousel .razzi-grid-button {
    text-align: center;
    margin-top: 20px;
}

.razzi-products-carousel .razzi-grid-button a {
    line-height: 54px;
    padding: 0 44px;
}

.razzi-products-carousel .razzi-grid-button .razzi-svg-icon {
    font-size: 13px;
}

.razzi-products-carousel .product-loop-outsite {
    margin-left: -15px;
    margin-right: -15px;
}

.razzi-products-carousel .product-loop-outsite .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
}

.elementor-section:not(.elementor-section-full_width) .razzi-swiper-carousel-elementor:not(.razzi-product-category-tabs) ul.product-loop-layout-12 li.product,
.elementor-section:not(.elementor-section-full_width) .razzi-swiper-carousel-elementor:not(.razzi-product-category-tabs) ul.product-loop-layout-6 li.product,
.elementor-section:not(.elementor-section-full_width) .razzi-swiper-carousel-elementor:not(.razzi-product-category-tabs) ul.product-loop-layout-5 li.product {
    margin-bottom: 15px;
    padding-top: 15px;
}

.razzi-products-carousel__heading--arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.razzi-products-carousel__heading--arrows .rz-swiper-button {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    line-height: normal;
}

.razzi-products-showcase {
    display: flex;
    padding: 0 85px;
}

.razzi-products-showcase:not(.show-category) .meta-cat {
    display: none !important;
}

.razzi-products-showcase:not(.show-rating) .star-rating {
    display: none !important;
}

.razzi-products-showcase:not(.show-quickview) .quick-view-button {
    display: none !important;
}

.razzi-products-showcase:not(.show-addtocart) .rz-loop_atc_button {
    display: none !important;
}

.razzi-products-showcase:not(.show-wishlist) .product-wishlist {
    display: none !important;
}

.razzi-products-showcase:not(.show-badges) .woocommerce-badges {
    display: none !important;
}

.razzi-products-showcase .showcase-image {
    width: 56%;
}

.razzi-products-showcase .showcase-box {
    width: 44%;
    padding-left: 85px;
}

.razzi-products-showcase .razzi-box-title {
    text-align: center;
}

.razzi-products-showcase .razzi-shortcode-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 60px;
}

.razzi-products-showcase ul.swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

.razzi-products-showcase ul.swiper-wrapper li {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-showcase .rz-swiper-button {
    font-size: 36px;
}

.razzi-products-showcase .swiper-pagination {
    position: static;
    margin-top: 35px;
}

.razzi-products-showcase ul.products li.product {
    width: 100%;
    margin-bottom: 0;
}

.razzi-products-showcase ul.products li.product .product-thumbnail .product-wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
}

.razzi-products-showcase ul.products li.product .product-thumbnail .product-wishlist .rz-loop_button {
    opacity: 1;
    transform: translateY(0);
}

.razzi-products-showcase ul.products li.product .product-thumbnail .product-wishlist .rz-loop_button:hover {
    background-color: var(--rz-background-color-light);
    color: var(--rz-color-dark);
}

.razzi-products-showcase ul.products li.product .product-thumbnail .product-wishlist .rz-loop_button:not(.loading):before {
    right: 54px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.razzi-products-showcase ul.products li.product .product-thumbnail .product-wishlist .rz-loop_button:not(.loading):after {
    left: auto;
    right: 44px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.razzi-products-showcase ul.products li.product .product-thumbnail .product-wishlist .loop_button-text {
    display: none;
}

.razzi-products-showcase ul.products li.product .product-summary {
    text-align: center;
}

.razzi-products-showcase ul.products li.product .star-rating {
    margin: 5px auto;
}

.razzi-products-showcase ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    margin: 0 0 5px;
}

.razzi-products-slider .product-wrapper {
    display: flex;
}

.razzi-products-slider .product-thumbnail {
    max-width: 100px;
    margin-right: 27px;
}

.razzi-products-slider .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 26.64px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 3px;
}

.razzi-products-slider .meta-cat {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 12px;
}

.razzi-products-slider .rating-count {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.razzi-products-slider .rating-count .star-rating {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0;
}

.razzi-products-slider .rating-count .star-rating .user-rating .razzi-svg-icon {
    color: #F8B86D;
}

.razzi-products-slider .rating-count .razzi-svg-icon {
    display: inline-block;
}

.razzi-products-slider .rating-count .review-count {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.razzi-products-slider .price {
    color: var(--rz-color-dark);
    font-size: 16px;
    font-weight: 500;
}

.razzi-products-slider .price ins {
    color: var(--rz-color-primary);
    background-color: transparent;
    padding-left: 5px;
}

.razzi-products-slider .price del {
    font-size: 14px;
    color: #A0A0A0;
}

.razzi-products-slider .rz-loop_atc_button {
    position: relative;
    padding: 11px 24px;
    min-width: 140px;
    background-color: var(--rz-color-dark);
    color: var(--rz-color-lighter);
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    margin-top: 24px;
    transition: 0.35s;
}

.razzi-products-slider .rz-loop_atc_button:not(.loading):before, .razzi-products-slider .rz-loop_atc_button:not(.loading):after {
    display: none;
}

.razzi-products-slider .rz-loop_atc_button:before {
    opacity: 1;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: razzi-spin infinite 1s linear;
    animation: razzi-spin infinite 1s linear;
    transition: opacity .2s linear .2s;
    content: "";
}

.razzi-products-slider .rz-loop_atc_button.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: #ffffff;
}

.razzi-products-slider .rz-loop_atc_button.loading .loop_button-text,
.razzi-products-slider .rz-loop_atc_button.loading .razzi-svg-icon {
    opacity: 0.2;
}

.razzi-products-slider .rz-loop_atc_button .loop_button-text {
    order: 1;
    margin-right: 10px;
}

.razzi-products-slider .rz-loop_atc_button .razzi-svg-icon {
    order: 2;
}

.razzi-products-slider .added_to_cart {
    display: none;
}

.razzi-products-slider .swiper-pagination {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    position: absolute;
    top: 50%;
    right: 24px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0;
}

.razzi-products-slider__item {
    position: relative;
}

.razzi-products-slider__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-color: #ffffff;
    padding: 47px 58px 49px 58px;
    width: 470px;
}

.razzi-products-slider__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: var(--rz-color-dark);
    margin-bottom: 46px;
}

.razzi-products-slider__sale {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: -48px;
    top: -48px;
    width: 96px;
    height: 96px;
    background-color: #FF6F61;
    border-radius: 100%;
}

.razzi-products-slider__sale span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
}

.razzi-products-slider__sale span.razzi-products-slider__sale-text {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.razzi-products-grid .razzi-grid-button {
    text-align: center;
    margin-top: 10px;
}

.razzi-products-grid .ajax-load-products {
    text-align: center;
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    min-width: 165px;
    height: 54px;
}

.razzi-products-grid .ajax-load-products.loading .razzi-gooey, .razzi-products-grid .ajax-load-products.ajax-infinite .razzi-gooey {
    display: flex;
}

.razzi-products-grid .ajax-load-products.loading .button-text, .razzi-products-grid .ajax-load-products.ajax-infinite .button-text {
    display: none;
}

.razzi-products-grid .ajax-load-products.button-outline .razzi-gooey span {
    background-color: var(--rz-background-color-dark);
}

.razzi-products-grid .ajax-load-products .razzi-gooey {
    background-color: transparent;
    display: none;
}

.razzi-products-grid .ajax-load-products .razzi-gooey span {
    background-color: #fff;
}

.razzi-products-grid .woocommerce-pagination {
    text-align: center;
    margin-top: 30px;
}

.razzi-products-masonry:not(.show-category) .meta-cat {
    display: none !important;
}

.razzi-products-masonry:not(.show-rating) .star-rating {
    display: none !important;
}

.razzi-products-masonry:not(.show-quickview) .quick-view-button {
    display: none !important;
}

.razzi-products-masonry:not(.show-addtocart) .rz-loop_atc_button {
    display: none !important;
}

.razzi-products-masonry:not(.show-wishlist) .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.razzi-products-masonry:not(.show-badges) .woocommerce-badges {
    display: none !important;
}

.razzi-products-masonry.btn-hidden .product-loop__buttons {
    display: none !important;
}

.razzi-products-masonry .masonry-banner-content .banner-image {
    position: relative;
    display: flex;
    line-height: 1;
}

.razzi-products-masonry .masonry-banner-content .banner-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.razzi-products-masonry .masonry-banner-content .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--rz-color-dark);
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 30px 45px;
}

.razzi-products-masonry .razzi-banner__sub-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.razzi-products-masonry .razzi-banner__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 89px;
}

.razzi-products-masonry .razzi-banner__description {
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
}

.razzi-products-masonry .razzi-banner__button {
    margin-top: 12px;
}

.razzi-products-masonry .razzi-posts__found {
    margin-bottom: 0;
}

.razzi-products-masonry .woocommerce-pagination {
    text-align: center;
    margin-top: 33px;
}

.razzi-products-masonry .woocommerce-pagination ul li:not(.btn-load-more) {
    display: none;
}

.razzi-products-masonry .woocommerce-pagination ul .btn-load-more a {
    display: inline-block;
    text-align: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 46px;
    padding: 0 40px;
    text-decoration: none;
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid;
    white-space: nowrap;
    min-width: 170px;
    transition: 0.2s;
    margin: 0;
}

.razzi-products-masonry .woocommerce-pagination ul .btn-load-more a:hover {
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
}

.razzi-products-masonry .woocommerce-pagination ul .btn-load-more .razzi-gooey-loading {
    display: none;
}

.razzi-products-masonry .woocommerce-pagination ul .btn-load-more .razzi-gooey-loading .razzi-gooey .dots span {
    width: 10px;
    height: 10px;
    filter: none;
}

.razzi-products-masonry .woocommerce-pagination.loading .btn-load-more a:hover {
    background-color: transparent;
    color: var(--rz-color-dark);
}

.razzi-products-masonry .woocommerce-pagination.loading .btn-load-more .razzi-gooey-loading {
    display: inline-block;
    opacity: 1;
}

.razzi-products-masonry .woocommerce-pagination.loading .btn-load-more .load-more-text {
    display: none;
}

.razzi-products-masonry ul.products.layout-masonry li.product.has-banner {
    grid-column: span 2;
    grid-row: span 2;
    width: 100%;
}

.razzi-products-masonry ul.products.layout-masonry li.product .razzi-banner__masonry,
.razzi-products-masonry ul.products.layout-masonry li.product .masonry-banner-content,
.razzi-products-masonry ul.products.layout-masonry li.product .banner-image {
    height: 100%;
}

.razzi-products-masonry ul.products.layout-masonry li.product .banner-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.razzi-products-masonry .link-product-all {
    display: none;
}

.razzi-products-deal:not(.show-category) .meta-cat {
    display: none !important;
}

.razzi-products-deal:not(.show-rating) .star-rating {
    display: none !important;
}

.razzi-products-deal:not(.show-quickview) .quick-view-button {
    display: none !important;
}

.razzi-products-deal:not(.show-addtocart) .rz-loop_atc_button {
    display: none !important;
}

.razzi-products-deal:not(.show-wishlist) .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.razzi-products-deal ul.swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    box-sizing: border-box;
}

.razzi-products-deal ul.swiper-wrapper li {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-deal .swiper-scrollbar {
    max-width: 570px;
    background-color: #e5e5e5;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 5px auto 40px;
}

.razzi-products-deal .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-primary);
    cursor: pointer;
}

.razzi-products-deal .swiper-pagination {
    margin-top: 0;
}

.razzi-products-deal ul.products li.product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-deal ul.products li.product .product-summary {
    padding: 0 40px;
    text-align: center;
    position: relative;
    top: -50px;
    background-color: transparent;
}

.razzi-products-deal ul.products li.product .product-summary-deal {
    background-color: var(--rz-background-color-light);
    padding: 20px 20px 18px;
}

.razzi-products-deal ul.products li.product .product-inner {
    padding-bottom: 0;
}

.razzi-products-deal ul.products li.product .product-inner:hover .product-thumbnail .rz-loop_button {
    transform: translate(0, 0);
}

.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal {
    position: absolute;
    top: 20px;
}

.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal .deal-expire-text,
.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal .deal-sold,
.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal .timer .text {
    display: none;
}

.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal .razzi-countdown {
    background-color: var(--rz-background-color-primary);
    padding: 3px 10px;
    min-width: 103px;
}

.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal .razzi-countdown .timer {
    padding: 0 5px;
    color: var(--rz-color-lighter);
}

.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal .razzi-countdown .timer .divider {
    font-size: 11px;
    top: 2px;
    right: -1px;
}

.razzi-products-deal ul.products li.product .product-thumbnail .razzi-product-deal .razzi-countdown .digits {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.02em;
}

.razzi-products-deal ul.products li.product .product-thumbnail .product-loop__buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    top: 15px;
    right: 20px;
    left: auto;
    height: 100%;
    padding: 0;
}

.razzi-products-deal ul.products li.product .product-thumbnail .rz-loop_button {
    margin: 5px 0;
    transform: translate(10px, 0);
}

.razzi-products-deal ul.products li.product .product-thumbnail .rz-loop_button:not(.loading):before {
    right: 54px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.razzi-products-deal ul.products li.product .product-thumbnail .rz-loop_button:not(.loading):after {
    left: auto;
    right: 44px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.razzi-products-deal ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 35px;
}

.razzi-products-deal ul.products li.product .star-rating {
    margin: 0 auto 5px;
}

.razzi-products-deal-2:not(.show-category) .meta-cat {
    display: none !important;
}

.razzi-products-deal-2:not(.show-rating) .star-rating {
    display: none !important;
}

.razzi-products-deal-2:not(.show-quickview) .quick-view-button {
    display: none !important;
}

.razzi-products-deal-2:not(.show-addtocart) .rz-loop_atc_button {
    display: none !important;
}

.razzi-products-deal-2:not(.show-wishlist) .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.razzi-products-deal-2 .swiper-pagination {
    margin-top: 50px;
}

.razzi-products-deal-2 ul.products {
    flex-wrap: nowrap;
    margin: 0;
}

.razzi-products-deal-2 ul.products:not(.swiper-wrapper) {
    overflow: hidden;
}

.razzi-products-deal-2 ul.products li.product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    border-right: 1px solid transparent;
}

.razzi-products-deal-2 ul.products li.product:not(.swiper-slide) {
    flex-shrink: 0;
    margin-right: 30px;
    width: 100%;
}

.razzi-products-deal-2 ul.products li.product .product-summary {
    padding: 0 28px;
}

.razzi-products-deal-2 ul.products li.product .product-inner {
    text-align: center;
    padding-bottom: 34px;
    border: 1px solid var(--rz-color-primary);
}

.razzi-products-deal-2 ul.products li.product .product-inner:hover .product-thumbnail .rz-loop_button {
    transform: translate(0, 0);
}

.razzi-products-deal-2 ul.products li.product .product-inner .star-rating {
    margin: 0 auto 26px;
    width: auto;
}

.razzi-products-deal-2 ul.products li.product .product-thumbnail {
    margin-bottom: 18px;
}

.razzi-products-deal-2 ul.products li.product .product-thumbnail .woocommerce-loop-product__link img {
    display: inline;
}

.razzi-products-deal-2 ul.products li.product .product-thumbnail .product-loop__buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    top: 15px;
    right: 20px;
    left: auto;
    height: 100%;
    padding: 0;
}

.razzi-products-deal-2 ul.products li.product .product-thumbnail .rz-loop_button {
    margin: 5px 0;
    transform: translate(10px, 0);
}

.razzi-products-deal-2 ul.products li.product .product-thumbnail .rz-loop_button:not(.loading):before {
    right: 54px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.razzi-products-deal-2 ul.products li.product .product-thumbnail .rz-loop_button:not(.loading):after {
    left: auto;
    right: 44px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.razzi-products-deal-2 ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 23.68px;
    margin-bottom: 9px;
}

.razzi-products-deal-2 ul.products li.product .price {
    font-size: 20px;
    margin-bottom: 12px;
}

.razzi-products-deal-2 ul.products li.product .price del {
    font-size: 15px;
}

.razzi-products-deal-2 ul.products li.product .rz-stock {
    font-size: 14px;
}

.razzi-products-deal-2 ul.products li.product .rz-stock span {
    font-weight: 500;
}

.razzi-products-deal-2 .razzi-product-deal {
    margin-bottom: 20px;
}

.razzi-products-deal-2 .razzi-product-deal .deal-expire-text,
.razzi-products-deal-2 .razzi-product-deal .deal-sold {
    display: none;
}

.razzi-products-deal-2 .razzi-product-deal .razzi-countdown {
    background-color: var(--rz-background-color-primary);
    padding: 21px 26px 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.razzi-products-deal-2 .razzi-product-deal .razzi-countdown .timer {
    padding: 0 15px;
    color: var(--rz-color-lighter);
}

.razzi-products-deal-2 .razzi-product-deal .razzi-countdown .timer .divider {
    font-size: 24px;
    top: -5px;
    right: -3px;
}

.razzi-products-deal-2 .razzi-product-deal .razzi-countdown .timer .text {
    font-size: 11px;
}

.razzi-products-deal-2 .razzi-product-deal .razzi-countdown .digits {
    font-weight: 500;
    font-size: 32px;
    line-height: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.products-deal-2__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 68px;
}

.products-deal-2__title {
    font-size: 28px;
    font-weight: 500;
    color: #111111;
}

.products-deal-2__arrows .rz-swiper-button {
    position: static;
    transform: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #F5F5F5;
    color: #1F1F1F;
    font-size: 18px;
}

.razzi-product-shortcode {
    background-color: var(--rz-background-color-gray);
    padding: 90px 0 100px;
}

.razzi-product-shortcode.single-product div.product .woocommerce-product-gallery {
    width: 45%;
}

.razzi-product-shortcode.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 15px 0 0 0;
}

.razzi-product-shortcode.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0;
}

.razzi-product-shortcode.single-product div.product .summary-price-box .price {
    font-size: 22px;
}

.razzi-product-shortcode.single-product div.product .entry-summary {
    width: 55%;
    padding-left: 70px;
    padding-right: 40px;
    padding-top: 35px;
}

.razzi-product-shortcode.single-product div.product .entry-summary .product_title {
    font-size: 32px;
}

.razzi-product-shortcode.single-product div.product.product-type-variable form.variations_form .variations td.value {
    margin-bottom: 20px;
}

.razzi-product-shortcode.razzi-swiper-carousel-elementor .rz-swiper-button {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

.razzi-product-shortcode.razzi-swiper-carousel-elementor .rz-swiper-button {
    opacity: 0;
}

.razzi-product-shortcode.razzi-swiper-carousel-elementor .rz-gallery-button-next {
    right: 0;
}

.razzi-product-shortcode.razzi-swiper-carousel-elementor .linked-gallery-carousel:hover .rz-swiper-button {
    opacity: 1;
}

.razzi-product-shortcode .rz-product-wrapper {
    background-color: var(--rz-background-color-light);
    padding: 30px;
    display: flex;
    box-shadow: 0px 0.5px 10px 0px rgba(0, 0, 0, 0.07);
}

.razzi-deals-carousel .countdown-slider {
    height: 550px;
    display: flex;
    align-items: center;
}

.razzi-deals-carousel .countdown-item {
    position: relative;
    padding: 15px;
}

.razzi-deals-carousel .countdown-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.razzi-deals-carousel .countdown-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: var(--rz-color-dark);
    margin-bottom: 30px;
}

.razzi-deals-carousel .countdown-content {
    margin-bottom: 52px;
}

.razzi-deals-carousel .digits {
    font-weight: 600;
    font-size: 40px;
    line-height: 59px;
    color: var(--rz-color-primary);
}

.razzi-deals-carousel .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #919191;
}

.razzi-deals-carousel .timer .divider {
    top: 7px;
    color: var(--rz-color-primary);
}

.razzi-deals-carousel .countdown-button .razzi-svg-icon {
    font-size: 13px;
}

.razzi-deals-carousel .countdown-button a {
    padding: 0 44px;
    line-height: 54px;
}

.razzi-deals-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}

.razzi-deals-carousel .rz-swiper-button {
    font-size: 20px;
    color: var(--rz-color-dark);
    background-color: #fff;
}

.razzi-deals-carousel .rz-swiper-button-next {
    right: 0;
}

.razzi-deals-carousel .rz-swiper-button-prev {
    left: 0;
}

.razzi-deals-carousel-2 .deals-carousel-2__thumbnail {
    margin-bottom: 21px;
}

.razzi-deals-carousel-2 .deals-carousel-2__item {
    display: flex;
    margin-bottom: 20px;
}

.razzi-deals-carousel-2 .deals-carousel-2__deal {
    font-size: 20px;
    font-weight: 500;
    color: var(--rz-color-primary);
    margin-bottom: 7px;
}

.razzi-deals-carousel-2 .deals-carousel-2__title {
    font-weight: 500;
    font-size: 18px;
    color: var(--rz-color-dark);
}

.razzi-deals-carousel-2 .razzi-countdown {
    justify-content: space-between;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-right: 40px;
}

.razzi-deals-carousel-2 .timer {
    width: 48px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    padding: 10px 0;
    background-color: var(--rz-color-primary);
}

.razzi-deals-carousel-2 .timer .digits {
    font-weight: 500;
    font-size: 20px;
    color: var(--rz-color-lighter);
    line-height: 1;
    margin-bottom: 2px;
}

.razzi-deals-carousel-2 .timer .text {
    line-height: 1;
    font-weight: 300;
    font-size: 13px;
    text-transform: lowercase;
    color: var(--rz-color-lighter);
}

.razzi-deals-carousel-2 .timer .divider, .razzi-deals-carousel-2 .timer.seconds {
    display: none;
}

.razzi-deals-carousel-2 .timer.minutes {
    margin-right: 0;
}

.razzi-deals-carousel-2 .deals-carousel-2__button .razzi-svg-icon {
    font-size: 13px;
}

.razzi-deals-carousel-2 .deals-carousel-2__button .razzi-button {
    width: 100%;
    line-height: 50px;
    color: var(--rz-color-dark);
    background-color: var(--rz-color-lighter);
    border: 1px solid var(--rz-color-primary);
}

.razzi-deals-carousel-2 .swiper-container-horizontal > .swiper-pagination-bullets {
    position: static;
    margin-top: 74px;
}

.razzi-deals-carousel-2 .rz-swiper-button {
    font-size: 20px;
    color: var(--rz-color-dark);
    background-color: #fff;
}

.razzi-deals-carousel-2 .rz-swiper-button-next {
    right: 0;
}

.razzi-deals-carousel-2 .rz-swiper-button-prev {
    left: 0;
}

.razzi-banner {
    position: relative;
    overflow: hidden;
}

.razzi-banner:hover .razzi-banner__featured-image {
    transform: scale(1.05);
}

.razzi-banner:hover .razzi-icon {
    transform: translateX(3px);
    /*rtl:raw:
                transform: translateX(-3px) rotateY(180deg);
            */
}

.razzi-banner:hover .image-zoom img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -moz-transform: scale(1.05);
    /* Firefox */
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -o-transform: scale(1.05);
    /* Opera */
}

.razzi-banner .razzi-countdown {
    display: inline-flex;
    justify-content: center;
    padding: 3px 11px 4px 13px;
    margin-bottom: 30px;
    background-color: var(--rz-background-color-primary);
}

.razzi-banner .razzi-countdown .timer {
    min-width: 20px;
    padding: 0 5px;
    color: var(--rz-color-lighter);
}

.razzi-banner .razzi-countdown .timer .text {
    display: none;
    font-size: 9px;
    font-weight: 500;
}

.razzi-banner .razzi-countdown .timer .divider {
    top: 3px;
    right: -1px;
    font-size: 9px;
    font-weight: 500;
}

.razzi-banner .razzi-countdown .digits {
    font-size: 11px;
    font-weight: 500;
}

.razzi-banner__featured-image {
    transform: scale(1.01);
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.razzi-banner__featured-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.razzi-banner-content {
    position: relative;
    z-index: 1;
    height: 400px;
    max-width: 100%;
    display: flex;
    margin: auto;
    padding: 30px 70px;
}

.razzi-banner-content__sub-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.razzi-banner-content__title {
    font-size: 28px;
    line-height: 1.35714;
    margin: 0 0 16px;
}

.razzi-banner-content__description {
    margin: 0 0 16px;
}

.razzi-banner-content__button-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.razzi-banner-content__sale {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--rz-background-color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
}

.razzi-banner-content__sale--text {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1;
}

.razzi-banner-content__sale--unit {
    margin-left: 3px;
}

.razzi-banner-content__sale--number {
    line-height: 1.1;
}

.razzi--v-position-top .razzi-banner-content {
    align-items: flex-start;
}

.razzi--v-position-bottom .razzi-banner-content {
    align-items: flex-end;
}

.razzi--v-position-middle .razzi-banner-content {
    align-items: center;
}

.razzi--h-position-left .razzi-banner-content {
    justify-content: flex-start;
}

.razzi--h-position-right .razzi-banner-content {
    justify-content: flex-end;
}

.razzi--h-position-center .razzi-banner-content {
    justify-content: center;
}

.razzi-banner-content__sale--text.has-background, .razzi-banner-content__sale--number.has-background, .razzi-banner-content__sale--unit.has-background {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.razzi-banner__button-2 {
    margin-left: 30px;
}

.razzi-brands-carousel {
    opacity: 0;
}

.razzi-brands-carousel .list-brands {
    display: flex;
    align-items: center;
}

.razzi-brands-carousel .brand-item {
    text-align: center;
}

.razzi-brands-carousel .brand-item img {
    transition: transform 0.3s;
    padding-top: 3px;
}

.razzi-brands-carousel .brand-item:hover img {
    transform: translateY(-3px);
}

.razzi-brands-carousel .swiper-pagination {
    position: relative;
    margin-top: 31px;
}

.razzi-brands-carousel .rz-swiper-button {
    background-color: transparent;
    font-size: 28px;
    color: #a0a0a0;
}

.razzi-brands-carousel .rz-swiper-button:hover {
    color: var(--rz-color-dark);
}

.razzi-brands-grid {
    overflow: hidden;
}

.razzi-brands-grid .heading-title {
    font-size: 36px;
    margin: 0 0 66px;
    text-align: center;
}

.razzi-brands-grid .list-brands {
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 1px;
}

.razzi-brands-grid .brand-item {
    padding: 15px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px 1px 0;
}

.razzi-brands-grid .brand-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    min-height: 110px;
    transition: transform 0.3s;
}

.razzi-brands-grid .brand-item img {
    display: block;
}

.razzi-brands-grid .brand-item:hover > a {
    transform: translateY(-6px);
}

.razzi-brands-grid .brands-button {
    display: flex;
    justify-content: center;
    margin-top: 77px;
    text-decoration: none;
}

.razzi-brands-grid.razzi-brands-grid__border-none .list-brands {
    margin-left: -15px;
    margin-right: -15px;
}

.razzi-brands-grid-box-shadow-yes .razzi-brands-grid .brand-item a {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
}

.razzi-slides-elementor {
    opacity: 0;
}

.razzi-slides-elementor .item-slider {
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;
}

.razzi-slides-elementor .item-slider:not(:first-child) {
    display: none;
}

.razzi-slides-elementor .item-slider.swiper-slide {
    display: block;
}

.razzi-slides-elementor .item-slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.razzi-slides-elementor .slick-slide-inner {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
}

.razzi-slides-elementor .swiper-pagination {
    margin-top: 0;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
}

.razzi-slides-elementor .swiper-lazy-preloader {
    width: auto;
    height: auto;
    margin: 0;
    -webkit-animation: none;
    animation: none;
    transform-origin: initial;
}

.razzi-slides-elementor .swiper-lazy-preloader:after {
    display: none;
}

.razzi-slides-elementor .swiper-lazy-preloader .razzi-posts__loading {
    display: block;
}

.razzi-slides-elementor .button-text {
    line-height: 1.3;
}

.razzi-slides-elementor .button-text:not(.razzi-button--underlined) {
    padding: 17px 35px;
}

.razzi-slides-elementor .button-text .razzi-svg-icon {
    margin-left: 14px;
}

.razzi-slides-elementor .razzi-slide-content {
    position: relative;
}

.razzi-slides-elementor .razzi-slide__sale {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--rz-background-color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    z-index: 1;
}

.razzi-slides-elementor .razzi-slide__sale .sale-text {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.razzi-slides-elementor .razzi-slide__sale .sale-betext {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1;
}

.razzi-slides-elementor .button-link-all {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.razzi-slide-banner__video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.razzi-slide-banner__video--ytb {
    position: relative;
    height: 0;
    overflow: hidden;
}

.razzi-slide-banner__video--ytb iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}

.razzi-slide-banner__ratio--219 .razzi-slide-banner__video--ytb {
    padding-bottom: 42.8571%;
}

.razzi-slide-banner__ratio--169 .razzi-slide-banner__video--ytb {
    padding-bottom: 56.25%;
}

.razzi-slide-banner__ratio--43 .razzi-slide-banner__video--ytb {
    padding-bottom: 75%;
}

.razzi-slide-banner__ratio--32 .razzi-slide-banner__video--ytb {
    padding-bottom: 66.6666%;
}

.razzi-slide-banner__ratio--11 .razzi-slide-banner__video--ytb {
    padding-bottom: 100%;
}

.razzi-slide-banner__ratio--916 .razzi-slide-banner__video--ytb {
    padding-bottom: 177.8%;
}

.razzi-slide-heading {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.45455;
    color: var(--rz-color-dark);
    margin-bottom: 19px;
    display: inline-block;
}

.razzi-slide-before-desc {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}

.razzi-slide-description {
    font-size: 18px;
    margin-bottom: 37px;
}

.razzi-slide-button {
    margin: -15px;
}

.razzi-slide-button > * {
    display: inline-block;
    margin: 15px;
}

.razzi-slides-elementor--arrow-style-2 .rz-swiper-button {
    left: 40px;
    top: auto;
    bottom: 20px;
}

.razzi-slides-elementor--arrow-style-2 .rz-swiper-button-next {
    left: 105px;
    right: auto;
}

.razzi-slides-elementor--arrow-style-3 .rz-swiper-button {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: none;
}

.razzi-slides-elementor--arrow-style-3 .rz-swiper-button-prev {
    right: 50px;
}

.razzi--v-position-top .slick-slide-inner {
    align-items: flex-start;
}

.razzi--v-position-bottom .slick-slide-inner {
    align-items: flex-end;
}

.razzi--v-position-middle .slick-slide-inner {
    align-items: center;
}

.razzi--h-position-left .slick-slide-inner {
    justify-content: flex-start;
}

.razzi--h-position-right .slick-slide-inner {
    justify-content: flex-end;
}

.razzi--h-position-center .slick-slide-inner {
    justify-content: center;
}

.razzi-products-carousel__centeredslides-yes .swiper-slide {
    max-width: 770px;
}

.razzi-products-carousel__centeredslides-yes .slick-slide-inner {
    width: 100%;
}

.razzi-products-carousel__centeredslides-yes .razzi-slide-content {
    padding: 70px;
}

.razzi-isolate-slides .slick-slide-inner {
    display: flex;
    height: 100%;
}

.razzi-isolate-slides .swiper-pagination {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0;
}

.razzi-isolate-slides .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):before {
    background-color: rgba(31, 31, 31, 0.4);
}

.razzi-isolate-slides__wrapper {
    flex: 1 1 43.8%;
    color: var(--rz-color-dark);
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.razzi-isolate-slides__wrapper:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: var(--rz-background-color-light);
}

.razzi-isolate-slides__image {
    flex: 1 1 56.2%;
    height: 100%;
}

.razzi-isolate-slides__content {
    position: relative;
    width: 100%;
    padding: 30px;
}

.razzi-isolate-slides__before-title {
    font-weight: 600;
    font-size: 44px;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.razzi-isolate-slides__title {
    font-weight: 600;
    font-size: 110px;
    line-height: 102px;
    text-transform: uppercase;
}

.razzi-isolate-slides__title.has-background {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.razzi-isolate-slides__after-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
}

.razzi-isolate-slides__description {
    font-size: 15px;
    line-height: 22px;
}

.razzi-isolate-slides__description p {
    margin: 0;
}

.razzi-isolate-slides__button {
    margin-top: 37px;
}

.razzi-isolate-slides__button .button-text {
    padding: 0 44px;
    line-height: 52px;
}

.razzi-posts-carousel {
    opacity: 0;
}

.razzi-posts-carousel .list-posts {
    position: relative;
}

.razzi-posts-carousel .list-posts__inner {
    display: flex;
}

.razzi-posts-carousel .blog-wrapper {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    margin-bottom: 0;
    height: auto;
    background-color: #fff;
}

.razzi-posts-carousel .post-thumbnail img {
    display: block;
}

.razzi-posts-carousel .post-summary {
    padding: 25px 40px 37px;
}

.razzi-posts-carousel .post-summary .post-meta {
    font-size: 14px;
    margin-bottom: 10px;
    color: #767676;
}

.razzi-posts-carousel .post-summary .post-meta a {
    color: #767676;
}

.razzi-posts-carousel .post-summary .post-meta a:hover {
    color: #111;
}

.razzi-posts-carousel .post-summary .post-title {
    margin: 0;
    font-size: 20px;
}

.razzi-posts-carousel .post-button {
    display: flex;
    justify-content: center;
    margin-top: 77px;
    text-decoration: none;
}

.razzi-posts-carousel .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.razzi-posts-carousel .rz-swiper-button {
    top: calc(50% - 75px);
}

.razzi-posts-carousel__heading {
    text-align: center;
    margin-bottom: 66px;
}

.razzi-posts-carousel__heading .heading-subtitle {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #909090;
    display: block;
    margin-bottom: 9px;
}

.razzi-posts-carousel__heading .heading-title {
    font-size: 36px;
    margin: 0;
}

.razzi-posts-carousel-2__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 67px;
}

.razzi-posts-carousel-2__heading .heading-title {
    font-size: 36px;
    padding-right: 25px;
    margin: 0;
}

.razzi-posts-carousel-2 {
    opacity: 0;
}

.razzi-posts-carousel-2 .list-posts__inner {
    display: flex;
}

.razzi-posts-carousel-2 .blog-wrapper {
    margin-bottom: 0;
}

.razzi-posts-carousel-2 .entry-header {
    margin-bottom: 21px;
}

.razzi-posts-carousel-2 .entry-title {
    margin-bottom: 10px;
}

.razzi-posts-carousel-2 a.post-thumbnail {
    display: flex;
}

.razzi-posts-carousel-2 .rz-swiper-button {
    top: calc(50% - 90px);
}

.razzi-posts-carousel-2 .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.razzi-banner-collection {
    position: relative;
}

.razzi-banner-collection:hover .razzi-banner-clt__content-inner {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
}

.razzi-banner-clt__content {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.razzi-banner-clt__content-title {
    font-size: 28px;
    margin: 0 0 12px;
}

.razzi-banner-clt__content-desc {
    font-size: 15px;
    color: var(--rz-color-dark);
    padding-bottom: 8px;
}

.razzi-banner-clt__content-inner {
    padding: 32px 71px 0;
    background-color: #fff;
    text-align: center;
    max-width: 425px;
    transition: 0.35s;
}

.razzi-banner-clt__content-button {
    transform: translateY(25px);
    padding: 0 34px;
}

.razzi-banner-clt__images {
    display: flex;
    flex-wrap: wrap;
}

.razzi-banner-clt__images img {
    display: block;
}

.razzi-banner-clt__images-item {
    position: relative;
}

.razzi-banner-clt__images-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.razzi-banner-clt-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.razzi-popular-keywords {
    text-align: center;
    padding: 90px 0 110px;
}

.razzi-popular-keywords .heading-title {
    font-size: 60px;
    line-height: 1.33333;
    margin: 0 0 66px;
}

.razzi-popular-keywords__inner {
    margin: -15px;
}

.razzi-popular-keywords__inner .button-link {
    display: inline-block;
    padding: 15px;
}

.razzi-popular-keywords__inner .button-text {
    padding: 13px 15px;
    line-height: 1.5;
    min-width: 190px;
    border-width: 2px;
}

.razzi-popular-keywords__inner .button-text:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #111111;
}

.razzi-image-content-box__bg {
    height: 100%;
}

.elementor-section-full_width .elementor-widget-razzi-image-content-box {
    overflow: hidden;
}

.elementor-section-full_width .elementor-widget-razzi-image-content-box .razzi-image-content-box__bg {
    width: 55vw;
}

.razzi-image-content-box__content {
    padding: 112px 105px 112px 0;
}

.razzi-image-content-box__content .subtitle {
    color: #909090;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.razzi-image-content-box__content .banner-title {
    font-size: 44px;
    margin: 0 0 26px;
}

.razzi-image-content-box__content .banner-desc {
    font-size: 18px;
    margin-bottom: 42px;
}

.razzi-image-content-box__content .button-text {
    line-height: 54px;
    padding: 0 43px;
}

.elementor-widget-razzi-image-content-box .elementor-widget-container {
    background-color: #F5F5F5;
}

.razzi-image-position-left .razzi-image-content-box__left {
    order: 2;
}

.razzi-image-position-left .razzi-image-content-box__right {
    order: 1;
}

.razzi-image-position-left .razzi-image-content-box__bg {
    position: absolute;
    left: 0;
}

.razzi-banner-video {
    position: relative;
}

.razzi-banner-video .full-box-button,
.razzi-banner-video .banner-featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-banner-video .full-box-button {
    z-index: 1;
}

.razzi-banner-video__marker .razzi-icon,
.razzi-banner-video__marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.razzi-banner-video__marker:after {
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #fff;
}

.razzi-banner-video__marker .razzi-icon {
    line-height: 1;
    color: #000;
    font-size: 24px;
}

.razzi-promo-box {
    position: relative;
}

.razzi-promo-box:hover .razzi-icon {
    transform: translateX(3px);
    /*rtl:raw:
                transform: translateX(-3px) rotateY(180deg);
            */
}

.razzi-promo-box:hover .image-zoom img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -moz-transform: scale(1.05);
    /* Firefox */
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -o-transform: scale(1.05);
    /* Opera */
}

.razzi-promo-box:hover .razzi-promo-box__image:after {
    background-color: rgba(0, 0, 0, 0.15);
}

.razzi-promo-box__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.razzi-promo-box__content {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-color: #ffffff;
}

.razzi-promo-box__title {
    margin: 0 0 13px;
    font-size: 28px;
}

.razzi-promo-box__image {
    position: relative;
}

.razzi-promo-box__image img {
    display: block;
}

.razzi-promo-box__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: ease .3s;
    background-color: rgba(0, 0, 0, 0);
}

.razzi-promo-box__image + .razzi-promo-box__content {
    bottom: -65px;
}

.razzi-promo-box__sale {
    position: absolute;
    top: 20px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--rz-background-color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    z-index: 1;
}

.razzi-promo-box__sale .sale-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.razzi-promo-box__sale .regular-price {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
    text-decoration: line-through;
}

.razzi-promo-box__price-position--right .razzi-promo-box__sale {
    right: 20px;
}

.razzi-promo-box__price-position--left .razzi-promo-box__sale {
    left: 20px;
}

.razzi-promo-box__content-position--left .razzi-promo-box__content {
    top: 105px;
    bottom: 105px;
    left: -142px;
    justify-content: center;
}

.razzi-promo-box__content-position--left .razzi-promo-box {
    margin-left: 142px;
}

.razzi-promo-box__content-position--right .razzi-promo-box__content {
    top: 105px;
    bottom: 105px;
    right: -142px;
    justify-content: center;
}

.razzi-promo-box__content-position--right .razzi-promo-box {
    margin-right: 142px;
}

.razzi-promo-box__content-position--bottom .razzi-promo-box__content {
    left: 75px;
    right: 75px;
}

.razzi-promo-box__description {
    margin: 0 0 13px;
    font-size: 18px;
}

.razzi-image-box {
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
    transition: 0.3s;
}

.razzi-image-box:hover {
    transition: 0.3s;
}

.razzi-image-box:hover.transition-y {
    transform: translateY(-3px);
}

.razzi-image-box .box-thumbnail {
    position: relative;
    line-height: 0;
    display: table;
    margin: auto;
}

.razzi-image-box .box-thumbnail .box-number {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -9px;
    right: 9px;
    min-height: 34px;
    min-width: 34px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--rz-background-color-primary);
}

.razzi-image-box .box-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.razzi-image-box .box-summary {
    padding: 14px 5px;
}

.razzi-image-box .razzi-icon {
    margin-right: 16px;
    font-size: 33px;
}

.razzi-image-box__button-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.razzi-image-box-position--left .razzi-image-box {
    display: flex;
    align-items: center;
}

.razzi-image-box-position--left .box-title {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.razzi-image-box-position--left .box-title .razzi-icon {
    order: 2;
    margin-right: 0;
}

.razzi-image-box-position--left .box-thumbnail {
    margin-right: 30px;
    max-width: 84px;
}

.razzi-image-box-position--left .box-summary {
    flex: 1;
    width: 100%;
    padding: 0;
}

.razzi-image-box__icon-position--right .box-title {
    display: flex;
    align-items: center;
}

.razzi-image-box__icon-position--right .box-title .razzi-icon {
    order: 2;
    margin-right: 0;
    margin-left: 16px;
}

.razzi-image-button {
    position: relative;
}

.razzi-image-button img {
    display: block;
}

.razzi-image-button:hover .razzi-svg-icon {
    transform: translateX(3px);
    /*rtl:raw:
            transform: translateX(-3px) rotateY(180deg);
        */
}

.razzi-image-button:hover:before {
    background-color: rgba(0, 0, 0, 0.15);
}

.razzi-image-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    transition: ease .3s;
    background-color: rgba(0, 0, 0, 0.05);
}

.razzi-image-button__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-image-button__button {
    display: flex;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #111111;
    background-color: #ffffff;
    line-height: 54px;
    padding: 0 26px;
    max-width: 100%;
    min-width: 190px;
    font-weight: 500;
}

.razzi-image-button__button .razzi-svg-icon {
    font-size: 13px;
    margin-left: 13px;
    display: inline-block;
    transition: 0.5s;
    /*rtl:raw:
			transform: rotateY(180deg);
		*/
}

.razzi-image-button__position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.razzi-image-button__text {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    color: var(--rz-color-dark);
    margin-bottom: 15px;
}

.btn-position-bottom .razzi-image-button:before {
    bottom: 54px;
    height: auto;
}

.btn-position-bottom .razzi-image-button__position {
    position: static;
    transform: none;
}

.razzi-product-banner {
    position: relative;
    display: inline-flex;
}

.razzi-product-banner .full-box-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.razzi-product-banner.has-hover:hover .razzi-icon {
    transform: translateX(3px);
    /*rtl:raw:
                transform: translateX(-3px) rotateY(180deg);
            */
}

.razzi-product-banner .banner-image {
    position: relative;
    flex: none;
    max-width: 80%;
}

.razzi-product-banner .banner-content__sale {
    position: absolute;
    left: 0;
    top: 0;
}

.razzi-product-banner .banner-content__sale > *:not(:last-child) {
    margin-bottom: 8px;
}

.razzi-product-banner .banner-price {
    display: flex;
    align-items: center;
    padding: 12px 21px;
    background-color: #fff;
    color: var(--rz-color-dark);
    font-size: 18px;
    font-weight: 500;
}

.razzi-product-banner .sale-price {
    order: 2;
    color: var(--rz-color-primary);
}

.razzi-product-banner .sale-price + .regular-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #909090;
    margin-right: 5px;
}

.razzi-product-banner .regular-price {
    order: 1;
}

.razzi-product-banner .product-badges {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 11px;
    color: #fff;
    background-color: var(--rz-background-color-dark);
}

.razzi-product-banner .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-36px);
}

.razzi-product-banner .banner-title {
    font-size: 36px;
    margin: 0 0 27px;
    line-height: 1.33333;
}

.razzi-product-banner .razzi-icon {
    font-size: 13px;
    margin-left: 13px;
}

.content-position-bottom .razzi-product-banner {
    display: block;
}

.content-position-bottom .razzi-product-banner .banner-content {
    margin-top: 15px;
    transform: none;
}

.razzi-lookbook-slider-elementor {
    opacity: 0;
}

.razzi-lookbook-slider-elementor .slick-slide-inner {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.razzi-lookbook-slider-elementor .slick-slide-block {
    height: 100%;
    margin: 0;
}

.razzi-lookbook-slider-elementor .slick-slide-block > * {
    padding: 0;
}

.razzi-lookbook-slider-elementor .slick-slide-block__img {
    position: relative;
}

.razzi-lookbook-slider-elementor .razzi-slide-heading {
    font-size: 60px;
    line-height: 1.33333;
    margin-bottom: 42px;
}

.razzi-lookbook-slider-elementor .button-text {
    line-height: 1.3;
    padding: 17px 42px;
}

.razzi-lookbook-slider-elementor .button-text .razzi-svg-icon {
    margin-left: 14px;
}

.razzi-lookbook-slider-elementor .rz-swiper-button {
    font-size: 20px;
    color: var(--rz-color-dark);
    background-color: #ffffff;
    line-height: 43px;
}

.razzi-lookbook-slider-elementor .rz-swiper-button:hover:not(.swiper-button-disabled) {
    color: var(--rz-color-dark);
    opacity: 1;
}

.razzi-lookbook-slider-elementor .rz-swiper-button-prev {
    left: 0;
}

.razzi-lookbook-slider-elementor .rz-swiper-button-next {
    right: 0;
}

.razzi-lookbook-slider-elementor .product-item {
    display: inline-block;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    width: 220px;
    left: 30px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.razzi-lookbook-slider-elementor .product-item .product-image img {
    display: block;
}

.razzi-lookbook-slider-elementor .product-item .product-name {
    margin: 0 0 5px;
}

.razzi-lookbook-slider-elementor .product-item .product-price {
    font-size: 15px;
    font-weight: 600;
    color: #767676;
}

.razzi-lookbook-slider-elementor .product-item .product-price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
    padding-left: 5px;
}

.razzi-lookbook-slider-elementor .product-item .product-summary {
    padding: 18px 0 8px;
}

.razzi-lookbook-slider-elementor .product-item .razzi-slide-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-lookbook-slider-elementor .slick-slide-block__blank {
    background-color: #fff;
}

.razzi-lookbook-slider-elementor .razzi-lookbook-item {
    position: absolute;
    top: 40%;
    left: 40%;
    cursor: pointer;
    z-index: 2;
    --rz-lookbook-color-primary: #ffffff;
}

.razzi-lookbook-slider-elementor .razzi-lookbook-item:after {
    content: '';
    display: block;
    width: 16.8px;
    height: 16.8px;
    background-color: var(--rz-lookbook-color-primary);
    border-radius: 50%;
}

.razzi-lookbook-slider-elementor .razzi-lookbook-item:before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background-color: var(--rz-lookbook-color-primary);
    opacity: .15;
    border-radius: 50%;
    position: absolute;
    left: calc(-50% - 4.4px);
    top: calc(-50% - 4.4px);
    -webkit-animation: anim-ripple 1.5s linear 0s infinite;
    animation: anim-ripple 1.5s linear 0s infinite;
}

.razzi-lookbook-slider-elementor .razzi-lookbook-item.active .product-item {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}

.razzi-lookbook-slider-elementor .full-box-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .elementor-widget-razzi-lookbook-slider:not(.razzi-lookbook-slider-nav-position-both) .razzi-lookbook-slider-elementor .rz-swiper-button {
        top: inherit;
        bottom: 0;
        transform: none;
    }

    .elementor-widget-razzi-lookbook-slider:not(.razzi-lookbook-slider-nav-position-both) .razzi-lookbook-slider-elementor .rz-swiper-button-next {
        right: inherit;
        left: 42px;
    }
}

.razzi-lookbook-banner .product-item {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    position: absolute;
    width: 290px;
    left: -49px;
    top: 22px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

.razzi-lookbook-banner .product-item .product-image {
    margin-right: 24px;
}

.razzi-lookbook-banner .product-item .product-image img {
    display: block;
    max-width: 100px;
}

.razzi-lookbook-banner .product-item .product-name {
    margin: 0 0 5px;
}

.razzi-lookbook-banner .product-item .product-price {
    font-size: 15px;
    font-weight: 600;
    color: #767676;
}

.razzi-lookbook-banner .product-item .product-price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
    padding-left: 5px;
}

.razzi-lookbook-banner .product-item .razzi-slide-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-lookbook-banner .razzi-lookbook-item {
    position: absolute;
    top: 40%;
    left: 40%;
    cursor: pointer;
    z-index: 2;
    --rz-lookbook-color-primary: #ffffff;
}

.razzi-lookbook-banner .razzi-lookbook-item:after {
    content: '';
    display: block;
    width: 16.8px;
    height: 16.8px;
    background-color: var(--rz-lookbook-color-primary);
    border-radius: 50%;
}

.razzi-lookbook-banner .razzi-lookbook-item:before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background-color: var(--rz-lookbook-color-primary);
    opacity: .15;
    border-radius: 50%;
    position: absolute;
    left: calc(-50% - 4.4px);
    top: calc(-50% - 4.4px);
    -webkit-animation: anim-ripple 1.5s linear 0s infinite;
    animation: anim-ripple 1.5s linear 0s infinite;
}

.razzi-lookbook-banner .razzi-lookbook-item.active .product-item {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
}

.razzi-featured-content {
    overflow: hidden;
}

.razzi-featured-content .box-thumbnail img {
    display: inline-block;
}

.razzi-featured-content .featured-title {
    margin: 0 0 16px;
}

.razzi-featured-content .featured-box {
    position: relative;
}

.razzi-featured-content .featured-control {
    position: absolute;
    top: 15px;
    display: block;
    width: 100px;
    height: 1px;
    background-color: var(--rz-background-color-primary);
}

.razzi-featured-content .featured-control:after {
    content: '';
    display: inline-block;
    transform: translateY(-11px);
    height: 11px;
    width: 11px;
    background-color: var(--rz-background-color-primary);
    border-radius: 50%;
}

.razzi-featured-content .featured-wrapper__left .featured-control {
    left: calc(100% + 30px);
}

.razzi-featured-content .featured-wrapper__right .featured-control {
    right: calc(100% + 30px);
}

.razzi-featured-content .featured-img-wrapper {
    width: 100%;
}

.razzi-before-after-images {
    padding: 0 100px;
    opacity: 0;
}

.razzi-before-after-images .imageslide-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.razzi-before-after-images .razzi-icon {
    font-size: 21px;
}

.razzi-before-after-images .rz-swiper-button {
    font-size: 24px;
    color: #cdcdcd;
    background-color: transparent;
}

.razzi-pricing-table {
    background-color: #f5f5f5;
    margin: auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
}

.razzi-pricing-table__header {
    text-align: center;
    padding: 29px 30px 31px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

.razzi-pricing-table__header .pricing-title {
    font-size: 28px;
    margin: 0 0 15px;
}

.razzi-pricing-table__header .pricing-badges {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 3px 11px;
    background-color: var(--rz-background-color-primary);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
}

.razzi-pricing-table__header .pricing-price {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

.razzi-pricing-table__header .pricing-afprice {
    font-size: 18px;
    font-weight: 500;
}

.razzi-pricing-table__header .pricing-header__price {
    display: inline-flex;
    align-items: flex-end;
    color: #111111;
}

.razzi-pricing-table__content {
    padding: 36px 43px 51px;
}

.razzi-pricing-table__content .pricing-desc {
    margin-bottom: 43px;
}

.razzi-pricing-table__content .pricing-desc p {
    margin-top: 0;
}

.razzi-pricing-table__content .pricing-desc > *:not(:last-child) {
    margin-bottom: 24px;
}

.razzi-pricing-table__content .button-link {
    display: block;
    text-align: center;
}

.razzi-pricing-table__content .button-text {
    line-height: 1.5;
    padding: 11px 34px;
    font-size: 15px;
}

.razzi-pricing-table__content .button-text:hover {
    background-color: var(--rz-background-color-primary);
    color: #ffffff;
}

.razzi-testimonials-grid .heading-title {
    font-size: 36px;
    line-height: 1.33333;
    margin: 0 0 76px;
    text-align: center;
}

.razzi-testimonials-grid .testimonials-wrapper {
    margin: 0 -15px;
}

.razzi-testimonials-grid .testimonial-item {
    padding: 0 15px 30px;
}

.razzi-testimonials-grid .testimonial-item__inner {
    margin-top: 50px;
    padding: 84px 37px 34px;
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
}

.razzi-testimonials-grid .testimonial-item__inner .testi-image {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: auto;
}

.razzi-testimonials-grid .testimonial-item__inner .testi-desc {
    font-size: 18px;
    color: #111111;
    margin-bottom: 27px;
}

.razzi-testimonials-grid .testimonial-item__inner .testi-rate {
    margin-bottom: 2px;
}

.razzi-testimonials-grid .testimonial-item__inner .testi-meta {
    font-size: 14px;
}

.razzi-testimonials-grid .razzi-svg-icon {
    font-size: 14px;
    color: #cdcdcd;
}

.razzi-testimonials-grid .razzi-svg-icon.rate-active {
    color: #F8B86D;
}

.razzi-testimonials-grid .testi-button {
    display: flex;
    justify-content: center;
    padding-top: 46px;
    text-decoration: none;
    clear: both;
}

.razzi-icons-box-carousel__wrapper {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: var(--rz-icons-box-border-color);
}

.razzi-icons-box-carousel__wrapper:not(.swiper-container-initialized) .icon-box {
    width: 14.2%;
}

.razzi-icons-box-carousel {
    --rz-icons-box-border-color: #303030;
}

.razzi-icons-box-carousel .razzi-icon {
    font-size: 48px;
    margin-bottom: 8px;
}

.razzi-icons-box-carousel .razzi-img-icon {
    margin-bottom: 8px;
    display: inline-flex;
    width: 45px;
    height: 45px;
}

.razzi-icons-box-carousel .razzi-img-icon img {
    display: block;
}

.razzi-icons-box-carousel .icon-box {
    position: relative;
    text-align: center;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: var(--rz-icons-box-border-color);
    padding: 25px 20px 24px;
    height: auto;
    transition: 0.3s;
}

.razzi-icons-box-carousel .icon-box__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-icons-box-carousel .icon-box__title {
    margin: 0;
}

.razzi-icons-box-carousel .rz-swiper-button {
    background-color: transparent;
    color: #767676;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
}

.razzi-icons-box-carousel .rz-swiper-button-prev {
    left: -80px;
}

.razzi-icons-box-carousel .rz-swiper-button-next {
    right: -80px;
}

.razzi-icons-box-carousel .swiper-pagination {
    position: absolute;
    width: 100%;
    margin-top: 0;
    bottom: -40px;
}

.elementor-widget-razzi-images-box-carousel-2.hover-image-on .image-item:hover .content-img img {
    transform: translateY(-6px);
}

.razzi-images-box-carousel-2 {
    margin-left: -15px;
    margin-right: -15px;
}

.razzi-images-box-carousel-2 .swiper-container {
    padding-top: 50px;
    margin-top: -50px;
}

.razzi-images-box-carousel-2 .content-summary {
    color: #111;
    padding: 103px 56px 44px 56px;
    border: 1px solid #E2E2E2;
    height: 100%;
}

.razzi-images-box-carousel-2 .content-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.razzi-images-box-carousel-2 .content-img img {
    display: block;
    transition: transform 0.3s;
}

.razzi-images-box-carousel-2 .content-title {
    font-size: 20px;
}

.razzi-images-box-carousel-2 .content-desc {
    color: #555;
    font-size: 16px;
    padding-top: 16px;
}

.razzi-images-box-carousel-2 .content-text {
    background-color: var(--rz-background-color-primary);
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    max-width: 100%;
    color: #111;
    display: inline-flex;
    border-radius: 50%;
}

.razzi-images-box-carousel-2 .image-item {
    text-align: center;
    height: auto;
    padding: 70px 15px 0;
}

.razzi-images-box-carousel-2 .full-box-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*! elementor - v3.4.5 - 12-10-2021 */
@media (min-width: 768px) {
    .elementor-widget-razzi-icon-box.elementor-position-left .razzi-icon-box,
    .elementor-widget-razzi-icon-box.elementor-position-right .razzi-icon-box {
        display: flex;
    }

    .elementor-widget-razzi-icon-box.elementor-position-left .razzi-icon-box__icon,
    .elementor-widget-razzi-icon-box.elementor-position-right .razzi-icon-box__icon {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .elementor-widget-razzi-icon-box.elementor-position-right .razzi-icon-box {
        text-align: right;
        flex-direction: row-reverse;
    }

    .elementor-widget-razzi-icon-box.elementor-position-left .razzi-icon-box {
        text-align: left;
        flex-direction: row;
    }

    .elementor-widget-razzi-icon-box.elementor-vertical-align-top .razzi-icon-box {
        align-items: flex-start;
    }

    .elementor-widget-razzi-icon-box.elementor-vertical-align-middle .razzi-icon-box {
        align-items: center;
    }

    .elementor-widget-razzi-icon-box.elementor-vertical-align-bottom .razzi-icon-box {
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .elementor-widget-razzi-icon-box .razzi-icon-box__icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px;
    }
}

.razzi-icon-box {
    text-align: center;
}

.razzi-icon-box .razzi-img-icon {
    display: inline-flex;
}

.razzi-icon-box .razzi-img-icon img {
    display: block;
}

.razzi-icon-box__title a {
    color: inherit;
}

.razzi-icon-box__content {
    flex-grow: 1;
}

.razzi-icon-box__description {
    margin: 0;
}

.razzi-category-box {
    background-color: #fff;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
}

.razzi-category-box__img {
    max-width: 47%;
}

.razzi-category-box__img img {
    display: block;
}

.razzi-category-box__content {
    padding: 44px 50px 30px;
}

.razzi-category-box__content a {
    color: inherit;
}

.razzi-category-box__content .category-title {
    margin: 0 0 21px;
}

.razzi-category-box__content .sub-cats {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.48;
}

.razzi-category-box__content .sub-cats li:not(:last-child) {
    margin-bottom: 10px;
}

.razzi-category-box__content .sub-cats .razzi-icon {
    font-size: 11px;
    opacity: 0;
    padding-left: 0;
    transition: .3s;
}

.razzi-category-box__content .sub-cats li:hover .razzi-icon {
    padding-left: 8px;
    opacity: 1;
}

.razzi-position-next-image .razzi-category-box {
    align-items: center;
}

.elementor-widget-razzi-products-recently-viewed-carousel.elementor-widget-empty {
    background-color: transparent;
}

.elementor-widget-razzi-products-recently-viewed-carousel.elementor-widget-empty .elementor-widget-empty-icon {
    display: none;
}

.razzi-products-recently-viewed-carousel {
    margin: 0 -15px 0;
}

.razzi-products-recently-viewed-carousel .swiper-container {
    padding: 0 15px;
}

.razzi-products-recently-viewed-carousel.no-ajax {
    opacity: 0;
}

.razzi-products-recently-viewed-carousel .products-content {
    min-height: 40px;
    z-index: 100;
}

.razzi-products-recently-viewed-carousel .products-content.swiper-container-initialized {
    z-index: 1;
}

.razzi-products-recently-viewed-carousel.has-ajax .swiper-scrollbar {
    opacity: 0;
}

.razzi-products-recently-viewed-carousel.has-ajax.loaded .swiper-scrollbar {
    opacity: 1;
}

.razzi-products-recently-viewed-carousel .rz-swiper-button-next {
    right: 15px;
}

.razzi-products-recently-viewed-carousel .rz-swiper-button-prev {
    left: 15px;
}

.razzi-products-recently-viewed-grid .product-list .product-thumbnail {
    font-size: 0;
}

.razzi-products-recently-viewed-grid .products-tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.razzi-products-recently-viewed-grid .products-tool .posts-found {
    padding-right: 25px;
}

.razzi-products-recently-viewed-grid .products-tool .count {
    color: var(--rz-color-primary);
}

.razzi-products-recently-viewed-grid .products-tool .reset-button {
    font-weight: 500;
}

.razzi-products-recently-viewed-grid .products-tool .reset-button:before {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -3px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMCUsMCUsMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA4IDAuMTYwMTU2IEwgOCA2LjQzMzU5NCBMIDExLjEzNjcxOSAzLjI5Njg3NSBaIE0gOCAwLjE2MDE1NiAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigwJSwwJSwwJSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDggMTUuODM5ODQ0IEMgNC4zMzk4NDQgMTUuODM5ODQ0IDEuMzYzMjgxIDEyLjg1OTM3NSAxLjM2MzI4MSA5LjIwMzEyNSBDIDEuMzYzMjgxIDUuNTQyOTY5IDQuMzM5ODQ0IDIuNTYyNSA4IDIuNTYyNSBMIDggNC4wMjczNDQgQyA1LjE3NTc4MSA0LjAyNzM0NCAyLjgyNDIxOSA2LjMyODEyNSAyLjgyNDIxOSA5LjIwMzEyNSBDIDIuODI0MjE5IDEyLjA3ODEyNSA1LjEyNSAxNC4zNzUgOCAxNC4zNzUgQyAxMC44NzUgMTQuMzc1IDEzLjE3NTc4MSAxMi4wNzgxMjUgMTMuMTc1NzgxIDkuMjAzMTI1IEwgMTQuNjM2NzE5IDkuMjAzMTI1IEMgMTQuNjM2NzE5IDEyLjg1OTM3NSAxMS42NjAxNTYgMTUuODM5ODQ0IDggMTUuODM5ODQ0IFogTSA4IDE1LjgzOTg0NCAiLz4KPC9nPgo8L3N2Zz4K);
    background-size: cover;
}

.razzi-products-recently-viewed-grid .woocommerce-pagination {
    text-align: center;
    margin-top: 40px;
}

.razzi-products-recently-viewed-grid.has-products .no-products {
    display: none;
}

.elementor-widget-razzi-images-carousel.hover-image-on .image-item:hover .content-img {
    transform: translateY(-6px);
}

.elementor-widget-razzi-images-carousel.hover-image-on .content-img {
    padding-top: 6px;
}

.elementor-widget-razzi-images-carousel.hover-image-on .razzi-products-slider__icon {
    top: 21px;
}

.razzi-images-carousel {
    margin-left: -15px;
    margin-right: -15px;
}

.razzi-images-carousel .content-summary {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    color: #111;
}

.razzi-images-carousel .content-img {
    transition: transform 0.3s;
}

.razzi-images-carousel .content-img img {
    border-radius: 50%;
    display: block;
}

.razzi-images-carousel .content-subtitle {
    color: #555;
}

.razzi-images-carousel .content-text {
    background-color: var(--rz-background-color-primary);
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    max-width: 100%;
    color: #111;
    display: inline-flex;
    border-radius: 50%;
}

.razzi-images-carousel .image-item {
    text-align: center;
    padding: 0 15px;
}

.razzi-images-carousel .full-box-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-images-carousel .razzi-products-slider__icon {
    font-size: 18px;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    position: absolute;
    top: 15px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FF6F61;
    color: var(--rz-color-lighter);
    padding: 5px;
}

.razzi-images-carousel .swiper-scrollbar {
    max-width: 570px;
    background-color: #E2E2E2;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 69px auto 40px;
}

.razzi-images-carousel .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-dark);
    cursor: pointer;
}

.razzi-images-carousel__skew--yes .razzi-images-carousel {
    transform: skewX(-10deg);
}

.razzi-images-carousel__skew--yes .razzi-images-carousel .content-img {
    background-color: #f2f2f2;
    overflow: hidden;
}

.razzi-images-carousel__skew--yes .razzi-images-carousel .content-img img {
    transform: skewX(10deg);
}

.razzi-images-carousel__skew--yes .razzi-images-carousel .content-title {
    transform: skewX(10deg);
}

.razzi-images-carousel__skew--yes .razzi-images-carousel .swiper-scrollbar {
    margin-left: 25px;
}

.razzi-images-carousel__heading {
    padding-left: 15px;
}

.razzi--v-position-top .razzi-images-carousel__group--arrows {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.razzi--v-position-top .razzi-images-carousel__group--arrows .rz-swiper-button {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    line-height: normal;
}

.razzi-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.razzi-heading-title small {
    font-size: 13px;
    display: block;
    color: #A0A0A0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2.razzi-heading-title {
    font-size: 36px;
}

.razzi-button .razzi-align-icon-left {
    /*rtl:ignore:
		margin-left: 0;
		margin-right: 10px;
		*/
}

.razzi-button.button-underline {
    line-height: 1;
    background-color: transparent;
    color: var(--rz-color-dark);
    padding: 0 15px 5px;
    position: relative;
}

.razzi-button.button-underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    transform-origin: left center;
    transition: all .2s ease-in-out;
    transition-property: transform;
}

.razzi-button.button-underline:hover {
    color: var(--rz-color-dark);
}

.razzi-button.button-underline:hover:after {
    transform-origin: right center;
    transform: scaleX(0);
}

.elementor-align-justify .razzi-button {
    width: 100%;
}

.elementor-motion-parallax {
    position: relative;
}

.elementor-motion-parallax .elementor-motion-effects-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.elementor-motion-parallax .elementor-motion-effects-layer {
    position: absolute;
    width: 100%;
    height: 150%;
    top: -25%;
    left: 0;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@-moz-document url-prefix() {
    .elementor-motion-parallax .elementor-motion-effects-layer {
        top: 0;
    }
}

.razzi-sale-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.razzi-sale-box__content {
    min-width: 120px;
    min-height: 120px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    padding: 15px;
    background-color: var(--rz-background-color-primary);
    color: var(--rz-color-lighter);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.razzi-sale-box__count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
}

.razzi-sale-box__text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.razzi-advanced-tabs {
    padding: 0 100px;
}

.razzi-advanced-tabs.razzi-swiper-carousel-elementor .swiper-container {
    position: static;
}

.razzi-advanced-tabs.razzi-swiper-carousel-elementor .rz-swiper-button {
    font-size: 24px;
    width: auto;
    height: auto;
    line-height: 1;
    color: #CDCDCD;
}

.razzi-advanced-tabs.razzi-swiper-carousel-elementor .rz-swiper-button:hover {
    color: #A0A0A0;
}

.razzi-advanced-tabs.razzi-swiper-carousel-elementor .rz-swiper-button-prev {
    left: -105px;
}

.razzi-advanced-tabs.razzi-swiper-carousel-elementor .rz-swiper-button-next {
    right: -105px;
}

.razzi-advanced-tabs.razzi-swiper-carousel-elementor .swiper-button-lock + .swiper-wrapper {
    justify-content: center;
}

.razzi-advanced-tabs__nav {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 -10px 75px;
    padding: 0;
}

.razzi-advanced-tabs__nav li {
    padding-left: 10px;
    padding-right: 10px;
}

.razzi-advanced-tabs__title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--rz-color-dark);
    padding: 0 5px;
}

.razzi-advanced-tabs__title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    border-bottom: 1px solid transparent;
    transition: .4s;
}

.razzi-advanced-tabs__title:hover, .razzi-advanced-tabs__title.active {
    color: var(--rz-color-primary);
}

.razzi-advanced-tabs__title:hover::after, .razzi-advanced-tabs__title.active::after {
    width: 100%;
    left: 0;
    right: auto;
    border-color: var(--rz-color-primary);
}

.razzi-advanced-tabs__content {
    position: relative;
}

.razzi-advanced-tabs__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    transform: translateY(10px);
}

.razzi-advanced-tabs__panel.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    transition: all 0.4s ease;
    transition-delay: 0.1s;
}

.razzi-advanced-tabs__item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    margin-right: 30px;
    padding: 15px;
    width: 170px;
    min-height: 170px;
    border: 1px solid #E2E2E2;
}

.razzi-advanced-tabs__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.razzi-advanced-tabs__item:last-child {
    margin-right: 0 !important;
}

.razzi-advanced-tabs__icon {
    font-size: 51px;
    color: var(--rz-color-primary);
    margin-bottom: 14px;
}

.razzi-advanced-tabs__content-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--rz-color-dark);
}

.razzi-products-carousel-with-thumbnails:not(.show-quickview) .quick-view-button {
    display: none !important;
}

.razzi-products-carousel-with-thumbnails:not(.show-addtocart) .rz-loop_atc_button {
    display: none !important;
}

.razzi-products-carousel-with-thumbnails:not(.show-wishlist) .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.razzi-products-carousel-with-thumbnails.btn-hidden .product-loop__buttons {
    display: none !important;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 {
    margin: 0;
    flex-wrap: nowrap;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8:not(.swiper-wrapper) {
    overflow: hidden;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product {
    padding: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .woocommerce-loop-product__link {
    display: flex;
    width: 100%;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .woocommerce-loop-product__link .product-thumbnail__image {
    margin-right: 6px;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .woocommerce-loop-product__link .product-thumbnail__gallery img {
    margin-bottom: 6px;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .woocommerce-loop-product__link .product-thumbnail__gallery img:last-child {
    margin-bottom: 0;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .product-loop-inner__buttons {
    left: 15px;
    right: auto;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .product-loop-inner__buttons .rz-loop_button:hover {
    color: var(--rz-color-primary);
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .product-loop-inner__buttons .rz-loop_button:before {
    left: 25px;
    right: auto;
}

.razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .product-loop-inner__buttons .rz-loop_button::after {
    left: 20px;
    right: auto;
    transform: translateY(-50%) rotate(90deg);
}

.razzi-products-carousel-with-thumbnails .swiper-pagination {
    margin-top: 12px;
}

.products-carousel-with-thumbnails__image-box {
    display: flex;
}

.products-carousel-with-thumbnails__image-box .product-thumbnail__image {
    flex: 1 1 75.7%;
}

.products-carousel-with-thumbnails__image-box .product-thumbnail__gallery {
    flex: 1 1 24.3%;
}

.razzi-products-with-banner:not(.show-category) .meta-cat {
    display: none !important;
}

.razzi-products-with-banner:not(.show-rating) .star-rating {
    display: none !important;
}

.razzi-products-with-banner:not(.show-quickview) .quick-view-button {
    display: none !important;
}

.razzi-products-with-banner:not(.show-addtocart) .rz-loop_atc_button {
    display: none !important;
}

.razzi-products-with-banner:not(.show-wishlist) .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.razzi-products-with-banner:not(.show-badges) .woocommerce-badges {
    display: none !important;
}

.razzi-products-with-banner.btn-hidden .product-loop__buttons {
    display: none !important;
}

.razzi-products-with-banner .masonry-banner-content .banner-image {
    position: relative;
    display: flex;
    line-height: 1;
}

.razzi-products-with-banner .masonry-banner-content .banner-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.razzi-products-with-banner .masonry-banner-content .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--rz-color-dark);
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 30px 45px;
}

.razzi-products-with-banner .razzi-banner__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
}

.razzi-products-with-banner .razzi-banner__description {
    font-weight: 400;
    font-size: 18px;
}

.razzi-products-with-banner .razzi-banner__button {
    margin-top: 12px;
}

.razzi-products-with-banner ul.products {
    margin: 0;
}

.razzi-products-with-banner ul.products.layout-masonry li.product {
    margin-bottom: 0;
    padding: 0;
}

.razzi-products-with-banner ul.products.layout-masonry li.product.has-banner {
    grid-column: span 2;
    grid-row: span 2;
    width: 100%;
}

.razzi-products-with-banner ul.products.layout-masonry li.product .star-rating {
    margin-bottom: 5px;
}

.razzi-products-with-banner ul.products.layout-masonry li.product .razzi-banner__masonry,
.razzi-products-with-banner ul.products.layout-masonry li.product .masonry-banner-content,
.razzi-products-with-banner ul.products.layout-masonry li.product .banner-image {
    height: 100%;
}

.razzi-products-with-banner ul.products.layout-masonry li.product .banner-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.razzi-products-with-banner ul.products.layout-masonry li.product .product-thumbnail img {
    -o-object-fit: contain;
    object-fit: contain;
}

.razzi-products-with-banner .product-summary > * {
    position: relative;
    z-index: 2;
}

.razzi-products-with-banner .link-product-all {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.razzi-products-with-banner.product-link-type-all .link-product-all {
    display: block;
}

.razzi-images-carousel-2:hover .razzi-icon {
    transform: translateX(3px);
}

.razzi-images-carousel-2 .razzi-swiper-button-container {
    display: flex;
    align-items: center;
    text-align: center;
    transition: .5s;
    z-index: 99;
    position: absolute;
    right: 0%;
    bottom: 0%;
}

.razzi-images-carousel-2 .content-img {
    transition: transform 0.3s;
    position: relative;
}

.razzi-images-carousel-2 .content-img img {
    display: block;
}

.razzi-images-carousel-2 .image-item {
    text-align: center;
}

.razzi-images-carousel-2 .full-box-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.razzi-images-carousel-2 .razzi-swiper-button {
    width: 42px;
    height: 42px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.razzi-images-carousel-2 .razzi-images-carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 75px;
}

.razzi-images-carousel-2 .razzi-images-carousel__title {
    font-size: 36px;
    color: var(--rz-color-dark);
    padding: 0;
}

.razzi-images-carousel-2 .razzi-images-carousel-content__sale {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--rz-background-color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
}

.razzi-images-carousel-2 .razzi-images-carousel-content__sale--sale-betext {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1;
}

.razzi-images-carousel-2 .razzi-images-carousel-content__sale--sale-text {
    margin-left: 3px;
}

.razzi-posts-listing .entry-header {
    margin-right: 30px;
    margin-bottom: 0;
    flex: 1 0 170px;
}

.razzi-posts-listing .blog-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.razzi-posts-listing .blog-wrapper:last-child {
    margin-bottom: 0;
}

.razzi-posts-listing a.post-thumbnail {
    display: flex;
}

.razzi-category-links {
    text-align: center;
}

.razzi-category-links ul {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.razzi-category-links ul li {
    display: inline-block;
    padding: 13px 50px;
    position: relative;
}

.razzi-category-links ul li a {
    font-weight: 500;
}

.razzi-category-links ul li:first-child {
    padding-left: 0;
}

.razzi-category-links ul li:last-child {
    padding-right: 0;
}

.razzi-category-links ul li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #cdcdcd;
}

.razzi-category-links ul::-webkit-scrollbar {
    display: none;
}

.razzi-product-category-box .razzi-product-category-box__items {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.razzi-product-category-box .razzi-product-category-box__item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 370px;
    background-color: #FFFFFF;
    position: relative;
}

.razzi-product-category-box .razzi-product-category-box__item-box:hover .razzi-icon {
    transform: translateX(3px);
}

.razzi-product-category-box .razzi-product-category-box__item {
    position: relative;
    padding: 15px;
}

.razzi-product-category-box .razzi-product-category-box__content {
    padding: 23px 0 10px 30px;
}

.razzi-product-category-box .razzi-product-category-box__content .razzi-button {
    margin-top: 23px;
    padding: 0;
    color: var(--rz-color-dark);
    background-color: var(--rz-color-lighter);
}

.razzi-product-category-box .razzi-product-category-box__cat-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.razzi-product-category-box .razzi-product-category-box__cat-count {
    font-size: 14px;
    margin-top: 5px;
}

.razzi-product-category-box .razzi-product-category-box__image {
    padding: 0 18px;
}

.razzi-product-category-box .razzi-product-category-box__link {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.razzi-product-category-box__button-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.razzi-products-listing ul.swiper-wrapper {
    margin: 0;
    box-sizing: border-box;
}

.razzi-products-listing ul.swiper-wrapper li {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-listing ul.products {
    flex-wrap: nowrap;
    list-style: none;
}

.razzi-products-listing ul.products:not(.swiper-wrapper) {
    overflow: hidden;
}

.razzi-products-listing ul.products li.product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.razzi-products-listing ul.products li.product:not(.swiper-slide) {
    flex-shrink: 0;
    margin-right: 30px;
}

.razzi-products-listing ul.products li.product .price {
    color: var(--rz-color-dark);
}

.razzi-products-listing .swiper-container-multirow ul.products {
    flex-wrap: wrap;
}

.razzi-products-listing .razzi-products-listing__image {
    margin-right: 30px;
    max-width: 90px;
}

.razzi-products-listing .razzi-products-listing__item-box {
    display: flex;
    margin: 1px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    padding: 19px 20px 19px 20px;
}

.razzi-products-listing__heading {
    font-size: 28px;
    font-weight: 500;
}

.razzi-products-listing__items {
    display: flex;
}

.razzi-products-listing__content {
    margin-top: 4px;
    color: var(--rz-color-dark);
}

.razzi-products-listing__title {
    font-size: 16px;
}

.razzi-products-listing__price {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.razzi-products-listing__heading--arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}

.razzi-products-listing__heading--arrows .razzi-products-listing__arrows {
    margin-right: 97px;
}

.razzi-products-listing__heading--arrows .rz-swiper-button {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #111;
    background-color: #f5f5f5;
}

.razzi-team-member-carousel {
    margin: 0 -20px;
}

.razzi-team-member {
    padding: 0 20px;
    width: 33.33%;
}

.razzi-team-member__info {
    padding: 12px 20px 12px 20px;
}

.razzi-team-member__name {
    margin: 0;
    font-size: 18px;
}

.razzi-team-member__job {
    font-size: 14px;
}

.razzi-team-member__socials {
    float: right;
}

.razzi-team-member__socials a {
    font-size: 12px;
    margin-left: 20px;
    color: #838889;
}

.razzi-team-member__socials a:hover {
    color: #111;
}

.razzi-team-member__socials a:first-child {
    margin-left: 0;
}

.razzi-team-member-carousel .rz-swiper-button-prev {
    left: 20px;
}

.razzi-team-member-carousel .rz-swiper-button-next {
    right: 20px;
}

.razzi-team-member-carousel .rz-swiper-button {
    line-height: 44px;
    background-color: rgba(255, 255, 255, 0.9);
}

.razzi-team-member-carousel .rz-swiper-button:hover {
    background-color: white;
}

@media (max-width: 767px) {
    .razzi-team-member-carousel {
        margin: 0 -15px;
    }

    .razzi-team-member {
        padding: 0 15px;
        width: 100%;
    }

    .razzi-team-member-carousel.razzi-swiper-carousel-elementor .rz-swiper-button-prev {
        left: 15px;
    }

    .razzi-team-member-carousel.razzi-swiper-carousel-elementor .rz-swiper-button-next {
        right: 15px;
    }
}

@media (max-width: 1366px) {
    .razzi-icons-box-carousel .rz-swiper-button-prev {
        left: -50px;
    }

    .razzi-icons-box-carousel .rz-swiper-button-next {
        right: -50px;
    }
}

@media (max-width: 1279px) {
    .razzi-icons-box-carousel .rz-swiper-button-prev {
        left: 0;
    }

    .razzi-icons-box-carousel .rz-swiper-button-next {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .razzi-product-shortcode.single-product div.product .entry-summary {
        padding-right: 0;
    }

    .razzi-products-carousel__slidesperviewauto-yes .razzi-products-carousel {
        margin-right: 0 !important;
    }

    .razzi-products-carousel__slidesperviewauto-yes .razzi-products-carousel ul.products li.swiper-item-empty {
        display: none;
    }

    .razzi-products-carousel__centeredslides-yes .swiper-slide {
        max-width: 100%;
    }

    .razzi-images-carousel__slidesperviewauto-yes .razzi-images-carousel .swiper-item-empty {
        display: none;
    }

    .razzi-images-carousel__slidesperviewauto-yes .razzi-images-carousel .swiper-slide {
        max-width: 100%;
        flex: none;
    }
}

@media (max-width: 1350px) and (min-width: 1024px) {
    .razzi-products-carousel .rz-swiper-button-prev {
        left: 3px !important;
    }

    .razzi-products-carousel .rz-swiper-button-next {
        right: 3px !important;
    }

    .razzi-products-carousel .rz-swiper-button {
        font-size: 24px !important;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .razzi-products-carousel.razzi-product-of-category .razzi-products-carousel__heading--arrows .rz-swiper-button {
        border-radius: inherit;
        box-shadow: none;
    }
}

@media (max-width: 1024px) {
    .razzi-products-showcase {
        padding: 0 30px;
    }

    .razzi-products-showcase .showcase-box {
        padding-left: 25px;
    }

    .razzi-products-showcase ul.swiper-wrapper li {
        display: flex;
        align-items: center;
    }

    .razzi-image-box-2 {
        margin-bottom: 0;
        height: 865px;
    }

    .razzi-image-box-2__block {
        display: flex;
        flex-wrap: initial;
        flex-direction: column;
    }

    .razzi-image-box-2__bg {
        flex-basis: 50%;
        max-width: 100%;
        transform: none;
    }

    .razzi-image-box-2__blank {
        flex-basis: 50%;
    }

    .razzi-image-box-2__inner {
        align-items: end;
    }

    .razzi-image-box-2__content {
        padding-top: 70px;
        padding-right: 0;
        width: 100%;
    }

    .razzi-image-box-2--align-left {
        height: 930px;
    }

    .razzi-image-box-2--align-left .razzi-image-box-2__inner {
        align-items: flex-end;
    }

    .razzi-image-box-2--align-left .razzi-image-box-2__content {
        padding-bottom: 50px;
        padding-top: 0;
    }

    .razzi-category-box__img {
        max-width: 100%;
    }

    .razzi-category-box__content {
        padding: 30px;
    }

    .razzi-product-of-category.has-categories .razzi-product-of-category__categories {
        width: 17.6%;
    }

    .razzi-product-of-category.has-categories .razzi-product-of-category__product {
        width: calc(82.4% - 20px);
    }

    .razzi-testimonials-carousel-2 .testimonials-item {
        flex: 0 0 auto !important;
        max-width: 100% !important;
    }

    .razzi-testimonials-carousel-2 .testimonials-item-empty {
        display: none;
    }

    .razzi-testimonials-carousel-2 .author-group {
        padding-right: 30px;
    }

    .razzi-testimonials-carousel-2 .author-group + .razzi-testimonials-carousel-2__gr {
        padding-left: 30px;
    }

    .razzi-advanced-tabs {
        padding: 0;
    }

    .razzi-advanced-tabs.razzi-swiper-carousel-elementor .rz-swiper-button-prev {
        left: -5px;
    }

    .razzi-advanced-tabs.razzi-swiper-carousel-elementor .rz-swiper-button-next {
        right: -5px;
    }

    .razzi-posts-listing .entry-header {
        flex: 1 0 120px;
    }

    .razzi-banner .razzi-banner__button-2 {
        margin-top: 20px;
    }

    .razzi-product-category-box .razzi-product-category-box__items {
        margin: 0 -15px;
    }

    .razzi-product-category-box .razzi-product-category-box__item {
        width: 50%;
    }

    .razzi-product-category-box .razzi-product-category-box__item-box {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .columns-1 .razzi-element-columns .elmentor-column-item {
        width: 100%;
    }

    .columns-1 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 1 * 100%), 1fr));
    }

    .columns-2 .razzi-element-columns .elmentor-column-item {
        width: 50%;
    }

    .columns-2 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 2 * 100%), 1fr));
    }

    .columns-3 .razzi-element-columns .elmentor-column-item {
        width: 33.33%;
    }

    .columns-3 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 3 * 100%), 1fr));
    }

    .columns-4 .razzi-element-columns .elmentor-column-item {
        width: 25%;
    }

    .columns-4 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 4 * 100%), 1fr));
    }

    .columns-5 .razzi-element-columns .elmentor-column-item {
        width: 20%;
    }

    .columns-5 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 5 * 100%), 1fr));
    }

    .columns-6 .razzi-element-columns .elmentor-column-item {
        width: 16.66%;
    }

    .columns-6 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 6 * 100%), 1fr));
    }

    .columns-7 .razzi-element-columns .elmentor-column-item {
        width: 14.28%;
    }

    .columns-7 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 7 * 100%), 1fr));
    }

    .columns-8 .razzi-element-columns .elmentor-column-item {
        width: 12.5%;
    }

    .columns-8 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 8 * 100%), 1fr));
    }

    .columns-9 .razzi-element-columns .elmentor-column-item {
        width: 11.11%;
    }

    .columns-9 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 9 * 100%), 1fr));
    }

    .columns-10 .razzi-element-columns .elmentor-column-item {
        width: 10%;
    }

    .columns-10 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 10 * 100%), 1fr));
    }

    .razzi-swiper-carousel-elementor.navigation-dots .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-dots .razzi-swiper-button, .razzi-swiper-carousel-elementor.navigation-none .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-none .razzi-swiper-button {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-dots .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-arrows .swiper-pagination, .razzi-swiper-carousel-elementor.navigation-none .swiper-pagination {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-arrows .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-scrollbar .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-scrollbar .razzi-swiper-button, .razzi-swiper-carousel-elementor.navigation-none .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-none .razzi-swiper-button {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-scrollbar .swiper-pagination, .razzi-swiper-carousel-elementor.navigation-none .swiper-pagination {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-dots-arrows .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.dots-position-bottom .swiper-pagination {
        right: auto;
        width: 100%;
        bottom: 0;
        top: auto;
        flex-direction: row;
        justify-content: center;
    }

    .razzi-swiper-carousel-elementor.dots-position-bottom.dots-position-tablet-right .swiper-pagination, .razzi-swiper-carousel-elementor.dots-position-bottom.dots-position-mobile-right .swiper-pagination {
        right: auto !important;
    }

    .razzi-swiper-carousel-elementor.dots-position-right.dots-position-tablet-bottom .swiper-pagination, .razzi-swiper-carousel-elementor.dots-position-right.dots-position-mobile-bottom .swiper-pagination {
        bottom: auto !important;
    }

    .razzi-position-under-image .razzi-category-box {
        flex-direction: column;
    }

    .razzi-position-under-image .razzi-category-box > * {
        max-width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .columns--tablet1 .razzi-element-columns .elmentor-column-item {
        width: 100%;
    }

    .columns--tablet1 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 1 * 100%), 1fr));
    }

    .columns--tablet2 .razzi-element-columns .elmentor-column-item {
        width: 50%;
    }

    .columns--tablet2 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 2 * 100%), 1fr));
    }

    .columns--tablet3 .razzi-element-columns .elmentor-column-item {
        width: 33.33%;
    }

    .columns--tablet3 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 3 * 100%), 1fr));
    }

    .columns--tablet4 .razzi-element-columns .elmentor-column-item {
        width: 25%;
    }

    .columns--tablet4 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 4 * 100%), 1fr));
    }

    .columns--tablet5 .razzi-element-columns .elmentor-column-item {
        width: 20%;
    }

    .columns--tablet5 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 5 * 100%), 1fr));
    }

    .columns--tablet6 .razzi-element-columns .elmentor-column-item {
        width: 16.66%;
    }

    .columns--tablet6 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 6 * 100%), 1fr));
    }

    .columns--tablet7 .razzi-element-columns .elmentor-column-item {
        width: 14.28%;
    }

    .columns--tablet7 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 7 * 100%), 1fr));
    }

    .columns--tablet8 .razzi-element-columns .elmentor-column-item {
        width: 12.5%;
    }

    .columns--tablet8 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 8 * 100%), 1fr));
    }

    .columns--tablet9 .razzi-element-columns .elmentor-column-item {
        width: 11.11%;
    }

    .columns--tablet9 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 9 * 100%), 1fr));
    }

    .columns--tablet10 .razzi-element-columns .elmentor-column-item {
        width: 10%;
    }

    .columns--tablet10 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 10 * 100%), 1fr));
    }

    .razzi-swiper-carousel-elementor.navigation-tablet-dots .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-tablet-none .rz-swiper-button {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-tablet-dots .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-tablet-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-tablet-arrows .swiper-pagination, .razzi-swiper-carousel-elementor.navigation-tablet-none .swiper-pagination {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-tablet-arrows .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-tablet-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-tablet-scrollbar .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-tablet-none .rz-swiper-button {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-tablet-scrollbar .swiper-pagination, .razzi-swiper-carousel-elementor.navigation-tablet-none .swiper-pagination {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-tablet-dots-arrows .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-tablet-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.dots-position-tablet-bottom .swiper-pagination {
        right: auto;
        width: 100%;
        bottom: 0;
        top: auto;
        flex-direction: row;
        justify-content: center;
    }

    .razzi-swiper-carousel-elementor.dots-position-tablet-bottom.dots-position-right .swiper-pagination, .razzi-swiper-carousel-elementor.dots-position-tablet-bottom.dots-position-mobile-right .swiper-pagination {
        right: auto !important;
    }

    .razzi-swiper-carousel-elementor.dots-position-tablet-right.dots-position-bottom .swiper-pagination, .razzi-swiper-carousel-elementor.dots-position-tablet-right.dots-position-mobile-bottom .swiper-pagination {
        bottom: auto !important;
    }

    .btn-position-tablet-bottom .razzi-image-button:before {
        bottom: 54px;
        height: auto;
    }

    .btn-position-tablet-bottom .razzi-image-button__button {
        position: static;
        transform: none;
    }

    .content-position-tablet-bottom .razzi-product-banner {
        display: block;
    }

    .content-position-tablet-bottom .razzi-product-banner .banner-content {
        margin-top: 20px;
        transform: none;
    }

    .razzi-position-tablet-under-image .razzi-category-box {
        flex-direction: column;
    }

    .razzi-position-tablet-under-image .razzi-category-box > * {
        max-width: 100%;
    }

    .razzi-icon-box-list.columns-even {
        flex-wrap: wrap;
    }

    .razzi-icon-box-list.columns-even .razzi-icon-box-list__item {
        flex-basis: auto;
        flex: 50%;
        padding: 15px;
    }

    .razzi-icon-box-list.columns-even .razzi-icon-box-list__item:nth-child(2n+1) {
        padding-left: 0;
    }

    .razzi-icon-box-list.columns-even .razzi-icon-box-list__item:nth-child(2n) {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .razzi-deals-carousel .countdown-slider {
        justify-content: center;
        text-align: center;
    }

    .razzi-products-showcase.razzi-swiper-carousel-elementor .rz-swiper-button {
        display: none;
    }

    .razzi-products-showcase.show-featured ul.products li.product .product-inner .product-thumbnail .rz-loop_button {
        opacity: 1;
        transform: translateY(0);
    }

    .razzi-products-showcase .razzi-shortcode-title {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .razzi-products-showcase .swiper-pagination {
        margin-top: 10px;
    }

    .razzi-products-showcase ul.products li.product .product-inner .product-loop__buttons {
        top: 60px;
        right: 25px;
    }

    .razzi-products-showcase ul.products li.product .product-inner .product-loop__buttons .rz-loop_button {
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .razzi-products-showcase ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:hover {
        background-color: #fff;
    }

    .razzi-products-showcase ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:before {
        right: 54px;
    }

    .razzi-products-showcase ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:after {
        right: 44px;
    }

    .razzi-product-shortcode .rz-product-wrapper {
        display: block;
    }

    .razzi-product-shortcode.single-product div.product .woocommerce-product-gallery,
    .razzi-product-shortcode.single-product div.product .entry-summary {
        width: 100%;
        float: none;
    }

    .razzi-product-shortcode.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .razzi-product-shortcode.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        margin: 0 auto;
    }

    .razzi-product-shortcode.single-product div.product .entry-summary {
        padding: 0;
    }

    .razzi-products-deal ul.products li.product .product-summary {
        padding: 0;
        top: 0;
        margin-top: 20px;
    }

    .razzi-products-deal ul.products li.product .product-summary-deal {
        padding: 0;
    }

    .razzi-products-deal ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 24px;
    }

    .razzi-products-deal .swiper-pagination {
        margin-top: 30px;
    }

    .razzi-lookbook-slider-elementor .slick-slide-block__blank {
        width: 25%;
    }

    .razzi-lookbook-slider-elementor .slick-slide-block__img {
        width: 75%;
    }

    .razzi-pricing-table__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .razzi-product-of-category.has-categories {
        display: block;
    }

    .razzi-product-of-category.has-categories .razzi-product-of-category__categories,
    .razzi-product-of-category.has-categories .razzi-product-of-category__product {
        width: 100%;
    }

    .razzi-product-of-category.has-categories .razzi-products-carousel__heading--arrows {
        margin-bottom: 0;
    }

    .razzi-product-of-category__categories {
        background: none !important;
        padding-left: 0 !important;
        padding-top: 5px;
    }

    .razzi-product-of-category__categories ul {
        display: flex;
        overflow-x: auto;
        scrollbar-color: #1f1f1f #e2e2e278;
        scrollbar-width: thin;
        margin-bottom: 20px;
    }

    .razzi-product-of-category__categories ul::-webkit-scrollbar {
        height: 2px;
    }

    .razzi-product-of-category__categories ul::-webkit-scrollbar-track {
        background-color: #e2e2e2;
    }

    .razzi-product-of-category__categories ul::-webkit-scrollbar-thumb {
        background-color: #1f1f1f;
    }

    .razzi-product-of-category__categories ul li {
        margin-bottom: 5px;
        display: flex;
    }

    .razzi-product-of-category__categories ul li a {
        padding-right: 15px;
        font-weight: 400;
    }

    .razzi-product-of-category__categories ul li a::after {
        display: none;
    }

    .razzi-isolate-slides__wrapper {
        flex: 1 1 65%;
    }

    .razzi-isolate-slides__image {
        flex: 1 1 35%;
    }

    .razzi-products-with-banner {
        overflow: hidden;
    }

    .razzi-products-with-banner ul.products.layout-masonry {
        margin: 0 -10px;
    }

    .razzi-products-with-banner ul.products.layout-masonry li.product {
        padding: 0 10px;
        margin-bottom: 30px;
        order: 2;
    }

    .razzi-products-with-banner ul.products.layout-masonry li.product.has-banner {
        order: 1;
        grid-column: span 3 !important;
    }

    .razzi-products-with-banner ul.products.layout-masonry.mobile-show-atc .product-loop__buttons .rz-loop_atc_button {
        display: none !important;
    }

    .razzi-products-with-banner ul.products.layout-masonry.mobile-show-atc .rz-loop_atc_button {
        display: flex !important;
    }

    .razzi-products-with-banner .masonry-banner-content .banner-content {
        position: static;
    }

    .razzi-products-with-banner.product-link-type-all .link-product-all {
        display: none;
    }

    .razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-summary .product-loop__buttons a.rz-loop_atc_button {
        display: none;
    }

    .razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8.mobile-show-atc li.product .product-summary .product-loop__buttons a.rz-loop_atc_button {
        display: flex;
    }

    .razzi-products-listing .razzi-products-listing__item-box {
        padding: 10px;
    }

    .razzi-products-listing .razzi-products-listing__image {
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .razzi-deals-carousel .countdown-item {
        width: 50%;
        margin-left: 50%;
    }

    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .product-summary {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .meta-cat,
    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .woocommerce-loop-product__title,
    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .price,
    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .star-rating .user-rating .razzi-svg-icon,
    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .product-loop__buttons .rz-loop_button {
        color: #ffffff;
    }

    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .star-rating .max-rating .razzi-svg-icon {
        color: #a6a6a6;
    }

    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .rz-loop_button:not(.loading):before {
        color: #111111;
        background-color: #ffffff;
    }

    .razzi-products-with-banner ul.products.product-loop-layout-7 li.product .rz-loop_button:not(.loading):after {
        border-color: #fff transparent transparent transparent;
    }

    .razzi-products-with-banner ul.products.layout-masonry:not(.razzi-products-masonry__content) li.product:nth-child(14n+11), .razzi-products-with-banner ul.products.layout-masonry:not(.razzi-products-masonry__content) li.product:nth-child(14n+1) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .razzi-products-with-banner ul.products.layout-masonry:not(.razzi-products-masonry__content) li.product:nth-child(2) {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 767px) {
    .razzi-shortcode-title {
        font-size: 24px;
    }

    .razzi-products-tabs .razzi-box-title,
    .razzi-product-category-tabs .razzi-box-title {
        margin-bottom: 10px;
    }

    .razzi-products-tabs ul.tabs,
    .razzi-product-category-tabs ul.tabs {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .razzi-products-tabs ul.tabs li,
    .razzi-product-category-tabs ul.tabs li {
        padding: 0 10px;
    }

    .razzi-product-category-tabs {
        padding: 0;
    }

    .razzi-banner-clt__content {
        position: relative;
        bottom: 0;
        transform: translateY(0);
    }

    .razzi-products-showcase {
        flex-direction: column;
        padding: 0;
    }

    .razzi-products-showcase.hide-image-large .showcase-image {
        display: none !important;
    }

    .razzi-products-showcase .showcase-image,
    .razzi-products-showcase .showcase-box {
        width: 100%;
    }

    .razzi-products-showcase .showcase-image {
        order: 2;
        margin-top: 40px;
    }

    .razzi-products-showcase .showcase-box {
        order: 1;
        padding-left: 0;
    }

    .razzi-products-showcase .razzi-shortcode-title {
        margin-bottom: 30px;
    }

    .razzi-products-showcase ul.products li.product {
        padding: 0;
    }

    .razzi-products-showcase ul.swiper-wrapper li {
        justify-content: center;
    }

    .razzi-product-shortcode .rz-product-wrapper {
        padding: 30px 15px;
    }

    .razzi-banner-carousel .banner-item .banner-img:after {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .columns--mobile1 .razzi-element-columns .elmentor-column-item {
        width: 100%;
    }

    .columns--mobile1 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 1 * 100%), 1fr));
    }

    .columns--mobile2 .razzi-element-columns .elmentor-column-item {
        width: 50%;
    }

    .columns--mobile2 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 2 * 100%), 1fr));
    }

    .columns--mobile3 .razzi-element-columns .elmentor-column-item {
        width: 33.33%;
    }

    .columns--mobile3 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 3 * 100%), 1fr));
    }

    .columns--mobile4 .razzi-element-columns .elmentor-column-item {
        width: 25%;
    }

    .columns--mobile4 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 4 * 100%), 1fr));
    }

    .columns--mobile5 .razzi-element-columns .elmentor-column-item {
        width: 20%;
    }

    .columns--mobile5 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 5 * 100%), 1fr));
    }

    .columns--mobile6 .razzi-element-columns .elmentor-column-item {
        width: 16.66%;
    }

    .columns--mobile6 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 6 * 100%), 1fr));
    }

    .columns--mobile7 .razzi-element-columns .elmentor-column-item {
        width: 14.28%;
    }

    .columns--mobile7 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 7 * 100%), 1fr));
    }

    .columns--mobile8 .razzi-element-columns .elmentor-column-item {
        width: 12.5%;
    }

    .columns--mobile8 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 8 * 100%), 1fr));
    }

    .columns--mobile9 .razzi-element-columns .elmentor-column-item {
        width: 11.11%;
    }

    .columns--mobile9 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 9 * 100%), 1fr));
    }

    .columns--mobile10 .razzi-element-columns .elmentor-column-item {
        width: 10%;
    }

    .columns--mobile10 .razzi-element-columns .instagram-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(1 / 10 * 100%), 1fr));
    }

    .razzi-swiper-carousel-elementor.navigation-mobile-dots .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-mobile-dots .razzi-swiper-button, .razzi-swiper-carousel-elementor.navigation-mobile-none .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-mobile-none .razzi-swiper-button {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-mobile-dots .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-mobile-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-mobile-arrows .swiper-pagination, .razzi-swiper-carousel-elementor.navigation-mobile-none .swiper-pagination {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-mobile-arrows .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-mobile-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-mobile-scrollbar .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-mobile-scrollbar .razzi-swiper-button, .razzi-swiper-carousel-elementor.navigation-mobile-none .rz-swiper-button, .razzi-swiper-carousel-elementor.navigation-mobile-none .razzi-swiper-button {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-mobile-scrollbar .swiper-pagination, .razzi-swiper-carousel-elementor.navigation-mobile-none .swiper-pagination {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.navigation-mobile-dots-arrows .swiper-scrollbar, .razzi-swiper-carousel-elementor.navigation-mobile-none .swiper-scrollbar {
        display: none !important;
    }

    .razzi-swiper-carousel-elementor.dots-position-mobile-bottom .swiper-pagination {
        right: auto;
        width: 100%;
        bottom: 0;
        top: auto;
        flex-direction: row;
        justify-content: center;
    }

    .razzi-swiper-carousel-elementor.dots-position-mobile-bottom.dots-position-right .swiper-pagination, .razzi-swiper-carousel-elementor.dots-position-mobile-bottom.dots-position-tablet-right .swiper-pagination {
        right: auto !important;
    }

    .razzi-swiper-carousel-elementor.dots-position-mobile-right.dots-position-bottom .swiper-pagination, .razzi-swiper-carousel-elementor.dots-position-mobile-right.dots-position-tablet-bottom .swiper-pagination {
        bottom: auto !important;
    }

    .razzi-swiper-carousel-elementor .rz-swiper-button-next {
        right: 0;
    }

    .razzi-swiper-carousel-elementor .rz-swiper-button-prev {
        left: 0;
    }

    .razzi-slides-elementor--arrow-style-3 .rz-swiper-button-prev {
        left: auto;
    }

    .razzi-position-mobile-under-image .razzi-category-box {
        flex-direction: column;
    }

    .razzi-position-mobile-under-image .razzi-category-box > * {
        max-width: 100%;
    }

    .razzi-category-box__content .sub-cats .razzi-icon {
        display: none;
    }

    .razzi-featured-content .line-control {
        display: none;
    }

    .razzi-promo-box__content {
        padding: 20px;
    }

    .razzi-promo-box__content-position--left .razzi-promo-box__content {
        top: 20px;
        bottom: 20px;
        left: -75px;
    }

    .razzi-promo-box__content-position--left .razzi-promo-box {
        margin-left: 75px;
    }

    .razzi-promo-box__content-position--right .razzi-promo-box__content {
        top: 20px;
        bottom: 20px;
        right: -75px;
    }

    .razzi-promo-box__content-position--right .razzi-promo-box {
        margin-right: 75px;
    }

    .razzi-promo-box__content-position--bottom .razzi-promo-box__content {
        left: 20px;
        right: 20px;
    }

    .razzi-promo-box__title {
        font-size: 24px;
    }

    .razzi-image-content-box__right {
        padding: 0;
    }

    .razzi-image-content-box__bg {
        height: 300px;
    }

    .btn-position-mobile-bottom .razzi-image-button:before {
        bottom: 54px;
        height: auto;
    }

    .btn-position-mobile-bottom .razzi-image-button__button {
        position: static;
        transform: none;
    }

    .content-position-mobile-bottom .razzi-product-banner {
        display: block;
    }

    .content-position-mobile-bottom .razzi-product-banner .banner-content {
        margin-top: 20px;
        transform: none;
    }

    .razzi-lookbook-slider-elementor .swiper-pagination {
        position: absolute;
        bottom: 20px;
        z-index: 10;
        margin-top: 0;
    }

    .razzi-products-masonry ul.products.layout-masonry li.product.has-banner {
        display: none;
    }

    .razzi-icon-box-list {
        flex-wrap: wrap;
    }

    .razzi-icon-box-list .razzi-icon-box-list__item {
        flex-basis: auto;
        flex: 50%;
        padding: 15px;
        display: block;
        text-align: center;
    }

    .razzi-icon-box-list .razzi-icon-box-list__item:nth-child(2n+1) {
        padding-left: 0;
    }

    .razzi-icon-box-list .razzi-icon-box-list__item:nth-child(2n) {
        padding-right: 0;
    }

    .razzi-icon-box-list .razzi-icon-box-list__icon {
        margin-right: 0;
    }

    .razzi-icon-box-list.columns-odd .razzi-icon-box-list__item {
        flex: 100%;
        padding: 15px 0;
    }

    .razzi-isolate-slides__wrapper {
        flex: 1 1 100%;
    }

    .razzi-isolate-slides__image {
        display: none;
    }

    .razzi-images-carousel {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .razzi-images-carousel .image-item {
        padding: 0 7.5px;
    }

    .razzi-images-carousel .razzi-products-slider__icon {
        top: 10px;
        right: 17.5px;
    }

    .razzi-images-carousel__heading {
        padding-left: 7.5px;
    }

    .razzi-images-carousel__skew--yes .razzi-images-carousel {
        transform: none;
    }

    .razzi-images-carousel__skew--yes .razzi-images-carousel .content-img img {
        transform: none;
    }

    .razzi-images-carousel__skew--yes .razzi-images-carousel .content-title {
        transform: none;
    }

    .razzi-images-carousel__skew--yes .razzi-images-carousel .swiper-scrollbar {
        margin-left: 0;
    }

    .razzi--v-position-top .razzi-images-carousel__group--arrows {
        padding-right: 7.5px;
    }

    .elementor-widget-razzi-images-carousel.hover-image-on .razzi-products-slider__icon {
        top: 16px;
    }

    .razzi-products-with-banner ul.products.layout-masonry {
        margin: 0 -7.5px;
    }

    .razzi-products-with-banner ul.products.layout-masonry li.product {
        padding: 0 7.5px;
        margin-bottom: 25px;
    }

    .razzi-products-slider .razzi-products-slider__content {
        left: 15px;
        right: 15px;
        max-width: 100%;
        padding: 30px 20px 20px;
    }

    .razzi-products-slider .razzi-products-slider__sale {
        right: -10px;
    }

    .razzi-products-slider .swiper-pagination {
        top: auto;
        left: 0;
        right: 0;
        bottom: 20px;
        transform: none;
        flex-direction: row;
        justify-content: center;
    }

    .razzi-products-slider__title {
        margin-bottom: 25px;
    }

    .razzi-testimonials-carousel-2__rating_position-right .header-content {
        flex-direction: column;
    }

    .razzi-testimonials-carousel-2 .testimonials-item.testimonials-item__author-box {
        flex-direction: column;
    }

    .razzi-testimonials-carousel-2 .author-group {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .razzi-testimonials-carousel-2 .author-group + .razzi-testimonials-carousel-2__gr {
        padding-top: 20px;
        padding-left: 0px;
    }

    .razzi-testimonials-carousel-2 .author-group:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: calc(0px - 16px);
        width: calc(100% + 32px);
        height: 1px;
        background-color: #E2E2E2;
    }

    .razzi-testimonials-carousel-2 .author-group:after {
        display: none;
    }

    .razzi-product-category-box .razzi-product-category-box__item {
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .razzi-product-category-box .razzi-product-category-box__item:nth-child(2n+1) {
        padding-right: 10px;
    }

    .razzi-product-category-box .razzi-product-category-box__item:nth-child(2n) {
        padding-left: 10px;
    }

    .razzi-product-category-box .razzi-product-category-box__item-box {
        flex-direction: column;
        padding: 23px 15px 10px;
        height: 100%;
    }

    .razzi-product-category-box .razzi-product-category-box__content {
        order: 2;
        padding: 0;
    }

    .razzi-product-category-box .razzi-product-category-box__content .razzi-button {
        margin-top: 10px;
    }

    .razzi-product-category-box .razzi-product-category-box__image {
        order: 1;
        padding-bottom: 15px;
    }

    .razzi-products-deal-2 ul.products li.product .product-summary {
        padding: 0 15px;
    }
}

@media (max-width: 784px) {
    .razzi-testimonials-grid .testimonial-item {
        width: 50%;
    }

    .razzi-testimonials-grid .testimonials-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .razzi-products-tabs .swiper-scrollbar,
    .razzi-products-carousel .swiper-scrollbar,
    .razzi-products-deal .swiper-scrollbar {
        max-width: 250px;
    }

    .razzi-icons-box-carousel .rz-swiper-button {
        width: auto;
        height: auto;
    }

    .razzi-lookbook-slider-elementor .product-item {
        width: 165px;
    }

    .razzi-pricing-table__content {
        padding: 27px 20px 40px;
    }

    .razzi-pricing-table__content .pricing-desc {
        margin-bottom: 30px;
    }

    .razzi-testimonials-grid .testimonial-item {
        width: 100%;
    }

    .razzi-countdown .timer {
        padding: 0 15px;
    }

    .razzi-countdown .timer .divider {
        right: -6px;
        font-size: 25px;
    }

    .razzi-products-with-banner ul.products.layout-masonry li.product.has-banner {
        grid-column: span 2 !important;
    }

    .razzi-products-carousel-with-thumbnails ul.products.product-loop-layout-8 li.product .product-thumbnail .product-loop-inner__buttons {
        left: 5px;
    }

    .razzi-deals-carousel-2 .razzi-countdown {
        margin-right: 20px;
    }

    .razzi-deals-carousel-2 .razzi-countdown .timer {
        padding: 10px 0;
    }

    .razzi-products-slider .razzi-products-slider__content {
        width: auto;
    }
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
    body:not(.full-content) .widget-area {
        width: 31.25%;
    }

    body:not(.full-content) .content-area {
        width: 68.75%;
    }

    body.content-sidebar .content-area {
        padding-right: 15px;
        float: left;
    }

    body.content-sidebar .primary-sidebar {
        padding-left: 15px;
        float: right;
    }

    body.sidebar-content .content-area {
        padding-left: 15px;
        float: right;
    }

    body.sidebar-content .primary-sidebar {
        padding-right: 15px;
        float: left;
    }

    .site-footer .col-5 {
        width: 20%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-v9 .main-navigation .nav-menu > li {
        padding: 0 14px;
    }
}

@media (max-width: 1199px) {
    .razzi-container,
    .razzi-container-wide,
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-v6 .site-footer .razzi-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header .featured-image {
        background-position: center;
    }

    .header-account .account-links {
        display: none;
    }

    .header-cart .mini-cart-content {
        display: none;
    }

    .header-v11 .site-header .header-search.search-form-type .search-field {
        min-width: 370px;
    }
}

@media (min-width: 1220px) {
    .razzi-boxed-layout .site-footer {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-post.full-content .entry-footer,
    .single-post.full-content .entry-header {
        text-align: center;
    }

    .single-post.full-content .post-wrapper .entry-content,
    .single-post.full-content .comments-area {
        max-width: 780px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    body.full-content .entry-content .rz-alignwide {
        max-width: 1170px;
        width: 1170px;
        margin-left: calc(-1170px / 2 + 100% / 2);
        margin-right: calc(-1170px / 2 + 100% / 2);
    }
}

@media (max-width: 1024px) {
    .comment-list .children {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .header-v6 #page {
        padding-left: 0;
    }

    .sidebar-content .primary-sidebar {
        margin-top: 60px;
    }

    .footer-widgets .footer-widgets-area:not(.footer-widgets-area-diff) {
        margin-bottom: 20px;
    }

    .footer-main .footer-container {
        display: block;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .footer-main .footer-items {
        display: block;
        text-align: center;
        padding: 15px 0;
    }

    .footer-main .footer-items > * {
        margin: 0 0 30px;
    }

    .footer-main .footer-items > *:first-child {
        margin-bottom: 0;
    }

    .footer-widgets-area-diff .diff-row > * {
        width: 50%;
        margin-bottom: 30px;
    }

    .footer-widgets-area-diff .diff-row > *:last-child {
        margin-bottom: 0;
    }

    .single-post .entry-header {
        margin-bottom: 30px;
    }

    .post-wrapper .post-thumbnail {
        margin-top: 30px;
    }

    .razzi-map__has-tab {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .razzi-map__has-tab .razzi-map__table {
        max-width: 100%;
        flex-basis: 100%;
        overflow-x: auto;
        margin-right: 0;
    }

    .razzi-map__has-tab .mapboxgl-ctrl-top-right {
        transform: none;
    }

    .razzi-map .mapboxgl-ctrl-top-right {
        top: 10px;
    }

    .razzi-map .box-item {
        padding: 30px 15px;
    }

    .razzi-map .box-item:first-child {
        padding-top: 0;
    }

    .razzi-map .map-title {
        margin-bottom: 5px;
    }

    .razzi-catalog-page .content-area {
        width: 100%;
    }

    .razzi-catalog-page.sidebar-content .content-area,
    .razzi-catalog-page.sidebar-content .catalog-sidebar, .razzi-catalog-page.content-sidebar .content-area,
    .razzi-catalog-page.content-sidebar .catalog-sidebar {
        width: 100%;
    }

    .blog-wrapper--grid .blog-wrapper {
        width: 50%;
    }

    .full-content .blog-wrapper--grid.blog-columns--2 {
        margin: 0 -15px;
    }

    .full-content .blog-wrapper--grid.blog-columns--2 .blog-wrapper {
        padding: 0 15px;
    }

    .razzi-history-back {
        font-size: 24px;
        line-height: 1;
        color: var(--rz-header-color-dark);
    }

    .razzi-history-back .razzi-svg-icon {
        display: block;
    }

    .razzi-products-list-widget li {
        width: 50%;
    }
}

@media (max-width: 782px) {
    .admin-bar.header-sticky .site-header.minimized {
        top: 46px;
    }

    .admin-bar.modal-opened .modal.open {
        top: 46px;
    }
}

@media (max-width: 767px) {
    .razzi-hide-on-mobile {
        display: none;
    }

    .razzi-hide-on__breadcrumb .site-breadcrumb {
        display: none;
    }

    .razzi-hide-on__title .page-header__title {
        display: none;
    }

    .topbar {
        display: none;
    }

    .topbar.topbar-mobile {
        display: block;
    }

    .topbar .topbar-items {
        width: 100%;
    }

    .newsletter-popup-modal .modal-content {
        width: 100%;
    }

    .razzi-topbar__text span:not(.razzi-svg-icon) {
        margin-right: 0 !important;
    }

    .newsletter-popup-modal.hide-on-mobile {
        display: none !important;
    }

    .comment-list .children {
        margin-left: 0;
    }

    .comment .comment-metadata {
        display: block;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .comment .comment-metadata .fn {
        display: block;
    }

    .comment .avatar {
        max-width: 50px;
    }

    .comment-list .comment-meta ~ .comment-content {
        margin-left: 70px;
    }

    .footer-widgets .footer-widgets-area {
        width: 100%;
    }

    .footer-widgets .widget .widget-title {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        line-height: 1;
    }

    .footer-widgets .widget .widget-title .razzi-svg-icon {
        display: inline-flex;
        font-size: 18px;
    }

    .footer-widgets .widget .widget-title.active .razzi-svg-icon {
        transform: rotate(-180deg);
    }

    .footer-widgets .widget .clicked {
        display: none;
        margin-top: 15px;
    }

    .footer-widgets .widget.dropdown {
        border-bottom: 1px solid #444;
        padding-bottom: 17px;
        margin-bottom: 0;
    }

    .footer-widgets .widget:not(.dropdown) {
        margin-top: 17px;
    }

    .footer-widgets .footer-widgets-area-diff .diff-row > * {
        margin-bottom: 21px;
        width: 100%;
    }

    .footer-links .widget {
        margin-bottom: 19px;
    }

    .footer-links .widget_nav_menu .widget-title {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }

    .footer-links .widget_nav_menu ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .footer-links .widget_nav_menu ul li a {
        font-size: 14px;
    }

    .blog-wrapper--listing .blog-wrapper {
        display: block;
    }

    .blog-wrapper--listing .entry-header {
        margin-bottom: 30px;
        margin-right: 0;
        max-width: 100%;
    }

    .razzi-posts__list {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .razzi-posts__list .blog-wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .razzi-posts__taxs-list {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .post-wrapper .entry-title {
        font-size: 28px;
    }

    .single-post .site-content {
        padding-top: 10px;
    }

    .razzi-post__socials-share .after-text {
        display: none;
    }

    .razzi-post__socials-share a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blog-sidebar {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
    }

    table.large-padding thead th,
    table.large-padding thead td,
    table.large-padding th,
    table.large-padding td {
        padding: 10px;
    }

    .site-footer {
        background-repeat: no-repeat;
        background-position: center center;
    }

    .site-footer .footer-main .footer-items {
        padding: 5px 0;
    }

    .site-footer .footer-newsletter {
        --rz-footer-newsletter-top-spacing: 30px;
        --rz-footer-newsletter-bottom-spacing: 40px;
    }

    .site-footer .footer-widgets {
        --rz-footer-widget-top-spacing: 30px;
        --rz-footer-widget-bottom-spacing: 40px;
    }

    .site-footer .footer-extra {
        --rz-footer-extra-top-spacing: 30px;
        --rz-footer-extra-bottom-spacing: 40px;
    }

    .site-footer .footer-links {
        --rz-footer-links-bottom-spacing: 40px;
        --rz-footer-links-top-spacing: 40px;
    }

    .newsletter-popup-layout-2-columns .newsletter-popup-wrapper {
        padding: 60px 30px 65px;
    }

    .ra-cart-modal .widget_shopping_cart_content {
        padding-bottom: 310px;
    }

    .ra-search-form .search-results .result-title {
        margin: 0 -20px;
    }

    .ra-account-modal .modal-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    input[type="text"],
    input[type="email"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .site-content {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .razzi-catalog-page .site-content {
        padding-top: 20px;
    }

    .page-header__title {
        padding-top: 20px;
    }

    .razzi-catalog-page .catalog-page-header--layout-1 .page-header__title {
        padding-top: 5px;
    }

    .razzi-products-masonry .masonry-banner-content .banner-image {
        display: block;
    }

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        width: 100%;
    }

    .razzi-instagram-grid-2 .instagram-text-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .razzi-instagram-grid-2 .instagram-text-wrapper .instagram-desc br {
        display: none;
    }

    .razzi-banner-clt__content-desc br {
        display: none;
    }

    .swiper-pagination {
        margin-top: 20px;
    }

    ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    input[type="text"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .pswp .razzi-video-wrapper iframe, .pswp .razzi-video-wrapper .wp-video {
        height: auto;
    }
}

@media (max-width: 600px) {
    .admin-bar.header-sticky .site-header.minimized {
        top: 0;
    }

    .admin-bar.sticky-minimized .rz-modal {
        top: 0;
    }

    .admin-bar .rz-modal {
        top: 0;
        height: 100%;
    }

    .admin-bar .rz-modal.quick-view-modal {
        top: 0;
    }
}

@media (max-width: 480px) {
    .modal {
        width: 100%;
        right: -100%;
    }

    .modal.open {
        transform: translate3d(-100%, 0, 0);
    }

    .modal.side-left {
        left: -100%;
    }

    .modal.side-left.open {
        transform: translate3d(100%, 0, 0);
    }

    .rz-modal .panel-content {
        width: 90%;
    }

    .footer-newsletter:not(.layout-v2) .mc4wp-form-fields,
    .razzi-newsletter:not(.layout-v2) .mc4wp-form-fields {
        display: block;
    }

    .footer-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"],
    .footer-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="email"],
    .razzi-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"],
    .razzi-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="email"] {
        width: 100%;
        text-align: center;
    }

    .footer-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"],
    .razzi-newsletter:not(.layout-v2) .mc4wp-form-fields input[type="submit"] {
        margin: 10px 0 0 0;
    }

    .newsletter-popup-modal .newsletter-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .newsletter-popup-modal .newsletter-popup-content {
        font-size: 14px;
    }

    .newsletter-popup-modal .newsletter-popup-wrapper {
        padding: 50px 15px;
    }

    .newsletter-popup-modal .newsletter-popup-form {
        margin-bottom: 30px;
    }

    .newsletter-popup-modal .newsletter-popup-form .mc4wp-form-fields {
        display: block;
    }

    .newsletter-popup-modal .newsletter-popup-form .mc4wp-form-fields input[type=email] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .newsletter-popup-modal .newsletter-popup-form .mc4wp-form-fields input[type="submit"] {
        width: 100%;
    }

    .newsletter-popup-modal .button-close {
        top: -12px;
        right: -10px;
        transform: none;
        z-index: 999;
        cursor: pointer;
        margin: 0;
        padding: 10px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 18px;
    }

    .newsletter-popup-layout-1-column .newsletter-popup-image {
        min-height: 150px;
    }

    .newsletter-popup-layout-1-column .newsletter-popup-content {
        width: 90%;
    }

    .newsletter-popup-layout-1-column .newsletter-popup-wrapper {
        padding: 30px 20px;
    }

    .newsletter-popup-layout-1-column .button-close:hover .razzi-svg-icon {
        color: #a0a0a0;
    }

    .newsletter-popup-layout-1-column .button-close .razzi-svg-icon {
        color: #a0a0a0;
    }

    .newsletter-popup-layout-2-columns .newsletter-popup-image {
        display: none;
    }

    .newsletter-popup-layout-2-columns .mc4wp-form-fields input[type="submit"] {
        background-color: var(--rz-background-color-dark);
        color: var(--rz-color-lighter);
    }

    .newsletter-popup-layout-2-columns .newsletter-popup-content {
        padding-bottom: 25px;
        text-align: center;
    }

    .newsletter-popup-layout-2-columns .newsletter-popup-form .razzi-svg-icon {
        display: none;
    }

    .newsletter-popup-layout-2-columns .n-close {
        display: flex;
        justify-content: center;
    }

    .razzi-products-list-widget li {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .footer-widgets-area-diff .diff-row > * {
        width: 100%;
    }
}

.topbar-mobile .topbar-menu {
    margin-left: -8px;
    margin-right: -8px;
}

.topbar-mobile .topbar-menu li a {
    padding: 0 8px;
}

.topbar-mobile p {
    margin: 0;
}

.mobile-topbar-items {
    display: flex;
    justify-content: center;
    width: 100%;
}

.razzi-topbar__text span:not(.razzi-svg-icon) {
    margin-right: 0 !important;
}

.header-mobile {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.header-mobile .mobile-menu a {
    color: var(--rz-header-color-dark);
    transition: none;
    display: flex;
    margin-top: 2px;
}

.header-mobile .header-cart {
    padding-right: 5px;
}

.header-mobile .mobile-search .razzi-svg-icon {
    font-size: 18px;
}

.header-mobile > * {
    line-height: 1;
}

.header-mobile .site-branding {
    flex: auto;
    text-align: center;
}

.header-mobile.header-no-menu .site-branding {
    text-align: left;
}

.header-mobile .razzi-history-back,
.header-mobile .mobile-menu {
    flex: 1;
}

.mobile-header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    flex: 1;
}

.mobile-header-icons .search-icon {
    color: var(--rz-header-color-dark);
}

.mobile-header-icons > * {
    margin-left: 15px;
}

.mobile-header-icons > *:first-child {
    margin-left: 0;
}

.ra-menu-mobile-modal .menu-mobile-panel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.ra-menu-mobile-modal .modal-header {
    justify-content: flex-start;
}

.ra-menu-mobile-modal .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 0;
}

.ra-menu-mobile-modal .content-footer {
    padding: 40px 0;
}

.ra-menu-mobile-modal ul.nav-menu ul {
    padding-left: 5px;
}

.ra-menu-mobile-modal ul.nav-menu ul li a {
    font-size: 20px;
    line-height: 1.5;
}

.ra-menu-mobile-modal ul.nav-menu li.menu-item-has-children .toggle-menu-children {
    display: block;
}

.ra-menu-mobile-modal ul.nav-menu li.menu-item-has-children > a {
    padding-right: 25px;
}

.ra-menu-mobile-modal ul.nav-menu > li {
    padding-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.ra-menu-mobile-modal ul.nav-menu > li > a {
    font-size: 24px;
}

.ra-menu-mobile-modal ul.nav-menu a {
    line-height: 36px;
}

.razzi-menu-badges {
    --rz-badges-bg-color: #dd3333;
    white-space: nowrap;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 4px;
    bottom: 15px;
    right: -5px;
    background-color: var(--rz-badges-bg-color);
    color: var(--rz-color-lighter);
    position: relative;
}

.razzi-menu-badges:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border: 4px solid;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-width: 7px;
    border-left-width: 0;
    border-color: var(--rz-badges-bg-color);
}

.topbar {
    height: 50px
}

.site-header .logo .logo-image {
    width: 100px;
    height: auto;
}

.header-sticky #site-header.minimized .header-main {
    height: 70px;
}

@media (min-width: 767px) {
    #campaign-bar {
        height: 52px;
    }
}

.header-sticky.woocommerce-cart .cart-collaterals {
    top: 120px;
}

.header-sticky.woocommerce-cart.admin-bar .cart-collaterals {
    top: 152px;
}

.header-sticky.single-product div.product.layout-v5 .entry-summary {
    top: 100px;
}

.header-sticky.single-product.admin-bar div.product.layout-v5 .entry-summary {
    top: 132px;
}

.site-content.custom-top-spacing {
    padding-top: 80px;
}

.site-content.custom-bottom-spacing {
    padding-bottom: 80px;
}

.razzi-boxed-layout {
}

#page-header.page-header--layout-1 .page-header__title {
    padding-top: 50px;
}

#page-header.page-header--layout-2 {
    padding-top: 50px;
}

#page-header.page-header--layout-1 .page-header__title {
    padding-bottom: 50px;
}

#page-header.page-header--layout-2 {
    padding-bottom: 50px;
}

.footer-branding .logo-image {
}

.site-footer {
    background-image: url(../../uploads/2022/07/footer_bg_1920.png);
}

.footer-newsletter {
    --rz-footer-newsletter-top-spacing: 110px
}

.footer-newsletter {
    --rz-footer-newsletter-bottom-spacing: 41px
}

.footer-extra {
    --rz-footer-extra-top-spacing: 105px
}

.footer-extra {
    --rz-footer-extra-bottom-spacing: 112px
}

.footer-widgets {
    --rz-footer-widget-top-spacing: 64px
}

.footer-widgets {
    --rz-footer-widget-bottom-spacing: 30px
}

.footer-links {
    --rz-footer-links-top-spacing: 64px
}

.footer-links {
    --rz-footer-links-bottom-spacing: 64px
}

.footer-main {
    --rz-footer-main-top-spacing: 22px
}

.footer-main {
    --rz-footer-main-bottom-spacing: 22px
}

.footer-main.has-divider {
    --rz-footer-main-border-color: #2b2b2b
}

body {
    --rz-font-family-primary: Roboto;
}

h1, .h1 {
    font-family: Roboto;
}

h2, .h2 {
    font-family: Roboto;
}

h3, .h3 {
    font-family: Roboto;
}

h4, .h4 {
    font-family: Roboto;
}

h5, .h5 {
    font-family: Roboto;
}

h6, .h6 {
    font-family: Roboto;
}

.main-navigation a, .hamburger-navigation a {
    font-family: Roboto;
}

.main-navigation li li a, .hamburger-navigation ul ul a {
    font-family: Roboto;
}

.page-header__title {
    font-family: Roboto;
}

.blog .page-header__title {
    font-family: Roboto;
}

.widget-title, .footer-widgets .widget-title {
    font-family: Roboto;
}

.footer-extra {
    font-family: Roboto;
}

.footer-widgets {
    font-family: Roboto;
}

.footer-main {
    font-family: Roboto;
}

@media (max-width: 767px) {
    .site-header .mobile-logo .logo-image {
    }

    .menu-mobile-panel-content .mobile-logo .logo-image {
    }
}

@media (max-width: 767px) {
}

@media (max-width: 767px) {
}

@charset "UTF-8";
/*
Theme Name: razzi

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
@-webkit-keyframes razzi-rotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes razzi-rotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes razzi-scale {
    30% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes razzi-scale {
    30% {
        transform: scale(0.3);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes razzi-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes razzi-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes razziFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes razziFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes bubble {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes bubble {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@-webkit-keyframes anim-ripple {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes anim-ripple {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
    display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th, table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td:before {
        display: none;
    }
}

table.shop_table {
    font-size: 100%;
    border: none;
    margin-bottom: 26px;
}

table.shop_table tr td,
table.shop_table tr th.wishlist-delete,
table.shop_table tr th.product-checkbox {
    text-align: left;
}

table.shop_table th, table.shop_table td {
    border-width: 0 0 1px 0;
}

table.shop_table td.product-thumbnail a {
    max-width: 97px;
    margin: auto;
}

table.shop_table td.product-name a {
    color: var(--rz-color-dark);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

table.shop_table td.product-price {
    color: var(--rz-text-color-gray);
    font-size: 15px;
    font-weight: 500;
}

table.shop_table td.product-price .woocs_price_code {
    display: flex;
    align-items: center;
}

table.shop_table td.product-price ins {
    color: var(--rz-color-primary);
    padding-left: 5px;
    background-color: transparent;
    font-size: 16px;
}

table.shop_table td.product-price del {
    font-size: 14px;
    color: #a6a6a6;
}

table.shop_table td.product-price .sale {
    color: #e84506;
    font-weight: 400;
    order: 3;
    font-size: 14px;
}

table.shop_table td.product-stock-status {
    font-weight: 500;
}

table.shop_table td.product-stock-status span.wishlist-in-stock {
    color: #679900;
}

table.shop_table td.product-stock-status span.wishlist-out-of-stock {
    color: #e84506;
}

table.shop_table td.product-add-to-cart {
    padding-right: 0;
    text-align: right;
    width: 20%;
}

table.shop_table td.product-add-to-cart span.dateadded {
    margin-bottom: 7px;
    font-size: 14px;
}

table.shop_table td.product-add-to-cart a {
    display: inline-block !important;
    text-align: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px !important;
    margin: 0 0 10px 0 !important;
    text-decoration: none;
    width: 100%;
}

table.shop_table td.product-add-to-cart a .razzi-svg-icon {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

table.shop_table td.product-add-to-cart a:last-child {
    margin: 0 !important;
}

table.shop_table td.product-add-to-cart a.loading i {
    display: none;
}

table.shop_table td.product-add-to-cart a.loading:before {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: razzi-spin infinite 1s linear;
    animation: razzi-spin infinite 1s linear;
    transition: opacity .2s linear .2s;
    margin-right: 7px;
    top: 2px;
    position: relative;
}

table.shop_table td.product-add-to-cart a.loading .razzi-svg-icon {
    display: none;
}

table.shop_table td.product-add-to-cart a.remove_from_wishlist {
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid;
}

table.shop_table td.product-add-to-cart a.remove_from_wishlist:hover {
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid;
}

table.shop_table td.product-add-to-cart a.product_type_grouped:before, table.shop_table td.product-add-to-cart a.product_type_external:before {
    display: none;
}

table.shop_table td.product-add-to-cart a .oroco-svg-icon {
    margin-right: 10px;
    display: inline-block;
}

table.shop_table td.product-add-to-cart a:hover {
    background-color: var(--rz-background-color-dark);
    border-color: transparent;
    color: #ffffff;
}

table.shop_table td.product-add-to-cart.out-of-stock a {
    color: var(--rz-color-dark);
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 9px 14px;
}

table.shop_table td.product-add-to-cart.out-of-stock a:before {
    display: none;
}

table.shop_table td .woocommerce-shipping-methods {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

table.shop_table td .woocommerce-shipping-methods li {
    margin-bottom: 10px;
}

table.shop_table .woocommerce-orders-table__cell {
    font-size: 15px;
    font-weight: 600;
    color: var(--rz-color-dark);
}

table.shop_table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: right;
    padding: 20px 0 0 0;
}

table.shop_table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    display: inline-block;
    text-align: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 46px;
    padding: 0 40px;
    text-decoration: none;
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid;
    white-space: nowrap;
    min-width: 150px;
    margin-top: 10px;
}

table.shop_table .woocommerce-orders-table__cell .order-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: var(--rz-text-color);
    margin-bottom: 7px;
}

table.shop_table thead th {
    background-color: #F8F8F8;
    font-weight: 500;
    color: var(--rz-color-dark);
    font-size: 16px;
    padding: 15px;
    border: none;
}

table.shop_table thead th:first-child {
    padding-left: 30px;
}

table.shop_table tbody td {
    border: none;
    padding: 20px;
}

table.shop_table tbody td.product-thumbnail {
    width: 14%;
}

table.shop_table tbody td.product-remove {
    padding: 36px 20px;
}

table.shop_table tbody td.product-remove a {
    font-size: 24px;
    color: #555 !important;
    width: 24px;
    height: 24px;
    line-height: 25px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

table.shop_table tbody td.product-remove a:hover {
    color: var(--rz-color-dark) !important;
    border-color: #ccc !important;
    background-color: #fafafa !important;
}

table.shop_table tbody dl.variation {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.18182px;
    color: var(--rz-color-dark);
    line-height: 1.38;
}

table.shop_table tbody dl.variation dt {
    float: left;
    margin-right: 5px;
}

table.shop_table tbody dl.variation dd {
    margin: 0 0 10px;
}

table.shop_table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--rz-border-color-light);
}

table.shop_table tfoot td {
    padding: 20px;
}

.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a {
    padding: 0 37px !important;
    line-height: 50px;
}

.woocommerce-wishlist table.wishlist_table tbody tr:last-child {
    border-bottom: 1px solid var(--rz-border-color-light);
}

.woocommerce-wishlist table.wishlist_table tr td.product-name {
    width: 35%;
}

.woocommerce-wishlist table.wishlist_table tr td.product-price .woocs_price_code {
    display: inline-block;
}

.woocommerce-wishlist .yith-wcwl-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
}

.woocommerce-wishlist .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    padding-right: 17px;
}

.woocommerce-wishlist .yith-wcwl-share li {
    padding: 0 5px 0 0;
}

.woocommerce-wishlist .yith-wcwl-share li a {
    min-height: 35px;
    min-width: 35px;
    padding: 0;
    line-height: 35px;
}

.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul {
    height: auto;
}

.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul li {
    height: auto;
}

.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul li a {
    color: #fff;
    background-image: none;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    font-weight: 400;
}

.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul li a:before {
    display: block;
}

.woocommerce .wishlist_table.mobile {
    padding-left: 0;
    margin: 0 0 40px;
}

.woocommerce .wishlist_table.mobile li {
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
}

.woocommerce .wishlist_table.mobile li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.woocommerce .wishlist_table.mobile li a {
    text-decoration: none;
}

.woocommerce .wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 90px;
    position: absolute;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details {
    width: calc(100% - 107px);
    margin-left: 107px;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
    width: 100%;
    margin: 0;
    color: var(--rz-color-dark);
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table tr {
    padding: 5px 0;
    border: 0;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td {
    padding: 0;
    font-size: 14px;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.label {
    font-weight: 400;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td ins {
    color: var(--rz-color-primary);
    margin-right: 5px;
    font-weight: 700;
    background-color: transparent;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td del {
    color: #a6a6a6;
}

.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td .sale {
    color: #e84506;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper {
    margin-left: 107px;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info {
    width: 100%;
    margin: 0 0 10px 0;
    color: #777;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info tr {
    padding: 5px 0;
    border: 0;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td {
    padding: 0;
    font-size: 14px;
    color: var(--rz-color-dark);
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td.label {
    font-weight: 400;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0;
    float: left;
    margin-right: 7px;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
    display: inline-block !important;
    text-align: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 3px 25px !important;
    margin: 0 !important;
    text-decoration: none;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a .razzi-svg-icon {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    float: right;
    margin-top: 3px;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a {
    color: #555;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #555;
    text-decoration: none;
    position: relative;
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNCAxTDEgMTRNMSAxTDE0IDE0IiBzdHJva2U9IiMxZjFmMWYiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==");
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a i {
    display: none;
}

.woocommerce .wishlist_table.mobile li table.item-details-table td.value,
.woocommerce .wishlist_table.mobile li table.additional-info td.value {
    text-align: left;
}

.woocommerce .wishlist_table.mobile li table.item-details-table td.label,
.woocommerce .wishlist_table.mobile li table.additional-info td.label {
    font-weight: 400;
    width: 30%;
}

table.my_account_orders {
    margin-bottom: 0;
}

table.my_account_orders thead {
    background-color: var(--rz-background-color-gray);
}

table.my_account_orders thead .woocommerce-orders-table__cell {
    width: 25%;
    margin-bottom: 30px;
}

table.my_account_orders thead .woocommerce-orders-table__cell-order-actions {
    display: none;
}

table.my_account_orders tbody > tr > td table tr td {
    padding: 15px 30px;
}

table.my_account_orders tbody table {
    margin-bottom: 0;
    border: none;
}

table.my_account_orders .order-list-image {
    padding: 30px 20px 0 0;
}

table.my_account_orders .order-list-image:before {
    display: none;
}

table.my_account_orders .order-list-image ul {
    margin: 0 -5px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

table.my_account_orders .order-list-image ul li {
    padding: 0 5px;
    margin-bottom: 7px;
    display: list-item;
}

table.my_account_orders .order-list-image ul li:nth-child(n+6):not(.item-plus) {
    display: none;
}

table.my_account_orders .order-list-image ul li img {
    max-width: 70px;
    display: block;
}

table.my_account_orders .order-list-image ul li a {
    display: block;
    line-height: 1;
}

table.my_account_orders .order-list-image ul li.item-plus {
    width: 80px;
}

table.my_account_orders .order-list-image ul li.item-plus > span {
    background-color: var(--rz-background-color-gray);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: var(--rz-color-dark);
    cursor: pointer;
}

table.order_details.order_total tr {
    color: var(--rz-color-dark);
    font-size: 16px;
}

table.order_details.order_total tr > * {
    padding-left: 0;
    padding-right: 0;
}

table.order_details.order_total tr:last-child {
    font-size: 18px;
}

table.order_details.order_total tr:last-child th,
table.order_details.order_total tr:last-child td {
    font-weight: 500;
}

table.order_details.order_total tr th {
    border: none;
}

table.order_details.order_total tr td {
    text-align: right;
}

table.order_details .woocommerce-order-details__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin: 15px 0 10px 0;
    padding: 0;
}

table.order_details .download-file {
    text-align: right;
    max-width: 200px;
}

table.order_details .download-file .woocommerce-MyAccount-downloads-file {
    text-decoration: underline;
    color: #111;
}

table.order_details .button:not(.woocommerce-MyAccount-downloads-file) {
    display: inline-block;
    text-align: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 46px;
    padding: 0 40px;
    text-decoration: none;
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid;
    white-space: nowrap;
}

table.order_details .woocommerce-table__product-table {
    padding-left: 0;
    padding-right: 0;
}

table.order_details .woocommerce-table__product-table .product-image {
    margin-right: 30px;
    float: left;
    line-height: 1;
}

table.order_details .woocommerce-table__product-table .product-image img {
    max-width: 100px;
}

table.order_details .woocommerce-table__product-table .product-content {
    font-size: 15px;
    line-height: 22px;
    color: var(--rz-text-color-gray);
    padding-top: 15px;
}

table.order_details .woocommerce-table__product-table .product-content a {
    font-weight: 500;
    text-decoration: none;
}

table.order_details .woocommerce-table__product-table .product-price {
    font-weight: 500;
    color: var(--rz-text-color-gray);
    margin-top: 3px;
}

table.order_details .woocommerce-table__product-table .wc-item-meta {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none;
}

table.order_details .woocommerce-table__product-table .wc-item-meta li {
    display: flex;
}

table.order_details .woocommerce-table__product-table .wc-item-meta li > * {
    margin-right: 3px;
}

table.order_details .woocommerce-table__product-table .wc-item-meta li strong {
    font-weight: 400;
}

table.order_details .woocommerce-table__product-table .wc-item-meta li p {
    margin: 0;
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    position: relative;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 25px;
}

ul.products li.product .product-thumbnail {
    position: relative;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link {
    display: block;
    transition: none;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link img {
    display: block;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading {
    position: relative;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading:before {
    content: '';
    display: block;
    border-radius: 100px;
    position: absolute;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading:before {
    background-color: var(--rz-background-color-primary);
    height: 13px;
    width: 13px;
    top: 0;
    left: 0;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading:before {
    top: 50%;
    left: 50%;
    z-index: 90;
}

ul.products li.product .product-thumbnail .product-loop__buttons {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    pointer-events: none;
}

ul.products li.product .product-thumbnail .product-loop__buttons > * {
    pointer-events: auto;
}

ul.products li.product .product-thumbnail .product-loop__buttons .loop_button-text {
    display: none;
}

ul.products li.product .product-thumbnail .rz-loop_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 1;
    transform: translateY(10px);
    transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.03);
}

ul.products li.product .product-thumbnail .rz-loop_button:nth-child(2) {
    transition-delay: 75ms;
}

ul.products li.product .product-thumbnail .rz-loop_button:nth-child(3) {
    transition-delay: .15s;
}

ul.products li.product .product-thumbnail .rz-loop_button svg {
    transition: none;
}

ul.products li.product .product-thumbnail .rz-loop_button .icon-shop-cart {
    font-size: 18px;
}

ul.products li.product .product-thumbnail .yith-wcwl-wishlistaddedbrowse .rz-loop_button:hover svg,
ul.products li.product .product-thumbnail .yith-wcwl-wishlistexistsbrowse .rz-loop_button:hover svg {
    fill: var(--rz-background-text-color-primary);
}

ul.products li.product .rz-loop_button {
    position: relative;
}

ul.products li.product .rz-loop_button .razzi-svg-icon {
    min-width: 16px;
}

ul.products li.product .rz-loop_button.loading:before {
    opacity: 1;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: razzi-spin infinite 1s linear;
    animation: razzi-spin infinite 1s linear;
    transition: opacity .2s linear .2s;
    content: "";
}

ul.products li.product .rz-loop_button.loading .razzi-svg-icon {
    display: none;
}

ul.products li.product .rz-loop_button:not(.loading):after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    display: none;
    pointer-events: none;
}

ul.products li.product .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

ul.products li.product .yith-wcwl-add-to-wishlist .rz-loop_button {
    transition-delay: .15s;
}

ul.products li.product .yith-wcwl-add-to-wishlist .rz-loop_button i {
    margin-right: 0;
}

ul.products li.product .yith-wcwl-add-to-wishlist .blockUI {
    display: none !important;
}

ul.products li.product .yith-wcwl-wishlistaddedbrowse svg,
ul.products li.product .yith-wcwl-wishlistexistsbrowse svg {
    fill: var(--rz-color-darker);
}

ul.products li.product .added_to_cart {
    display: none;
}

ul.products li.product .product-summary {
    transition: transform .35s ease;
	padding: 16px;
}

ul.products li.product .product-summary .rz-loop_atc_button {
    display: none;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    margin: 0 0 3px;
}

ul.products li.product .woocommerce-loop-product__title a {
    color: inherit;
}

ul.products li.product .meta-cat {
    font-size: 14px;
    color: var(--rz-text-color-gray);
    display: inline-block;
    margin-bottom: 5px;
}

ul.products li.product .meta-cat:hover {
    color: var(--rz-color-darker);
}

ul.products li.product .price {
    color: var(--rz-text-color-gray);
    font-size: 16px;
    font-weight: 500;
    display: block;
}

ul.products li.product .price del {
    font-size: 14px;
    color: #a6a6a6;
}

ul.products li.product .price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
    padding-left: 5px;
}

ul.products li.product .star-rating {
    margin-top: 5px;
}

ul.products li.product .woocommerce-product-details__short-description p {
    margin-bottom: 0;
}

ul.products li.product .product-inner {
	background-color: #ffffff;
    position: relative;

	border: 1px solid rgb(0 0 0 / 29%);
	border-radius: 10px;
	border: 1px solid rgb(0 0 0 / 29%);
	border-radius: 10px;
}

ul.products li.product .product-inner:hover .product-thumbnail .rz-loop_button {
    opacity: 1;
    transform: translateY(0);
}

ul.products li.product .product-inner:hover .product-thumbnail:not(.hover-swatch) .product-thumbnails--hover .hover-image {
    opacity: 1;
}

ul.products li.product .product-inner:hover .product-thumbnails--slider .rz-swiper-button {
    opacity: 1;
}

ul.products li.product .product-thumbnails--slider .swiper-lazy {
    display: block;
    opacity: 0;
    transition: opacity .4s;
}

ul.products li.product .product-thumbnails--slider .swiper-lazy.swiper-lazy-loaded {
    opacity: 1;
}

ul.products li.product .product-thumbnails--slider .rz-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    background-color: var(--rz-background-color-light);
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    transition: .4s;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rz-color-dark);
}

ul.products li.product .product-thumbnails--slider .rz-product-loop-swiper-next {
    right: 0;
}

ul.products li.product .product-thumbnails--slider .rz-product-loop-swiper-prev {
    left: 0;
}

ul.products li.product .product-thumbnails--slider .woocommerce-badges {
    z-index: 9;
}

ul.products li.product .product-thumbnails--hover img {
    transition: opacity .4s;
}

ul.products li.product .product-thumbnails--hover .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

ul.products li.product .product-thumbnail-zoom {
    display: flex;
}

ul.products li.product form.cart {
    position: relative;
    padding-bottom: 15px;
}

ul.products li.product form.cart .woocommerce-variation-description,
ul.products li.product form.cart .woocommerce-variation-add-to-cart {
    display: none;
}

ul.products li.product form.cart .variations {
    border: none;
    margin-bottom: 0;
}

ul.products li.product form.cart .variations th,
ul.products li.product form.cart .variations td {
    border: none;
    padding: 0 0 10px;
}

ul.products li.product form.cart .variations td.label {
    display: none;
}

ul.products li.product form.cart .variations select {
    width: 100%;
    padding: 8px 15px;
}

ul.products li.product form.cart .woocommerce-variation {
    margin-bottom: -10px;
}

ul.products li.product form.cart .woocommerce-variation:after {
    clear: both;
    content: "";
    display: block;
}

ul.products li.product form.cart .woocommerce-variation-availability {
    display: none;
    float: right;
}

ul.products li.product form.cart .woocommerce-variation-availability p {
    margin: 0;
}

ul.products li.product form.cart .woocommerce-variation-price {
    text-align: left;
    float: left;
    margin: 10px 0 0 0;
}

ul.products li.product form.cart .price {
    text-align: left;
    padding-left: 0;
    color: var(--rz-color-primary);
}

ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item {
    border: 1px solid transparent;
}

ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:first-child:before {
    left: calc(100% + 2px);
}

ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item {
    border: 1px solid transparent;
}

ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item:first-child:before {
    left: calc(100% + 11px);
}

ul.products li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__wrapper {
    margin: 0 -5px;
}

ul.products li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__item {
    width: 30px !important;
    height: 30px !important;
    line-height: 28px !important;
    margin: 0 5px 10px;
    box-shadow: none;
    outline: none;
}

ul.products li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__item.selected {
    border-color: var(--rz-color-dark);
}

ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
    width: auto !important;
}

ul.products li.product form.cart .tawcvs-swatches {
    padding: 0;
}

ul.products li.product form.cart .tawcvs-swatches .swatch {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    border: none;
    margin-right: 5px;
    transition: none;
}

ul.products li.product form.cart .tawcvs-swatches .swatch.selected {
    box-shadow: none;
}

ul.products li.product form.cart .tawcvs-swatches .swatch-color {
    border-radius: 100%;
}

ul.products li.product form.cart .tawcvs-swatches .swatch-color.selected:before {
    margin-top: -6px;
}

ul.products li.product form.cart .tawcvs-swatches .swatch-label {
    border-radius: 0;
    background: none;
    white-space: nowrap;
    font-size: 15px;
    color: #767676;
    margin-right: 10px;
    width: auto;
    border: none;
}

ul.products li.product form.cart .tawcvs-swatches .swatch-label.selected {
    color: #111;
}

ul.products li.product form.cart .tawcvs-swatches .swatch-label.disabled {
    opacity: 1 !important;
    text-decoration: line-through;
}

ul.products li.product form.cart .tawcvs-swatches .swatch-image {
    border-radius: 0;
    border-bottom: 2px solid transparent;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

ul.products li.product form.cart .tawcvs-swatches .swatch-image.selected {
    border-color: #111;
}

ul.products li.product .product-variation-not-taxonomy {
    margin-top: 10px;
    font-size: 14px;
    color: #767676;
}

ul.products li.product .product-variation-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin: 6px -4px 0;
    font-size: 14px;
    color: #767676;
}

ul.products li.product .product-variation-items .product-variation-attrs {
    margin: 0 4px;
}

ul.products li.product .product-variation-items .product-variation-item-more {
    padding: 4px;
    color: #767676;
    font-size: 15px;
}

ul.products li.product .product-variation-items .product-variation-item {
    position: relative;
    margin: 4px;
    cursor: pointer;
}

ul.products li.product .product-variation-items .product-variation-item:hover:before {
    content: attr(data-text);
    background-color: #000;
    color: #fff;
    top: -40px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    white-space: nowrap;
    display: block;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 12px 7px;
    line-height: 1;
    pointer-events: none;
}

ul.products li.product .product-variation-items .product-variation-item:hover:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    display: block;
    pointer-events: none;
}

ul.products li.product .product-variation-items .product-variation-item__color {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

ul.products li.product .product-variation-items .product-variation-item--color.selected .product-variation-item__color:before {
    transform: rotate(45deg);
    content: "";
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
    width: 6px;
    height: 10px;
}

ul.products li.product .product-variation-items .product-variation-item--label {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #CDCDCD;
    transition: 0.35s;
}

ul.products li.product .product-variation-items .product-variation-item--label:hover, ul.products li.product .product-variation-items .product-variation-item--label.selected {
    border-color: #111;
    color: #111;
}

ul.products li.product .product-variation-items .product-variation-item--image {
    width: 30px;
    height: auto;
    border: 1px solid #CDCDCD;
    transition: 0.35s;
}

ul.products li.product .product-variation-items .product-variation-item--image img {
    display: block;
}

ul.products li.product .product-variation-items .product-variation-item--image.selected {
    border-color: #111;
    color: #111;
}

ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 16px;
    margin: 10px 0 0;
}

ul.products li.product-category .woocommerce-loop-category__title a {
    color: inherit;
}

ul.products li.product-category .woocommerce-loop-category__title .count {
    background-color: transparent;
}

ul.products.loading .razzi-posts__loading {
    display: block;
}

ul.products.product-loop-center li.product .product-summary {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

ul.products.product-loop-center li.product .price {
    justify-content: center;
}

ul.products.product-loop-center li.product .star-rating {
    margin-left: auto;
    margin-right: auto;
}

ul.products.product-loop-center li.product .product-variation-items {
    justify-content: center;
}

ul.products.product-loop-layout-1 li.product .star-rating {
    display: block;
    margin-top: 0;
}

ul.products.product-loop-layout-1 li.product .star-rating .user-rating .razzi-svg-icon {
    color: #F8B86D;
}

ul.products.product-loop-layout-1 li.product .star-rating .max-rating .razzi-svg-icon {
    color: #CDCDCD;
}

ul.products.product-loop-layout-1 li.product .meta-cat {
    margin-top: 5px;
    margin-bottom: 0;
}

ul.products.product-loop-layout-1 li.product .woocommerce-loop-product__title {
    margin-top: 5px;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail {
    overflow: hidden;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .product-loop__buttons {
    right: 20px;
    top: 0;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .product-loop__buttons .ajax_add_to_cart.loading:before {
    margin-right: 0;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .product-loop__buttons .quick-view-button {
    display: none;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .yith-wcwl-add-to-wishlist .rz-loop_button {
    transition-delay: 0s;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button {
    transform: translateX(10px);
    margin: 0 0 10px;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button:before {
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    left: auto;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button:after {
    border-color: transparent transparent transparent #000;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    left: auto;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail > .rz-loop_button {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    transform: translateY(10px);
    margin: 0;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
    z-index: 1;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail > .rz-loop_button .loop_button-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail > .rz-loop_button .razzi-svg-icon {
    margin-right: 8px;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail > .rz-loop_button:not(.loading):before, ul.products.product-loop-layout-2 li.product .product-thumbnail > .rz-loop_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-2 li.product .product-thumbnail .ajax_add_to_cart.loading:before {
    margin-right: 8px;
}

ul.products.product-loop-layout-2.show-wishlist li.product .yith-wcwl-add-to-wishlist .rz-loop_button {
    opacity: 1;
    transform: translateY(0);
}

ul.products.product-loop-layout-2.has-quick-view li.product .product-thumbnail .product-loop__buttons .quick-view-button {
    display: flex;
}

ul.products.product-loop-layout-3 .star-rating .user-rating .razzi-svg-icon {
    color: #F7B600;
}

ul.products.product-loop-layout-3 .star-rating .max-rating .razzi-svg-icon {
    color: #767676;
}

ul.products.product-loop-layout-4 li.product .product-summary {
    position: relative;
    z-index: 1;
}

ul.products.product-loop-layout-4 li.product .product-inner {
    overflow: hidden;
    padding-bottom: 25px;
}

ul.products.product-loop-layout-4 li.product .product-inner:hover .product-summary {
    transform: translateY(-40px);
}

ul.products.product-loop-layout-4 li.product .product-inner:hover .product-loop__buttons {
    transform: translateY(0);
    opacity: 1;
    transition: 0.1s;
}

ul.products.product-loop-layout-4 li.product .star-rating {
    margin-top: 7px;
}

ul.products.product-loop-layout-4 li.product .product-loop__buttons {
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin-left: -15px;
    margin-right: -15px;
}

ul.products.product-loop-layout-4 li.product .product-loop__buttons .rz-loop_button {
    display: flex;
    padding: 0 15px;
}

ul.products.product-loop-layout-4 li.product .product-loop__buttons .loop_button-text {
    display: none;
}

ul.products.product-loop-layout-4 li.product .product-thumbnails--slider .rz-swiper-button {
    margin-top: -20px;
}

ul.products.product-loop-layout-5 li.product .product-inner {
    padding-bottom: 25px;
    transition: all .2s ease-in-out;
    transition-property: box-shadow;
}

ul.products.product-loop-layout-5 li.product .product-inner:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

ul.products.product-loop-layout-6 li.product .product-inner {
    padding-bottom: 25px;
    transition: all .2s ease-in-out;
    transition-property: box-shadow;
}

ul.products.product-loop-layout-6 li.product .product-inner:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

ul.products.product-loop-layout-6 li.product .product-inner:hover .rz-loop_atc_button {
    background-color: var(--rz-background-color-primary);
    color: var(--rz-background-text-color-primary);
}

ul.products.product-loop-layout-6 li.product .price {
    color: var(--rz-color-dark);
}

ul.products.product-loop-layout-6 li.product .product-summary {
    padding-left: 30px;
    padding-right: 30px;
}

ul.products.product-loop-layout-6 li.product .rz-loop_atc_button {
    padding: 10px 24px;
    min-width: 140px;
    border: 1px solid var(--rz-border-color-primary);
    display: inline-block;
    font-weight: 500;
    margin-top: 24px;
    transition: background 0.35s, color 0.15s;
}

ul.products.product-loop-layout-6 li.product .rz-loop_atc_button:not(.loading):before, ul.products.product-loop-layout-6 li.product .rz-loop_atc_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-6 li.product .rz-loop_atc_button.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: var(--rz-color-primary);
}

ul.products.product-loop-layout-6 li.product .rz-loop_atc_button.loading .loop_button-text {
    opacity: 0.5;
}

ul.products.product-loop-layout-6 li.product .rz-loop_atc_button .razzi-svg-icon {
    display: none;
}

ul.products.product-loop-layout-7 li.product {
    margin-bottom: 30px;
}

ul.products.product-loop-layout-7 li.product .product-inner {
    overflow: hidden;
    padding-bottom: 0;
}

ul.products.product-loop-layout-7 li.product .product-inner:hover .product-summary {
    opacity: 1;
}

ul.products.product-loop-layout-7 li.product .product-summary {
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 30px;
    padding-right: 30px;
    pointer-events: none;
}

ul.products.product-loop-layout-7 li.product .product-summary > * {
    pointer-events: auto;
}

ul.products.product-loop-layout-7 li.product .product-loop__buttons {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

ul.products.product-loop-layout-7 li.product .product-loop__buttons .rz-loop_button {
    display: flex;
    padding: 0 15px;
}

ul.products.product-loop-layout-7 li.product .product-loop__buttons .rz-loop_button .razzi-svg-icon {
    transition: 0.35s;
}

ul.products.product-loop-layout-7 li.product .product-loop__buttons .loop_button-text {
    display: none;
}

ul.products.product-loop-layout-8 li.product .product-summary {
    position: relative;
    z-index: 1;
}

ul.products.product-loop-layout-8 li.product .product-loop__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

ul.products.product-loop-layout-8 li.product .product-loop__cat-title {
    display: flex;
    flex-direction: column;
    width: 100%;
}

ul.products.product-loop-layout-8 li.product .product-loop__cat-title .meta-cat {
    order: 2;
}

ul.products.product-loop-layout-8 li.product .product-loop__cat-title .woocommerce-loop-product__title {
    order: 1;
}

ul.products.product-loop-layout-8 li.product .meta-cat {
    margin-bottom: 0;
}

ul.products.product-loop-layout-8 li.product .product-inner {
    position: relative;
    padding-bottom: 25px;
    overflow: hidden;
}

ul.products.product-loop-layout-8 li.product .product-inner:not(:hover) .product-summary {
    transform: none !important;
    -webkit-transform: none !important;
}

ul.products.product-loop-layout-8 li.product .product-inner:hover .product-loop__buttons {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

ul.products.product-loop-layout-8 li.product .product-loop__buttons {
    text-align: right;
    padding-top: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
}

ul.products.product-loop-layout-8 li.product .rz-loop_button,
ul.products.product-loop-layout-8 li.product .yith-wcwl-add-to-wishlist {
    display: inline-block;
    line-height: 1;
}

ul.products.product-loop-layout-8 li.product .rz-loop_button:last-child:before {
    right: 0;
    left: auto;
    transform: none;
}

ul.products.product-loop-layout-8 li.product .yith-wcwl-add-to-wishlist {
    margin-left: 15px;
}

ul.products.product-loop-layout-8 li.product .product-loop-inner__buttons {
    display: none;
}

ul.products.product-loop-layout-8 li.product .loop_button-text,
ul.products.product-loop-layout-8 li.product .product-quick-shop-button,
ul.products.product-loop-layout-8 li.product .product-close-variations-form {
    display: none;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    width: 70%;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button .loop_button-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button:not(.loading):before, ul.products.product-loop-layout-8 li.product .rz-loop_atc_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button:before {
    opacity: 0;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button.loading {
    padding-left: 25px;
    position: relative;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button .razzi-svg-icon {
    display: none;
}

ul.products.product-loop-layout-8 li.product .rz-loop_atc_button .loop_button-text {
    display: inline-block;
}

ul.products.product-loop-layout-8 li.product .price {
    text-align: right;
    padding-left: 10px;
}

ul.products.product-loop-layout-8 li.product .product-thumbnails--slider .rz-swiper-button {
    margin-top: -20px;
}

ul.products.product-loop-layout-8 .product-type-variable .price,
ul.products.product-loop-layout-8 .product-type-grouped .price {
    font-size: 0;
}

ul.products.product-loop-layout-8 .product-type-variable .woocommerce-Price-amount,
ul.products.product-loop-layout-8 .product-type-grouped .woocommerce-Price-amount {
    font-size: 16px;
}

ul.products.product-loop-layout-8 .product-type-variable .woocommerce-Price-amount:nth-child(2),
ul.products.product-loop-layout-8 .product-type-grouped .woocommerce-Price-amount:nth-child(2) {
    position: relative;
    padding-left: 15px;
}

ul.products.product-loop-layout-8 .product-type-variable .woocommerce-Price-amount:nth-child(2):before,
ul.products.product-loop-layout-8 .product-type-grouped .woocommerce-Price-amount:nth-child(2):before {
    position: absolute;
    top: 0;
    left: 1px;
    content: " – ";
    display: inline-block;
}

ul.products.product-loop-layout-8 li.product-type-variable .product-thumbnails--slider .rz-swiper-button {
    margin-top: -40px;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail {
    overflow: hidden;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail .product-loop__buttons {
    right: 20px;
    top: 0;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail .yith-wcwl-add-to-wishlist .rz-loop_button {
    transition-delay: 0s;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail .rz-loop_button {
    transform: translateX(10px);
    margin: 0 0 10px;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail .rz-loop_button:not(.loading):before {
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    left: auto;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail .rz-loop_button:not(.loading):after {
    border-color: transparent transparent transparent #000;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    left: auto;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail > .rz-loop_button {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    transform: translateY(10px);
    margin: 0;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail > .rz-loop_button .loop_button-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail > .rz-loop_button .razzi-svg-icon {
    margin-right: 8px;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail > .rz-loop_button:not(.loading):before, ul.products.product-loop-layout-9 li.product .product-thumbnail > .rz-loop_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-9 li.product .product-thumbnail .ajax_add_to_cart.loading:before {
    margin-right: 8px;
}

ul.products.product-loop-layout-9 li.product .product-summary {
    position: relative;
    z-index: 1;
}

ul.products.product-loop-layout-9 li.product .product-summary .rz-loop_atc_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    white-space: nowrap;
    text-decoration: none;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    text-transform: none;
    border: none;
    opacity: 1;
    z-index: 999;
}

ul.products.product-loop-layout-9 li.product .product-summary .rz-loop_atc_button:not(.loading):before, ul.products.product-loop-layout-9 li.product .product-summary .rz-loop_atc_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-9 li.product .product-summary .rz-loop_atc_button .razzi-svg-icon {
    display: inline-block;
    transition: none;
    outline: none;
}

ul.products.product-loop-layout-9 li.product .product-summary .rz-loop_atc_button .add-to-cart-text {
    margin-left: 10px;
}

ul.products.product-loop-layout-9 li.product .product-summary .rz-loop_atc_button.loading:before {
    margin-top: 0;
    vertical-align: middle;
}

ul.products.product-loop-layout-9 li.product .product-summary .rz-loop_atc_button.loading .razzi-svg-icon {
    display: none;
}

ul.products.product-loop-layout-9 li.product form.cart .woocommerce-variation {
    margin-bottom: 0;
}

ul.products.product-loop-layout-9 li.product form.cart .variations tr:last-child td {
    padding-bottom: 0;
}

ul.products.product-loop-layout-9 li.product .product-quick-shop-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    width: 100%;
    transition: 0.5s;
}

ul.products.product-loop-layout-9 li.product .product-quick-shop-button .razzi-svg-icon {
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
    margin-left: 0;
    transition: none;
    transform: translateX(0);
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner .product-loop__form {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
    z-index: -999;
    background-color: #fff;
    width: 100%;
    padding-top: 30px;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner .product-loop__form .product-close-variations-form {
    position: absolute;
    top: 5px;
    right: 3px;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner .product-loop__form .product-close-variations-form .razzi-svg-icon {
    font-size: 16px;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner .rz-loop_atc_button {
    display: none;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner.loading:after {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 9;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner.loading:before {
    content: '';
    display: block;
    border-radius: 100px;
    position: absolute;
    background-color: var(--rz-background-color-primary);
    height: 13px;
    width: 13px;
    top: 50%;
    left: 50%;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    z-index: 9999;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner.loading .product-loop__form {
    visibility: hidden;
    opacity: 0;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner.show-variations_form .product-loop__form {
    opacity: 1;
    z-index: 999;
    bottom: 40px;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner.show-variations_form .rz-loop_atc_button {
    display: flex;
}

ul.products.product-loop-layout-9.has-variations-form .product-type-variable .product-inner.show-variations_form .product-quick-shop-button {
    display: none;
}

ul.products.product-loop-layout-9.show-wishlist li.product .yith-wcwl-add-to-wishlist .rz-loop_button {
    opacity: 1;
    transform: translateY(0);
}

ul.products.product-loop-layout-10 li.product {
    margin-bottom: 30px;
}

ul.products.product-loop-layout-10 li.product .product-inner {
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    height: 100%;
    border-bottom: 0;
}

ul.products.product-loop-layout-10 li.product .product-inner:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

ul.products.product-loop-layout-10 li.product .product-inner:hover .rz-atc-button-bg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

ul.products.product-loop-layout-10 li.product .woocommerce-loop-product__title {
    margin-bottom: 0;
    line-height: 26px;
}

ul.products.product-loop-layout-10 li.product .woocommerce-loop-product__title + .meta-cat {
    margin-bottom: 10px;
}

ul.products.product-loop-layout-10 li.product .woocommerce-loop-product__title + .meta-cat + .rating-count {
    margin-top: 0;
}

ul.products.product-loop-layout-10 li.product .woocommerce-loop-product__title + .meta-cat + .product-variation-items {
    margin-top: 0;
}

ul.products.product-loop-layout-10 li.product .woocommerce-loop-product__title + .product-variation-items {
    margin-top: 10px;
}

ul.products.product-loop-layout-10 li.product .woocommerce-loop-product__title + .rating-count {
    margin-top: 16px;
}

ul.products.product-loop-layout-10 li.product form.cart {
    padding-top: 0;
    padding-bottom: 0;
}

ul.products.product-loop-layout-10 li.product form.cart tr:last-child td {
    padding-bottom: 18px;
}

ul.products.product-loop-layout-10 li.product .variations td,
ul.products.product-loop-layout-10 li.product .variations th {
    text-align: center;
}

ul.products.product-loop-layout-10 li.product .product-variation-items {
    margin-top: 0;
    margin-bottom: 20px;
}

ul.products.product-loop-layout-10 li.product .rating-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

ul.products.product-loop-layout-10 li.product .rating-count .star-rating {
    margin: 0 0 5px 0;
}

ul.products.product-loop-layout-10 li.product .rating-count .star-rating .user-rating .razzi-svg-icon {
    color: #F8B86D;
}

ul.products.product-loop-layout-10 li.product .rating-count .razzi-svg-icon {
    display: inline-block;
}

ul.products.product-loop-layout-10 li.product .rating-count .review-count {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-left: 5px;
    margin-bottom: 5px;
}

ul.products.product-loop-layout-10 li.product .price {
    color: var(--rz-color-dark);
}

ul.products.product-loop-layout-10 li.product .product-summary {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

ul.products.product-loop-layout-10 li.product .rz-atc-button-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.1s;
    background-color: #ffffff;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.06);
    transform: translateY(10px);
    z-index: 9;
}

ul.products.product-loop-layout-10 li.product .rz-loop_atc_button {
    padding: 10px 24px;
    min-width: 140px;
    border: 1px solid var(--rz-border-color-primary);
    background-color: var(--rz-background-color-primary);
    color: var(--rz-background-text-color-primary);
    display: inline-block;
    text-align: center;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 34px;
}

ul.products.product-loop-layout-10 li.product .rz-loop_atc_button:not(.loading):before, ul.products.product-loop-layout-10 li.product .rz-loop_atc_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-10 li.product .rz-loop_atc_button.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: var(--rz-color-lighter);
}

ul.products.product-loop-layout-10 li.product .rz-loop_atc_button.loading .loop_button-text {
    opacity: 0;
}

ul.products.product-loop-layout-10 li.product .rz-loop_atc_button .razzi-svg-icon {
    display: none;
}

ul.products.product-loop-layout-10 li.product.swiper-slide {
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

ul.products.product-loop-layout-10.has-button-cart li.product.swiper-slide .product-inner:hover {
    height: auto;
}

ul.products.product-loop-layout-11 li.product .product-inner {
    background-color: #ffffff;
    padding-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
}

ul.products.product-loop-layout-11 li.product .product-inner:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

ul.products.product-loop-layout-11 li.product .product-inner:hover .rz-atc-button-bg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

ul.products.product-loop-layout-11 li.product .product-loop__buttons {
    right: 20px;
    top: 0;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
}

ul.products.product-loop-layout-11 li.product .product-loop__buttons .rz-loop_button {
    transform: translateX(10px);
    margin: 0 0 10px;
}

ul.products.product-loop-layout-11 li.product .product-loop__buttons .rz-loop_button:before {
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    left: auto;
}

ul.products.product-loop-layout-11 li.product .product-loop__buttons .rz-loop_button:after {
    border-color: transparent transparent transparent #000;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    left: auto;
}

ul.products.product-loop-layout-11 li.product .woocommerce-loop-product__title {
    font-weight: 400;
    line-height: 23.68px;
}

ul.products.product-loop-layout-11 li.product form.cart {
    padding-top: 0;
    padding-bottom: 0;
}

ul.products.product-loop-layout-11 li.product form.cart tr:last-child td {
    padding-bottom: 18px;
}

ul.products.product-loop-layout-11 li.product .product-variation-items {
    font-size: 15px;
    color: #767676;
    font-weight: 400;
}

ul.products.product-loop-layout-11 li.product .star-rating {
    display: block;
    margin: 5px 0 0;
}

ul.products.product-loop-layout-11 li.product .star-rating .user-rating .razzi-svg-icon {
    color: #F8B86D;
}

ul.products.product-loop-layout-11 li.product .price {
    font-size: 18px;
    color: var(--rz-color-dark);
    margin-bottom: 10px;
}

ul.products.product-loop-layout-11 li.product .product-summary {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

ul.products.product-loop-layout-11 li.product .rz-atc-button-bg {
    position: absolute;
    left: -1px;
    right: 0;
    width: calc(100% + 2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.1s;
    background-color: #ffffff;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.06);
    padding: 20px 30px 30px 30px;
    transform: translateY(10px);
    z-index: 9;
    border-right: 1px solid rgba(0, 0, 0, 0.04);
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

ul.products.product-loop-layout-11 li.product .rz-loop_atc_button {
    padding: 10px 0;
    width: 100%;
    border: 1px solid var(--rz-border-color-primary);
    background-color: var(--rz-background-color-primary);
    color: var(--rz-background-text-color-primary);
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

ul.products.product-loop-layout-11 li.product .rz-loop_atc_button:not(.loading):before, ul.products.product-loop-layout-11 li.product .rz-loop_atc_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-11 li.product .rz-loop_atc_button.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: var(--rz-color-lighter);
}

ul.products.product-loop-layout-11 li.product .rz-loop_atc_button.loading .loop_button-text {
    opacity: 0;
}

ul.products.product-loop-layout-11 li.product .rz-loop_atc_button .razzi-svg-icon {
    display: none;
}

ul.products.product-loop-layout-11 li.product .meta-cat {
    margin: 0 0 5px 0;
}

ul.products.product-loop-layout-11 li.product.swiper-slide {
    height: auto;
}

ul.products.product-loop-layout-11.has-button-cart li.product.swiper-slide .product-inner:hover {
    height: auto;
}

ul.products.product-loop-layout-12 li.product .product-inner {
    padding-bottom: 15px;
}

ul.products.product-loop-layout-12 li.product .price {
    color: var(--rz-color-dark);
}

ul.products.product-loop-layout-12 li.product .product-summary {
    padding-left: 0;
    padding-right: 0;
}

ul.products.product-loop-layout-12 li.product .product-loop__buttons {
    right: 20px;
    top: 0;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
}

ul.products.product-loop-layout-12 li.product .product-loop__buttons .rz-loop_button {
    width: auto;
    height: auto;
    background-color: transparent;
    transform: translateX(10px);
    margin: 0 0 15px;
}

ul.products.product-loop-layout-12 li.product .product-loop__buttons .rz-loop_button:hover {
    color: var(--rz-color-primary);
}

ul.products.product-loop-layout-12 li.product .product-loop__buttons .rz-loop_button:before {
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    left: auto;
}

ul.products.product-loop-layout-12 li.product .product-loop__buttons .rz-loop_button:after {
    border-color: transparent transparent transparent #000;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    left: auto;
}

ul.products.product-loop-layout-12 li.product .rz-loop_atc_button {
    padding: 10px 24px;
    width: 100%;
    background-color: var(--rz-border-color-primary);
    color: var(--rz-background-text-color-primary);
    display: inline-block;
    font-weight: 500;
    margin-top: 24px;
    transition: background 0.35s, color 0.15s;
}

ul.products.product-loop-layout-12 li.product .rz-loop_atc_button:not(.loading):before, ul.products.product-loop-layout-12 li.product .rz-loop_atc_button:not(.loading):after {
    display: none;
}

ul.products.product-loop-layout-12 li.product .rz-loop_atc_button.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: var(--rz-color-primary);
}

ul.products.product-loop-layout-12 li.product .rz-loop_atc_button.loading .loop_button-text {
    opacity: 0.5;
}

ul.products.product-loop-layout-12 li.product .rz-loop_atc_button .razzi-svg-icon {
    display: none;
}

ul.products .tawcvs-swatches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

ul.products .tawcvs-swatches .swatch {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

ul.products .tawcvs-swatches .swatch.disabled:not(.swatch-label) {
    opacity: 0.5 !important;
}

ul.products .tawcvs-swatches .swatch.disabled:not(.swatch-label)::before, ul.products .tawcvs-swatches .swatch.disabled:not(.swatch-label)::after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 1px;
    top: 50%;
    background-color: var(--rz-background-color-primary);
    transform: rotate(45deg);
}

ul.products .tawcvs-swatches .swatch.disabled:not(.swatch-label)::after {
    transform: rotate(-45deg);
}

ul.products .swatch-color,
ul.products .swatch-image {
    font-size: 0;
}

.swiper-container__extra {
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.swiper-container__extra .swiper-pagination {
    z-index: 0;
}

.razzi-product-card-solid .razzi-products-carousel div.woocommerce,
.razzi-product-card-solid .razzi-elementor-product-carousel div.tabs-content,
.razzi-product-card-solid.single-product div.product section.products {
    margin-left: -15px;
    margin-right: -15px;
}

.razzi-product-card-solid .razzi-products-carousel div.woocommerce ul.products li.product.swiper-slide,
.razzi-product-card-solid .razzi-elementor-product-carousel div.tabs-content ul.products li.product.swiper-slide,
.razzi-product-card-solid.single-product div.product section.products ul.products li.product.swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
}

body .notifyjs-corner {
    z-index: 99999;
}

body.admin-bar .notifyjs-corner {
    transform: translateY(32px);
}

.notifyjs-razzi-success {
    color: #299c77;
    background-color: #bff9d0;
}

.notifyjs-razzi-error {
    color: #fff;
    background-color: #b81c23;
}

.notifyjs-razzi-error ul {
    margin: 0;
    padding: 0;
}

.notifyjs-razzi-error ul li {
    list-style: none;
}

.notifyjs-razzi-error ul li ::marker {
    display: none;
}

.notifyjs-razzi-info {
    color: #fff;
    background-color: #1e85be;
}

.notifyjs-razzi-base {
    font-weight: 400;
    position: relative;
    padding: 15px 40px 15px 60px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    max-width: 450px;
}

.notifyjs-razzi-base .message-icon {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 20px;
}

.notifyjs-razzi-base .button.wc-forward {
    display: none;
}

.notifyjs-razzi-base .btn-button {
    padding-left: 5px;
    color: #299c77;
    text-decoration: underline;
}

.notifyjs-razzi-base .svg-active {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 11px;
}

.notifyjs-razzi-base .message-box {
    display: inline-block;
}

.razzi-product-popup-atc__notice {
    padding: 13px 20px;
    margin-right: 50px;
    background-color: #2f8a33;
    color: #fff;
    display: inline-block;
    margin-bottom: 27px;
}

.razzi-product-popup-atc__notice .cart-view-btn {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
}

.razzi-product-popup-atc__notice .cart-view-btn:hover {
    border-color: #fff;
}

.rz-popup-add-to-cart .button-close {
    top: -12px;
    right: -10px;
    transform: none;
    z-index: 999;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    font-size: 18px;
}

.rz-popup-add-to-cart.loaded .button-close, .rz-popup-add-to-cart.open .button-close {
    opacity: 1;
}

.rz-popup-add-to-cart .modal-content {
    max-width: 770px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.rz-popup-add-to-cart .widget_shopping_cart_content {
    height: auto;
    display: flex;
    align-items: center;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
    padding-right: 20px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list {
    height: auto;
    width: 50%;
    padding: 0;
    max-height: 170px;
    padding-right: 30px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item {
    border-bottom: none;
    margin-bottom: 0;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item:not(.active) {
    display: none;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item__title {
    font-size: 16px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list a.remove,
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-cart-item__qty {
    display: none;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item__qty {
    display: block !important;
    visibility: visible !important;
    color: var(--rz-text-color);
    font-weight: 400;
    margin-top: 5px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar {
    width: 3px;
}

.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-track {
    background-color: transparent;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
    width: 50%;
    padding: 0 0 0 20px;
    position: relative;
    bottom: auto;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    content: "";
    border-right: 1px solid #e2e2e2;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer .total {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer .razzi-button {
    width: 100%;
}

.rz-popup-add-to-cart.loading .product-modal-content {
    opacity: 0;
    transition: none;
}

.rz-popup-add-to-cart.loading .razzi-posts__loading {
    display: block;
    background-color: transparent;
}

.rz-popup-add-to-cart.loading .razzi-posts__loading .razzi-loading {
    transform: translate(-50%, -50%);
    top: 50%;
}

.rz-popup-add-to-cart .woocommerce-mini-cart__count_notice {
    display: block !important;
    visibility: visible !important;
    text-align: left;
    margin-bottom: 10px;
    color: var(--rz-text-color);
    font-weight: 400;
    font-size: 16px;
}

.rz-popup-add-to-cart .rz-product-popup-atc__notice {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--rz-color-dark);
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation {
    border-top: 1px solid #e2e2e2;
    padding-top: var(--rz-modal-spacing);
    margin-top: var(--rz-modal-spacing);
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.loading {
    height: 0;
    opacity: 0;
    transition: height 0.4s;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.active {
    height: auto;
    opacity: 1;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.loaded {
    display: block;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .product-heading {
    font-size: 24px;
    margin: 0 20px 20px 0;
    font-weight: 500;
    line-height: 1;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .recommendation-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon {
    color: #bababa;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon svg {
    /*rtl:raw:
				transform: rotate(-180deg);
			*/
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon:focus {
    outline: none;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon:hover {
    color: #111;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon.swiper-button-disabled {
    cursor: auto;
    color: #bababa;
    opacity: 0.5;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .rz-swiper-button-next {
    margin-right: -5px;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-button-lock,
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination.swiper-pagination-lock,
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination {
    display: none;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--rz-color-dark);
    margin-top: 7px;
    line-height: 1.2;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price {
    color: var(--rz-text-color-gray);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price del {
    font-size: 14px;
    color: #a6a6a6;
}

.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
    padding-left: 5px;
}

.woocommerce-badges {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.woocommerce-badges > span {
    display: block;
    padding: 5px 11px;
    line-height: 1;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
}

.woocommerce-badges > span:not(:last-child) {
    margin-bottom: 5px;
}

.woocommerce-badges .sold-out {
    background-color: #a0a0a0;
    color: #fff;
}

.woocommerce-badges .featured {
    background-color: #ff6f61;
    color: #fff;
}

.woocommerce-badges .new {
    background-color: var(--rz-background-color-light);
    color: var(--rz-color-darker);
}

ul:not(.product-loop-layout-2) .woocommerce-badges--layout-2 {
    left: initial;
    right: 20px;
}

.woocommerce-badges--layout-2 {
    text-transform: lowercase;
    left: 20px;
}

.woocommerce-badges--layout-2 > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 1.2;
    font-size: 16px;
}

.woocommerce-badges--layout-2 .onsale .text {
    font-size: 14px;
    margin-bottom: 3px;
}

.woocommerce-badges--layout-2 .onsale .percent {
    font-size: 16px;
}

.razzi-catalog-page .page-header__title {
    color: var(--rz-color-dark);
}

.page-header--layout-2,
.catalog-page-header--layout-2 {
    position: relative;
}

.page-header--layout-2 .featured-image,
.catalog-page-header--layout-2 .featured-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.page-header--layout-2 .page-header__content,
.catalog-page-header--layout-2 .page-header__content {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.page-header--layout-2 .site-breadcrumb,
.page-header--layout-2 .woocommerce-breadcrumb,
.catalog-page-header--layout-2 .site-breadcrumb,
.catalog-page-header--layout-2 .woocommerce-breadcrumb {
    padding: 0;
    justify-content: center;
    order: 2;
}

.page-header--layout-2 .page-header__title,
.catalog-page-header--layout-2 .page-header__title {
    order: 1;
    padding: 0 0 6px;
}

.catalog-page-header--layout-2 .featured-image::before,
.page-header--layout-2 .featured-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.catalog-header-banners {
    margin-bottom: 40px;
}

.catalog-header-banners .list-images {
    padding: 0;
    margin: 0;
}

.catalog-header-banners .list-images > li {
    list-style: none;
}

.catalog-header-banners .list-images > li img {
    display: block;
}

.catalog-header-banners .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.catalog-toolbar.layout-v1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-toolbar.layout-v1 .razzi-posts__found {
    order: 0;
}

.catalog-toolbar.layout-v1 .woocommerce-ordering {
    order: 2;
}

.catalog-toolbar.layout-v1 .woocommerce-ordering select option {
    cursor: pointer;
}

.catalog-toolbar.layout-v1 .toggle-filters {
    display: none;
}

.catalog-toolbar.layout-v1 .site-breadcrumb {
    color: #909090;
}

.catalog-toolbar.layout-v1 .page-header__title {
    text-align: left;
    line-height: 1;
    padding-bottom: 13px;
}

.catalog-toolbar.layout-v1 select {
    color: #767676;
}

.catalog-toolbar.layout-v1 .razzi-posts__found {
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-toolbar.layout-v1 .razzi-posts__found-inner {
    padding: 0;
    border-bottom: none;
}

.catalog-toolbar.layout-v1 .razzi-posts__found-inner .count-bar {
    display: none;
}

.catalog-toolbar.layout-v2 {
    margin-bottom: 50px;
}

.catalog-toolbar.layout-v3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.catalog-toolbar.layout-v3 .catalog-toolbar-right {
    display: flex;
    align-items: center;
}

.catalog-toolbar.layout-v3 .toggle-filters {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.catalog-toolbar.layout-v3 .toggle-filters .razzi-svg-icon {
    color: #1f1f1f;
    margin-right: 10px;
    width: 16px;
}

.catalog-toolbar.layout-v3 .toggle-filters .svg-normal {
    display: block;
}

.catalog-toolbar.layout-v3 .toggle-filters .svg-active {
    display: none;
    text-align: right;
    font-size: 16px;
}

.catalog-toolbar.layout-v3 .toggle-filters.active .svg-normal {
    display: none;
}

.catalog-toolbar.layout-v3 .toggle-filters.active .svg-active {
    display: block;
}

.woocommerce-ordering {
    position: relative;
    margin-left: 24px;
    padding: 10px 0;
    cursor: pointer;
}

.woocommerce-ordering .razzi-svg-icon {
    margin-left: 11px;
}

.woocommerce-ordering .razzi-svg-icon svg {
    transition: .3s;
}

.woocommerce-ordering:hover .woocommerce-ordering__submenu {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: initial;
}

.woocommerce-ordering:hover .razzi-svg-icon svg {
    transform: rotateZ(180deg);
}

.woocommerce-ordering .woocommerce-ordering__submenu {
    list-style: none;
    background: #fff;
    border: 1px solid var(--rz-border-color-light);
    width: 250px;
    padding: 25px 0;
    float: left;
    position: absolute;
    top: 102%;
    right: 0;
    z-index: 100;
    transition: .5s;
    opacity: 0;
    transform: translate(0, 20px);
    pointer-events: none;
}

.woocommerce-ordering .woocommerce-ordering__submenu li {
    padding: 5px 30px;
    text-align: left;
    width: 100%;
}

.woocommerce-ordering .woocommerce-ordering__button {
    color: var(--rz-color-dark);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-toolbar-breadcrumb .page-header__title {
    padding: 0 0 6px;
}

.product-toolbar-breadcrumb .woocommerce-breadcrumb {
    padding: 0;
}

.catalog-toolbar-tabs__title {
    font-weight: 500;
    color: var(--rz-color-dark);
    display: none;
    position: relative;
    line-height: 1;
    padding-right: 20px;
}

.catalog-toolbar-tabs__content a {
    font-weight: 500;
    padding: 1px 5px;
    margin: 10px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.catalog-toolbar-tabs__content a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid transparent;
    transform-origin: right center;
    transform: scaleX(0);
    transition: all .2s ease-in-out;
    transition-property: transform;
}

.catalog-toolbar-tabs__content a:first-child {
    margin-left: 0;
}

.catalog-toolbar-tabs__content a:hover, .catalog-toolbar-tabs__content a.active {
    color: var(--rz-color-primary);
}

.catalog-toolbar-tabs__content a:hover:after, .catalog-toolbar-tabs__content a.active:after {
    transform: scaleX(1);
    border-color: var(--rz-border-color-primary);
    transform-origin: left center;
}

.rz-catalog-categories {
    margin-bottom: 80px;
    padding: 0 50px;
    position: relative;
}

.rz-catalog-categories.rz-not-navigation {
    padding: 0;
}

.rz-catalog-categories .swiper-container {
    opacity: 0;
}

.rz-catalog-categories .catalog-categories__wrapper {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.rz-catalog-categories .rz-swiper-button {
    top: calc(50% - 15px);
    position: absolute;
    cursor: pointer;
    outline: none;
    font-size: 36px;
    color: #a0a0a0;
}

.rz-catalog-categories .razzi-top-cats-button-prev {
    left: -15px;
}

.rz-catalog-categories .razzi-top-cats-button-next {
    right: -15px;
}

.rz-catalog-categories__item {
    text-align: center;
    width: 20%;
}

.rz-catalog-categories__item img {
    margin-bottom: 18px;
    display: block;
}

.rz-catalog-categories__title {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.full-content .rz-catalog-categories {
    padding: 0 100px;
}

.woocommerce-products-header .term-description > p {
    margin-top: 0;
}

.rz-shop-content + .term-description {
    margin-top: 30px;
}

.quick-view-modal .button-close {
    top: 32px;
    right: 32px;
    transform: none;
    z-index: 9;
    cursor: pointer;
}

.quick-view-modal .button-close .razzi-svg-icon {
    font-size: 24px;
}

.quick-view-modal .modal-content {
    max-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 0;
}

.quick-view-modal .razzi-posts__loading {
    bottom: 0;
}

.quick-view-modal.loading .button-close,
.quick-view-modal.loading .product {
    opacity: 0;
}

.quick-view-modal.loading .razzi-posts__loading {
    display: block;
    background-color: transparent;
}

.quick-view-modal.loading .razzi-posts__loading .razzi-loading {
    transform: translate(-50%, -50%);
    top: 50%;
}

.quick-view-modal .woocommerce div.product {
    background-color: #fff;
}

.quick-view-modal .woocommerce div.product .woocommerce-product-gallery {
    width: 100% !important;
    padding-bottom: 50px;
}

.quick-view-modal .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    display: block !important;
}

.quick-view-modal .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    cursor: default;
}

.quick-view-modal .woocommerce div.product .entry-thumbnail {
    width: 42%;
    position: relative;
    overflow: hidden;
}

.quick-view-modal .woocommerce div.product .entry-thumbnail:hover .rz-swiper-button {
    opacity: 1;
}

.quick-view-modal .woocommerce div.product .entry-summary {
    padding: 40px 70px 20px 55px;
    width: 58%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.quick-view-modal .woocommerce div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 20px;
}

.quick-view-modal .woocommerce div.product.layout-v5 .entry-summary {
    position: absolute;
}

.quick-view-modal .woocommerce div.product .rz-buy-now-button + .rz-wishlist-button:not(.show-wishlist-title) {
    border: none;
}

.quick-view-modal .woocommerce div.product .rz-buy-now-button + .rz-wishlist-button .razzi-svg-icon {
    font-size: 20px;
}

.quick-view-modal .razzi-product-deal {
    margin: 30px 0 20px;
}

.quick-view-modal .product-more-infor {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 14px 20px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--rz-background-color-primary);
    color: var(--rz-color-lighter);
    z-index: 1;
}

.quick-view-modal .product-more-infor .razzi-svg-icon {
    margin-left: 10px;
    font-size: 20px;
}

.quick-view-modal .rz-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
    outline: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #ffffff;
    text-align: center;
    color: var(--rz-color-dark);
    opacity: 0;
    z-index: 1;
    transition: .3s;
    font-size: 20px;
}

.quick-view-modal .rz-swiper-button svg {
    /*rtl:raw:
			transform: rotate(-180deg);
		*/
}

.quick-view-modal .rz-quickview-button-prev {
    left: 0;
}

.quick-view-modal .rz-quickview-button-next {
    right: 0;
}

.woocommerce-pagination {
    margin-top: 15px;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.woocommerce-pagination ul.page-numbers li .razzi-svg-icon {
    font-size: 11px;
    color: #a0a0a0;
}

.woocommerce-pagination li > .page-numbers {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 20px;
    text-decoration: none;
    margin: -3px;
    color: #909090;
    border-bottom: 1px solid var(--rz-border-color-light);
}

.woocommerce-pagination li > .page-numbers.prev {
    padding-left: 0;
}

.woocommerce-pagination li > .page-numbers.prev .razzi-svg-icon {
    transform: rotate(180deg);
}

.woocommerce-pagination li > .page-numbers.next {
    padding-right: 0;
}

.woocommerce-pagination li > .page-numbers.next, .woocommerce-pagination li > .page-numbers.prev {
    border-bottom: none;
}

.woocommerce-pagination li > .page-numbers.current {
    border-color: var(--rz-border-color-primary);
    color: var(--rz-color-primary);
}

/**
 * WooCommerce widgets
 */
.catalog-sidebar .modal-header {
    display: none;
}

.catalog-sidebar .widget {
    padding: 0;
    border: none;
}

.catalog-sidebar .widget li ul.children li:last-child {
    padding-bottom: 0;
}

.catalog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.catalog-sidebar .widget-title {
    border-bottom: 1px solid var(--rz-border-color-light);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-sidebar .widget {
    padding: 0;
    border: none;
}

.single-product-sidebar .widget li ul.children li:last-child {
    padding-bottom: 0;
}

.single-product-sidebar .widget:last-child {
    margin-bottom: 0;
}

.single-product-sidebar .widget-title {
    border-bottom: 1px solid var(--rz-border-color-light);
    font-size: 24px;
    font-weight: 500;
    position: relative;
    text-transform: inherit;
}

/* WooCommerce Price Filter Widget */
.widget_price_filter .price_slider {
    margin-bottom: 15px;
}

.widget_price_filter .price_slider_amount {
    text-align: center;
    line-height: 2.4em;
    display: flex;
    flex-direction: column-reverse;
}

.widget_price_filter .price_slider_amount .button {
    display: block;
    width: 100%;
}

.widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;
    text-align: center;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: ew-resize;
    outline: none;
    background: #111111;
    box-sizing: border-box;
    margin-top: 0;
    border-radius: 50%;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    display: block;
    border: 0;
    background: #1f1f1f;
    top: 8px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: "";
    position: absolute;
    top: 8px;
    background-color: #e2e2e2;
    height: 1px;
    width: 100%;
}

.widget_price_filter .ui-slider-horizontal {
    height: 1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 1px;
}

.widget_rating_filter .star-rating {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

/* Product Search Widget */
.widget_product_search form {
    position: relative;
}

.widget_product_search form:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42MzAzNiA4LjU2OTUyQzEuODM2NTYgNy43Nzc4MiAxLjM5OTc2IDYuNzIyMjIgMS4zOTk3NiA1LjYwMDEyQzEuMzk5NzYgNC40NzgwMiAxLjgzNjU2IDMuNDIzODIgMi42MzAzNiAyLjYzMDcyQzMuNDIzNDYgMS44MzY5MiA0LjQ3ODM2IDEuNDAwMTIgNS41OTk3NiAxLjQwMDEyQzYuNzIxODYgMS40MDAxMiA3Ljc3NjA2IDEuODM2OTIgOC41NjkxNiAyLjYzMTQyQzkuMzYyOTYgMy40MjM4MiA5Ljc5OTc2IDQuNDc4MDIgOS43OTk3NiA1LjYwMDEyQzkuNzk5NzYgNi43MjIyMiA5LjM2Mjk2IDcuNzc3ODIgOC41NjkxNiA4LjU3MDIyQzcuNzc2MDYgOS4zNjMzMiA2LjcyMTg2IDkuODAwMTIgNS41OTk3NiA5LjgwMDEyQzQuNDc4MzYgOS44MDAxMiAzLjQyMzQ2IDkuMzYzMzIgMi42MzAzNiA4LjU2OTUyWk0xMy43NTkgMTIuODA1MkwxMC4wMDQ5IDkuMDUxMTJDMTAuNzc3IDguMDcwNDIgMTEuMTk5OCA2Ljg2ODUyIDExLjE5OTggNS42MDAxMkMxMS4xOTk4IDQuMTA0MjIgMTAuNjE3NCAyLjY5NzkyIDkuNTU4OTYgMS42NDA5MkM4LjUwMTk2IDAuNTgzMjIyIDcuMDk1NjYgMC4wMDAxMjIwNyA1LjU5OTc2IDAuMDAwMTIyMDdDNC4xMDM4NiAwLjAwMDEyMjA3IDIuNjk4MjYgMC41ODMyMjIgMS42NDA1NiAxLjY0MDkyQzAuNTgyODU2IDIuNjk3OTIgLTAuMDAwMjQ0MTQxIDQuMTA0MjIgLTAuMDAwMjQ0MTQxIDUuNjAwMTJDLTAuMDAwMjQ0MTQxIDcuMDk2NzIgMC41ODI4NTYgOC41MDIzMiAxLjY0MDU2IDkuNTYwMDJDMi42OTgyNiAxMC42MTc3IDQuMTAzODYgMTEuMjAwMSA1LjU5OTc2IDExLjIwMDFDNi44NTA2NiAxMS4yMDAxIDguMDM1NzYgMTAuNzg3OCA5LjAxMDE2IDEwLjAzNkwxMi43NjkyIDEzLjc5NUwxMy43NTkgMTIuODA1MloiIGZpbGw9IiMxMTExMTEiLz4NCjwvc3ZnPg0K);
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 18px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.widget_product_search .search-field {
    width: 100%;
}

.widget_product_search button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    opacity: 0;
    width: 50px;
    height: 100%;
    padding: 0;
}

.widget_product_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat > .count {
    color: var(--rz-color-darker);
    text-shadow: 0 0 var(--rz-color-darker);
}

.widget_product_categories ul li .count {
    font-size: 14px;
    padding-left: 5px;
    color: var(--rz-text-color-gray);
}

.widget_product_categories ul.children {
    margin-top: 5px;
}

/* Products Widget */
.widget .product_list_widget li {
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

.widget .product_list_widget li:last-child {
    margin-bottom: 0;
}

.widget .product_list_widget img {
    margin-right: 30px;
    width: 80px;
    float: left;
}

.widget .product_list_widget .star-rating,
.widget .product_list_widget .product-title {
    display: block;
}

.widget .product_list_widget .product-title {
    font-size: 16px;
    color: var(--rz-color-dark);
    font-weight: 500;
    margin-bottom: 3px;
}

.widget .product_list_widget .star-rating {
    margin-bottom: 5px;
}

.widget .product_list_widget .amount {
    color: var(--rz-text-color-gray);
    font-weight: 500;
}

.widget .product_list_widget .woocs_price_code {
    color: var(--rz-text-color-gray);
    font-weight: 500;
}

.widget .product_list_widget .woocs_price_code del {
    font-size: 14px;
    color: #a6a6a6;
}

.widget .product_list_widget .woocs_price_code ins {
    background-color: transparent;
    color: var(--rz-color-primary);
    padding-left: 5px;
}

.widget .product_list_widget del {
    font-weight: 500;
    font-size: 14px;
    color: #a6a6a6;
}

.widget .product_list_widget del .amount {
    color: inherit;
}

.widget .product_list_widget ins {
    background-color: transparent;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--rz-color-primary);
}

.widget .product_list_widget ins .amount {
    color: inherit;
}

/* Shoping cart widget */
.widget .widget_shopping_cart_content .product_list_widget li {
    overflow: initial;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    position: relative;
    transform: none;
    padding: 0;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__empty-message .razzi-button {
    padding: 0 20px;
    margin-top: 20px;
}

.widget .widget_shopping_cart_content ul.cart_list {
    padding: 0;
    max-height: 250px;
    height: auto;
    margin-bottom: 40px;
}

.widget .widget_shopping_cart_content ul.cart_list .mini_cart_item {
    flex: none;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.widget .widget_shopping_cart_content ul.cart_list .mini_cart_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
    padding-right: 20px;
}

.widget .widget_shopping_cart_content .total {
    margin: 0 0 20px;
    padding: 20px;
}

.widget .widget_shopping_cart_content .product_list_widget img {
    margin-right: 0;
}

.widget .widget_shopping_cart_content .widget_shopping_cart_footer {
    position: relative;
    padding: 0;
}

.widget .widget_shopping_cart_content .woocommerce-cart-item__qty {
    margin-top: 15px;
}

.widget .widget_shopping_cart_content .razzi-quantity-dropdown .qty-options ul li {
    margin-bottom: 0;
}

.woocommerce-widget-layered-nav-dropdown {
    position: relative;
}

.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-search--inline .select2-search__field {
    text-indent: 15px;
}

.woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 20px;
}

.wc-block-product-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc-block-product-categories-list li {
    padding: 5px 0;
}

.wc-block-product-categories-list li:last-child {
    padding-bottom: 0;
}

.wc-block-product-categories-list .wc-block-product-categories-list {
    padding-left: 20px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-left: 30px;
}

.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--rz-color-dark);
    line-height: 1.33;
    margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-price {
    color: var(--rz-text-color-gray);
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-price del {
    font-size: 14px;
    color: #a6a6a6;
}

.wc-block-grid__product .wc-block-grid__product-price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
    padding-left: 5px;
}

.wc-block-grid__product .wc-block-grid__product-rating {
    margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-rating .star-rating {
    display: inline-block;
    line-height: 1;
    height: auto;
}

.wc-block-grid__product .wc-block-grid__product-rating .star-rating span::before, .wc-block-grid__product .wc-block-grid__product-rating .star-rating::before {
    display: none;
}

.wc-block-grid__product .wc-block-grid__product-rating .rating-stars {
    display: block;
    line-height: 1;
    padding-top: 0;
}

.wc-block-grid__product .wc-block-grid__product-rating .rating-stars span {
    padding-top: 0;
    position: static;
}

.wc-block-grid__product .wc-block-grid__product-rating .max-rating {
    position: static;
    overflow: visible;
}

.wc-block-grid__product .wp-block-button .wp-block-button__link {
    border-radius: 0;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
}

.wc-block-grid__product .wc-block-components-sort-select {
    margin-bottom: 30px;
}

.wc-block-grid__product .wc-block-components-sort-select__select {
    width: auto;
}

.wc-block-components-sort-select {
    text-align: left;
}

.wc-block-components-sort-select__label {
    font-weight: 500;
    text-align: left;
    color: var(--rz-color-dark);
    margin-bottom: 10px;
}

.wc-block-components-review-list.wc-block-components-review-list {
    padding: 15px 0 0;
}

.wc-block-components-review-list-item__item {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--rz-border-color-light);
}

.wc-block-components-review-list-item__item:last-child {
    margin-bottom: 0;
    border: none;
}

.wc-block-components-review-list-item__info {
    margin-bottom: 10px;
}

.wc-block-components-review-list-item__product {
    font-weight: 500;
    color: var(--rz-color-dark);
    margin-bottom: 5px;
}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
    color: var(--rz-color-darker);
}

.wc-block-review-list-item__rating {
    margin-bottom: 5px;
}

.razzi-shipping-info {
    background-color: #f1f1f1;
    padding: 30px 25px;
    list-style: none;
}

.razzi-shipping-info li {
    display: flex;
    align-items: center;
    color: var(--rz-color-dark);
    line-height: 1.1;
    padding: 15px 0;
    font-size: 15px;
}

.razzi-shipping-info li .razzi-svg-icon {
    font-size: 38px;
    padding-right: 15px;
}

.razzi-shipping-info li label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

/**
 * Products filter
 */
.products-filter__filter-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--rz-border-color-light);
    cursor: pointer;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--rz-color-dark);
    margin: 0 0 20px;
    line-height: 1;
}

.products-filter__search-box {
    position: relative;
    margin-bottom: 30px;
}

.products-filter__search-box:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNSAxNUwxMS42MTY3IDExLjYxNjdNMTMuNDQ0NCA3LjIyMjIyQzEzLjQ0NDQgMTAuNjU4NyAxMC42NTg3IDEzLjQ0NDQgNy4yMjIyMiAxMy40NDQ0QzMuNzg1NzggMTMuNDQ0NCAxIDEwLjY1ODcgMSA3LjIyMjIyQzEgMy43ODU3OCAzLjc4NTc4IDEgNy4yMjIyMiAxQzEwLjY1ODcgMSAxMy40NDQ0IDMuNzg1NzggMTMuNDQ0NCA3LjIyMjIyWiIgc3Ryb2tlPSIjNzY3Njc2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.products-filter__search-box .search-field {
    width: 100%;
    padding-right: 40px;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget .products-filter__option {
    color: var(--rz-text-color);
}

.widget .products-filter__option.filter-list-item, .widget .products-filter__option.filter-checkboxes-item {
    padding: 6px 0;
}

.widget .products-filter__option.filter-list-item:first-child, .widget .products-filter__option.filter-checkboxes-item:first-child {
    padding-top: 0;
}

.widget .products-filter__option ul.children {
    padding-top: 13px;
    margin-left: 15px;
    padding-left: 0;
}

.widget .products-filter__option.selected > .products-filter__option-name,
.widget .products-filter__option.selected > .products-filter__count {
    color: var(--rz-color-darker);
    text-shadow: 0 0 var(--rz-color-darker);
}

.widget .products-filter__option:hover {
    color: var(--rz-color-darker);
}

.products-filter__option-name {
    cursor: pointer;
    transition: text-shadow .3s;
    line-height: 1;
    display: inline-block;
}

.products-filter__count {
    font-size: 14px;
    padding-left: 5px;
    color: var(--rz-text-color-gray);
}

.products-filter__count:before {
    content: "(";
    display: inline-block;
}

.products-filter__count:after {
    content: ")";
    display: inline-block;
}

.products-filter__filter-control select {
    color: var(--rz-text-color);
}

.products-filter__filter-control .widget_price_filter .widgettitle,
.products-filter__filter-control .widget_price_filter .price_slider_amount .button {
    display: none;
}

.products-filter--collapsible .products-filter__option-toggler {
    float: right;
    margin-top: 5px;
    padding: 5px;
    cursor: pointer;
}

.products-filter--collapsible .products-filter__option-toggler:before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    transition: 0.3s;
}

.products-filter--collapsible .products-filter__option {
    padding-right: 5px;
}

.products-filter--collapsible .products-filter__option ul.children {
    display: none;
}

.products-filter--collapsible .products-filter__option.active > ul.children, .products-filter--collapsible .products-filter__option.selected > ul.children {
    display: block;
}

.products-filter--collapsible .products-filter__option.active .products-filter__option-toggler:before, .products-filter--collapsible .products-filter__option.selected .products-filter__option-toggler:before {
    transform: rotateX(180deg);
}

.products-filter--scrollable .products-filter__options {
    overflow-y: auto;
    scrollbar-color: #1f1f1f #e2e2e278;
    scrollbar-width: thin;
    max-height: 275px;
}

.products-filter--scrollable .products-filter__options::-webkit-scrollbar {
    width: 2px;
}

.products-filter--scrollable .products-filter__options::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb {
    background-color: #1f1f1f;
}

.products-filter--scrollable .products-filter--checkboxes {
    max-height: 275px;
}

.products-filter--checkboxes .products-filter__option-name,
.products-filter--ranges .products-filter__option-name {
    position: relative;
}

.products-filter--checkboxes .products-filter__option-name:after,
.products-filter--ranges .products-filter__option-name:after {
    transform: rotate(45deg);
    content: "";
    width: 5px;
    height: 9px;
    display: block;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 1px;
    left: 7px;
    opacity: 0;
    /*rtl:raw:
			  transform: rotate(45deg) scaleX(-1);
			*/
}

.products-filter--checkboxes .products-filter__option-name:before,
.products-filter--ranges .products-filter__option-name:before {
    content: "";
    height: 18px;
    width: 18px;
    background-color: #e2e2e2;
    margin: -2px 14px 0 0;
    float: left;
    transition: 0.15s all ease-out;
}

.products-filter--checkboxes .products-filter__option.selected > .products-filter__option-name,
.products-filter--ranges .products-filter__option.selected > .products-filter__option-name {
    color: var(--rz-color-dark);
}

.products-filter--checkboxes .products-filter__option.selected > .products-filter__option-name:before,
.products-filter--ranges .products-filter__option.selected > .products-filter__option-name:before {
    background-color: #1f1f1f;
}

.products-filter--checkboxes .products-filter__option.selected > .products-filter__option-name:after,
.products-filter--ranges .products-filter__option.selected > .products-filter__option-name:after {
    opacity: 1;
}

.products-filter__filter.products_group .products-filter__count {
    display: none;
}

.products-filter__filter.h-list .products-filter__option {
    display: inline-block;
    padding-right: 15px;
    line-height: 1.2;
}

.products-filter--swatches {
    margin: 0 -7.5px 0 -7.5px;
}

.products-filter--swatches .products-filter__option {
    cursor: pointer;
    transition: 0.35s;
    margin: 7.5px;
}

.products-filter--swatches .products-filter__option.selected, .products-filter--swatches .products-filter__option:hover {
    color: var(--rz-color-darker);
    text-shadow: 0 0 var(--rz-color-darker);
}

.products-filter--swatches .swatch-color {
    display: flex;
    padding: 10px 0;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.products-filter--swatches .swatch-color:first-child {
    padding-top: 0;
}

.products-filter--swatches .swatch-color .bg-color {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 14px;
    position: relative;
    background-color: #666;
}

.products-filter--swatches .swatch-color .bg-color:before {
    transform: rotate(45deg);
    content: "";
    width: 5px;
    height: 9px;
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 5.5px;
    left: 9px;
    opacity: 0;
}

.products-filter--swatches .swatch-color.selected .bg-color:before, .products-filter--swatches .swatch-color:hover .bg-color:before {
    opacity: 1;
}

.products-filter--swatches .swatch-color .products-filter__count {
    padding-left: 10px;
}

.products-filter--swatches .swatch-image .products-filter__count,
.products-filter--swatches .swatch-label .products-filter__count {
    display: none;
}

.products-filter--swatches .swatch-label,
.products-filter--swatches .swatch-button {
    display: inline-block;
    min-width: 48px;
    text-align: center;
    padding: 8px 15px;
    border: 1px solid var(--rz-border-color-gray);
}

.products-filter--swatches .swatch-label.selected, .products-filter--swatches .swatch-label:hover,
.products-filter--swatches .swatch-button.selected,
.products-filter--swatches .swatch-button:hover {
    border-color: var(--rz-color-darker);
}

.products-filter--swatches .swatch-image {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    line-height: 1;
}

.products-filter--swatches .swatch-image.selected, .products-filter--swatches .swatch-image:hover {
    border-color: var(--rz-color-darker);
}

.products-filter__control-buttons {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.products-filter__control-buttons .button {
    height: 45px;
    line-height: 45px;
    padding: 0 24px;
    width: 50%;
}

.products-filter__control-buttons .button:first-child {
    margin-right: 10px;
}

.products-filter__control-buttons .button.button-lg {
    width: 100%;
}

.products-filter__control-buttons .reset-button,
.products-filter__control-buttons .clear-button {
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid #CDCDCD;
}

.products-filter__filters-buttons {
    padding-top: 0;
    margin-top: 0;
}

.products-filter-widget .products-filter__filter .products-filter__control-buttons {
    position: relative;
    margin-top: 20px;
}

.products-filter-widget .products-filter__filter .products-filter__control-buttons:before {
    border-top: 1px solid var(--rz-border-color-light);
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
}

.products-filter-widget .instant-filter .products-filter__control-buttons {
    display: none;
}

.products-filter-widget .filter-buttons-form .products-filter__filter .products-filter__control-buttons {
    display: none;
}

.products-filter-widget .filter-buttons-fitems .products-filter__filters-buttons {
    display: none;
}

.products-filter-widget .products-filter__activated {
    display: none;
}

.products-filter-widget .select2-container .select2-selection--single {
    margin: 0;
}

.products-filter__activated {
    margin: -7px -7px 30px;
    clear: both;
}

.products-filter__activated .remove-filtered {
    display: inline-block;
    padding: 10px 15px 8px;
    background-color: #f5f5f5;
    margin: 7px;
    color: #767676;
    font-size: 15px;
}

.products-filter__activated .remove-filtered .razzi-svg-icon {
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    padding-top: 4px;
}

@media (min-width: 767px) {
    .products-filter--checkboxes .products-filter__option .products-filter__option-name:hover,
    .products-filter--ranges .products-filter__option .products-filter__option-name:hover {
        color: var(--rz-color-dark);
    }

    .products-filter--checkboxes .products-filter__option .products-filter__option-name:hover:before,
    .products-filter--ranges .products-filter__option .products-filter__option-name:hover:before {
        background-color: #1f1f1f;
    }

    .products-filter--checkboxes .products-filter__option .products-filter__option-name:hover:after,
    .products-filter--ranges .products-filter__option .products-filter__option-name:hover:after {
        opacity: 1;
    }
}

.catalog-sidebar .products-filter-widget .widget-title,
.elementor-widget-wp-widget-razzi-products-filter .products-filter-widget .widget-title {
    display: none;
}

.catalog-sidebar .products-filter__filter,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter {
    margin-bottom: 0;
}

.catalog-sidebar .products-filter__filter:last-child .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter:last-child .products-filter__filter-control {
    border-bottom: 1px solid var(--rz-border-color-light);
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.catalog-sidebar .instant-filter .products-filter__filter:last-child .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter .instant-filter .products-filter__filter:last-child .products-filter__filter-control {
    border: none;
    padding: 0;
    margin: 0;
}

.catalog-sidebar .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter-control {
    margin-bottom: 45px;
}

.catalog-sidebar.has-collapse-hide .widget:not(.products-filter-widget) .widget-content,
.catalog-sidebar.has-collapse-hide .products-filter__filter:not(.rz-active) .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter.has-collapse-hide .widget:not(.products-filter-widget) .widget-content,
.elementor-widget-wp-widget-razzi-products-filter.has-collapse-hide .products-filter__filter:not(.rz-active) .products-filter__filter-control {
    display: none;
}

.catalog-sidebar .products-filter__filter.rz-active > .products-filter__filter-name:after,
.catalog-sidebar .widget-title.rz-active .razzi-svg-icon,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter.rz-active > .products-filter__filter-name:after,
.elementor-widget-wp-widget-razzi-products-filter .widget-title.rz-active .razzi-svg-icon {
    transform: rotate(180deg);
}

.catalog-sidebar.razzi-sticky-sidebar .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter.razzi-sticky-sidebar .products-filter__filter-control {
    position: relative;
}

.catalog-sidebar.razzi-sticky-sidebar .products-filter__filter-control .select2-container--default:not(.select2),
.elementor-widget-wp-widget-razzi-products-filter.razzi-sticky-sidebar .products-filter__filter-control .select2-container--default:not(.select2) {
    top: 48px !important;
}

.catalog-toolbar-filters__v2 .catalog-filters-content {
    display: flex;
    flex-wrap: wrap;
}

.catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) {
    width: calc(100% / 5);
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}

.catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) .widget-title {
    padding: 15px 20px;
    border: 1px solid var(--rz-border-color-light);
    border-right-width: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin: -1px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) .widget-title.rz-active .razzi-svg-icon {
    transform: rotate(180deg) translateY(50%);
}

.catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) .widget-title .razzi-svg-icon {
    font-size: 11px;
    margin-left: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) .widget-content {
    border: 1px solid var(--rz-border-color-light);
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background-color: #fff;
    width: 280px;
    height: auto;
    z-index: 99;
    padding: 20px;
    display: none;
}

.catalog-toolbar-filters__v2 .widget:not(.products-filter-widget):last-child .widget-title {
    border-right-width: 1px;
}

.catalog-toolbar-filters__v2 .widget_price_filter {
    width: 100% !important;
}

.catalog-toolbar-filters__v2 .products-filter-widget {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.catalog-toolbar-filters__v2 .products-filter-widget .widget-title {
    display: none;
}

.catalog-toolbar-filters__v2 .products-filter-widget .widget-content {
    display: block !important;
}

.catalog-toolbar-filters__v2 .products-filter-widget .products-filter__activated {
    margin-bottom: 13px;
}

.catalog-toolbar-filters__v2 .products-filter__filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.catalog-toolbar-filters__v2 .products-filter__filter {
    width: calc(100% / 5);
    position: relative;
    margin-top: -1px;
}

.catalog-toolbar-filters__v2 .products-filter__filter:first-child .products-filter__filter-name, .catalog-toolbar-filters__v2 .products-filter__filter:nth-child(5n + 1) .products-filter__filter-name {
    border-left-width: 1px;
}

.catalog-toolbar-filters__v2 .products-filter__filter:last-child .products-filter__filter-control, .catalog-toolbar-filters__v2 .products-filter__filter:nth-child(5n) .products-filter__filter-control {
    right: 0;
    left: auto;
}

.catalog-toolbar-filters__v2 .products-filter__filter .products-filter__control-buttons {
    position: relative;
    border: none;
}

.catalog-toolbar-filters__v2 .products-filter__filter .products-filter__control-buttons:before {
    left: -20px;
    right: -20px;
}

.catalog-toolbar-filters__v2 .products-filter__filter-name {
    padding: 15px 20px;
    border: 1px solid var(--rz-border-color-light);
    border-left-width: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-toolbar-filters__v2 .products-filter__filter-control {
    border-width: 1px;
    border-style: solid;
    border-color: var(--rz-border-color-light);
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background-color: #fff;
    width: 280px;
    height: auto;
    z-index: 99;
    padding: 20px;
    display: none;
}

.catalog-toolbar-filters__v2 .products-filter__filters-buttons {
    justify-content: flex-start;
    margin-top: 30px;
}

.catalog-toolbar-filters__v2 .products-filter__filters-buttons .button {
    min-width: 120px;
}

.catalog-toolbar-filters__v2 .products-filter__filter-name.rz-active:after,
.catalog-toolbar-filters__v2 .widget-title.rz-active .razzi-svg-icon {
    transform: rotate(180deg);
}

.full-content .catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) {
    width: calc(100% / 7);
}

.full-content .catalog-toolbar-filters__v2 .products-filter__filter {
    width: calc(100% / 7);
}

.full-content .catalog-toolbar-filters__v2 .products-filter__filter:nth-child(5n + 1) .products-filter__filter-name {
    border-left-width: 0;
}

.full-content .catalog-toolbar-filters__v2 .products-filter__filter:nth-child(7n + 1) .products-filter__filter-name {
    border-left-width: 1px;
}

.full-content .catalog-toolbar-filters__v2 .products-filter__filter:nth-child(7n) .products-filter__filter-control {
    right: 0;
    left: auto;
}

.catalog-toolbar-filters__v3 {
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
    opacity: 0;
    display: none;
}

.catalog-toolbar-filters__v3.open {
    opacity: 1;
}

.catalog-toolbar-filters__v3 .catalog-filters-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.catalog-toolbar-filters__v3 .widget {
    border: none;
    width: 20%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.catalog-toolbar-filters__v3 .widget .widget-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--rz-color-dark);
    margin: 0;
    line-height: 1;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 25px;
}

.catalog-toolbar-filters__v3 .widget .widget-title .razzi-svg-icon {
    display: none;
}

.catalog-toolbar-filters__v3 .products-filter-widget {
    width: 100%;
    margin-bottom: 0;
}

.catalog-toolbar-filters__v3 .products-filter-widget:first-child {
    margin-top: 0;
}

.catalog-toolbar-filters__v3 .products-filter-widget .widget-title {
    display: none;
}

.catalog-toolbar-filters__v3 .products-filter-widget .widget {
    margin: 0;
    width: 100%;
    padding: 0;
}

.catalog-toolbar-filters__v3 .products-filter-widget .widget_price_filter .price_slider {
    margin-top: 15px;
}

.catalog-toolbar-filters__v3 .products-filter-widget .filter-header .razzi-svg-icon {
    display: none;
}

.catalog-toolbar-filters__v3 .products-filter__filters {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.catalog-toolbar-filters__v3 .products-filter__filter {
    width: 20%;
    margin-bottom: 30px;
    position: relative;
    padding: 0 15px;
}

.catalog-toolbar-filters__v3 .products-filter__filter-name {
    border: none;
    padding-bottom: 0;
}

.catalog-toolbar-filters__v3 .products-filter__filter-name:after {
    display: none;
}

.catalog-toolbar-filters__v3 .products-filter__option:not(.swatch):first-child {
    padding-top: 0;
}

.catalog-toolbar-filters__v3 .products-filter__option:not(.swatch):last-child {
    padding-bottom: 0;
}

.catalog-toolbar-filters__v3 .products-filter--swatches {
    margin: -7.5px -7.5px 0 -7.5px;
}

.catalog-toolbar-filters__v3 .products-filter--swatches .products-filter__option {
    margin: 7.5px;
}

.catalog-toolbar-filters__v3 .products-filter--swatches .swatch-color {
    font-size: 0;
    padding: 0;
}

.catalog-toolbar-filters__v3 .products-filter--swatches .swatch-color .bg-color {
    margin-right: 0;
    width: 28px;
    height: 28px;
}

.catalog-toolbar-filters__v3 .products-filter--swatches .swatch-color .bg-color:before {
    top: 7px;
    left: 11px;
}

.catalog-toolbar-filters__v3 .filter.filter_color .filter-swatches {
    display: flex;
    flex-wrap: wrap;
}

.catalog-toolbar-filters__v3 .products-filter__control-buttons .button {
    padding: 0 15px;
}

.catalog-toolbar-filters__v3 .products-filter__filters-buttons {
    justify-content: flex-start;
}

.catalog-toolbar-filters__v3 .products-filter__filters-buttons .button {
    min-width: 120px;
}

.catalog-toolbar-filters__v3 .products-filter__filter .products-filter__control-buttons:before {
    left: 0;
    right: 0;
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product .product-gallery-summary {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
    width: 50%;
	background-color: #f1f2f4;
}

.single-product div.product .woocommerce-product-gallery.loading {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery.loading:before {
    content: '';
    display: block;
    border-radius: 100px;
    position: absolute;
}

.single-product div.product .woocommerce-product-gallery.loading:before {
    background-color: var(--rz-background-color-primary);
    height: 13px;
    width: 13px;
    top: 0;
    left: 0;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.single-product div.product .woocommerce-product-gallery.loading:before {
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.single-product div.product .woocommerce-product-gallery.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: white;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.single-product div.product .woocommerce-product-gallery figure {
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 15px 0 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    border-bottom: 2px solid transparent;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: var(--rz-border-color-dark);
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:not(.swiper-wrapper) {
    opacity: 0;
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.03);
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:hover:before {
    background-color: var(--rz-color-primary);
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:hover:after {
    border-left-color: var(--rz-background-text-color-primary);
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:before {
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:after {
    transition: 0.3s;
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background-color: #111;
    border-radius: 3px;
    display: block;
    line-height: 1;
    padding: 7px;
    margin-right: 20px;
    transition: .35s opacity;
    opacity: 0;
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #111;
}

.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:hover > span {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto;
}

.single-product div.product .woocommerce-product-gallery.has-video .flex-control-nav li {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery.has-video .flex-control-nav li .razzi-i-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-product div.product .woocommerce-product-gallery.has-video .flex-viewport {
    height: 100% !important;
}

.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__wrapper {
    display: flex;
}

.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube {
    padding-bottom: 100%;
    /* 16:9 */
}

.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube iframe,
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper iframe,
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper video {
    height: 100%;
}

.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper .wp-video {
    height: 100%;
    margin: 0 auto;
}

.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper .wp-video-shortcode {
    min-height: 100% !important;
    height: 100%;
}

.single-product div.product.layout-v1 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
    display: none;
}

.single-product div.product.layout-v1 .flex-control-thumbs:not(.swiper-wrapper) {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.single-product div.product.layout-v1 .flex-control-thumbs:not(.swiper-wrapper) li {
    padding: 0 7.5px;
    width: 20%;
    display: none;
}

.single-product div.product.layout-v1.woocommerce-product-gallery--columns-5 .flex-control-thumbs:not(.swiper-wrapper) li {
    display: none;
}

.single-product div.product.layout-v1.woocommerce-product-gallery--columns-5 .flex-control-thumbs:not(.swiper-wrapper) li:nth-child(-n+5) {
    display: block;
}

.single-product div.product.layout-v1.woocommerce-product-gallery--columns-4 .flex-control-thumbs:not(.swiper-wrapper) li:nth-child(-n+4) {
    display: block;
}

.single-product div.product.layout-v1.woocommerce-product-gallery--columns-6 .flex-control-thumbs:not(.swiper-wrapper) li:nth-child(-n+6) {
    display: block;
}

.single-product div.product.layout-v2 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
    display: none;
}

.single-product div.product.layout-v2 .flex-control-thumbs:not(.swiper-wrapper) {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
}

.single-product div.product.layout-v2 .flex-control-thumbs:not(.swiper-wrapper) li {
    padding: 7.5px 0;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .rz-swiper-button {
    cursor: pointer;
    outline: none;
    background-color: var(--rz-background-color-light);
    font-size: 20px;
    opacity: 0;
    z-index: 1;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .rz-swiper-button.swiper-button-lock {
    display: none;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--razzi-product-thumbs-width);
    max-height: 100%;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-swiper-button {
    position: absolute;
    transform: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    left: 0;
    right: 0;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-prev {
    top: 0;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-prev svg {
    transform: rotate(90deg);
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-next {
    bottom: 0;
    top: auto;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-next svg {
    transform: rotate(90deg);
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal .rz-swiper-button {
    line-height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    /*rtl:raw:
						transform: rotateY(180deg) translateY(-50%);
					*/
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal .rz-thumbs-button-prev {
    left: 0;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal .rz-thumbs-button-next {
    right: 0;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .swiper-button-disabled {
    cursor: not-allowed;
}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel:hover .rz-swiper-button {
    opacity: 1;
}

.single-product div.product .rz-wishlist-button {
    padding: 0;
    min-width: auto;
}

.single-product div.product .rz-wishlist-button .rz-loop_button {
    padding: 0 25px;
}

.single-product div.product .rz-wishlist-button .rz-loop_button > .yith-wcwl-icon,
.single-product div.product .rz-wishlist-button .rz-loop_button .razzi-svg-icon {
    order: 2;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.single-product div.product .rz-wishlist-button .rz-loop_button .yith-wcwl-icon {
    color: var(--rz-color-dark);
    margin-right: 0;
}

.single-product div.product .rz-wishlist-button .rz-loop_button .loop_button-text {
    order: 1;
    display: none;
}

.single-product div.product .rz-wishlist-button:hover .razzi-svg-icon {
    transform: none;
}

.single-product div.product .rz-wishlist-button.show-wishlist-title .rz-loop_button {
    display: flex;
    align-items: center;
}

.single-product div.product .rz-wishlist-button.show-wishlist-title .rz-loop_button > .yith-wcwl-icon {
    margin-left: 20px;
}

.single-product div.product .rz-wishlist-button.show-wishlist-title .razzi-svg-icon {
    margin-left: 20px;
}

.single-product div.product .rz-wishlist-button.show-wishlist-title .loop_button-text {
    display: inline-block;
}

.single-product div.product .yith-wcwl-wishlistexistsbrowse .rz-loop_button > .yith-wcwl-icon,
.single-product div.product .yith-wcwl-wishlistexistsbrowse .rz-loop_button svg,
.single-product div.product .yith-wcwl-wishlistaddedbrowse .rz-loop_button > .yith-wcwl-icon,
.single-product div.product .yith-wcwl-wishlistaddedbrowse .rz-loop_button svg {
    fill: var(--rz-color-darker);
}

.single-product div.product .entry-summary > .stock {
    display: none;
}

.single-product div.product.outofstock .price {
    color: #767676;
}

.single-product div.product .product_meta {
    margin: 20px 0;
}

.single-product div.product .product_meta > span {
    display: block;
}

.single-product div.product .product_meta > span a:not(:hover) {
    color: var(--rz-text-color);
}

.single-product div.product .product_meta .label {
    color: var(--rz-color-dark);
    margin-right: 15px;
}

.single-product div.product .product-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.single-product div.product .product-button-wrapper > * {
    margin-bottom: 15px;
}

.single-product div.product .product-button-wrapper p.cart {
    margin-top: 0;
    display: inline-block;
}

.single-product div.product .product-button-wrapper p.cart .single_add_to_cart_button {
    line-height: 56px;
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button {
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-right: 18px;
    min-width: 230px;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button.loading {
    opacity: 0.5;
    color: transparent;
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button.loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: razzi-spin infinite 1s linear;
    animation: razzi-spin infinite 1s linear;
    transition: opacity .2s linear .2s;
    content: "";
    margin-top: -8px;
    margin-left: -8px;
    color: var(--rz-color-lighter);
}

.single-product div.product .product-button-wrapper .single_add_to_cart_button .razzi-svg-icon {
    margin-left: 16px;
    display: inline-block;
    font-size: 19px;
}

.single-product div.product button.single_add_to_cart_button:hover {
    opacity: 0.8;
}

.single-product div.product .woocommerce-product-details__short-description {
    margin-top: 10px;
    margin-bottom: 15px;
}

.single-product div.product .woocommerce-product-details__short-description p {
    margin: 0 0 10px;
}

.single-product div.product .product-share {
    margin-top: 35px;
}

.single-product div.product .product-share .after-text {
    display: none;
}

.single-product div.product .product-share .sharing-icon {
    margin-right: 11px;
    color: var(--rz-color-darker);
}

.single-product div.product .product-share .social-share-link {
    font-size: 15px;
    margin: 0 4.5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: var(--rz-color-placeholder);
    background-color: #f5f5f5;
}

.single-product div.product .product-share .social-share-link:hover {
    color: var(--rz-color-lighter);
    background-color: var(--rz-color-darker);
}

.single-product div.product .woocommerce-badges {
    z-index: 9;
}

/*rtl:raw:
.woocommerce div.product .deal-expire-countdown.razzi-countdown .divider {
	right: auto;
	left: -13px;
}

.size-guide-button .razzi-svg-icon {
	margin-right: 0;
	margin-left: 12px;
}
*/
.single-product div.product .quantity {
    margin-right: 20px;
}

.single-product div.product .quantity .qty {
    width: 83px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--rz-text-color);
    height: 54px;
    line-height: 54px;
    background-color: transparent;
}

.single-product div.product .quantity .qty-dropdown .current {
    width: 83px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    padding: 0 20px;
}

.single-product div.product .quantity .qty-dropdown .current.focus {
    border-color: var(--rz-border-color-darker);
    z-index: 1001;
}

.single-product div.product .quantity .qty-dropdown .razzi-svg-icon {
    font-size: 11px;
    margin-top: 0;
    transform: translateY(-50%);
    right: 20px;
}

.single-product div.product .quantity .qty-dropdown .qty-options {
    top: calc(100% - 1px);
    width: 100%;
    height: 180px !important;
}

.single-product div.product .quantity .qty-dropdown .qty-options ul li {
    padding: 4.5px 20px;
    font-size: 18px;
}

.single-product div.product .woocommerce-tabs {
    margin: 80px 0 0;
    clear: both;
}

.single-product div.product .woocommerce-tabs .panel {
    max-width: 790px;
    padding: 0 15px;
    margin: 45px auto 0 auto;
}

.single-product div.product .woocommerce-tabs .product-detail-list ul {
    list-style-type: none;
}

.single-product div.product .woocommerce-tabs table.shop_attributes {
    max-width: 730px;
    margin: 0 auto;
}

.single-product div.product .woocommerce-tabs table.shop_attributes th,
.single-product div.product .woocommerce-tabs table.shop_attributes td {
    padding: 10px 20px;
}

.single-product div.product .woocommerce-tabs table.shop_attributes th {
    font-weight: 500;
    color: var(--rz-color-dark);
}

.single-product div.product .woocommerce-tabs table.shop_attributes td p {
    margin: 0;
}

.single-product div.product .woocommerce-Tabs-panel--description p:first-child {
    margin-top: 0;
}

.razzi-product-taxonomy-infor {
    display: flex;
}

.razzi-product-taxonomy-infor__image {
    flex: 1 0 100px;
    margin-right: 30px;
}

.razzi-product-taxonomy-infor__title {
    margin: 0 0 10px 0;
}

.single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title {
    display: none;
}

.single-product div.product .woocommerce-Reviews ol.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li {
    position: relative;
    margin-bottom: 20px;
    padding: 40px;
    border: 1px solid #e5e5e5;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li .comment_container {
    display: flex;
    align-items: flex-start;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li img.avatar {
    width: 100px;
    border: none;
    padding: 0;
    border-radius: 50%;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li .comment-text {
    margin: 0 0 0 40px;
    border-radius: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li .star-rating {
    float: right;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li p.meta {
    margin: 0 0 10px;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__author {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: var(--rz-color-dark);
}

.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__dash {
    display: none;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__published-date {
    font-size: 14px;
    color: #767676;
}

.single-product div.product .woocommerce-Reviews ol.commentlist li .description p {
    margin-bottom: 0;
}

.single-product div.product .woocommerce-Reviews .comment-respond {
    padding: 30px 0 0;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form {
    text-align: left;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars {
    margin-top: 10px;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a {
    border-right: 17px solid transparent;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-notes {
    display: block;
    text-align: center;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: var(--rz-color-darker);
}

.single-product div.product .woocommerce-Reviews .comment-respond .stars:hover a:before {
    color: var(--rz-color-darker);
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-rating {
    margin-top: 60px;
    padding: 0 15px;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email {
    width: 50%;
    padding-left: 15px;
    float: left;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent,
.single-product div.product .woocommerce-Reviews .comment-respond .form-submit {
    clear: bottom;
}

.single-product div.product .woocommerce-Reviews .comment-respond .form-submit {
    margin-top: 20px;
}

.single-product div.product .woocommerce-Reviews .comment-respond .form-submit .submit {
    min-width: 150px;
}

.single-product div.product .woocommerce-Reviews .woocommerce-noreviews {
    margin: 0;
    text-align: center;
}

.single-product div.product section.products {
    margin-top: 70px;
}

.single-product div.product section.products:nth-child(2) {
    margin-top: 100px;
}

.single-product div.product section.products > h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 60px;
}

.single-product div.product section.products .swiper-container-initialized ul.products {
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.single-product div.product section.products .swiper-container-initialized ul.products li {
    clear: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.single-product div.product section.products .swiper-container-initialized ul.products.product-loop-layout-10 li.swiper-slide .product-inner:hover {
    height: 100%;
}

.single-product div.product section.products .rz-swiper-button {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    opacity: .5;
    transition: .5s;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 22px;
    color: var(--rz-color-dark);
    background-color: #fff;
}

.single-product div.product section.products .rz-swiper-button:hover {
    opacity: 1;
}

.single-product div.product section.products .rz-swiper-button-next {
    right: 0;
    left: auto;
}

.single-product div.product section.products .swiper-scrollbar {
    max-width: 570px;
    background-color: #e5e5e5;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 40px auto 0;
}

.single-product div.product section.products .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-primary);
    cursor: pointer;
}

.single-product.razzi-product-card-solid div.product section.products .swiper-container-initialized ul.products li {
    padding-left: 0;
    padding-right: 0;
}

.single-product div.product {
    position: relative;
}

.single-product div.product .entry-summary {
    width: 50%;
    padding-left: 60px;
    float: right;
}

.single-product div.product .entry-summary .meta-cat:not(:hover) {
    color: var(--rz-text-color-gray);
}

.single-product div.product .entry-summary .meta-cat > img {
    max-height: 60px;
    width: auto;
    display: block;
}

.single-product div.product .entry-summary .star-rating {
    font-size: 18px;
    margin-top: 2px;
}

.single-product div.product .entry-summary .product_title {
    font-size: 28px;
}

.single-product div.product .entry-summary .woocommerce-product-rating {
    display: flex;
    align-items: center;
}

.single-product div.product .entry-summary .price {
    font-size: 24px;
    font-weight: 500;
    color: var(--rz-color-dark);
    margin: 0;
}

.single-product div.product .entry-summary .price del {
    margin-right: 13px;
    font-size: 18px;
    color: #a0a0a0;
}

.single-product div.product .entry-summary .price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
}

.single-product div.product .entry-summary .woocommerce-review-link {
    margin-left: 10px;
}

.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
    margin: 0;
    line-height: 52px;
}

.single-product div.product .summary-top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}

.single-product div.product .summary-price-box {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.single-product div.product .summary-price-box .price {
    margin-right: 16px;
}

.single-product div.product .summary-price-box .rz-stock {
    color: var(--rz-color-dark);
}

.single-product div.product .single-product-extra-content {
    margin-top: 30px;
}

.single-product div.product .single-product-extra-content .widget {
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.single-product div.product .single-product-extra-content .widget strong {
    color: #111;
}

.single-product div.product .single-product-extra-content .widget ul {
    margin: 10px 0 0;
}

.single-product div.product .single-product-extra-content .widget ul.razzi-list-check li {
    position: relative;
    list-style: none;
}

.single-product div.product .single-product-extra-content .widget ul.razzi-list-check li:before {
    position: absolute;
    top: 4px;
    left: -22px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAWQAAAFkBqp2phgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD7SURBVDiNrdMvToNBEAXw3xAUh6isAwOyeLC4ktRUoMsJ4AINHoFEIDBNOUFDUsEFCLo4HFUkg2A/sjT9CEmZZMT8ee/N7s5GZqotIro4xX5xeCp+m5nPPwCZqZAERlhijjH6xccltyw98Y2rwFO8YdAUVx2D0jNtSJrCqBQ6beCKpFN6R83xu2W0VuWWSZYF6xLzP4BOcFTFc1xslZue+cUiYog77FTpGQ5ggX7FvIfdKh7iA8OVifpYbK0RPMRjRPSK8jXOMvOmbcIJxivsV3hfp1z1jDHZ9rVhxzVjZp5HxAteM/O+RbiHBzZ9xo0X6V9WeZPPFJt+50/sUV+QbazEbgAAAABJRU5ErkJggg==");
    background-size: cover;
}

.single-product div.product .single-product-extra-content .widget fieldset {
    margin-top: 0.5em;
    margin-bottom: 1.2em;
    border: 1px solid #e2e2e2;
}

.single-product div.product .single-product-extra-content .widget fieldset legend {
    display: block;
    margin: 0 auto;
    width: inherit;
    padding: 10px;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

form.cart .wcpa_form_outer {
    width: 100%;
}

form.cart .wcpa_form_outer .wcpa_form_item > label {
    color: var(--rz-color-dark);
    margin-bottom: 5px;
}

form.cart .wcpa_form_outer .wcpa_form_item input[type="text"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="date"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="number"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="email"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="tel"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="datetime-local"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="file"],
form.cart .wcpa_form_outer .wcpa_form_item textarea {
    border: 1px solid var(--rz-border-color);
    padding: 12px 15px;
    width: 100%;
}

form.cart .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type="radio"]:checked + label .wcpa_check {
    border-color: var(--rz-color-dark);
}

form.cart .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type="radio"]:checked + label .wcpa_check::before {
    background-color: var(--rz-color-dark);
}

form.cart .wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check {
    border-color: var(--rz-color-dark);
    background-color: transparent;
}

form.cart .wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check::before {
    border-color: var(--rz-color-dark);
}

.pswp .razzi-video-wrapper iframe,
.pswp .razzi-video-wrapper .wp-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pswp .razzi-video-wrapper iframe:-webkit-full-screen {
    transform: none;
}

.product-has-background {
    overflow-x: hidden;
    --rz-product-background-color: transparent;
}

.product-has-background .page-header,
.product-has-background .razzi-auto-background-color .razzi-promotion,
.product-has-background .razzi-auto-background-color {
    background-color: var(--rz-product-background-color) !important;
}

.product-has-background .razzi-product-background-content {
    clear: both;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background-color: var(--rz-product-background-color);
}

.single-product div.product.layout-v2 {
    --razzi-product-thumbs-width: 85px;
}

.single-product div.product.layout-v2 .product-gallery-summary .woocommerce-badges {
    left: auto;
    right: 0;
}

.single-product div.product.layout-v2 .product-gallery-summary .woocommerce-badges.woocommerce-badges--layout-2 {
    right: 20px;
}

.single-product div.product.layout-v2 .woocommerce-product-gallery:not(.without-thumbnails) {
    padding-left: calc(var(--razzi-product-thumbs-width) + 15px);
}

.single-product div.product.layout-v2 .woocommerce-product-gallery__thumbs-carousel {
    height: 100%;
}

.single-product div.product.layout-v2 .flex-control-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--razzi-product-thumbs-width);
    max-height: 100%;
    margin: 0;
}

.single-product div.product.layout-v2 .flex-control-thumbs li {
    width: 100%;
    height: auto !important;
}

.single-product div.product.layout-v2 .flex-control-thumbs img {
    display: block;
}

.single-product div.product.layout-v2 .flex-control-thumbs {
    flex-direction: column;
    height: 100%;
}

.single-product div.product.layout-v2 .flex-control-thumbs.swiper-wrapper {
    position: static;
}

.single-product div.product.layout-v3 .woocommerce-product-gallery__wrapper {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.single-product div.product.layout-v3 .woocommerce-product-gallery__image {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
}

.single-product div.product.layout-v3 .woocommerce-tabs {
    margin-top: 50px;
}

.single-product div.product.layout-v3 .woocommerce-product-gallery.loading:before {
    top: 30%;
}

.single-product div.product.layout-v4 .woocommerce-product-gallery {
    opacity: 0;
}

.single-product div.product.layout-v4 .swiper-pagination {
    margin-top: 20px;
    line-height: 0;
    bottom: 0;
}

.single-product div.product.layout-v4 .woocommerce-product-gallery__wrapper:not(.swiper-wrapper) {
    display: flex;
    overflow: hidden;
}

.single-product div.product.layout-v4 .woocommerce-product-gallery__wrapper:not(.swiper-wrapper) .woocommerce-product-gallery__image {
    flex: 0 0 50%;
    max-width: 50%;
}

.single-product div.product.layout-v4 .rz-swiper-button {
    position: absolute;
    z-index: 1;
    display: block;
    cursor: pointer;
    outline: none;
    text-align: center;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    background-color: var(--rz-background-color-light);
}

.single-product div.product.layout-v4 .swiper-button-disabled {
    cursor: not-allowed;
}

.single-product div.product.layout-v4 .rz-swiper-button-next {
    right: 0;
}

.single-product div.product.layout-v4 .rz-swiper-button-prev {
    left: 0;
}

.single-product div.product.layout-v4 .razzi-product-video {
    height: auto;
}

.single-product div.product.layout-v4 .swiper-button-lock {
    display: none;
}

.single-product div.product.layout-v5 .entry-summary {
    position: sticky;
    top: 30px;
}

.single-product div.product.layout-v5 .woocommerce-product-gallery__image {
    margin: 0 0 20px 0;
}

.single-product div.product.layout-v5 .woocommerce-product-gallery.loading:before {
    top: 10%;
}

.single-product div.product.product-tabs-under-summary .product-gallery-summary {
    margin-bottom: 80px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs {
    margin-top: 50px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper {
    position: relative;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    color: var(--rz-color-dark);
    font-weight: 500;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper > a:after {
    content: '';
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: var(--rz-border-color-light);
    width: 100%;
    position: absolute;
    height: 1px;
    transition: .5s;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper > a:hover {
    color: var(--rz-color-primary);
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper > a.active {
    color: inherit;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper > a.active > .razzi-svg-icon {
    transform: rotate(180deg);
    transition: .3s;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper > a .razzi-svg-icon {
    font-size: 18px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper:last-child {
    position: relative;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper:last-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: var(--rz-border-color-light);
    opacity: 1;
    width: 100%;
    height: 1px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .panel-content {
    display: none;
    padding: 10px 0 30px 0;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper.description_tab .panel-content {
    padding-bottom: 0;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper.description_tab .panel-content p:first-child {
    margin-top: 0;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews ol.commentlist li {
    padding: 20px 15px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews ol.commentlist li img.avatar {
    max-width: 60px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews ol.commentlist li .comment-text {
    margin: 0 0 0 20px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .comment-respond {
    padding-top: 0;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .comment-respond .comment-reply-title {
    margin: 0;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .comment-respond .comment-form-rating {
    margin-top: 35px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .star-rating {
    font-size: 12px;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews p.stars a {
    display: inline-block;
    font-weight: 400;
    padding: 0;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews p.stars a:after {
    display: none;
}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs.wc-tabs-first--opened .razzi-tab-wrapper:first-child .panel-content {
    display: block;
}

.single-product div.product.has-buy-now .entry-summary {
    padding-left: 90px;
}

.single-product div.product.has-buy-now .product-button-wrapper .single_add_to_cart_button {
    min-width: 154px;
}

.single-product div.product.has-buy-now .product-button-wrapper .single_add_to_cart_button:after {
    display: none;
    top: 50%;
    left: 50%;
    transform: translateY(-50%, -50%);
    position: absolute;
    margin: -10px 0 0 -10px;
}

.single-product div.product.has-buy-now .product-button-wrapper .single_add_to_cart_button.loading {
    color: var(--rz-background-color-dark);
    opacity: 1;
}

.single-product div.product.has-buy-now .product-button-wrapper .single_add_to_cart_button.loading::after {
    display: block;
    color: var(--rz-color-lighter);
}

.single-product div.product.has-buy-now .product-button-wrapper .single_add_to_cart_button .razzi-svg-icon {
    display: none;
}

.single-product div.product.has-buy-now .rz-buy-now-button {
    min-width: 140px;
    margin-right: 18px;
    padding: 0 20px;
}

.single-product div.product.has-buy-now .rz-buy-now-button:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.single-product div.product.has-buy-now .rz-buy-now-button.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.single-product div.product.has-buy-now .rz-wishlist-button:not(.show-wishlist-title) {
    border: none;
}

.single-product div.product.has-buy-now .rz-wishlist-button:not(.show-wishlist-title) .rz-loop_button {
    padding-right: 0;
    padding-left: 0;
}

.single-product div.product.has-buy-now .rz-wishlist-button:not(.show-wishlist-title) .rz-loop_button .razzi-svg-icon,
.single-product div.product.has-buy-now .rz-wishlist-button:not(.show-wishlist-title) .rz-loop_button .yith-wcwl-icon {
    font-size: 20px;
}

.single-product div.product.product-type-grouped form.cart {
    border-top: 0;
    padding-top: 20px;
}

.single-product div.product.product-type-grouped form.cart:after {
    clear: both;
    display: block;
    content: "";
}

.single-product div.product.product-type-grouped form.cart table {
    border: none;
}

.single-product div.product.product-type-grouped form.cart table td {
    border: none;
    padding: 10px 0;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity .quantity {
    margin-right: 0;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity .rz-loop_button {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
    padding: 0 25px;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity .rz-loop_button .razzi-svg-icon {
    display: none;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price {
    text-align: right;
    width: 20%;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price ins {
    background-color: transparent;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price del {
    display: block;
    color: #a6a6a6;
    font-size: 14px;
}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price .stock {
    margin: 0;
    display: none;
}

.single-product div.product.product-type-variable form.cart {
    margin-top: 40px;
}

.single-product div.product.product-type-variable form.cart .variations {
    position: relative;
    margin-bottom: 0;
    border: none;
}

.single-product div.product.product-type-variable form.cart .variations td {
    display: block;
    padding: 0;
    border: none;
}

.single-product div.product.product-type-variable form.cart .variations td.label {
    margin-bottom: 20px;
    color: #111;
}

.single-product div.product.product-type-variable form.cart .variations td.label .wcboost-variation-swatches__selected-label {
    font-weight: 500;
    text-transform: capitalize;
}

.single-product div.product.product-type-variable form.cart .variations label {
    font-weight: 400;
}

.single-product div.product.product-type-variable form.cart .variations td.value {
    padding: 0;
    margin-bottom: 40px;
    display: block;
}

.single-product div.product.product-type-variable form.cart .variations td.value.show-select {
    width: 100%;
}

.single-product div.product.product-type-variable form.cart .variations td.value.show-select:after {
    opacity: 1;
}

.single-product div.product.product-type-variable form.cart .variations .reset_variations {
    display: block;
    color: var(--rz-color-dark);
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.single-product div.product.product-type-variable form.cart .variations select {
    width: 100%;
    margin-right: 0;
    background-color: transparent;
    padding: 11px 15px 10px;
    text-transform: capitalize;
    cursor: pointer;
    border: 1px solid #d9d9d9;
}

.single-product div.product.product-type-variable form.cart .variations select:focus {
    outline: none;
}

.single-product div.product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation {
    margin-bottom: 25px;
}

.single-product div.product.product-type-variable form.cart .product-button-wrapper {
    padding-top: 0;
}

.single-product div.product.product-type-variable form.variations_form .variations td.value {
    margin-bottom: 30px;
}

.single-product div.product.product-type-variable form.variations_form .product-button-wrapper .single_add_to_cart_button.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item {
    outline: none;
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:hover, .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.selected .wcboost-variation-swatches__name:before, .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:hover .wcboost-variation-swatches__name:before {
    transform: rotate(45deg);
    content: "";
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -3px;
    margin-top: -8px;
    width: 8px;
    height: 12px;
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled {
    opacity: 0.5;
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name {
    position: relative;
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::before, .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 1px;
    top: 50%;
    left: -50%;
    background-color: var(--rz-background-color-primary);
    transform: rotate(45deg);
    border: none;
    margin: 0;
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
    transform: rotate(-45deg);
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.wcboost-variation-swatches__item-white .wcboost-variation-swatches__name {
    border: 1px solid var(--rz-border-color-gray);
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__name {
    overflow: hidden;
}

.wcboost-variation-swatches .swatch-label {
    border: 1px solid #ddd;
    background-color: transparent;
    min-width: 30px;
    min-height: 30px;
    padding: 0 5px;
}

.wcboost-variation-swatches .swatch-label.selected {
    border-color: var(--rz-color-dark);
    color: var(--rz-color-dark);
}

.wcboost-variation-swatches .swatch-label.disabled {
    opacity: 1 !important;
    background-color: #f5f5f5;
    text-decoration: line-through;
    color: #a6a6a6;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item {
    box-shadow: none;
    outline: none;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name {
    width: 100%;
    height: 2px;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name:after {
    content: '';
    display: none;
    width: 100%;
    border-bottom: 2px solid #111;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled).selected .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled):hover .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled).selected .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled):hover .wcboost-variation-swatches__name:after {
    display: block;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__name {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    overflow: inherit;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item {
    outline: none;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled {
    opacity: 0.5;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name {
    overflow: hidden;
}

.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::before, .wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 1px;
    top: 50%;
    left: -50%;
    background-color: var(--rz-background-color-primary);
    transform: rotate(45deg);
}

.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
    transform: rotate(-45deg);
}

.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected, .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item.selected, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover {
    background-color: transparent;
    border-color: var(--rz-color-dark);
    color: var(--rz-color-dark);
}

.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.disabled, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item.disabled {
    opacity: 1 !important;
    background-color: #f5f5f5;
    text-decoration: line-through;
    color: #a6a6a6;
}

/**
 * Account
 */
.woocommerce-account form h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
}

.woocommerce-account .form-row {
    margin: 0 0 20px 0;
}

.woocommerce-account .form-row label {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: var(--rz-color-dark);
    margin-bottom: 5px;
}

.woocommerce-account .form-row .input-text {
    width: 100%;
}

.woocommerce-account .form-row textarea {
    width: 100%;
}

.woocommerce-account .vendor-customer-registration br {
    display: none;
}

.woocommerce-account .vendor-customer-registration label.radio {
    display: flex;
    align-items: center;
}

.woocommerce-account .vendor-customer-registration label.radio input[type="radio"] {
    margin-right: 15px;
}

.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
    padding-right: 52px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid var(--rz-border-color-light);
    color: var(--rz-text-color);
    transition: .5s;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a .razzi-svg-icon {
    font-size: 12px;
    transform: rotate(-90deg);
    color: #919191;
    transition: .5s;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    color: var(--rz-color-dark);
    font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li.is-active .razzi-svg-icon {
    color: var(--rz-color-dark);
}

.woocommerce-MyAccount-navigation ul li:first-child {
    border-top: 1px solid var(--rz-border-color-light);
}

.woocommerce-MyAccount-navigation ul li:hover {
    color: var(--rz-color-dark);
}

.woocommerce-MyAccount-navigation ul li:hover .razzi-svg-icon {
    color: var(--rz-color-dark);
}

.woocommerce-MyAccount-content {
    width: 75%;
    float: left;
    padding-left: 38px;
}

.woocommerce-MyAccount-content > h3,
.woocommerce-MyAccount-content h3:first-child {
    margin-top: 0;
}

.woocommerce-MyAccount-content > p:first-child {
    margin-top: 12px;
}

.woocommerce-MyAccount-content mark, .woocommerce-MyAccount-content ins {
    background-color: transparent;
}

.woocommerce-MyAccount-content > section {
    border: 1px solid var(--rz-border-color-gray);
    padding: 30px 40px 20px;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content > section > h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
}

.woocommerce-MyAccount-content > section table {
    margin: 0;
}

.woocommerce-MyAccount-content .greeting {
    color: var(--rz-text-color);
    margin-bottom: 53px;
    font-weight: 400;
}

.woocommerce-MyAccount-content .greeting span {
    font-size: 18px;
}

.woocommerce-MyAccount-content .greeting strong,
.woocommerce-MyAccount-content .greeting a {
    color: var(--rz-color-dark);
}

.woocommerce-MyAccount-content .order-item {
    border: 1px solid var(--rz-border-color-gray);
    padding: 30px 40px 20px;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content a.button:not(.woocommerce-MyAccount-downloads-file) {
    display: inline-block;
    text-align: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 46px;
    padding: 0 40px;
    text-decoration: none;
    background-color: transparent;
    color: var(--rz-color-dark);
    border: 1px solid;
    white-space: nowrap;
}

.woocommerce-MyAccount-content button.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
}

.woocommerce-MyAccount-content .woocommerce-address-fields > p {
    padding: 0 10px;
}

.woocommerce-MyAccount-content .woocommerce-columns--addresses {
    display: flex;
}

.woocommerce-MyAccount-content .woocommerce-columns--addresses > * {
    flex: 0 1 33%;
}

.woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-top: 0;
    color: var(--rz-color-dark);
}

.woocommerce-MyAccount-content .woocommerce-columns--addresses address {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}

.woocommerce-MyAccount-content .woocommerce-columns--addresses p {
    margin: 10px 0;
}

.woocommerce-MyAccount-content .woocommerce-customer-details > h2 {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content .edit-account fieldset {
    padding: 0;
    margin: 50px 0 0 0;
    border: none;
    display: inline-block;
    width: 100%;
}

.woocommerce-MyAccount-content .edit-account fieldset legend {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin: 0 0 20px 0;
    padding: 50px 0 0;
    width: 100%;
    position: relative;
    color: var(--rz-color-dark);
}

.woocommerce-MyAccount-content .edit-account fieldset legend:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: var(--rz-border-color-light);
}

.woocommerce-edit-address .woocommerce-MyAccount-content > p {
    display: none;
}

.woocommerce-edit-address .woocommerce-Address {
    flex: 1 1 50%;
    margin: 0 15px;
    padding: 30px 40px 5px;
    background-color: var(--rz-background-color-gray);
}

.woocommerce-edit-address .woocommerce-Address h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}

.woocommerce-edit-address .woocommerce-Address address {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title {
    position: relative;
}

.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title > a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--rz-background-color-light);
    border-radius: 50%;
}

.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title > a:before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZWRpdC0yIj48cGF0aCBkPSJNMTcgM2EyLjgyOCAyLjgyOCAwIDEgMSA0IDRMNy41IDIwLjUgMiAyMmwxLjUtNS41TDE3IDN6Ij48L3BhdGg+PC9zdmc+");
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce-edit-address .woocommerce-Addresses {
    display: flex;
    margin: 0 -15px;
}

.woocommerce-view-order .woocommerce-MyAccount-content > p {
    display: none;
}

.woocommerce-account:not(.logged-in) .page-header {
    display: none;
}

.woocommerce-account:not(.logged-in).page .site-content {
    background-color: var(--rz-background-color-gray);
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-account:not(.logged-in).page .site-content > article {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    display: inline-block;
    width: 100%;
}

.woocommerce-account .woocommerce-message a.button,
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-error a.button {
    --rz-color-dark: #fff;
}

.woocommerce-account .u-columns {
    margin: 0 -15px;
    display: flex;
    justify-content: center;
}

.woocommerce-account .u-columns .u-column1:not(.woocommerce-Address),
.woocommerce-account .u-columns .u-column2:not(.woocommerce-Address) {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 30px 40px;
    background-color: var(--rz-background-color-light);
}

.woocommerce-account .u-columns h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce-form button {
    line-height: 46px;
    white-space: nowrap;
    min-width: 160px;
}

.woocommerce-account .woocommerce-form-register .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-register .show_if_seller .form-row:last-child {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-form-login__submit {
    margin-top: 10px;
}

.woocommerce-account .form-row-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.woocommerce-account .form-row-remember .woocommerce-form__label-for-checkbox {
    color: var(--rz-color-dark);
}

.woocommerce-account .lost_password {
    margin-bottom: 0;
}

.woocommerce-account .lost_password a {
    position: relative;
}

.woocommerce-account .lost_password a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rz-color-dark);
    transition: .5s;
    opacity: 0;
}

.woocommerce-account .lost_password a:hover:after {
    opacity: 1;
    width: 100%;
}

.woocommerce-account .woocommerce-ResetPassword {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 30px 25px;
}

.woocommerce-account .woocommerce-ResetPassword .woocommerce-column__title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
}

.woocommerce-account .woocommerce-ResetPassword .form-row {
    width: 100%;
}

.woocommerce-account .woocommerce-ResetPassword .form-row .input-text {
    text-align: center;
}

.woocommerce-account .woocommerce-ResetPassword .reset-depscription {
    padding: 0 70px;
    margin-bottom: 35px;
}

.woocommerce-account .woocommerce-ResetPassword button {
    margin-top: 10px;
}

.woocommerce-lost-password .woocommerce-notices-wrapper {
    max-width: 50%;
    margin: 0 auto;
}

.razzi-social-login .login-text {
    text-align: center;
    position: relative;
    margin: 15px 0 10px;
}

.razzi-social-login .login-text:before, .razzi-social-login .login-text:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    width: 34%;
    background-color: #e5e5e5;
}

.razzi-social-login .login-text:after {
    left: auto;
    right: 0;
}

/**
 * Cart
 */
.woocommerce-cart .woocommrece-cart-content {
    position: relative;
}

.woocommerce-cart .woocommrece-cart-content:after {
    clear: both;
    content: '';
    display: block;
}

.woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: 66%;
    padding-right: 100px;
    position: relative;
}

.woocommerce-cart table.shop_table a {
    text-decoration: none;
}

.woocommerce-cart table.shop_table tbody td {
    padding: 30px;
}

.woocommerce-cart table.shop_table .woocommerce-cart-form__cart-item > td {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-cart table.shop_table td.product-thumbnail {
    padding-right: 30px;
    line-height: 1;
}

.woocommerce-cart table.shop_table td.product-thumbnail a {
    display: block;
    max-width: 140px;
}

.woocommerce-cart table.shop_table td.product-thumbnail img {
    min-width: 140px;
}

.woocommerce-cart table.shop_table button[name="update_cart"].hide {
    display: none;
}

.woocommerce-cart table.shop_table .product-top,
.woocommerce-cart table.shop_table .product-bottom {
    display: flex;
    justify-content: space-between;
}

.woocommerce-cart table.shop_table .product-bottom {
    align-items: center;
    margin-top: 15px;
}

.woocommerce-cart table.shop_table .product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.woocommerce-cart table.shop_table .product-name {
    width: 100%;
}

.woocommerce-cart table.shop_table .product-name a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}

.woocommerce-cart table.shop_table .product-name .variation {
    color: var(--rz-text-color-gray);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.woocommerce-cart table.shop_table .product-name .variation dt {
    font-weight: 400;
}

.woocommerce-cart table.shop_table .product-name .variation dd {
    margin: 0 0 5px;
}

.woocommerce-cart table.shop_table .product-name .variation p {
    margin: 0;
}

.woocommerce-cart table.shop_table .product-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--rz-color-dark);
}

.woocommerce-cart table.shop_table .product-remove .remove {
    display: flex;
    align-items: center;
    color: #919191;
    font-size: 14px;
    line-height: 21px;
}

.woocommerce-cart table.shop_table .product-remove .remove .razzi-svg-icon {
    font-size: 14px;
    margin-right: 5px;
    transition: .5s;
}

.woocommerce-cart table.shop_table .product-remove .remove span {
    font-size: 14px;
}

.woocommerce-cart table.shop_table .product-remove .remove:hover {
    color: var(--rz-color-dark);
}

.woocommerce-cart table.shop_table .product-qty .quantity .qty {
    width: 68px;
    height: 34px;
    padding: 0 10px;
}

.woocommerce-cart table.shop_table .razzi-quantity-dropdown .current {
    width: 68px;
    height: 34px;
}

.woocommerce-cart table.shop_table .razzi-quantity-dropdown .current .razzi-svg-icon {
    margin: 0;
    transform: translateY(-50%);
}

.woocommerce-cart table.shop_table .razzi-quantity-dropdown .qty-options {
    width: 68px;
    top: 33px;
}

.woocommerce-cart table.shop_table .coupon-form td {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.woocommerce-cart table.shop_table .coupon-form .coupon {
    float: left;
}

.woocommerce-cart table.shop_table .coupon-form .coupon label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--rz-color-dark);
    margin-bottom: 10px;
    display: block;
}

.woocommerce-cart table.shop_table .coupon-form .coupon input {
    min-width: 265px;
}

.woocommerce-cart table.shop_table .coupon-form .actions > button {
    float: right;
    margin-top: 32px;
}

.woocommerce-cart table.shop_table .coupon-form .actions > button:disabled {
    opacity: 0.3;
}

.woocommerce-cart table.woocommerce-cart-form__contents {
    margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals {
    float: left;
    width: 34%;
    margin-bottom: 135px;
    position: sticky;
    top: 50px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    background-color: var(--rz-background-color-gray);
    padding: 5px 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    display: none;
}

.woocommerce-cart .cart-collaterals .shop_table {
    margin: 0;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] {
    display: none;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    color: var(--rz-text-color-gray);
    display: flex;
    align-items: center;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    background-color: var(--rz-color-darker);
    border-radius: 50%;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label {
    color: var(--rz-text-color-dark);
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label:after {
    opacity: 1;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label:before {
    border-color: var(--rz-color-darker);
    border-width: 1px;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-cart .cart-collaterals .shop_table tr {
    font-size: 15px;
    line-height: 22px;
    color: var(--rz-color-dark);
}

.woocommerce-cart .cart-collaterals .shop_table tr th {
    font-size: 16px;
    border: none;
    padding: 20px 15px 20px 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr td {
    text-align: right;
    padding: 20px 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr td ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-cart .cart-collaterals .shop_table tr.order-total {
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-cart .cart-collaterals .shop_table tr.order-total strong {
    font-weight: 500;
}

.woocommerce-cart .cart-collaterals .shop_table tr.order-total th {
    font-size: inherit;
    font-weight: inherit;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals td {
    text-align: left;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals p {
    margin-bottom: 13px;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals a {
    text-decoration: underline;
}

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .select2-container {
    background-color: var(--rz-background-color-light);
}

.woocommerce-cart .cart-collaterals .shop_table .shipping-calculator-form .form-row-wide input {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 30px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
    text-decoration: none;
    width: inherit;
    line-height: 54px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
    padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button .razzi-svg-icon {
    transform: rotate(-180deg);
    margin: 0 16px 0 0;
    /*rtl:raw:
					transform: rotate(0);
					*/
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button:hover .razzi-svg-icon {
    transform: translateX(-3px) rotate(-180deg);
    /*rtl:raw:
						transform: translateX(-3px);
						*/
}

.woocommerce-cart .cross-sells {
    margin-top: 80px;
    float: left;
    width: 100%;
}

.woocommerce-cart .cross-sells > h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 60px;
}

.woocommerce-cart .cross-sells ul.products {
    flex-wrap: nowrap;
    margin: 0;
    box-sizing: border-box;
}

.woocommerce-cart .cross-sells ul.products li {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.woocommerce-cart .cross-sells .swiper-scrollbar {
    max-width: 570px;
    background-color: #e5e5e5;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 40px auto 0;
}

.woocommerce-cart .cross-sells .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-primary);
    cursor: pointer;
}

.return-to-shop .wc-backward {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--rz-background-color-dark);
    color: var(--rz-color-lighter);
    padding: 0 37px;
    text-align: center;
    transition: ease .3s;
    white-space: nowrap;
    text-decoration: none;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
.woocommerce-checkout .col2-set {
    float: left;
    width: 66%;
    padding-right: 100px;
}

.woocommerce-checkout .col2-set h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 25px;
}

.woocommerce-checkout .checkout-form-cols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.woocommerce-checkout .checkout-form-cols:after, .woocommerce-checkout .checkout-form-cols:before {
    display: none;
}

.woocommerce-checkout .checkout-form-col .woocommerce-info {
    background-color: #F5F5F5;
    color: var(--rz-text-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce-checkout .checkout-form-col .woocommerce-info a {
    color: var(--rz-color-dark);
}

.woocommerce-checkout .checkout-form-col .woocommerce-form-login-toggle,
.woocommerce-checkout .checkout-form-col .woocommerce-form-coupon-toggle {
    padding-bottom: 30px;
}

.woocommerce-checkout .checkout-form-col form {
    border: 1px solid var(--rz-border-color);
    padding: 20px;
}

.woocommerce-checkout .checkout-form-col form .woocommerce-button {
    margin-top: 20px;
    min-width: 200px;
}

.woocommerce-checkout .checkout-form-col .form-row {
    margin: 0 0 25px;
}

.woocommerce-checkout .checkout-form-col .form-row label {
    display: block;
}

.woocommerce-checkout .checkout-form-col .form-row .input-text {
    width: 100%;
}

.woocommerce-checkout .checkout-form-col .lost_password {
    margin-bottom: 0;
    font-weight: 500;
}

.woocommerce-checkout form.checkout {
    margin-top: 20px;
}

.woocommerce-checkout form.checkout:after {
    clear: both;
    content: "";
    display: block;
}

.woocommerce-checkout form.checkout ul {
    list-style-type: none;
}

.woocommerce-checkout form.checkout h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
}

.woocommerce-checkout form.checkout .form-row {
    margin: 0 0 25px 0;
}

.woocommerce-checkout form.checkout .form-row label {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: var(--rz-color-dark);
    margin-bottom: 5px;
}

.woocommerce-checkout form.checkout .form-row input[type="text"],
.woocommerce-checkout form.checkout .form-row textarea,
.woocommerce-checkout form.checkout .form-row input[type="tel"],
.woocommerce-checkout form.checkout .form-row input[type="email"] {
    width: 100%;
}

.woocommerce-checkout form.checkout .form-row input.woocommerce-form__input-checkbox {
    width: auto;
}

.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox span:before {
    top: 3px;
}

.woocommerce-checkout form.checkout .woocommerce-account-fields {
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    float: left;
    width: 34%;
    position: sticky;
    top: 35px;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals th {
    vertical-align: top;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals td {
    width: 45%;
    text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals label {
    left: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: 1px solid var(--rz-border-color);
    border-collapse: separate;
    padding: 20px 30px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item {
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item img {
    max-width: 50px;
    margin-right: 10px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    background-color: transparent;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    border-bottom: 1px solid #E2E2E2;
    padding: 0 0 10px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
    border: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:first-child td {
    padding-top: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
    padding: 5px 0;
    font-size: 15px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    padding: 0 0 10px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    padding: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #E2E2E2;
    color: var(--rz-color-dark);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .shipping-title {
    color: var(--rz-color-dark);
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 18px;
    border: none;
    padding-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name strong {
    font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .variation {
    color: var(--rz-text-color-gray);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dt {
    font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd {
    margin: 0 0 5px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd:last-child {
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .variation p {
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    color: var(--rz-text-color-gray);
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    background-color: var(--rz-color-darker);
    border-radius: 50%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"]:checked + label {
    color: var(--rz-text-color-dark);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"]:checked + label:after {
    opacity: 1;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"]:checked + label:before {
    border-color: var(--rz-color-darker);
    border-width: 1px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals .select2-container {
    background-color: var(--rz-background-color-light);
}

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] {
    display: none;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] + label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    color: var(--rz-text-color-gray);
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    background-color: var(--rz-color-darker);
    border-radius: 50%;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label {
    color: var(--rz-text-color-dark);
}

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label:after {
    opacity: 1;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label:before {
    border-color: var(--rz-color-darker);
    border-width: 1px;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
    padding: 0;
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method {
    border: 1px solid var(--rz-border-color);
    padding: 17px 20px;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method:not(:last-child) {
    border-bottom: none;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal label img {
    height: 25px;
    vertical-align: middle;
    margin-left: 5px;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal label a {
    float: right;
}

.woocommerce-checkout .woocommerce-checkout-payment label {
    font-size: 15px;
    color: var(--rz-text-color-gray);
    cursor: pointer;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order {
    width: 100%;
    padding: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order .form-row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order .form-row .woocommerce-form__label {
    font-size: 16px;
    color: var(--rz-text-color-gray);
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order button {
    width: inherit;
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-notice {
    font-size: 18px;
    color: var(--rz-color-dark);
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
    margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details {
    display: none;
}

.woocommerce-checkout .woocommerce-order > section {
    border: 1px solid var(--rz-border-color-gray);
    padding: 30px 40px 20px;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-order > section > h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
}

.woocommerce-checkout .woocommerce-order > section .woocommerce-column__title {
    font-size: 16px;
}

.woocommerce-checkout .woocommerce-order > section table {
    margin: 0;
}

.woocommerce-checkout .woocommerce-order address {
    font-style: normal;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses {
    display: flex;
    float: none;
    width: 100%;
    padding: 0;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses > * {
    flex: 0 1 33%;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses .woocommerce-column__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-top: 0;
    color: var(--rz-color-dark);
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses address {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}

.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses p {
    margin: 10px 0;
}

@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
        padding-right: 15px;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
        padding-left: 15px;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 50%;
    }
}

.woocommerce-form-track-order {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
}

.woocommerce-form-track-order .form-row {
    text-align: left;
}

.woocommerce-form-track-order .form-row label {
    display: block;
    margin-bottom: 5px;
}

.woocommerce-form-track-order .form-row .input-text {
    width: 100%;
}

.woocommerce-form-track-order .form-row .button {
    width: 100%;
}

.woocommerce-checkout .wcf-embed-checkout-form label.woocommerce-form__label-for-checkbox input,
.woocommerce-checkout .wcf-embed-checkout-form .woocommerce-checkout-payment input[type="radio"] {
    display: none !important;
}

.woocommerce-checkout .wcf-embed-checkout-form .woocommerce-checkout-payment input[type="radio"] + label {
    padding-left: 33px !important;
}

/**
 * General WooCommerce components
 */
/**
 * Product Qty
 */
.razzi-quantity-dropdown {
    min-width: 55px;
}

.razzi-quantity-dropdown .qty,
.razzi-quantity-dropdown .razzi-qty-button {
    display: none;
}

.razzi-quantity-dropdown .qty-dropdown {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    color: var(--rz-color-dark);
}

.razzi-quantity-dropdown .current {
    display: inline-block;
    font-size: 15px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--rz-border-color-gray);
    position: relative;
    padding: 0 10px;
    text-align: left;
    transition: 0.35s;
}

.razzi-quantity-dropdown .current .razzi-svg-icon {
    font-size: 8px;
    color: #999;
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
}

.razzi-quantity-dropdown .current:hover {
    border-color: #767676;
}

.razzi-quantity-dropdown .current:hover .razzi-svg-icon {
    color: #767676;
}

.razzi-quantity-dropdown .qty-options {
    position: absolute;
    top: 29px;
    width: 60px;
    display: none;
    background-color: var(--rz-background-color-light);
    border: 1px solid var(--rz-border-color-gray);
    z-index: 1000;
    overflow: hidden;
    text-align: left;
}

.razzi-quantity-dropdown .qty-options ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.2s ease;
}

.razzi-quantity-dropdown .qty-options ul li {
    transition: 0.4s;
    display: block;
    padding: 4.5px 10px;
}

.razzi-quantity-dropdown .qty-options ul li:hover,
.razzi-quantity-dropdown .qty-options ul li.active {
    background-color: var(--rz-background-color-gray);
}

.product-qty-number .quantity {
    border: 1px solid var(--rz-border-color-gray);
    transition: 0.4s;
    display: flex;
    font-size: 14px;
}

.product-qty-number .quantity:hover {
    border-color: var(--rz-color-darker);
}

.product-qty-number .quantity .razzi-qty-button {
    cursor: pointer;
    padding: 0 7px;
    align-items: center;
    position: relative;
    display: inline-flex;
}

.product-qty-number .quantity .razzi-qty-button svg {
    position: relative;
}

.product-qty-number .quantity .razzi-qty-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    transition: background-color .2s;
}

.product-qty-number .quantity .razzi-qty-button:hover {
    color: var(--rz-color-darker);
}

.product-qty-number .quantity .razzi-qty-button:hover::before {
    background-color: #eee;
}

.product-qty-number .quantity .qty {
    flex: 1 1 auto;
    padding: 0;
    border: none;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
    text-align: center;
    width: 34px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.product-qty-number .quantity .qty::-webkit-outer-spin-button, .product-qty-number .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product-qty-number div.product .quantity,
.product-qty-number .razzi-sticky-add-to-cart .quantity {
    font-size: 16px;
}

.product-qty-number div.product .quantity .razzi-qty-button,
.product-qty-number .razzi-sticky-add-to-cart .quantity .razzi-qty-button {
    padding: 0 16px;
}

.product-qty-number div.product .quantity .qty,
.product-qty-number .razzi-sticky-add-to-cart .quantity .qty {
    padding: 0;
    width: 34px;
}

.product-qty-number.woocommerce-cart table.shop_table .product-qty .quantity {
    font-size: 12px;
}

.product-qty-number.woocommerce-cart table.shop_table .product-qty .quantity .qty {
    width: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.product-qty-number .widget_shopping_cart_content .quantity {
    font-size: 12px;
}

.product-qty-number .widget_shopping_cart_content .quantity .qty {
    width: 30px;
}

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */
.star-rating {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.star-rating .rating-stars {
    display: block;
    line-height: 1;
}

.star-rating .rating-stars .razzi-svg-icon {
    margin-right: 1px;
}

.star-rating .max-rating .razzi-svg-icon {
    color: #CDCDCD;
}

.star-rating .user-rating {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.star-rating .user-rating .razzi-svg-icon {
    color: var(--rz-color-darker);
}

p.stars {
    line-height: 1;
    display: block;
    margin: 0 0 15px;
}

p.stars > span {
    display: flex;
    height: 15px;
}

p.stars a {
    position: relative;
    height: 15px;
    width: 15px;
    text-indent: -999em;
    font-size: 0;
    color: #CDCDCD;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    transition: none;
}

p.stars a:hover ~ a {
    color: #CDCDCD;
}

p.stars a span {
    text-indent: 0;
    display: block;
    font-size: 15px;
}

p.stars:hover a {
    color: var(--rz-color-darker);
}

p.stars.selected a.active {
    color: var(--rz-color-darker);
}

p.stars.selected a.active ~ a {
    color: #CDCDCD;
}

p.stars.selected a:not(.active) {
    color: var(--rz-color-darker);
}

.razzi-i-video {
    width: 45px;
    height: 45px;
    border: 12px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
}

.razzi-i-video:before {
    content: '';
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.razzi-i-video:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.razzi-quantity-dropdown {
    min-width: 55px;
}

.razzi-quantity-dropdown .qty,
.razzi-quantity-dropdown .qty-button {
    display: none;
}

.razzi-quantity-dropdown .qty-dropdown {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    color: var(--rz-color-dark);
}

.razzi-quantity-dropdown .current {
    display: inline-block;
    font-size: 15px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--rz-border-color-gray);
    position: relative;
    padding: 0 10px;
    text-align: left;
    transition: 0.35s;
}

.razzi-quantity-dropdown .current .razzi-svg-icon {
    font-size: 8px;
    color: #999;
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
}

.razzi-quantity-dropdown .current:hover {
    border-color: #767676;
}

.razzi-quantity-dropdown .current:hover .razzi-svg-icon {
    color: #767676;
}

.razzi-quantity-dropdown .qty-options {
    position: absolute;
    top: 29px;
    width: 60px;
    display: none;
    background-color: var(--rz-background-color-light);
    border: 1px solid var(--rz-border-color-gray);
    z-index: 1000;
    overflow: hidden;
    text-align: left;
}

.razzi-quantity-dropdown .qty-options ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.2s ease;
}

.razzi-quantity-dropdown .qty-options ul li {
    transition: 0.4s;
    display: block;
    padding: 4.5px 10px;
}

.razzi-quantity-dropdown .qty-options ul li:hover,
.razzi-quantity-dropdown .qty-options ul li.active {
    background-color: var(--rz-background-color-gray);
}

/**
 * Tabs
 */
.woocommerce-tabs > ul.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--rz-border-color-light);
    margin: 0;
}

.woocommerce-tabs > ul.tabs > li {
    display: block;
    margin: 0;
    position: relative;
    padding: 0 20px;
}

.woocommerce-tabs > ul.tabs > li > a {
    display: block;
    position: relative;
    font-weight: 500;
    padding: 10px 0;
}

.woocommerce-tabs > ul.tabs > li > a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rz-background-color-primary);
    transition: .5s;
    opacity: 0;
}

.woocommerce-tabs > ul.tabs > li > a:hover {
    color: var(--rz-color-primary);
}

.woocommerce-tabs > ul.tabs > li.active > a {
    color: var(--rz-color-primary);
}

.woocommerce-tabs > ul.tabs > li.active > a:after {
    opacity: 1;
    width: 100%;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 20px 30px;
    margin: 0 0 2em;
    position: relative;
    background-color: #1e85be;
    color: #fff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 14px;
}

.woocommerce-message .icon-message,
.woocommerce-info .icon-message,
.woocommerce-error .icon-message {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

.woocommerce-message .close-message,
.woocommerce-info .close-message,
.woocommerce-error .close-message {
    position: absolute;
    right: 15px;
    top: 23px;
    cursor: pointer;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    float: right;
    color: #fff;
    border-bottom: 1px solid;
    font-size: 15px;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #fff;
}

.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-message {
    background-color: #8ed3af;
}

.woocommerce-error {
    background-color: #b81c23;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3D9CD2;
    z-index: 9999;
    color: #fff;
}

.demo_store .woocommerce-store-notice__dismiss-link {
    color: #fff;
    float: right;
}

ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul.list-unstyled strong {
    font-weight: 500;
    color: var(--rz-color-dark);
}

@media screen and (min-width: 48em) {
    /**
	 * Header cart
	 */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

.woocommerce label.woocommerce-form__label-for-checkbox {
    position: relative;
    padding-left: 35px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: var(--rz-text-color);
    margin-bottom: 0;
    line-height: 1.5;
}

.woocommerce label.woocommerce-form__label-for-checkbox input {
    display: none;
}

.woocommerce label.woocommerce-form__label-for-checkbox span:before, .woocommerce label.woocommerce-form__label-for-checkbox span:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #e2e2e2;
    position: absolute;
    left: 0;
    top: 1px;
    transition: 0.4s;
}

.woocommerce label.woocommerce-form__label-for-checkbox span:before {
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
}

.woocommerce label.woocommerce-form__label-for-checkbox span:after {
    opacity: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

.woocommerce label.woocommerce-form__label-for-checkbox span.required:before, .woocommerce label.woocommerce-form__label-for-checkbox span.required:after {
    display: none;
}

.woocommerce label.woocommerce-form__label-for-checkbox :checked ~ span {
    color: var(--rz-border-color-dark);
}

.woocommerce label.woocommerce-form__label-for-checkbox :checked ~ span:before {
    border-color: var(--rz-border-color-dark);
    background: transparent;
}

.woocommerce label.woocommerce-form__label-for-checkbox :checked ~ span:after {
    opacity: 1;
}

.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox {
    display: none;
}

.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox:checked ~ .woocommerce-form__label-for-checkbox span {
    color: var(--rz-border-color-dark);
}

.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox:checked ~ .woocommerce-form__label-for-checkbox span:before {
    border-color: var(--rz-border-color-dark);
    background: transparent;
}

.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox:checked ~ .woocommerce-form__label-for-checkbox span:after {
    opacity: 1;
}

.woocommerce-form .password-input {
    position: relative;
    display: block;
}

.woocommerce-form .show-password-input {
    transition: .35s;
    cursor: pointer;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: no-repeat center center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=");
}

.woocommerce-form .show-password-input:hover {
    opacity: 1;
}

.select2 .selection {
    display: block;
}

.select2 span.select2-selection--single {
    border-radius: 0;
    border: 0;
    background: transparent;
    height: auto;
    transition: border 0.4s;
    border: 1px solid var(--rz-border-color);
}

.select2 span.select2-selection--single:hover {
    border-color: var(--rz-color-darker);
}

.select2 span.select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    line-height: inherit;
    height: auto;
    min-height: 50px;
    padding: 13px 20px;
}

.select2 span.select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.select2 span.select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -7px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=) no-repeat right center;
}

.select2 span.select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2.select2-container--open .select2-selection--single {
    border-color: var(--rz-color-darker);
}

.select2.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.select2.select2-container--disabled .select2-selection--single {
    background: transparent;
}

.select2-container.select2-container--open {
    z-index: 10000;
}

.select2-container .select2-dropdown {
    font-size: 16px;
}

.select2-container .select2-search--dropdown {
    padding: 0;
    margin-bottom: 10px;
}

.select2-container .select2-search--dropdown .select2-search__field {
    border-color: #525252;
}

.select2-container .select2-dropdown {
    border-radius: 0;
    border: 0;
    padding: 10px;
    margin-top: 3px;
    border: 1px solid;
    background: #fff;
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.1);
    z-index: 1151;
}

.select2-container .select2-results__options {
    scrollbar-color: #1f1f1f #e2e2e278;
    scrollbar-width: thin;
}

.select2-container .select2-results__options::-webkit-scrollbar {
    width: 0;
    opacity: 0;
}

.select2-container .select2-results__options:hover::-webkit-scrollbar {
    width: 2px;
}

.select2-container .select2-results__options::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #fff;
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--rz-color-darker);
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #1f1f1f;
}

.select2-container .select2-results__options:focus {
    outline: none;
}

.select2-container .select2-results__options .select2-results__option--highlighted {
    background-color: transparent;
    color: var(--rz-color-darker);
    text-shadow: 0 0 var(--rz-color-darker);
}

.select2-container .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: var(--rz-color-darker);
    text-shadow: 0 0 var(--rz-color-darker);
}

.select2-container.select2-container--default .select2-results__option[data-selected=true] {
    background-color: transparent;
    color: var(--rz-color-darker);
    text-shadow: 0 0 var(--rz-color-darker);
}

.select2-container .select2-results__option:focus {
    outline: none;
}

.pswp .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.pswp .video-wrapper iframe,
.pswp .video-wrapper .wp-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pswp .video-wrapper iframe:-webkit-full-screen {
    transform: none;
}

.admin-bar .pswp {
    z-index: 999999;
}

#yith-wcwl-popup-message {
    display: none !important;
}

body .blockUI.blockOverlay {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7) !important;
    background-image: none !important;
}

body .blockUI.blockOverlay:after {
    display: none;
}

body .blockUI.blockOverlay:before {
    border-radius: 100px;
    display: block;
    background-image: none;
    background-color: var(--rz-background-color-primary);
    height: 13px;
    width: 13px;
    -webkit-animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    z-index: 9999;
    color: transparent !important;
    font-size: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    margin: 0;
}

.razzi-history-products {
    margin-bottom: 80px;
    position: relative;
}

.razzi-history-products .recently-header {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.razzi-history-products .recently-header.no-button {
    justify-content: center;
}

.razzi-history-products .recently-title {
    font-size: 28px;
    margin: 0 25px 0 0;
}

.razzi-history-products:not(.grid-type) ul.products {
    margin: 0;
    flex-wrap: initial;
}

.razzi-history-products:not(.grid-type) ul.products li.product {
    padding: 0;
}

.razzi-history-products .product-list {
    list-style: none;
    padding: 0;
}

.razzi-history-products .product-list.no-products li {
    width: 100%;
}

.razzi-history-products .product-list.no-products .razzi-button {
    margin-top: 35px;
}

.razzi-history-products .product-list li {
    display: inline-block;
}

.razzi-history-products .product-list li .product-infor {
    display: none;
    width: auto;
    min-width: 150px;
    position: absolute;
    top: 100px;
    z-index: 10002;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.razzi-history-products .product-list li .product-title {
    margin: 0 0 3px;
    white-space: nowrap;
}

.razzi-history-products .product-list li .product-price {
    color: var(--rz-text-color-gray);
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.razzi-history-products .product-list li .product-price del {
    font-size: 14px;
    color: #a6a6a6;
}

.razzi-history-products .product-list li .product-price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
    padding-left: 5px;
}

.razzi-history-products .product-list li .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s;
}

.razzi-history-products .product-list li:hover .hover-image {
    opacity: 1;
}

.razzi-history-products .swiper-scrollbar {
    max-width: 570px;
    background-color: #e5e5e5;
    cursor: pointer;
    height: 4px;
    border-radius: 0;
    position: static;
    width: 100%;
    margin: 40px auto 0;
}

.razzi-history-products .swiper-scrollbar-drag {
    background-color: var(--rz-background-color-primary);
    cursor: pointer;
}

.razzi-history-products .razzi-posts__loading {
    display: block;
}

.razzi-history-products.loaded .razzi-posts__loading {
    display: none;
}

.razzi-history-products.hide-empty {
    display: none;
}

.single-product .razzi-history-products .recently-header {
    margin-bottom: 60px;
}

.razzi-sticky-add-to-cart {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -9999;
    padding: 10px 0;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform .3s;
    opacity: 0;
}

.razzi-sticky-add-to-cart .rz-wishlist-button,
.razzi-sticky-add-to-cart .product-size-guide,
.razzi-sticky-add-to-cart a.added_to_cart,
.razzi-sticky-add-to-cart p.stock {
    display: none;
}

.razzi-sticky-add-to-cart.open {
    overflow: initial;
    opacity: 1;
    z-index: 1000;
}

.razzi-sticky-add-to-cart form.cart {
    margin-left: auto;
}

.razzi-sticky-add-to-cart form.cart .product-button-wrapper {
    display: flex;
}

.razzi-sticky-add-to-cart form.cart .product-button-wrapper .rz-buy-now-button {
    display: none;
}

.razzi-sticky-add-to-cart form.cart .qty {
    width: 83px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--rz-text-color);
    height: 54px;
    line-height: 54px;
}

.razzi-sticky-add-to-cart form.cart .quantity .qty-dropdown .current {
    width: 83px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    padding: 0 20px;
}

.razzi-sticky-add-to-cart form.cart .quantity .qty-dropdown .qty-options {
    width: 100%;
    height: 180px !important;
}

.razzi-sticky-add-to-cart form.cart .quantity .qty-dropdown .qty-options ul li {
    padding: 4.5px 20px;
    font-size: 18px;
}

.razzi-sticky-add-to-cart form.cart .quantity .qty-dropdown .razzi-svg-icon {
    font-size: 11px;
    margin-top: 0;
    transform: translateY(-50%);
    right: 20px;
}

.razzi-sticky-add-to-cart form.cart .single_add_to_cart_button {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.razzi-sticky-add-to-cart form.cart .single_add_to_cart_button .razzi-svg-icon {
    padding-left: 15px;
}

.razzi-sticky-add-to-cart form.cart .single_add_to_cart_button .icon-shop-cart {
    font-size: 20px;
}

.razzi-sticky-add-to-cart form.variations_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

.razzi-sticky-add-to-cart form.variations_form table.variations {
    margin: 10px 30px 10px 0;
    border: none;
    position: relative;
    padding-right: 40px;
    display: flex;
    flex: .8 1 0;
    justify-content: flex-end;
}

.razzi-sticky-add-to-cart form.variations_form table.variations select {
    padding: 6px 25px 6px 0;
    border-width: 0 0 1px;
    background-position: 100% 50%;
    max-width: 145px;
}

.razzi-sticky-add-to-cart form.variations_form table.variations .wcboost-variation-swatches__wrapper {
    line-height: 1;
}

.razzi-sticky-add-to-cart form.variations_form tbody {
    display: flex;
    align-items: center;
    justify-content: center;
}

.razzi-sticky-add-to-cart form.variations_form tbody tr:not(:last-child) {
    margin-right: 30px;
}

.razzi-sticky-add-to-cart form.variations_form tbody td {
    border: none;
    padding: 0;
}

.razzi-sticky-add-to-cart form.variations_form tbody td.label {
    font-weight: 500;
    padding-right: 10px;
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches__selected-label {
    display: none !important;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches .wcboost-variation-swatches__item {
    margin: 0 5px;
    font-size: 12px;
    font-weight: 500;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches .wcboost-variation-swatches__item:last-child {
    margin-right: 0;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--color .wcboost-variation-swatches__item {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--image .wcboost-variation-swatches__item {
    width: 25px !important;
    height: auto !important;
    line-height: 1 !important;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--image .wcboost-variation-swatches__item img {
    border: 1px solid transparent;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--image .wcboost-variation-swatches__item .wcboost-variation-swatches__name:after {
    display: none !important;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--image .wcboost-variation-swatches__item.selected img, .razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--image .wcboost-variation-swatches__item:hover img {
    border-color: #111;
}

.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--label .wcboost-variation-swatches__item,
.razzi-sticky-add-to-cart form.variations_form .wcboost-variation-swatches--button .wcboost-variation-swatches__item {
    width: auto !important;
    height: 25px !important;
    line-height: 1 !important;
    padding: 5px 7px;
}

.razzi-sticky-add-to-cart form.variations_form .reset_variations {
    display: none !important;
}

.razzi-sticky-add-to-cart form.variations_form .single_variation_wrap {
    display: flex;
    justify-content: flex-end;
}

.razzi-sticky-add-to-cart form.variations_form .single_variation_wrap .price del {
    display: block;
}

.razzi-sticky-add-to-cart form.variations_form .woocommerce-variation {
    display: flex;
    flex: none;
    align-items: center;
}

.razzi-sticky-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-description,
.razzi-sticky-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-price,
.razzi-sticky-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-availability {
    display: none;
}

.razzi-sticky-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-availability {
    margin-left: 25px;
}

.razzi-sticky-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-availability p {
    margin: 0;
}

.razzi-sticky-add-to-cart form.variations_form .single_add_to_cart_button.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.razzi-sticky-add-to-cart.product-variable .razzi-sticky-add-to-cart__content-button:not(.is-wcpa-product) {
    display: none;
}

.razzi-sticky-add-to-cart.product-variable .razzi-sticky-add-to-cart__content-product-info {
    flex: none;
    max-width: 25%;
}

.razzi-sticky-add-to-cart.product_variable_button .razzi-sticky-add-to-cart__content-button {
    display: block;
}

.razzi-sticky-add-to-cart .quick-view-modal .woocommerce .entry-summary {
    padding-bottom: 50px;
}

.razzi-sticky-add-to-cart .razzi-free-shipping-bar {
    display: none;
}

.razzi-sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.razzi-sticky-add-to-cart__content > p.stock {
    display: none;
}

.razzi-sticky-atc__product-image {
    max-width: 3.706325903em;
    margin-right: 25px;
}

.razzi-sticky-add-to-cart__content-title {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.razzi-sticky-add-to-cart__content-product-info {
    margin-right: 40px;
}

.razzi-sticky-add-to-cart .woocommerce-variation-price .price,
.razzi-sticky-add-to-cart__content-price,
.razzi-sticky-add-to-cart .price {
    font-size: 14px;
    font-weight: 500;
    color: var(--rz-text-color-gray);
    display: block;
}

.razzi-sticky-add-to-cart .woocommerce-variation-price .price del,
.razzi-sticky-add-to-cart__content-price del,
.razzi-sticky-add-to-cart .price del {
    margin-right: 10px;
    font-size: 12px;
    color: #a6a6a6;
    display: inline-block;
}

.razzi-sticky-add-to-cart .woocommerce-variation-price .price ins,
.razzi-sticky-add-to-cart__content-price ins,
.razzi-sticky-add-to-cart .price ins {
    background-color: transparent;
    color: var(--rz-color-primary);
}

.razzi-sticky-add-to-cart form.cart .single_add_to_cart_button.loading::after,
.razzi-sticky-add-to-cart__content-button.loading::after {
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: razzi-spin infinite 1s linear;
    animation: razzi-spin infinite 1s linear;
    transition: opacity .2s linear .2s;
    content: "";
    margin-top: -1px;
    margin-left: 19px;
}

.razzi-sticky-add-to-cart form.cart .single_add_to_cart_button.loading .razzi-svg-icon,
.razzi-sticky-add-to-cart__content-button.loading .razzi-svg-icon {
    display: none;
}

.razzi-sticky-add-to-cart__content-button {
    margin-left: auto;
    position: relative;
}

.razzi-sticky-add-to-cart__content-button .icon-shop-cart {
    font-size: 20px;
}

.admin-bar .razzi-sticky-atc_top {
    top: 32px;
}

.razzi-sticky-atc_top {
    top: 0;
    transform: translate3d(0, -100%, 0);
    border-bottom: 1px solid var(--rz-border-color-light);
}

.razzi-sticky-atc_top.open {
    transform: translate3d(0, 0, 0);
}

.razzi-sticky-atc_top .quantity .qty-dropdown .qty-options {
    top: calc(100% - 1px);
}

.rz-header_sticky-act-active {
    opacity: 0;
}

.razzi-sticky-atc_bottom {
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    border-top: 1px solid var(--rz-border-color-light);
}

.razzi-sticky-atc_bottom.open {
    transform: translate3d(0, 0, 0);
}

.razzi-sticky-atc_bottom .quantity .qty-dropdown .qty-options {
    bottom: calc(100% - 1px);
    top: initial;
}

/**
 * WooCommerce Responsive
 */
@media (min-width: 1500px) {
    .razzi-sticky-add-to-cart .container-fluid {
        padding-left: 90px;
        padding-right: 90px;
    }

    .single-product:not(.full-content).product-full-width div.product .entry-summary {
        padding-left: 90px;
    }

    .razzi-catalog-page:not(.full-content) .razzi-container,
    .razzi-catalog-page:not(.full-content) .razzi-container-wide {
        --razzi-catalog-sidebar-width: 385px;
    }

    body.razzi-catalog-page:not(.full-content) .razzi-container,
    body.razzi-catalog-page:not(.full-content) .razzi-container-wide {
        --razzi-catalog-sidebar-space: 65px;
    }
}

@media (min-width: 1300px) {
    body.single-product.product-full-width:not(.full-content) {
        --razzi-product-sidebar-space: 65px;
    }

    body.single-product:not(.full-content) {
        --razzi-product-sidebar-width: 320px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .single-product.product-full-width:not(.full-content) .razzi-product-fbt ul.products li.product {
        width: 33.33%;
    }
}

@media (max-width: 1199px) {
    .quick-view-modal .woocommerce .product .entry-summary {
        padding-left: 30px;
        padding-right: 30px;
    }

    .single-product div.product .entry-summary {
        padding-left: 45px;
    }

    .razzi-sticky-add-to-cart.product-variable form.variations_form {
        display: none;
    }

    .razzi-sticky-add-to-cart.product-variable .razzi-sticky-add-to-cart__content-button:not(.is-wcpa-product) {
        display: block;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0;
    }

    .woocommerce-MyAccount-navigation {
        border-bottom: 1px solid var(--rz-border-color-light);
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        margin: 0 -15px;
    }

    .woocommerce-MyAccount-navigation ul li {
        padding: 15px;
        border: none;
    }

    .woocommerce-MyAccount-navigation ul li:first-child {
        border: none;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 0;
        white-space: nowrap;
    }

    .woocommerce-MyAccount-navigation ul li a .razzi-svg-icon {
        display: none;
    }

    .woocommerce-MyAccount-content {
        margin-top: 50px;
    }

    table.my_account_orders > tbody > tr > td > table tr td {
        padding: 15px;
    }
}

@media (min-width: 991px) {
    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 50%;
    }

    ul.products.columns-3 li.product {
        width: 30.33%;
    }

    ul.products.columns-4 li.product {
        width: 25%;
    }

    ul.products.columns-5 li.product {
        width: 20%;
    }

    ul.products.columns-6 li.product {
        width: 16.66%;
    }

    ul.products.columns-7 li.product {
        width: 14.28%;
    }

    ul.products.layout-masonry {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }

    ul.products.layout-masonry li.product {
        width: 100%;
    }

    ul.products.layout-masonry li.product .product-inner,
    ul.products.layout-masonry li.product .product-thumbnail,
    ul.products.layout-masonry li.product .woocommerce-LoopProduct-link {
        display: block;
    }

    ul.products.layout-masonry li.product .product-thumbnail img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    ul.products.layout-masonry:not(.razzi-products-masonry__content) li.product:nth-child(14n+11), ul.products.layout-masonry:not(.razzi-products-masonry__content) li.product:nth-child(14n+1) {
        grid-column: span 2;
        grid-row: span 2;
    }

    .razzi-catalog-page {
        --razzi-catalog-sidebar-space: 45px;
        --razzi-catalog-sidebar-width: 300px;
    }

    .razzi-catalog-page.sidebar-content .primary-sidebar {
        padding-right: var(--razzi-catalog-sidebar-space);
    }

    .razzi-catalog-page.content-sidebar .primary-sidebar {
        padding-left: var(--razzi-catalog-sidebar-space);
    }

    .razzi-catalog-page:not(.full-content) .content-area {
        width: 75%;
    }

    .razzi-catalog-page:not(.full-content) .primary-sidebar {
        width: 25%;
    }

    .razzi-catalog-page:not(.full-content) .razzi-container,
    .razzi-catalog-page:not(.full-content) .razzi-container-wide {
        --razzi-catalog-sidebar-space: 30px;
    }

    .razzi-catalog-page:not(.full-content) .razzi-container .primary-sidebar,
    .razzi-catalog-page:not(.full-content) .razzi-container-wide .primary-sidebar {
        width: var(--razzi-catalog-sidebar-width);
    }

    .razzi-catalog-page:not(.full-content) .razzi-container .content-area,
    .razzi-catalog-page:not(.full-content) .razzi-container-wide .content-area {
        width: calc(100% - var(--razzi-catalog-sidebar-width));
    }

    .catalog-toolbar.layout-v3 .toggle-filters.show-on-mobile {
        display: none;
    }

    .single-product {
        --razzi-product-sidebar-space: 15px;
        --razzi-product-thumbs-width: 85px;
        --razzi-product-sidebar-width: 300px;
    }

    .single-product.sidebar-content .content-area {
        padding-left: var(--razzi-product-sidebar-space);
    }

    .single-product.content-sidebar .content-area {
        padding-right: var(--razzi-product-sidebar-space);
    }

    .single-product:not(.full-content) div.product {
        --razzi-product-thumbs-width: 55px;
    }

    .single-product:not(.full-content) div.product .entry-summary {
        padding-left: 30px;
    }

    .single-product:not(.full-content) div.product .product-button-wrapper .single_add_to_cart_button {
        min-width: 220px;
    }

    .single-product:not(.full-content) .content-area {
        width: calc(100% - var(--razzi-product-sidebar-width));
    }

    .single-product:not(.full-content) .primary-sidebar {
        width: var(--razzi-product-sidebar-width);
        position: sticky;
        top: 0;
    }

    .single-product:not(.full-content):not(.product-full-width) .razzi-product-fbt ul.products li.product {
        width: 33.33%;
    }

    .single-product:not(.full-content).product-full-width {
        --razzi-product-sidebar-space: 15px;
    }

    .single-product:not(.full-content).product-full-width .woocommerce-product-gallery {
        width: 45%;
    }

    .single-product:not(.full-content).product-full-width .entry-summary {
        width: 55%;
    }

    .single-product:not(.full-content).header-sticky .primary-sidebar {
        top: 100px;
    }

    .single-product:not(.full-content).header-sticky.admin-bar .primary-sidebar {
        top: 130px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    ul.products.columns-5 li.product {
        width: 25%;
    }

    ul.products.columns-6 li.product {
        width: 25%;
    }

    .single-product div.product.layout-v2 .flex-control-thumbs {
        width: 62px;
    }

    .single-product div.product.layout-v2 .woocommerce-product-gallery:not(.without-thumbnails) {
        padding-left: 75px;
    }

    .single-product:not(.full-content) div.product .quantity,
    .single-product:not(.full-content) div.product .product-button-wrapper .single_add_to_cart_button,
    .single-product:not(.full-content) div.product .product-button-wrapper p.cart {
        width: 100%;
    }

    .razzi-catalog-page:not(.full-content) ul.products li.product {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .woocommerce-product-gallery .flex-control-thumbs li {
        position: relative;
    }

    .woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: 0;
        position: absolute;
    }

    .woocommerce-product-gallery .flex-control-thumbs li span {
        transition: background-color 0.4s;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #d8d8d8;
    }

    .woocommerce-product-gallery .flex-control-thumbs li .flex-active + span {
        background-color: var(--rz-background-color-primary);
    }

    .woocommerce-product-gallery .flex-control-thumbs li .razzi-i-video {
        display: none;
    }

    .woocommerce-product-gallery .flex-direction-nav {
        display: none;
    }

    .rz-catalog-categories {
        padding: 0;
        margin-bottom: 40px;
    }

    .single-product div.product .woocommerce-product-gallery,
    .single-product div.product .entry-summary {
        width: 100%;
    }

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        margin: 0 auto;
    }

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
        display: flex;
    }

    .single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube, .single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-vimeo {
        padding-bottom: inherit;
    }

    .single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube iframe, .single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-vimeo iframe {
        position: static;
    }

    .single-product div.product.layout-v5 .woocommerce-product-gallery__wrapper {
        display: flex;
    }

    .single-product div.product.layout-v5 .flex-viewport {
        height: 100% !important;
    }

    .single-product div.product .entry-summary {
        padding-left: 0;
        margin-top: 50px;
    }

    .single-product div.product.has-buy-now .entry-summary {
        padding-left: 0;
    }

    .single-product div.product .woocommerce-product-gallery:not(.without-thumbnails) .flex-control-thumbs {
        margin: 30px 0 0;
        position: relative;
        width: auto;
        flex-direction: row;
    }

    .single-product div.product .woocommerce-product-gallery:not(.without-thumbnails) .flex-control-thumbs li {
        border-radius: 50%;
        display: inline-block;
        width: 8px !important;
        height: 8px !important;
        background-color: var(--rz-background-color-gray);
        border: none;
        margin: 0 5px 0;
        padding: 0;
        overflow: hidden;
    }

    .single-product div.product .woocommerce-product-gallery:not(.without-thumbnails) .flex-control-thumbs li:last-child {
        margin-right: 0;
    }

    .single-product div.product .woocommerce-product-gallery:not(.without-thumbnails) .flex-control-thumbs li img {
        opacity: 0;
    }

    .single-product div.product .flex-control-nav {
        position: relative;
        width: 100%;
        justify-content: center;
        margin: 25px 0 0;
        text-align: center;
        padding: 0;
        line-height: 0;
    }

    .single-product div.product .flex-control-nav li {
        display: inline-block;
        padding: 5px;
    }

    .single-product div.product .flex-control-nav li:last-child {
        margin-right: 0;
    }

    .single-product div.product .flex-control-nav li a {
        border-radius: 50%;
        display: block;
        width: 8px;
        height: 8px;
        text-indent: -9999em;
        background-color: #d8d8d8;
    }

    .single-product div.product .flex-control-nav li .flex-active {
        background-color: var(--rz-background-color-primary);
    }

    .single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .flex-control-thumbs {
        margin-top: 25px;
        width: 100%;
        position: relative;
    }

    .single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .rz-swiper-button {
        display: none;
    }

    .single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized.swiper-container-vertical {
        position: relative;
        width: auto;
        height: auto;
    }

    .single-product div.product.layout-v2 .woocommerce-product-gallery:not(.without-thumbnails) {
        padding-left: 0;
    }

    .single-product div.product.layout-v2 .flex-control-thumbs {
        flex-direction: row;
        justify-content: center;
    }

    .single-product div.product.layout-v2 .flex-control-thumbs {
        flex-direction: row;
        justify-content: center;
    }

    .single-product div.product.layout-v3 .woocommerce-product-gallery__wrapper,
    .single-product div.product.layout-v3 .woocommerce-product-gallery__image, .single-product div.product.layout-v5 .woocommerce-product-gallery__wrapper,
    .single-product div.product.layout-v5 .woocommerce-product-gallery__image {
        margin: 0;
    }

    .single-product div.product.layout-v4 .rz-swiper-button {
        display: none;
    }

    .single-product div.product.layout-v4 .woocommerce-product-gallery:not(.without-thumbnails) {
        padding: 0;
    }

    .single-product .single-product-sidebar {
        margin-top: 60px;
    }

    .woocommerce-cart .woocommerce-cart-form {
        padding-right: 50px;
    }

    .woocommerce-cart table.shop_table .coupon-form td {
        width: 100%;
        padding: 10px 0;
    }

    .woocommerce-cart table.shop_table .coupon-form .coupon {
        width: inherit;
    }

    .woocommerce-cart table.shop_table .coupon-form .coupon .coupon-row {
        display: flex;
    }

    .woocommerce-cart table.shop_table .coupon-form .coupon input {
        width: 100%;
        min-width: auto;
    }

    .woocommerce-cart table.shop_table .coupon-form .actions > button {
        width: inherit;
        margin-top: 20px;
    }

    .woocommerce-account .woocommerce-ResetPassword {
        width: 100%;
    }

    .woocommerce-checkout .col2-set,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
        padding-right: 0;
        position: static;
    }

    .quick-view-modal .modal-content {
        width: 85%;
        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
        max-width: 600px;
        max-height: 100vh;
        transform: translateX(100%);
        transition: transform .5s;
    }

    .quick-view-modal.loaded .modal-content {
        transform: translateX(0);
    }

    .quick-view-modal .button-close {
        top: 20px;
        right: 20px;
    }

    .quick-view-modal .razzi-scrollbar {
        overflow: hidden;
    }

    .quick-view-modal .woocommerce div.product {
        background-color: #fff;
        transition: none;
        overflow: auto;
        height: 100vh;
        scrollbar-color: #1f1f1f #e2e2e278;
        scrollbar-width: thin;
    }

    .quick-view-modal .woocommerce div.product::-webkit-scrollbar {
        width: 2px;
    }

    .quick-view-modal .woocommerce div.product::-webkit-scrollbar-track {
        background-color: #e2e2e2;
    }

    .quick-view-modal .woocommerce div.product::-webkit-scrollbar-thumb {
        background-color: #1f1f1f;
    }

    .quick-view-modal .woocommerce div.product .entry-summary {
        position: relative;
        padding: 30px 15px 15px;
        margin-top: 0;
        height: auto;
    }

    .quick-view-modal .woocommerce div.product.layout-v5 .entry-summary {
        position: relative;
    }

    .quick-view-modal .woocommerce div.product .entry-thumbnail,
    .quick-view-modal .woocommerce div.product .entry-summary {
        width: 100%;
    }

    .quick-view-modal .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        margin: 0;
    }

    .quick-view-modal .woocommerce div.product.has-buy-now .entry-summary {
        padding-left: 15px;
    }

    .full-content .rz-catalog-categories {
        padding: 0;
    }

    ul.products {
        margin: 0 -10px;
    }

    ul.products li.product {
        padding: 0 10px;
        width: 33.33%;
    }

    ul.products li.product .product-inner .product-loop__buttons {
        position: absolute;
        padding: 0;
        top: 0;
        right: 15px;
        bottom: auto;
        flex-direction: column;
        width: auto;
        left: auto;
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button {
        width: auto;
        height: auto;
        background-color: transparent;
        margin: 15px 0 0;
        --rz-background-text-color-primary: var(--rz-color-dark);
        transform: translateX(10px);
        line-height: 1;
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:hover {
        background-color: transparent;
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:before {
        right: 30px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:after {
        right: 20px;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(270deg);
    }

    ul.products li.product .product-inner:hover .product-thumbnail .rz-loop_button {
        transform: translateX(0);
    }

    ul.products li.product .product-inner .woocommerce-badges {
        top: 15px;
    }

    ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button {
        display: none;
        margin: 15px 0 0;
    }

    ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button:after {
        transform: translateY(-50%);
    }

    ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button:before {
        right: 30px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.products.product-loop-layout-2 li.product .product-thumbnail .product-loop__buttons {
        right: 15px;
    }

    ul.products.product-loop-layout-2 li.product .product-thumbnail .product-loop__buttons .rz-loop_button {
        display: block;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-summary, ul.products.product-loop-layout-7 li.product .product-inner .product-summary {
        position: static;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons, ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons {
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        flex-direction: column;
        height: auto;
        transform: none !important;
        transition: none !important;
        opacity: 1 !important;
        margin: 0;
        z-index: 10;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button, ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button {
        opacity: 0;
        transform: translateX(10px);
        padding: 0;
        transition: 0.1s;
        transition-property: transform, opacity;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button:nth-child(2), ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:nth-child(2) {
        transition-delay: 75ms;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button:nth-child(3), ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:nth-child(3) {
        transition-delay: .15s;
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button:before, ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:before {
        right: 30px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.products.product-loop-layout-4 li.product .product-inner .product-loop__buttons .rz-loop_button:after, ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:after {
        right: 20px;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(270deg);
    }

    ul.products.product-loop-layout-4 li.product .product-inner .yith-wcwl-add-to-wishlist .rz-loop_button, ul.products.product-loop-layout-7 li.product .product-inner .yith-wcwl-add-to-wishlist .rz-loop_button {
        transition-delay: .15s;
    }

    ul.products.product-loop-layout-4 li.product .product-inner:hover .product-summary, ul.products.product-loop-layout-7 li.product .product-inner:hover .product-summary {
        transform: none;
    }

    ul.products.product-loop-layout-4 li.product .product-inner:hover .product-loop__buttons .rz-loop_button, ul.products.product-loop-layout-7 li.product .product-inner:hover .product-loop__buttons .rz-loop_button {
        transform: translateX(0);
        opacity: 1;
    }

    ul.products.product-loop-layout-7 li.product .product-summary {
        position: static;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
    }

    ul.products.product-loop-layout-8 li.product .product-thumbnail .product-loop-inner__buttons {
        position: absolute;
        top: 15px;
        left: auto;
        right: 15px;
        display: flex;
        flex-direction: column;
        z-index: 10;
    }

    ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button {
        margin-bottom: 12px;
        opacity: 0;
        transform: translateX(10px);
        padding: 0;
        transition: 0.1s;
        transition-property: transform, opacity;
        width: auto;
        height: auto;
        background-color: transparent;
    }

    ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:nth-child(2) {
        transition-delay: 75ms;
    }

    ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:nth-child(3) {
        transition-delay: .15s;
    }

    ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:before {
        right: 30px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:after {
        right: 20px;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(270deg);
    }

    ul.products.product-loop-layout-8 li.product .product-thumbnail .yith-wcwl-add-to-wishlist .rz-loop_button {
        transition-delay: .15s;
    }

    ul.products.product-loop-layout-8 li.product .yith-wcwl-add-to-wishlist {
        margin-left: 0;
    }

    ul.products.product-loop-layout-8 li.product .product-summary {
        transform: none !important;
        position: relative;
    }

    ul.products.product-loop-layout-8 li.product .product-summary .quick-view-button,
    ul.products.product-loop-layout-8 li.product .product-summary .yith-wcwl-add-to-wishlist {
        display: none;
    }

    ul.products.product-loop-layout-8 li.product .product-summary .product-loop__buttons a.rz-loop_atc_button {
        display: flex;
        transform: translateX(0);
    }

    ul.products.product-loop-layout-8 li.product .product-summary .product-loop__buttons a.rz-loop_atc_button .loop_button-text {
        width: auto;
    }

    ul.products.product-loop-layout-8 li.product .product-summary .product-loop__buttons a.rz-loop_atc_button.loading:before {
        position: static;
    }

    ul.products.product-loop-layout-8 li.product .product-loop__top {
        display: block;
    }

    ul.products.product-loop-layout-8 li.product .price {
        text-align: left;
        padding-left: 0;
    }

    ul.products.product-loop-layout-8 li.product .product-inner .product-loop__buttons {
        position: static;
        opacity: 1;
        display: flex;
    }

    ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-summary .product-loop__buttons {
        opacity: 1;
        z-index: 9999;
        pointer-events: auto;
        width: 100%;
        right: 0;
        padding-top: 30px;
    }

    ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-summary .product-loop__buttons .product-close-variations-form {
        position: absolute;
        top: 5px;
        right: 3px;
    }

    ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-summary .product-loop__buttons .product-close-variations-form .razzi-svg-icon {
        font-size: 14px;
    }

    ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .rz-loop_atc_button {
        display: flex !important;
    }

    ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-quick-shop-button {
        display: block;
        margin-top: 15px;
        width: 100%;
        border-radius: 3px;
        line-height: 42px;
        height: 42px;
        padding: 0 10px;
    }

    ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-quick-shop-button .razzi-svg-icon {
        display: none;
    }

    ul.products.product-loop-layout-8 li.product form.cart {
        padding-bottom: 0;
    }

    ul.products.product-loop-layout-9 li.product .product-inner .product-loop__buttons .rz-loop_button:before {
        right: 30px;
    }

    ul.products.product-loop-layout-9 li.product .product-inner .product-loop__buttons .rz-loop_button:after {
        right: 20px;
    }

    ul.products.product-loop-layout-9 li.product .product-quick-shop-button {
        margin-top: 15px;
    }

    ul.products.product-loop-layout-9 li.product .product-quick-shop-button .razzi-svg-icon {
        display: none;
    }

    ul.products.product-loop-layout-10.product-loop-center li.product .product-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.products.product-loop-layout-10 li.product .product-inner {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    ul.products.product-loop-layout-10 li.product .product-inner:hover {
        box-shadow: none;
    }

    ul.products.product-loop-layout-10 li.product .product-inner:hover .rz-atc-button-bg {
        box-shadow: none;
        transform: translateY(0);
    }

    ul.products.product-loop-layout-10 li.product .rating-count {
        margin-bottom: 15px;
    }

    ul.products.product-loop-layout-10 li.product .price {
        margin-bottom: 0;
    }

    ul.products.product-loop-layout-10 li.product .rz-atc-button-bg {
        position: static;
        opacity: 1;
        box-shadow: none;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    ul.products.product-loop-layout-10 li.product .rz-loop_atc_button {
        min-width: 100%;
        margin-bottom: 0;
    }

    ul.products.product-loop-layout-10 li.product.outofstock .product-summary {
        padding-bottom: 15px;
    }

    ul.products.product-loop-layout-10.atc-button-show li.product.swiper-slide .product-inner:hover .product-summary {
        transform: translateY(0);
    }

    ul.products.product-loop-layout-11 li.product .product-inner {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    ul.products.product-loop-layout-11 li.product .product-inner:hover {
        box-shadow: none;
        border: none;
    }

    ul.products.product-loop-layout-11 li.product .product-inner:hover .rz-atc-button-bg {
        border: none;
        box-shadow: none;
        transform: translateY(0);
    }

    ul.products.product-loop-layout-11 li.product .product-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.products.product-loop-layout-11 li.product .price {
        font-size: 16px;
    }

    ul.products.product-loop-layout-11 li.product .rz-atc-button-bg {
        position: static;
        opacity: 1;
        box-shadow: none;
        padding: 0;
        width: 100%;
        transform: translateY(0);
        visibility: visible;
        border: none;
    }

    ul.products.product-loop-layout-11 li.product .rz-loop_atc_button {
        width: 100%;
        padding: 0;
    }

    ul.products.has-variations-form li.product-type-variable .product-inner .product-summary .product-loop__buttons {
        opacity: 0;
        z-index: -9999;
        top: auto;
        bottom: 0;
        transition: bottom .35s ease;
        pointer-events: none;
        position: absolute;
        display: block;
    }

    ul.products.has-variations-form li.product-type-variable .product-inner .product-summary .product-loop__buttons .rz-loop_atc_button {
        display: none;
    }

    ul.products.has-variations-form li.product-type-variable .product-inner .product-summary .product-loop__buttons .product-close-variations-form {
        position: absolute;
        top: 5px;
        right: 3px;
        display: block;
    }

    ul.products.has-variations-form li.product-type-variable .product-inner .product-summary .product-loop__buttons .product-close-variations-form .razzi-svg-icon {
        font-size: 14px;
    }

    ul.products.has-variations-form li.product-type-variable .product-inner .product-quick-shop-button {
        display: block;
        margin-top: 15px;
        width: 100%;
        border-radius: 3px;
        line-height: 42px;
        height: 42px;
        padding: 0 10px;
    }

    ul.products.has-variations-form li.product-type-variable .product-inner .product-quick-shop-button .razzi-svg-icon {
        display: none;
    }

    ul.products.has-variations-form li.product-type-variable .product-inner.show-variations_form .product-quick-shop-button {
        visibility: hidden;
        opacity: 0;
    }

    ul.products.product-loop-layout-6 li.product .product-inner,
    ul.products.product-loop-layout-12 li.product .product-inner {
        padding-bottom: 20px;
        box-shadow: none !important;
    }

    ul.products.product-loop-layout-6 li.product .woocommerce-product-details__short-description,
    ul.products.product-loop-layout-12 li.product .woocommerce-product-details__short-description {
        display: none;
    }

    ul.products.mobile-show-atc li.product .product-inner .product-thumbnail .rz-loop_atc_button {
        display: none;
    }

    ul.products.mobile-show-atc li.product .product-inner .product-thumbnail .rz-loop_button:nth-child(2) {
        transition-delay: 0s;
    }

    ul.products.mobile-show-atc li.product .product-inner .product-thumbnail .yith-wcwl-add-to-wishlist .rz-loop_button {
        transition-delay: 75ms;
    }

    ul.products.mobile-show-atc:not(.product-loop-layout-12) .product-summary .rz-loop_atc_button {
        background-color: var(--rz-background-color-dark) !important;
        color: var(--rz-color-lighter);
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button {
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        text-decoration: none;
        padding: 0 10px;
        height: 42px;
        line-height: 42px;
        margin-top: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 3px;
        text-transform: none;
        border: none;
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button .loop_button-text {
        transition: 0.3s;
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button .razzi-svg-icon {
        display: none;
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button.loading .loop_button-text {
        padding-left: 5px;
    }

    ul.products.mobile-show-atc li.product .product-summary .product-loop__buttons .rz-loop_atc_button {
        display: none;
    }

    ul.products.mobile-show-featured-icons li.product .product-inner .product-loop__buttons .rz-loop_button,
    ul.products.mobile-show-featured-icons li.product .product-inner .product-loop-inner__buttons .rz-loop_button {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }

    .razzi-product-card-solid .razzi-products-carousel div.woocommerce,
    .razzi-product-card-solid .razzi-elementor-product-carousel div.tabs-content,
    .razzi-product-card-solid.single-product div.product section.products {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .razzi-product-card-solid .razzi-products-carousel div.woocommerce ul.products li.product.swiper-slide,
    .razzi-product-card-solid .razzi-elementor-product-carousel div.tabs-content ul.products li.product.swiper-slide,
    .razzi-product-card-solid.single-product div.product section.products ul.products li.product.swiper-slide {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    ul.products.product-loop-center li.product .product-summary {
        padding-left: 0;
        padding-right: 0;
    }

    ul.products.product-loop-layout-7 li.product .product-summary {
        padding-bottom: 0;
    }

    .razzi-products-masonry ul.products.layout-masonry li.product {
        margin-bottom: 20px;
    }

    .razzi-catalog-page .widget-area.catalog-sidebar {
        padding: 0 !important;
        margin: 0 !important;
        position: fixed;
        display: none;
    }

    .razzi-catalog-page .widget-area.catalog-sidebar.open {
        display: block;
    }

    .catalog-toolbar-filters__v2 .products-filter__filters {
        flex-direction: column;
    }

    .catalog-toolbar-filters__v2 .products-filter__filters .products-filter__filter {
        width: 100%;
    }

    .catalog-toolbar-filters__v2 .products-filter__filters .products-filter__filter-name {
        border-left-width: 1px !important;
    }

    .catalog-toolbar-filters__v2 .products-filter__filters .products-filter__filter-control {
        position: static;
        width: 100%;
        border-top-width: 0;
    }

    .catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) {
        width: 100% !important;
    }

    .catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) .widget-title {
        border-left-color: var(--rz-border-color-light);
    }

    .catalog-toolbar-filters__v2 .widget:not(.products-filter-widget):not(:last-child) .widget-title {
        border-bottom-width: 0;
    }

    .catalog-toolbar-filters__v2 .widget:not(.products-filter-widget).active .widget-title {
        border-bottom-width: 1px;
    }

    .catalog-toolbar-filters__v2 .widget:not(.products-filter-widget) .widget-content {
        position: static;
        width: 100%;
        border-top-width: 0;
    }

    .catalog-toolbar.layout-v1 {
        flex-wrap: wrap;
    }

    .catalog-toolbar.layout-v1 .product-toolbar-breadcrumb {
        max-width: 70%;
    }

    .catalog-toolbar.layout-v1 .page-header__title {
        font-size: 22px;
    }

    .catalog-toolbar.layout-v1 .woocommerce-ordering {
        display: none;
    }

    .catalog-toolbar.layout-v1 .toggle-filters {
        order: 2;
        display: flex;
        align-items: center;
    }

    .catalog-toolbar.layout-v1 .toggle-filters .text-filter {
        margin-left: 10px;
        font-weight: 500;
    }

    .catalog-toolbar.layout-v1 .razzi-posts__found {
        order: 1;
        width: 75%;
    }

    .catalog-toolbar.layout-v3 {
        position: relative;
        border: none;
        min-height: 20px;
        display: block;
        margin-bottom: 10px;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-right {
        position: absolute;
        top: 0;
        right: 0;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__content {
        display: none;
        opacity: 0;
        -webkit-animation: fadein 1.3s;
        animation: fadein 1.3s;
        margin-bottom: 50px;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__content.open {
        opacity: 1;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__content a {
        display: block;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__content a.active:after, .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__content a:hover:after {
        border-color: transparent;
    }

    .catalog-toolbar.layout-v3 .woocommerce-ordering {
        display: none;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__title {
        display: inline-block;
        margin-bottom: 20px;
        padding-right: 25px;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__title .razzi-svg-icon {
        position: absolute;
        right: 0;
        top: -1px;
        transition: .3s;
        font-size: 18px;
    }

    .catalog-toolbar.layout-v3 .catalog-toolbar-tabs__title.active .razzi-svg-icon {
        transform: rotate(180deg);
    }

    .catalog-toolbar-filters__v3 {
        -webkit-animation: fadein 1.3s;
        animation: fadein 1.3s;
    }

    .catalog-toolbar-filters__v3 .catalog-filters-content {
        display: block;
        margin: 0;
        padding: 0;
    }

    .catalog-toolbar-filters__v3 .products-filter__filters {
        margin: 0;
    }

    .catalog-toolbar-filters__v3 .products-filter__filter {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }

    .catalog-toolbar-filters__v3 .products-filter__filter.active .products-filter__filter-name:after {
        transform: rotate(180deg);
    }

    .catalog-toolbar-filters__v3 .products-filter__filter .filter-content {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .catalog-toolbar-filters__v3 .products-filter__filter .filter-swatches {
        margin-bottom: 5px;
    }

    .catalog-toolbar-filters__v3 .products-filter__filter-control {
        display: none;
        padding: 0 0 30px;
    }

    .catalog-toolbar-filters__v3 .products-filter__filter-name {
        position: relative;
        font-size: 16px;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .catalog-toolbar-filters__v3 .products-filter__filter-name:after {
        display: block;
    }

    .catalog-toolbar-filters__v3 .widget {
        padding: 0;
        width: 100%;
        margin-top: 0;
    }

    .catalog-toolbar-filters__v3 .widget:not(.products-filter-widget).active .widget-title .razzi-svg-icon {
        transform: rotate(180deg);
    }

    .catalog-toolbar-filters__v3 .widget:not(.products-filter-widget) .widget-title {
        position: relative;
        cursor: pointer;
        font-size: 16px;
        border-bottom: 1px solid var(--rz-border-color-light);
        padding-bottom: 20px;
    }

    .catalog-toolbar-filters__v3 .widget:not(.products-filter-widget) .widget-title .razzi-svg-icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        transition: .3s;
        font-size: 16px;
    }

    .catalog-toolbar-filters__v3 .widget:not(.products-filter-widget) .widget-content {
        margin-top: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .catalog-toolbar-filters__v3 .widget.widget_price_filter .widget-content {
        margin-top: 0;
    }

    .catalog-toolbar-filters__v3 .widget:last-child {
        margin-bottom: 40px;
    }

    .razzi-history-products .product-list li .product-infor {
        position: static;
        display: block !important;
        padding: 10px 0;
        box-shadow: none;
    }

    .razzi-history-products .product-list li .product-infor .product-title {
        white-space: normal;
    }

    .razzi-history-products .swiper-scrollbar {
        margin-top: 20px;
    }

    .single-product .razzi-history-products .recently-header {
        margin-bottom: 40px;
    }

    .swiper-container__extra {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 767px) {
    .catalog-toolbar.layout-v1 .woocommerce-breadcrumb {
        display: none;
    }

    .catalog-toolbar.layout-v1 .product-toolbar-breadcrumb .woocommerce-breadcrumb {
        display: block;
    }
}

@media (max-width: 767px) {
    .rz-modal {
        --rz-modal-spacing: 20px;
    }

    .ra-search-modal .quick-links .label {
        margin: 0 -20px 0 -20px;
    }

    .ra-account-modal .modal-content form {
        height: auto;
        margin-top: 40px;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart-item__name {
        padding-right: 0;
    }

    ul.products.mobile-pl-col-1 li.product {
        width: 100%;
    }

    ul.products.mobile-pl-col-2 li.product {
        width: 50%;
    }

    ul.products.mobile-pl-col-3 li.product {
        width: 33.33%;
    }

    ul.products {
        margin: 0 -7.5px;
    }

    ul.products li.product {
        padding: 0 7.5px;
    }

    ul.products.product-loop-layout-10 li.product .rating-count .review-count {
        display: none;
    }

    .catalog-toolbar.layout-v1 .woocommerce-breadcrumb {
        display: block;
        flex: 1 1 100%;
        order: 3;
    }

    .catalog-toolbar.layout-v1 .product-toolbar-breadcrumb .page-header__title {
        padding-bottom: 0;
    }

    .catalog-toolbar.layout-v1 .product-toolbar-breadcrumb .woocommerce-breadcrumb {
        display: none;
    }

    .woocommerce-MyAccount-content .order-item {
        padding: 15px;
    }

    .woocommerce-MyAccount-content > section {
        padding: 30px 15px 15px;
    }

    .woocommerce-MyAccount-content .form-row {
        width: 100%;
    }

    .woocommerce-MyAccount-content .woocommerce-columns--addresses {
        flex-direction: column;
    }

    table.shop_table thead th:first-child {
        padding-left: 15px;
    }

    table.shop_table thead tr {
        display: flex;
        flex-direction: column;
    }

    table.shop_table thead tr .woocommerce-orders-table__cell {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

    table.shop_table thead tr .woocommerce-orders-table__cell .order-title {
        margin: 0;
    }

    table.shop_table tbody td.product-thumbnail {
        width: auto;
    }

    table.shop_table .woocommerce-orders-table__cell-order-actions {
        display: flex;
        flex-direction: column;
    }

    table.my_account_orders thead {
        display: block;
    }

    table.my_account_orders > tbody > tr > td {
        padding: 15px;
    }

    table.my_account_orders > tbody > tr > td:before {
        display: none;
    }

    table.my_account_orders > tbody > tr > td > table.order-image tr {
        flex-wrap: wrap;
    }

    table.my_account_orders .woocommerce-orders-table__cell {
        text-align: right;
    }

    table.my_account_orders .woocommerce-orders-table__cell:before {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        color: var(--rz-text-color);
    }

    table.my_account_orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        text-align: left;
        margin-top: 10px;
        padding: 0;
    }

    table.my_account_orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:before {
        display: none;
    }

    table.my_account_orders .order-list-image {
        padding: 20px 0 0 0;
    }

    table.order_details.woocommerce-table--order-downloads tbody tr td {
        padding: 5px 0;
    }

    table.order_details.woocommerce-table--order-downloads tbody tr td:first-child {
        padding-top: 20px;
    }

    table.order_details.woocommerce-table--order-downloads tbody tr:last-child .download-file {
        margin-bottom: 10px;
    }

    table.order_details.woocommerce-table--order-downloads .download-file {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-bottom: 20px;
    }

    table.order_details.woocommerce-table--order-downloads .download-file a {
        margin-top: 10px;
    }

    table.order_details .woocommerce-table__product-table .product-content {
        padding-top: 0;
    }

    .woocommerce-MyAccount-content .woocommerce-order-total table.shop_table tr {
        flex-direction: row;
        justify-content: space-between;
    }

    .woocommerce-MyAccount-content .woocommerce-order-total table.shop_table tr > * {
        padding: 20px 0;
    }

    .woocommerce-edit-address .woocommerce-Addresses {
        flex-direction: column;
        margin: 0;
    }

    .woocommerce-edit-address .woocommerce-Addresses > * {
        flex: 1 1 100%;
        margin: 0 0 20px 0;
    }

    .woocommerce-account .col2-set {
        margin: 0;
    }

    .woocommerce-account .col2-set .woocommerce-Address {
        width: 100%;
    }

    .woocommerce-account #customer_login {
        display: block;
    }

    .woocommerce-account #customer_login .u-column1,
    .woocommerce-account #customer_login .u-column2 {
        width: 100%;
        margin: 0 0 30px 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce-account .woocommerce-ResetPassword .reset-depscription {
        padding: 0;
    }

    .woocommerce-account .woocommerce-form-login button,
    .woocommerce-account .woocommerce-form-register button {
        width: 100%;
    }

    .woocommerce-account .woocommerce-form-login .woocommerce-LostPassword,
    .woocommerce-account .woocommerce-form-register .woocommerce-LostPassword {
        text-align: left;
    }

    .woocommerce-cart .form-row {
        width: 100%;
    }

    .woocommerce-cart .woocommerce-cart-form {
        width: 100%;
        padding: 0;
    }

    .woocommerce-cart .cart-collaterals {
        width: 100%;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        padding: 5px 20px;
        margin-top: 30px;
    }

    .woocommerce-cart .cart-collaterals table.shop_table tbody tr {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .woocommerce-cart .cart-collaterals table.shop_table tbody tr:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .woocommerce-cart .cart-collaterals table.shop_table tbody th {
        display: inline-block;
    }

    .woocommerce-cart .cart-collaterals table.shop_table tbody td {
        padding: 10px 0;
    }

    .woocommerce-cart .cart-collaterals table.shop_table tr.woocommerce-shipping-totals td {
        width: 100%;
    }

    .woocommerce-cart table.shop_table tr {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .woocommerce-cart table.shop_table tr:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail {
        max-width: 90px;
        width: auto;
        padding: 0;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail a {
        max-width: 90px;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail img {
        min-width: 90px;
    }

    .woocommerce-cart table.shop_table td.product-content {
        padding: 0 0 0 20px;
        flex: 1;
        min-height: auto;
    }

    .woocommerce-cart table.shop_table .coupon-form td {
        width: 100%;
        padding: 10px 0;
    }

    .woocommerce-cart table.shop_table .coupon-form .coupon {
        width: inherit;
    }

    .woocommerce-cart table.shop_table .coupon-form .coupon .coupon-row {
        display: flex;
    }

    .woocommerce-cart table.shop_table .coupon-form .coupon input {
        width: 100%;
        min-width: auto;
    }

    .woocommerce-cart table.shop_table .coupon-form .actions > button {
        width: inherit;
        margin-top: 20px;
    }

    .woocommerce-cart .cross-sells > h2 {
        margin-bottom: 30px;
    }

    .woocommerce-cart .cross-sells .swiper-scrollbar {
        margin-top: 20px;
    }

    .woocommerce-checkout .form-row {
        width: 100%;
    }

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 50%;
        float: left;
        padding-right: 7.5px;
    }

    .woocommerce-checkout .form-row-last {
        padding-right: 0;
        padding-left: 7.5px;
    }

    .woocommerce-checkout .col2-set {
        width: 100%;
        padding: 0;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table {
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order-table tr {
        display: table-row;
    }

    .woocommerce-checkout .woocommerce-order > section {
        padding: 30px 15px 15px;
    }

    .woocommerce-checkout .woocommerce-order table.shop_table.order_total tr {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses {
        flex-direction: column;
    }

    .woocommerce-checkout .woocommerce-order .col2-set > * {
        width: 100%;
    }

    .woocommerce-lost-password .woocommerce-notices-wrapper {
        max-width: 100%;
    }

    .catalog-header-banners {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .catalog-header-banners.hide_on__mobile {
        display: none;
    }

    .catalog-header-banners .swiper-pagination {
        bottom: 0;
    }

    .rz-popup-add-to-cart .modal-content {
        width: 85%;
        right: 0;
        top: 0;
        left: auto;
        max-width: 470px;
        transform: translateX(100%);
        transition: transform .5s;
        background-color: #fff;
        height: 100%;
        overflow: auto;
        scrollbar-color: #1f1f1f #e2e2e278;
        scrollbar-width: thin;
    }

    .rz-popup-add-to-cart .modal-content::-webkit-scrollbar {
        width: 2px;
    }

    .rz-popup-add-to-cart .modal-content::-webkit-scrollbar-track {
        background-color: #e2e2e2;
    }

    .rz-popup-add-to-cart .modal-content::-webkit-scrollbar-thumb {
        background-color: #1f1f1f;
    }

    .rz-popup-add-to-cart .button-close {
        top: 10px;
        right: 10px;
        font-size: 24px;
    }

    .rz-popup-add-to-cart .rz-product-popup-atc__notice {
        font-size: 16px;
        padding-top: 10px;
    }

    .rz-popup-add-to-cart.loaded .modal-content {
        transform: translateX(0);
    }

    .rz-popup-add-to-cart .widget_shopping_cart_content {
        flex-direction: column;
        margin-top: 20px;
    }

    .rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list,
    .rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
        width: 100%;
        padding-right: 0;
    }

    .rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
        padding-left: 0;
        margin-top: 30px;
    }

    .rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer:after {
        display: none;
    }

    .rz-popup-add-to-cart .rz-product-popup-atc__recommendation .rz-swiper-buttons {
        display: none;
    }

    .rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination {
        display: block;
        margin-top: 20px;
    }

    .razzi-sticky-add-to-cart__content-product-info,
    .razzi-sticky-atc__product-image {
        display: none;
    }

    .razzi-sticky-add-to-cart {
        padding: 0;
        bottom: 0;
        top: auto;
        transform: none;
    }

    .razzi-sticky-add-to-cart .container {
        padding: 0;
    }

    .razzi-sticky-add-to-cart form.cart {
        width: 100%;
    }

    .razzi-sticky-add-to-cart form.cart .single_add_to_cart_button {
        margin-left: 0;
        width: 100%;
        box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.07);
        justify-content: center;
    }

    .razzi-sticky-add-to-cart form.cart .quantity {
        display: none;
    }

    .razzi-sticky-add-to-cart form.variations_form {
        display: none;
    }

    .razzi-sticky-add-to-cart.product-variable .razzi-sticky-add-to-cart__content-button {
        display: block;
    }

    .razzi-sticky-add-to-cart .rz-atc-group {
        display: flex;
        width: 100%;
    }

    .admin-bar .razzi-sticky-add-to-cart {
        top: auto;
    }

    .razzi-sticky-add-to-cart.product-simple .razzi-quantity-dropdown {
        display: none;
    }

    .razzi-sticky-add-to-cart__content-button {
        margin-right: auto;
        width: 100%;
        box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.07);
    }

    #gotop {
        bottom: 60px;
    }

    .woocommerce-tabs > ul.tabs > li {
        padding: 0 10px;
    }

    .single-product .site-breadcrumb {
        display: flex;
        overflow: auto;
        white-space: nowrap;
    }

    .single-product div.product .rz-wishlist-button.show-wishlist-title .rz-loop_button {
        justify-content: center;
    }

    .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email,
    .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author {
        width: 100%;
    }

    .single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 25px;
    }

    .single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .flex-control-thumbs {
        margin-bottom: 0;
        bottom: 0;
    }

    .single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized .flex-control-thumbs li {
        display: inline-block;
        margin: 0 3px;
    }

    .single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized.swiper-container-vertical {
        position: absolute;
    }

    .razzi-product-taxonomy-infor {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .razzi-product-taxonomy-infor__image {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 600px) {
    .quick-view-modal .woocommerce .deal-expire-date,
    .quick-view-modal .woocommerce .deal-sold {
        display: block;
    }

    .quick-view-modal .woocommerce .deal-expire-text,
    .quick-view-modal .woocommerce .deal-sold-text,
    .quick-view-modal .woocommerce .deal-expire-countdown,
    .quick-view-modal .woocommerce .deal-progress {
        width: 100%;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
        max-width: 100px;
    }

    body .notifyjs-corner {
        z-index: 999999;
    }
}

@media (max-width: 480px) {
    .single-product div.product .summary-top-box {
        margin-bottom: 10px;
    }

    .single-product div.product .product-button-wrapper > * {
        width: 100%;
    }

    .single-product div.product .product-button-wrapper .quantity {
        margin-right: 0;
    }

    .single-product div.product .product-button-wrapper .quantity .qty-dropdown,
    .single-product div.product .product-button-wrapper .quantity .current {
        width: inherit;
        text-align: center;
    }

    .single-product div.product .product-button-wrapper .quantity .qty-options {
        text-align: center;
    }

    .single-product div.product .product-button-wrapper .rz-atc-group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .single-product div.product .product-button-wrapper .rz-atc-group .buy_now_button {
        margin-top: 15px;
    }

    .single-product div.product .product-button-wrapper p.cart .single_add_to_cart_button {
        width: 100%;
    }

    .single-product div.product .product-button-wrapper .single_add_to_cart_button {
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-product div.product .compare {
        display: none;
    }

    .single-product div.product .entry-summary {
        margin-top: 35px;
    }

    .single-product div.product .entry-summary .star-rating {
        font-size: 12px;
    }

    .single-product div.product .entry-summary .woocommerce-review-link {
        font-size: 14px;
    }

    .single-product div.product.has-buy-now .rz-wishlist-button:not(.show-wishlist-title) {
        border: 1px solid;
    }

    .single-product div.product.has-buy-now .rz-wishlist-button:not(.show-wishlist-title) .loop_button-text {
        display: inline-block;
        padding-left: 10px;
    }

    .single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.label,
    .single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.value {
        margin: 0;
    }

    .single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.label {
        font-size: 18px;
    }

    .single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.label .wcboost-variation-swatches__selected-label {
        display: none;
    }

    .single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.value {
        flex: 0 1 70%;
    }

    .single-product div.product:not(.product-tabs-under-summary) .woocommerce-tabs ul.tabs {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .single-product div.product:not(.product-tabs-under-summary) .woocommerce-tabs ul.tabs li:first-child {
        padding-left: 0;
    }

    .single-product div.product:not(.product-tabs-under-summary) .woocommerce-tabs .panel {
        padding: 0;
    }

    .single-product div.product .woocommerce-Reviews ol.commentlist li {
        padding: 20px;
    }

    .single-product div.product .woocommerce-Reviews ol.commentlist li img.avatar {
        display: none;
    }

    .single-product div.product .woocommerce-Reviews ol.commentlist li .comment-text {
        margin-left: 0;
    }

    .single-product div.product .woocommerce-Reviews .comment-respond {
        padding-top: 0;
    }

    .single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title {
        font-size: 21px;
        margin: 0;
    }

    .single-product div.product .flex-control-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 25px;
    }

    .single-product div.product .flex-control-nav li {
        display: inline-block;
    }

    .single-product div.product.layout-v2 .woocommerce-product-gallery__thumbs-carousel {
        height: auto;
    }

    .single-product div.product.layout-v4 .swiper-pagination {
        margin: 0;
        bottom: 25px;
    }

    .woocommerce .deal {
        margin: 30px 0;
    }

    .woocommerce .deal-expire-date,
    .woocommerce .deal-sold {
        flex-direction: column;
    }

    .woocommerce .deal-expire-text,
    .woocommerce .deal-expire-countdown,
    .woocommerce .deal-progress {
        width: 100%;
    }

    .woocommerce .deal-expire-text br,
    .woocommerce .deal-expire-countdown br,
    .woocommerce .deal-progress br {
        display: none;
    }

    .woocommerce .deal-sold-text {
        display: none;
    }

    ul.products li.product {
        width: 50%;
    }

    .single-product div.product.has-buy-now .rz-buy-now-button {
        margin-right: 0;
    }

    ul.products.mobile-pp-col-1 li.product {
        width: 100%;
    }

    ul.products.mobile-pp-col-2 li.product {
        width: 50%;
	    margin: 7px 0 !important;
    }


    ul.products.mobile-pp-col-3 li.product {
        width: 33.33%;
    }
}
.razzi-catalog-page .catalog-page-header--layout-1 .page-header__title {
    padding-top: 92px
}

.razzi-catalog-page .catalog-page-header--layout-2 {
    padding-top: 92px
}

.razzi-catalog-page .catalog-page-header--layout-1 .page-header__title {
    padding-bottom: 92px
}

.razzi-catalog-page .catalog-page-header--layout-2 {
    padding-bottom: 92px
}

@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spaceInUp{from{opacity:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.2) translate(0,-200%);transform:scale(.2) translate(0,-200%)}to{opacity:1;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes spaceInUp{from{opacity:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.2) translate(0,-200%);transform:scale(.2) translate(0,-200%)}to{opacity:1;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@-webkit-keyframes spaceInRight{from{opacity:0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale(.2) translate(200%,0);transform:scale(.2) translate(200%,0)}to{opacity:1;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes spaceInRight{from{opacity:0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale(.2) translate(200%,0);transform:scale(.2) translate(200%,0)}to{opacity:1;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@-webkit-keyframes spaceInDown{from{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(.2) translate(0,200%);transform:scale(.2) translate(0,200%)}to{opacity:1;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes spaceInDown{from{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(.2) translate(0,200%);transform:scale(.2) translate(0,200%)}to{opacity:1;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@-webkit-keyframes spaceInLeft{from{opacity:0;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale(.2) translate(-200%,0);transform:scale(.2) translate(-200%,0)}to{opacity:1;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes spaceInLeft{from{opacity:0;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale(.2) translate(-200%,0);transform:scale(.2) translate(-200%,0)}to{opacity:1;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@-webkit-keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@-webkit-keyframes bob{0%,100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes bob{0%,100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@-webkit-keyframes wobble-horizontal{16%{-webkit-transform:translateX(8px);transform:translateX(8px)}33%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49%{-webkit-transform:translateX(4px);transform:translateX(4px)}66%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16%{-webkit-transform:translateX(8px);transform:translateX(8px)}33%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49%{-webkit-transform:translateX(4px);transform:translateX(4px)}66%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
.main-navigation li.menu-item-6379 .menu-item-mega:nth-child(2) > .dropdown-toggle {
    opacity: 0
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVFNI4un_HKCEl-Cw.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVPNI4un_HKCEl-Cw.woff) format('woff');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNI4un_HKCEk.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVFNI4un_HKCEl-Cw.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVPNI4un_HKCEl-Cw.woff) format('woff');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNI4un_HKCEk.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVFNI4un_HKCEl-Cw.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVPNI4un_HKCEl-Cw.woff) format('woff');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/jost/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNI4un_HKCEk.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.trp-ls-shortcode-current-language {
    border: none !important;
}

.trp-language-switcher > div {
    background-size: 0 !important;
}

#page-header h1 {
    padding-bottom: 25px;
}

.elementor-element-38cb129d .razzi-icon-box__title span {
    font-family: 'Roboto Condensed', sans-serif;
}

.elementor-element-38cb129d .elementor-top-column .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
    font-family: 'Roboto Condensed', sans-serif;
}

.elementor-element-38cb129d .elementor-widget-text-editor .elementor-widget-container {
    padding-bottom: 0px !important;
}

#site-footer .footer-newsletter {
    background-color: #0c2340;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#rz-shop-content .razzi-posts__found {
    display: none !important;
    width: 0;
}

@media (max-width: 700px) {
    .hentry .elementor .elementor-element-d106028 {
        -webkit-transform: translatex(0px) translatey(0px);
        -ms-transform: translatex(0px) translatey(0px);
        transform: translatex(0px) translatey(0px);
    }

    .elementor-element-d106028 .elementor-widget-html {
        background-color: rgba(244, 244, 244, 0.78);
        min-height: 352px;
    }

    .action span span {
        border-style: solid;
        border-width: 1px;
        border-color: #878787 !important;
    }
}

@media (max-width: 479px) {
    .hentry .elementor .elementor-element-d106028 {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    #content {
        padding-top: 0px;
    }
}

.hentry .elementor .elementor-element-cc71794 {
    background-color: rgba(232, 232, 232, 0.45);
}

.elementor-element-cc71794 .elementor-widget {
    padding-top: 20px;
    -webkit-transform: translatex(0px) translatey(0px);
    -ms-transform: translatex(0px) translatey(0px);
    transform: translatex(0px) translatey(0px);
}

.product-loop-center .product-summary .woocommerce-LoopProduct-link {
    font-size: 18px;
}

#site-footer .footer-newsletter {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #0c2340;
}

.pm-grid-center .ow-mod__txt h2 {
    color: #245f84;
    text-align: center;
}

.pm-grid-center .ow-mod__txt .pm-title-thematic {
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
}

.ow-mod__txt .read-more-text p {
    text-align: center;
    margin-bottom: 50px;
}

.action span span {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
}

.elementor-element-d106028 .elementor-widget-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.hentry .elementor .elementor-element-d106028 {
    background-color: #f7f7f7;
    padding-top: 150px;
    padding-bottom: 150px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-image: url("../../uploads/2022/07/mockup.jpg");
    background-size: cover;
}

.hentry .elementor .elementor-element-019f430 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f7f7;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.elementor-element-019f430 .elementor-widget-wrap {
    padding-left: 0px !important;
}

.elementor-element-019f430 .elementor-widget-text-editor h2 {
    padding-right: 200px;
    font-weight: 300;
    color: #c40d2e;
}

.elementor-element-019f430 .pm-text p {
    line-height: 1.9em;
    padding-right: 160px;
}

.elementor-element-019f430 .elementor-widget-text-editor p {
    border-style: none;
}

.elementor-element-019f430 p a {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    text-transform: uppercase;
    color: #444;
}

.elementor-element-019f430 .elementor-widget-text-editor {
    padding-right: 352px;
    padding-top: 30px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.elementor-element-019f430 .elementor-widget-text-editor .pm-date {
    margin-top: 150px;
}

.hentry .elementor .elementor-element-d106028.yp_onscreen {
    -webkit-animation-duration: 2.01s;
    animation-duration: 2.01s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.elementor-element-019f430 .elementor-widget-image .elementor-widget-container.yp_onscreen {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.66s;
    animation-duration: 0.66s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.elementor-element-019f430 .elementor-widget-image .elementor-widget-container {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.elementor-element-019f430 .elementor-widget-text-editor.yp_onscreen {
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#page #content .hentry .elementor .elementor-element-019f430 .elementor-container .elementor-top-column .elementor-widget-wrap .elementor-widget-text-editor.yp_onscreen {
    -webkit-animation-name: fadeInRight !important;
    animation-name: fadeInRight !important;
}

.elementor-element-019f430 p a:hover {
    background-color: #d35454;
    color: #ffffff;
    transition: background-color 0.5s ease;
}

.action span span:hover {
    color: #ffffff;
    transition: background-color 0.5s ease;
    background-color: #245f84;
}

.hentry .elementor .elementor-element-019f430.yp_onscreen {
    -webkit-animation-duration: 1.74s;
    animation-duration: 1.74s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.razzi-slide-button .button-link .button-text {
    position: absolute;
    top: -340px;
    left: -400px;
    background: none;
    font-size: 0;
    width: 1902px;
    height: 804px;
}

.hentry .elementor .elementor-element-f475072 {
    display: none;
}

.hentry .elementor .elementor-element-4788c61 {
    background-color: #f7f7f7;
}

.elementor-widget-razzi-product-carousel .razzi-swiper-carousel-elementor .swiper-container {
    padding-left: 25px;
}

.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language {
    border-style: none;
    border-width: 0px;
}

.header-languages .trp_language_switcher_shortcode .trp-language-switcher {
    width: auto !important;
    border: none !important;
}

.elementor-element-f0173d6 .elementor-widget-razzi-heading .elementor-widget-container {
    padding-top: 100px !important;
}

.hentry .elementor .elementor-element-bbfe2c8 {
    background-color: #f9f9f9;
    padding-bottom: 50px;
}

.elementor-element-bbfe2c8 .list-posts .post-meta {
    display: none !important;
    background-color: #d6d6d6;
}

#menu-menyu-rover > .menu-item > a {
    font-weight: 500;
}

@media (min-width: 992px) {
    .elementor-widget-razzi-product-carousel .razzi-swiper-carousel-elementor ul {
        margin-left: 15px;
    }
}

@media (min-width: 1025px) {
    .hentry .elementor .elementor-element-f475072 {
        padding-top: 15px;
    }
}
.elementor-repeater-item-76941f0 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: var(--desktop-bg);
}

@media (max-width: 768px) {
	.elementor-repeater-item-76941f0 {
		background-image: var(--mobile-bg);
	}
}
.products_border{
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: rgb(241, 242, 244);
}
.attachment-woocommerce_thumbnail{
	padding:18px;
}

.product-wishlist{
	position: absolute;
	top: 2px;
	right: 3px;
}

.razzi-products-showcase ul.products li.product .product-thumbnail .product-wishlist .rz-loop_button{
	opacity: 1;
	transform: translateY(0);
}

ul.products li.product .wcboost-wishlist-button .wcboost-wishlist-button__icon{
	display: inline-flex;
	margin: 0;
}

ul.products li.product .wcboost-wishlist-button:not(.loading) .wcboost-wishlist-button__icon svg {
	fill: none;
}

ul.products li.product .wcboost-wishlist-button .wcboost-wishlist-button__text {
	display: none;
}

.input_hover{
	color: var(--rz-color-dark);
	border: 1px solid var(--rz-border-color);
	box-sizing: border-box;
	padding: 12px 15px;
	font-size: 16px;
	transition: all .1sease-in-out;
	outline: none;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 0.3s linear infinite; /* Safari */
	animation: spin 0.3s linear infinite;
}
.wcboost-wishlist-button--ajax.active {
	color: #fff;
	background: #000 !important;
}