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

.category__title {
    text-transform: capitalize;
}

.section-info__desc {
    max-width: 1300px;
}

.wpcf7-spinner {
    margin-top: -30px;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.not-found {
    font-size: 30px;
    font-weight: 700;
}

.table-attr li {
    display: none;
}

#woof_html_buffer {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.catalog-filters {
    padding: 20px 5px;
}

.woof_container {
    margin: 0;
    padding: 0;
}

.woof_container_inner {
    margin-top: 20px;
    padding: 20px 15px 0;
    border-top: solid 1px #F0F0F0;
}

.woof_container_inner h4 {
    font-size: 14px;
    font-weight: 800;
    padding-right: 25px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.woof_container_inner h4::after,
.woof_container_inner h4::before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    background-color: #D9D9D9;
    transition: .3s;
}

.woof_container_inner h4::after {
    transform: rotate(90deg);
    opacity: 0;
    visibility: hidden;
}

.woof_container_inner.close h4::before {
    transform: rotate(180deg);
}

.woof_container_inner.close h4::after {
    opacity: 1;
    visibility: visible;
}


.filters__group {
    padding: 0 15px;
}

.filters__group:before {
    display: none;
}

.icheckbox_square-blue,
.woof_container_inner li input {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.woof li label {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
}

.woof li label::before,
.woof li label::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: solid 1px #6F6B7D;
    top: 0;
    transition: .3s;
}

.woof li label::after {
    border: none;
    background: url('./assets/images/icons/check.svg') no-repeat center center / cover;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.woof li .checked+label::after {
    opacity: 1;
    visibility: visible;
}

.woof li .checked+label::before {
    opacity: 0;
    visibility: hidden;
}

ul.woof_list li {
    margin: 0 0 10px;
    display: none;
}

.switcher23-toggle:before {
    left: calc(100% - 30px);
    width: 30px;
    height: 18px;
    box-shadow: 0px 2px 4px 0px #A5A3AE4D;
}

.switcher23-toggle>span {
    width: 12px;
    height: 12px;
    left: auto;
    right: 15px;
    top: 6px;
    box-shadow: none;
}

.switcher23-container {
    width: 100%;
}

.switcher23:checked+.switcher23-toggle>span {
    left: auto;
    right: 3px;
    background: #fff;
    transform: none;
}

.switcher23:checked+.switcher23-toggle:before {
    background: #FF6D03;
}

.switcher23-container .switcher23-title2 {
    margin: 0;
    font-size: 13px;
    transform: translateY(-6px);
    font-weight: 600;
}

.woof_price_filter_txt_slider input[type='number'] {
    padding: 6px 10px;
    width: 100%;
    max-width: 93px !important;
    min-width: inherit !important;
    font-size: 13px;
    font-weight: 500;
    color: #767B80;
    border-radius: 5px;
    height: 32px;
}

.woof_price_filter_txt_slider {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
}

.woof_price_filter_txt_slider .btn {
    padding: 7px 10px;
    height: 32px;
}

.woof_price_filter_txt_slider .sep {
    order: -1;
    font-size: 13px;
    font-weight: 500;
}

.woof_price_filter_txt_from {
    order: -2;
}

.woof_float_none,
.irs-min,
.irs-max,
.irs-grid,
.irs-to,
.irs-from {
    display: none !important;
}

.woof_price_filter_txt_to {
    margin-left: -10px;
}

.irs--round .irs-handle {
    width: 18px !important;
    height: 18px !important;
    background: #fff !important;
    border: solid 1px #161616 !important;
    top: 29px !important;
}

.irs--round .irs-line {
    height: 2px !important;
    background-color: #767B80 !important;
}

.irs--round .irs-bar {
    height: 2px !important;
    background-color: #FF6D03 !important;
}

.woof_submit_search_form_container {
    display: none;
}

.cart-modal__container {
    position: relative;
}

.to-cart,
.cart-item,
.to-variation {
    position: relative;
    overflow: hidden;
}

.to-cart .loader__content,
.cart-item .loader__content,
.to-variation .loader__content,
.input-department .custom-select__list .loader__content {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) scale(0.4);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.to-cart::after,
.cart-item::after,
.to-variation::after,
.input-department .custom-select__list::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #161616;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.to-cart.loading::after,
.cart-item.loading::after,
.to-variation.loading::after,
.input-department .custom-select__list.loading::after {
    opacity: 1;
    visibility: visible;
}

.to-cart.loading .loader__content,
.cart-item.loading .loader__content,
.to-variation.loading .loader__content,
.input-department .custom-select__list .loader__content {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.cart-item__img,
.brands-marquee .marquee__item img {
    object-fit: contain;
}

.to-favorite {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.to-favorite label {
    order: 2;
}

.to-favorite .favorites__text span:nth-child(2) {
    display: none;
}

.to-favorite__active .favorites__text span {
    display: none;
}

.to-favorite__active .favorites__text span:nth-child(2) {
    display: block;
}

.cart-item::after {
    background-color: #fff;
}

.cart-item.loading::after {
    opacity: .9;
}

.cart-empty {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

section.cart .cart-item__desc .cart-item__color-picker-wrap,
section.cart .cart-modal__btn-wrap,
section.cart .cart__title-total span {
    display: none;
}

section.cart .to-favorite {
    min-width: 165px;
    justify-content: flex-end;
}

.render-total .cart-total-box__row {
    margin: 20px 0;
}

.cart-modal .to-favorite,
.cart-modal .cart-item__color-picker-wrap,
#cartSidebar .to-favorite,
#cartSidebar .cart-item__box--actions,
#cartSidebar .cart-modal__btn-wrap,
#cartSidebar .cart-total-box__title,
#cartSidebar .product-price-box,
.reset_variations,
.woocommerce-variation-description,
.woocommerce-variation-price,
.woocommerce-variation-add-to-cart {
    display: none !important;
}

#cartSidebar .product-price-box--second {
    display: block;
}

.checkout .woocommerce-error {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 100;
    background-color: red;
    color: #fff;
    list-style-type: none;
}

.checkout .woocommerce-error a {
    color: #fff;
}

.order-form .input-wrap {
    align-items: flex-start;
}

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

.err-active {
    display: block;
}

.opacity {
    display: none;
}

.sort-woo {
    display: none;
}

.products--swiper #loadMore,
.tabs-content__pane #loadMore {
    display: none;
}

.video-reviews__item {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

#catalog-menu ul li .catalog-menu__link {
    position: relative;
}

#catalog-menu ul li .catalog-menu__link img {
    max-width: 20px;
    transition: .3s;
    margin-right: 10px;
}

#catalog-menu ul li .catalog-menu__link img:nth-child(2) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

#catalog-menu ul li:hover .catalog-menu__link img {
    opacity: 0;
    visibility: hidden;
}

