/*!
Theme Name: sportlabswp
Version: 1.0.0
Text Domain: sportlabswp
*/

.added_to_cart,
.woocommerce-form-coupon-toggle,
.woocommerce-NoticeGroup-checkout,
.woocommerce-billing-fields__field-wrapper,
.checkout-wrap__form--delivery h3,
.checkout-wrap__form--delivery .col-2,
#order_review,
.zen-ui-select-1,
.wpfFilterDelimeter,
.wpfCurrencySymbol,
.stars span,
.comment-form-cookies-consent,
.comment-notes,
#reply-title,
.woocommerce-notices-wrapper,
.reset_variations,
.out-of-stock {
    display: none !important;
}

.single-wrap__content .row-meta__sku strong {
    display: block;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 10px;
}

.single-wrap__content .row-meta__status--out {
    color: red;
    display: none;
}

.single-wrap__content .row-meta__status--out svg * {
    stroke: red;
}

ins {
    text-decoration: none;
}

.single-wrap__content .row-actions__price del {
    font-size: 22px;
    color: #969393;
    font-weight: 700;
}

.loading {
    position: relative;
    overflow: hidden;
}

.loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: .95;
    transition: .3s;
    z-index: 2;
}

.loading::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: url('./assets/img/main/loading.svg') no-repeat center center / contain;
    z-index: 3;
}

.btn::after {
    width: 30px;
    height: 30px;
}

.btn::before {
    opacity: 1;
    background: linear-gradient(90deg, #1FC8A1 0%, #0AB28A 32.21%, #00614A 100%);
}

.cart-empty {
    padding: 30px 30px 0;
    text-align: center;
}

.cart-empty .btn {
    margin: 20px auto 0;
}

.err {
    color: red;
    margin: -5px 0 10px;
    display: none;
}

.err-active {
    display: block;
}

.err-delivery {
    margin-top: 5px;
}

.form-row {
    margin-bottom: 20px;
}

.zen-ui-select__value {
    display: flex;
    align-items: center;
    min-height: 50px;
    background-color: #96939305;
    border: solid 1px #96939366;
}

.main-err {
    display: block;
}

.main-err span {
    display: none;
}

.my-account__wrapper:nth-child(2) {
    display: none;
}

#profileForm .main-err {
    margin-top: 10px;
}

.header-search {
    position: absolute;
    width: 100%;
    margin-top: 20px;
    display: none;
}

.to-favorite::after,
.checkout-wrap__cart--promo button::after {
    width: 100%;
    height: 100%;
}

.to-favorite:not(.to-favorite__active) svg * {
    fill: transparent;
    stroke: #00362633;
}

.btn {
    position: relative;
}

.btn span {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.single-wrap__content .row-actions .btn svg * {
    fill: #0AB28A;
}

.single-wrap__content .row-actions .btn:hover {
    scale: 1;
}

.single-wrap__content .row-actions .btn:hover svg * {
    fill: #fff;
}

.single-wrap__content .row-actions .btn span {
    top: 30%;
}

.woobewoo-filter-loader {
    background: url('./assets/img/main/logo.svg') no-repeat center center / contain !important;
}

.wpfPreviewLoader {
    transform: scale(3);
}

.archive-wrap__flex--filters .wpfFilterWrapper {
    padding: 15px 0 !important;
    border-bottom: solid 1px #EEEEEE;
    margin: 0;
}

.archive-wrap__flex--filters .wpfFilterTitle {
    font-size: 16px;
    padding: 0 18px;
    gap: 10px;
    cursor: pointer;
}

.archive-wrap__flex--filters .wpfFilterWrapper .wfpTitle {
    padding: 0;
}

.archive-wrap__flex--filters .wpfFilterTitle i {
    font-size: 0;
}

.archive-wrap__flex--filters .wpfFilterTitle i::after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url('./assets/img/main/arr-filter.svg') no-repeat center center / contain;
    transition: .3s;
    margin-top: 7px;
}

.archive-wrap__flex--filters .wpfFilterTitle i.fa-plus::after {
    transform: rotate(180deg);
}

.archive-wrap__flex--filters .wpfFilterContent {
    padding: 10px 18px 0;
    display: flex;
    flex-direction: column;
}

