/* Rules extracted from theme.css that are not needed on product pages. */

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

@keyframes elementor-animation-pulse-banner {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(1)
    }
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

@keyframes elementor-animation-bob {

    0%,
    to {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }
}

@keyframes elementor-animation-bob-float {
    to {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-hang {

    0%,
    to {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }
}

@keyframes elementor-animation-hang-sink {
    to {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    to {
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes elementor-animation-buzz-out {

    10%,
    30% {
        transform: translateX(3px) rotate(2deg)
    }

    20%,
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50%,
    70% {
        transform: translateX(2px) rotate(1deg)
    }

    60%,
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0deg)
    }

    to {
        transform: translateX(-1px) rotate(0deg)
    }
}

.elementor-animation-grow,
.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover,
.elementor-iqit-banner:hover .elementor-animation-grow {
    transform: scale(1.1)
}

.elementor-iqit-banner .elementor-animation-shrink {
    transform: scale(1.1)
}

.elementor-iqit-banner:hover .elementor-animation-shrink {
    transform: scale(1)
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(.9)
}

.elementor-iqit-banner:hover .elementor-animation-pulse {
    animation-name: elementor-animation-pulse-banner;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover,
.elementor-iqit-banner:hover .elementor-animation-pulse-grow {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover,
.elementor-iqit-banner:hover .elementor-animation-pulse-shrink {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover,
.elementor-iqit-banner:hover .elementor-animation-push {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover,
.elementor-iqit-banner:hover .elementor-animation-pop {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in,
.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover,
.elementor-iqit-banner:hover .elementor-animation-bounce-in {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover,
.elementor-iqit-banner:hover .elementor-animation-bounce-out {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-grow-rotate,
.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover,
.elementor-iqit-banner:hover .elementor-animation-rotate {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover,
.elementor-iqit-banner:hover .elementor-animation-grow-rotate {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float,
.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover,
.elementor-iqit-banner:hover .elementor-animation-float {
    transform: translateY(-8px)
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover,
.elementor-iqit-banner:hover .elementor-animation-sink {
    transform: translateY(8px)
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover,
.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover,
.elementor-iqit-banner:hover .elementor-animation-bob,
.elementor-iqit-banner:hover .elementor-animation-hang {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover,
.elementor-iqit-banner:hover .elementor-animation-hang {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover,
.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover,
.elementor-iqit-banner:hover .elementor-animation-skew,
.elementor-iqit-banner:hover .elementor-animation-skew-forward {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward,
.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover,
.elementor-iqit-banner:hover .elementor-animation-skew-backward {
    transform: skew(10deg)
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-vertical {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-horizontal {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-to-bottom-right {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-to-top-right {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-top {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-bottom {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-skew {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover,
.elementor-iqit-banner:hover .elementor-animation-buzz {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover,
.elementor-iqit-banner:hover .elementor-animation-buzz-out {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-fade-out-20 {
    transition: opacity .3s ease-in-out
}

.elementor-animation-fade-out-20:active,
.elementor-animation-fade-out-20:focus,
.elementor-animation-fade-out-20:hover,
.elementor-iqit-banner:hover .elementor-animation-fade-out-20 {
    opacity: .8 !important
}

.block-categories li {
    position: relative
}

#search_filters .facet>ul,
#search_filters_brands .facet>ul,
#search_filters_suppliers .facet>ul {
    padding-bottom: .5rem
}

.products-selection .products-sort-nb-dropdown {
    display: inline-block
}

.select-title .select-title-name {
    max-width: 100px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: bottom
}

.cart-grid-right hr,
.pagination-wrapper .pagination {
    margin: 0
}

.pagination-wrapper-bottom {
    border-top: 1px solid rgba(160, 160, 160, .25);
    margin-top: 1rem;
    padding-top: 1rem
}

.pagination {
    justify-content: center;
    margin-top: 1rem
}

.block-categories ul>li,
.pagination .page-list {
    margin-bottom: 0
}

.pagination .page-list li {
    display: inline-block;
    border: 1px solid rgba(160, 160, 160, .25);
    margin: 0 .05rem;
    transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

.pagination .page-list li.spacer {
    border: 0
}

.pagination .page-list a {
    display: block;
    padding: .4rem .8rem
}

.block-categories li ul {
    margin-left: .5rem;
    font-size: .9em
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer
}

.block-categories .collapse-icons .remove,
.block-categories .collapse-icons[aria-expanded=true] .add {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: block
}

#products .products-select {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
    box-align: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 1rem
}

#search_filters .facet:first-child,
#search_filters_brands .facet:first-child,
#search_filters_suppliers .facet:first-child {
    padding: 0
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: block
}

#search_filters .facet .facet-type-radio,
#search_filters .facet>.facet-type-checkbox,
#search_filters_brands .facet .facet-type-radio,
#search_filters_brands .facet>.facet-type-checkbox,
#search_filters_suppliers .facet .facet-type-radio,
#search_filters_suppliers .facet>.facet-type-checkbox {
    max-height: 300px;
    overflow-x: auto
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: .3rem
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    font-size: .9375rem
}

#search_filters .facet_color,
#search_filters_brands .facet_color,
#search_filters_suppliers .facet_color {
    padding-left: 1px;
    padding-right: 1px
}

#search_filters .facet_color>li,
#search_filters_brands .facet_color>li,
#search_filters_suppliers .facet_color>li {
    display: inline-block;
    position: relative;
    margin-bottom: .5rem
}

#search_filters .facet_color>li .magnitude,
#search_filters_brands .facet_color>li .magnitude,
#search_filters_suppliers .facet_color>li .magnitude {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff
}

#search_filters .dropdown-menu-facet,
#search_filters_brands .dropdown-menu-facet,
#search_filters_suppliers .dropdown-menu-facet {
    padding: 1rem;
    white-space: nowrap;
    min-width: 200px
}

#search_filters .dropdown-menu-facet::-webkit-scrollbar,
#search_filters_brands .dropdown-menu-facet::-webkit-scrollbar,
#search_filters_suppliers .dropdown-menu-facet::-webkit-scrollbar,
.ps-shoppingcart.dropdown #blockcart-content .cart-products::-webkit-scrollbar {
    width: 6px
}

#search_filters .dropdown-menu-facet::-webkit-scrollbar-thumb,
#search_filters_brands .dropdown-menu-facet::-webkit-scrollbar-thumb,
#search_filters_suppliers .dropdown-menu-facet::-webkit-scrollbar-thumb,
.ps-shoppingcart.dropdown #blockcart-content .cart-products::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .25)
}

#search_filters .facet-title-dropdown,
#search_filters_brands .facet-title-dropdown,
#search_filters_suppliers .facet-title-dropdown {
    cursor: pointer
}

#search_filters.dropdown-search-filters .facet,
#search_filters_brands.dropdown-search-filters .facet,
#search_filters_suppliers.dropdown-search-filters .facet {
    padding: 0
}

#search_filters.dropdown-search-filters .facet-dropdown,
#search_filters_brands.dropdown-search-filters .facet-dropdown,
#search_filters_suppliers.dropdown-search-filters .facet-dropdown {
    display: inline-block
}

#search_filters.dropdown-search-filters .drop-icon,
#search_filters_brands.dropdown-search-filters .drop-icon,
#search_filters_suppliers.dropdown-search-filters .drop-icon {
    float: none;
    position: static
}

.facet-dropdown .drop-icon {
    float: right;
    top: 2px;
    position: relative
}

.facet-dropdown .dropdown-menu {
    max-height: 300px;
    overflow-x: auto
}

.active_filters .active-filter-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem
}

.active_filters .filter-blocks {
    display: inline-block;
    font-size: 0;
    vertical-align: middle
}

.active_filters .filter-block {
    display: inline-block;
    margin-right: .2rem;
    margin-bottom: .2rem;
    margin-top: .2rem
}

.active_filters .filter-block-all {
    margin-left: .3rem;
    padding-left: .5rem;
    border-left: 1px solid rgba(160, 160, 160, .25)
}

#facets_search_center {
    padding: 1rem 1rem 0;
    margin-bottom: 1rem;
    background: rgba(204, 204, 204, .15);
    display: none
}

#facets_search_center #search_filters {
    margin-right: -15px;
    margin-left: -15px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap
}

#facets_search_center #search_filters .facet {
    position: relative;
    min-height: 1px;
    padding: 0 15px 1rem;
    width: 25%;
    min-width: 160px
}

#facets_search_center #search_filter_controls {
    display: none !important
}

#facets_search_center.show {
    display: block
}

.lang-rtl .block-categories .collapse-icons {
    left: 0;
    right: auto
}

.lang-rtl .products-selection .products-sort-nb-dropdown .dropdown-menu {
    right: auto;
    left: 0
}

@media (max-width:700px) {
    #facets_search_center #search_filters .facet {
        width: 33%
    }
}

@media (max-width:530px) {
    #facets_search_center #search_filters .facet {
        width: 50%
    }
}

@media (max-width:362px) {
    #facets_search_center #search_filters .facet {
        width: 100%
    }
}