#catalog-menu ul li:hover .catalog-menu__link img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.product-card__title {
    height: 47px;
    overflow: hidden;
}

.product-card__text {
    height: 95px;
    overflow: hidden;
}

.to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    cursor: pointer;
}

.to-top__active {
    opacity: 1;
    visibility: visible;
}

.cfvsw-swatches-option {
    border-radius: 50% !important;
    padding: 2px !important;
}

.cfvsw-selected-swatch {
    border-color: #e96b1f !important;
}

.stock-status p:nth-child(1) {
    display: none;
}

.stock-status--in p {
    display: none;
}

.stock-status--in p:nth-child(1) {
    display: block;
}

.glink {
    display: block;
}

.glink img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    border-radius: 50%;
}

.gt-current-lang {
    display: none;
}

.blog-wrap__list .video-reviews-card__img-wrap::after {
    display: none;
}

.article-wrap {
    padding-top: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.article-wrap__tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}

.article-wrap__tags .item {
    font-size: 12px;
    font-weight: 500;
    color: #767B80;
    padding: 5px;
    border-radius: 5px;
    background-color: #F1F1F1;
}

.article-wrap__title {
    text-align: center;
    font-size: 34px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-wrap__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
}

.article-wrap__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.article-wrap__meta--author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 600;
    border-right: solid 1px #AEAEAE;
}

.article-wrap__meta--author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-position: cover;
}

.article-wrap__meta--date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #767B80;
}

.article-wrap__meta--date span {
    text-decoration: underline;
}

.article-wrap__meta--socials {
    display: flex;
    align-items: center;
    gap: 27px;
}

.article-wrap__meta--socials .item svg * {
    transition: .3s;
    fill: #767B80;
}

.article-wrap__meta--socials .item:hover svg * {
    fill: #FF6D03;
}

.article-wrap__content {
    font-size: 15px;
    line-height: 200%;
}

.article-wrap__content img {
    border-radius: 20px;
    display: flex;
    margin-bottom: 50px;
}

.article-wrap__content p {
    display: block;
    margin-bottom: 70px;
}

.article-wrap__content p:last-child {
    margin-bottom: 0;
}