.archive-wrap__flex--filters .wpfFilterContent ul li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #333333;
}

.archive-wrap__flex--filters .wpfFilterContent ul li:last-child {
    margin-bottom: 0;
}

.archive-wrap__flex--filters .wpfFilterVerScroll {
    max-height: 209px !important;
}

.archive-wrap__flex--filters .wpfPriceInputs {
    order: -1;
    margin-bottom: 16px;
}

.archive-wrap__flex--filters .wpfPriceInputs input {
    width: 100% !important;
    max-width: 100%;
    border: solid 1px #ECECEC !important;
    padding: 10px 15px !important;
    height: inherit !important;
    margin-right: -1px !important;
    border-radius: 0 !important;
}

.archive-wrap__flex--filters .ui-slider.ui-widget-content .ui-slider-handle {
    width: 22px !important;
    height: 22px !important;
    border: none !important;
    box-shadow: none !important;
    background: url('./assets/img/main/handle.svg') no-repeat center center / contain !important;
    top: -10px !important;
}

.archive-wrap__flex--filters .ui-slider.ui-widget-content {
    height: 2px !important;
    border: none !important;
    background: gray !important;
}

.archive-wrap__flex--filters .ui-slider-horizontal .ui-slider-range {
    background: #003626 !important;
}

#wpfSliderRange {
    margin-left: 12px !important;
    margin-right: 12px !important;
    width: calc(100% - 16px) !important;
}

.to-favorite {
    cursor: pointer;
}

.single-wrap__meta--image-favorite {
    position: absolute !important;
}

.single-wrap__content .row-meta__link {
    cursor: pointer;
}

#review_form input,
#review_form textarea,
#review_form .comment-form-rating {
    margin: 15px 0;
}

#reviews ol {
    list-style-type: none;
}

#reviews ol li {
    margin: 30px 0;
}

.modal-wrap__content--promo-thx {
    display: none;
}

.modal-sent .modal-wrap__content--promo {
    display: none;
}

.modal-sent .modal-wrap__content--promo-thx {
    display: block;
}

#modalPromo .main-err,
#checkout_promo .main-err {
    margin-top: 10px;
}


.top-404 .top-wrap__title {
    font-size: 90px;
    line-height: 90px;
    padding-top: 90px;
}

.top-404 .top-wrap {
    margin-bottom: -100px;
}

.top-404 .btn {
    margin-top: 35px;
}

.account-wrap__flex--list .item-favorites .row-remove svg * {
    fill: #969393CC;
    stroke-opacity: 1;
}

.account-wrap__flex--list .item-favorites__empty {
    display: none;
}

.account-wrap__flex--list .item-favorites__no .row {
    display: none;
}

.account-wrap__flex--list .item-favorites__no .item-favorites__empty {
    display: block;
}

.scroll {
    position: absolute;
    margin-top: -150px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.woocommerce-pagination ul {
    margin-top: 52px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    max-width: calc(100% - 187px);
    margin-left: auto;
    gap: 10px;
}

.woocommerce-pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #424242;
}

.woocommerce-pagination li .current {
    background: linear-gradient(90deg, #1FC8A1 0%, #0AB28A 32.21%, #00614A 100%);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-pagination .prev {
    transform: rotate(180deg);
}

.header-top__flex--languages a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin: 0;
    display: block;
}

.header-top__flex--languages a::after {
    content: '';
    display: block;
    height: calc(100% - 12px);
    width: 1px;
    background-color: #F5F5F580;
    position: absolute;
    right: -10px;
    top: 6px;
}

.header-top__flex--languages a:nth-last-child(2):after {
    display: none;
}

.gtranslate_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

#modalCallback input {
    margin: 15px 0;
}

.variations {
    padding-top: 30px;
}

.variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 15px;
}

.products-wrap__list .item-out {
    opacity: .65;
}

@media (max-width: 550px) {

    .top-404 .top-wrap .btn {
        margin: 35px auto 0;
    }

    .top-404 .top-wrap__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .top-404 .top-wrap__title {
        font-size: 75px;
        line-height: 75px;
        padding-top: 0;
    }

    .top-404 .top-wrap {
        margin-bottom: -32px;
    }
}