.article-wrap__content iframe {
    width: 100%;
    height: 567px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.article-wrap__content h3 {
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-wrap__content .video-reviews__list p {
    margin-bottom: inherit;
}

.article-wrap__content blockquote {
    padding: 0;
    margin: 100px 0 0;
    font-size: 14px;
    font-weight: 800;
    padding-left: 20px;
    border-left: solid 5px #FF6D03;
}

.article-wrap__content .description__list {
    margin-top: 76px;
}

.article-wrap__content .wp-block-pullquote {
    margin: 0;
    padding: 0;
}

.article-wrap__content .wp-block-pullquote blockquote {
    font-size: 26px;
    line-height: 130%;
    font-weight: 500;
    border: none;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.article-wrap__content .wp-block-pullquote blockquote::before {
    content: '';
    display: block;
    min-width: 100px;
    height: 100px;
    background: url('./assets/images/icons/quote.svg') no-repeat center center;
    margin-top: -15px;
}

.block-wrap {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.block-wrap__image {
    max-width: 450px;
    width: 100%;
}

.block-wrap__image img {
    margin-bottom: 0;
}

.block-wrap__content {
    max-width: 450px;
}

.block-wrap__content p {
    margin-bottom: 30px;
}

.block-wrap__second .block-wrap__image {
    order: -1;
}

.pros {
    margin-top: 100px;
}

.pros-wrap {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.pros-wrap .row {
    width: calc((100% - 20px) / 2);
    background-color: #F4F8FF;
    border-radius: 10px;
    border: solid 1px #B1C1DD;
    padding: 15px;
}

.pros-wrap .row-second {
    background-color: #FFFBF9;
    border-color: #FFCAAC;
}

.pros-wrap .row-title {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 10px;
}

.pros-wrap .item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.pros-wrap .item-title {
    max-width: calc(100% - 30px);
    padding-left: 10px;
}

.pros-wrap .item:last-child {
    margin-bottom: 0;
}

.article-wrap__content--author {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: solid 2px #F3F5FF;
    margin-bottom: 50px;
}

.article-wrap__content--author-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-wrap__content--author-image {
    width: 140px;
    height: 140px;
    border: solid 5px #fff;
    box-shadow: 0px 4px 34px 0px #000000A6;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-wrap__content--author-image::after {
    content: '';
    display: block;
    width: calc(100%);
    height: calc(100%);
    position: absolute;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, #FF6D03 0%, #FFEDDF 100%);
    border-radius: 50%;
}

.article-wrap__content--author-image img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin: 0 !important;
}

.article-wrap__content--author-name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.article-wrap__content--author-text {
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.article-wrap__content--author-socials {
    display: flex;
    justify-content: center;
    gap: 11px;
}

.article-wrap__content--author-socials .item svg * {
    transition: .3s;
}

.article-wrap__content--author-socials .item:hover svg * {
    fill: #FF6D03;
}

.blog-wrap__list .video-reviews__item {
    display: none !important;
}

.shw {
    display: flex !important;
}

.blog-wrap__list .video-reviews__item.shw {
    display: flex !important;
}

.input-adress {
    display: none;
}

.modal-video .page-404 {
    display: none !important;
}

.description-features__list--second h1,
.description-features__list--second h2,
.description-features__list--second h3,
.description-features__list--second h4,
.description-features__list--second h5,
.description-features__list--second h6 {
    width: 100%;
}

.description-features__list--second {
    gap: 15px;
    line-height: 23px;
    font-weight: 600;
}

.description-features__list--second a {
    color: #161616 !important;
    text-decoration: underline;
}

.description-features__list--second a:hover {
    text-decoration: none;
}

.description-features__list--second ul,
.description-features__list--second ol {
    display: block;
    list-style-type: disc !important;
    padding-left: 20px;
}

.description-features__list--second li {
    margin-bottom: 5px;
    list-style-type: inherit !important;
}

.favorites-empty {
    display: none !important;
}

.products-favorites__no .favorites-empty {
    display: block !important;
}

.footer__lang-switcher {
    display: none;
}

.btn--share {
    display: none;
}

.product-gallery-thumbs img,
.product-gallery-thumbs-modal img {
    object-fit: contain;
}

.gtranslate_wrapper a[data-gt-lang="ru"] img {
    content: url("/wp-content/plugins/gtranslate/flags/svg/uk.svg");
}

.gtranslate_wrapper a[data-gt-lang="uk"] img {
    content: url("/wp-content/plugins/gtranslate/flags/svg/ru.svg");
}


@media (max-width: 1023px) {

    .woof_submit_search_form_container {
        display: block;
    }

    .woof_reset_search_form {
        display: none;
    }

    .filters__btn--close {
        z-index: 2;
    }

    .filters-group__btn {
        font-size: 0;
    }

    .block-wrap {
        flex-direction: column;
        align-items: center;
    }

    .block-wrap__content {
        max-width: 100%;
    }

    .block-wrap {
        margin-top: 20px;
    }

    .block-wrap:first-child {
        margin-top: 40px;
    }

    .article-wrap__content blockquote,
    .article-wrap__content .description__list {
        margin-top: 30px;
    }

    .pros-wrap {
        flex-wrap: wrap;
    }

    .pros-wrap .row {
        width: 100%;
    }

}

@media (max-width: 550px) {
    .article-wrap__meta {
        flex-wrap: wrap;
        max-width: 301px;
        margin: 0 auto 30px;
        gap: 20px 0;
    }

    .article-wrap__meta--author,
    .article-wrap__meta--date {
        justify-content: center;
    }

    .article-wrap__meta--author,
    .article-wrap__meta--date {
        width: calc((100% - 20px) / 2);
    }

    .article-wrap__content img {
        margin-bottom: 30px;
    }

    .article-wrap__content p {
        margin-bottom: 20px;
    }

    .article-wrap__content iframe {
        height: 250px;
        margin-bottom: 20px;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }

    .article-wrap__content .wp-block-pullquote blockquote {
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
        gap: 31px;
    }

    .article-wrap__content .wp-block-pullquote blockquote::before {
        width: 76px;
        height: 76px;
    }

    .article-wrap__content--author {
        margin-top: 30px;
    }

}