@import url("add/cart-wishlist-side.css");
/* @import url('add/cart-wishlist-lightbox.css'); */

/* For Admins - Start */
@media (min-width: 1280px) {
    html {
        margin-top: 0px !important;
    }
    #wpadminbar {
        position: absolute;
        top: 0;
        background: var(--black);
        height: 10px;
        line-height: 10px;
        z-index: 9999;
        opacity: 0.01;
        transition: all 0.3s ease;
    }
    #wpadminbar #wp-admin-bar-appearance {
        margin-top: 0;
    }
    #wpadminbar:hover {
        opacity: 1;
    }
    #wpadminbar * {
        line-height: 10px !important;
        font-size: 9px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #wpadminbar .quicklinks a,
    #wpadminbar .quicklinks > ul,
    #wpadminbar .quicklinks > ul li {
        height: 10px !important;
    }
    #wpadminbar .ab-icon:before,
    #wpadminbar .ab-item:before {
        font-size: 10px;
        padding: 1px 0;
        top: 1px !important;
    }
    #wpadminbar .ab-top-secondary {
        position: absolute;
        right: 0;
        top: 0;
    }
    #adminbarsearch,
    #wp-admin-bar-search {
        display: none;
    }
    ul#wp-admin-bar-root-default {
        flex-direction: row !important;
    }
    ul#wp-admin-bar-new-content-default,
    ul#wp-admin-bar-user-actions {
        flex-direction: column !important;
        gap: 5px !important;
    }
}
@media (max-width: 1279px) {
    html {
        margin-top: 0px !important;
    }
    #wpadminbar {
        display: none;
    }
}
/* For Admins - End */

/* Footer - Start */
footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(var(--container-indent) / 2);
    width: 100%;
    margin: 0;
    margin-top: var(--header-height);
    padding-bottom: calc(var(--container-indent) / 2);
    overflow: hidden;
}
footer > .footer-top .col-50:nth-child(1) {
    display: flex;
    flex-direction: column;
    background: #f7f7fb;
    padding: 40px;
    border-radius: 20px;
}
footer > .footer-top .col-50:nth-child(1) .h3 {
    color: #9fa5b6;
    margin-bottom: 60px;
}
footer > .footer-top .col-50:nth-child(1) .h1 {
    color: var(--accent);
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 15px;
}
footer > .footer-top .col-50:nth-child(1) .work-time {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    color: #2e2e2e;
}
footer > .footer-top .col-50:nth-child(1) .work-time p {
    font-size: 18px;
    line-height: 18px;
    color: #2e2e2e;
    font-weight: 500;
}
footer > .footer-top .col-50:nth-child(1) .adress {
    display: flex;
    margin-top: auto;
}
footer > .footer-top .col-50:nth-child(1) .adress p {
    font-size: 18px;
    line-height: 28px;
    color: #9fa5b6;
    font-weight: 500;
    max-width: 320px;
}
footer > .footer-top .col-50:nth-child(2) iframe {
    border-radius: 20px;
}
footer > .footer-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 40px;
    background: var(--black);
    border-radius: 20px;
}
footer > .footer-bottom:before {
    content: "";
    background: url(/wp-content/themes/shop/img/infinity.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    top: -8.5vw;
    left: 21vw;
    width: 84vw;
    height: 37vw;
}
footer > .footer-bottom .footer-info {
    width: 100%;
    z-index: 2;
}
footer img {
    object-fit: contain;
}
footer .footer-bottom * {
    color: var(--white);
}
footer .h3 {
    color: var(--dark-gray);
}
footer nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}
footer .col-f-1 {
    width: calc(30% - var(--blocks-indent));
}
footer .col-f-1 p {
    max-width: 380px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.6;
}
footer .col-f-2 {
    width: calc(60% - var(--blocks-indent));
}
footer .col-f-2 #footer-1-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 110px;
    list-style: none;
    font-family: var(--font-family-1);
    font-size: 22px;
    line-height: 26px;
}
footer .col-f-2 #footer-1-menu li {
    min-width: max-content;
}
footer .col-f-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: calc(10% - var(--blocks-indent));
}
.contact-box {
    display: flex;
    gap: 30px;
    margin-top: 15px;
    margin-right: 140px;
}
.contact-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-item {
    display: flex;
    gap: 10px;
}
.contact-item .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
}
.contact-item .contact-icon img {
    filter: url(#accent-color);
    width: 9px;
}
.contact-item .telegram img {
    width: 14px;
}

.contact-item .contact-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    padding-top: 3px;
}
.contact-item .contact-link p {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
}
.contact-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.copyright {
    margin-top: 65px;
    width: 100%;
    z-index: 2;
}
.copyright .copiright-payment img {
    width: 210px;
}
.copyright .copyright-design-by img {
    width: 230px;
}
.copyright * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-text {
    font-family: var(--font-family-1);
    font-weight: 500;
    color: var(--dark-gray);
    padding-top: 2px;
}
@media (max-width: 1680px) {
    footer .col-f-2 #footer-1-menu {
        gap: 15px 70px;
    }
    footer > .footer-top .col-50:nth-child(1) .h1 {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1480px) {
    footer > .footer-top .col-50:nth-child(1) {
        padding: 25px;
    }
    footer > .footer-top .col-50:nth-child(2) iframe {
        height: 410px;
    }
    footer > .footer-top .col-50:nth-child(1) .h3 {
        margin-bottom: 60px;
        font-size: 20px;
        line-height: 24px;
    }
    footer > .footer-top .col-50:nth-child(1) .h1 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    footer > .footer-top .col-50:nth-child(1) .work-time p {
        font-size: 16px;
        line-height: 16px;
    }
    footer > .footer-top .col-50:nth-child(1) .adress p {
        font-size: 16px;
        line-height: 24px;
    }

    footer > .footer-top .col-50:nth-child(1) .work-time {
        margin-top: 20px;
    }
    footer .col-f-1 {
        width: calc(35% - var(--blocks-indent));
    }
    footer .col-f-2 {
        width: calc(50% - var(--blocks-indent));
    }
    footer .col-f-3 {
        width: calc(15% - var(--blocks-indent));
    }
    footer .col-f-2 #footer-1-menu {
        gap: 15px 40px;
        font-size: 16px;
        line-height: 19px;
        max-width: 580px;
    }
    .copyright .copyright-design-by img {
        width: 200px;
    }
}
@media (max-width: 1024px) {
    footer > .footer-top .col-50:nth-child(2) iframe {
        height: 310px;
    }
    footer > .footer-top .col-50:nth-child(1) .h3 {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
    }
    footer > .footer-top .col-50:nth-child(1) .h1 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    footer > .footer-top .col-50:nth-child(1) .work-time p {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600 !important;
    }
    footer > .footer-top .col-50:nth-child(1) .adress {
        display: flex;
        margin-top: 15px;
    }
    footer > .footer-top .col-50:nth-child(1) .adress p {
        font-weight: 400;
    }
    footer > .footer-bottom:before {
        top: -11.5vw;
        left: 31vw;
        width: 84vw;
        height: 57vw;
    }
    footer .col-f-1 {
        width: calc(35% - var(--blocks-indent));
    }
    footer .col-f-2 {
        width: calc(65% - var(--blocks-indent));
    }
    footer .col-f-3 {
        width: calc(100%);
        justify-content: flex-start;
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    footer > .footer-bottom {
        padding: 25px;
    }
    footer > .footer-bottom:before {
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        position: absolute;
        top: initial;
        bottom: 10px;
        left: -40vw;
        width: 250vw;
        height: 111vw;
        transform: rotate(-10deg);
    }
    .footer-info {
        flex-direction: column;
        gap: 30px;
    }
    footer .col-f-1 {
        width: calc(100%);
    }
    footer .col-f-2 #footer-1-menu {
        gap: 15px 0px;
        font-size: 16px;
        line-height: 19px;
        max-width: 100%;
        margin-top: 0px;
    }
    footer .col-f-2 #footer-1-menu li {
        min-width: 100%;
    }
    footer .col-f-2 #footer-1-menu li:nth-child(3) {
        order: -1;
    }
    footer .col-f-2 {
        width: calc(100%);
        margin-bottom: 30px;
    }
    footer .col-f-3 {
        width: calc(100%);
        margin-top: 0px;
    }
    .col-f-2,
    .col-f-3,
    .col-f-4 {
        padding-top: 15px;
    }
    .col-f-4 {
        padding-bottom: 20px;
    }
    .copyright {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }
    .copiright-payment {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }
}
/* Footer - End */

/* Other - Start */
.woocommerce-notices-wrapper {
    display: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
    padding: 15px 15px 15px 5px;
}
/* Other - End */

/* FAQ - Start */
section.faq {
    padding-top: 50px;
    padding-bottom: 100px;
}
section.faq .h2 {
    margin-bottom: 20px;
}
.faq-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 7px 7px 7px 15px;
    background: #f8f9fb;
    border-radius: 3px;
}
.question span {
    font-weight: 600;
    margin-top: 2px;
    border-radius: 3px;
}
.question .switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: var(--primary);
    border-radius: 3px;
}
.question .switcher img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: url(#primary-color-match);
    transform: rotate(90deg);
    transition: all 0.5s ease;
}
.question.active .switcher img {
    transform: rotate(270deg);
}
.answer {
    display: none;
    padding: 7px 7px 7px 15px;
    margin-top: 10px;
}
.answer-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.answer.open {
    visibility: visible;
    max-height: 1000px;
    opacity: 1;
}
@media (max-width: 1024px) {
    section.faq {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}
/* FAQ - End */

/* Scroll to Top - Start */
#scrollToTopBtn {
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 64px;
    right: 64px;
    z-index: 999;
    cursor: pointer;
    height: 60px;
    width: 60px;
    padding: 0px;
    border-radius: 100%;
    background-color: var(--primary);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
#scrollToTopBtn svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
}
#scrollToTopBtn svg path {
    stroke: var(--primary-match);
}
#scrollToTopBtn.active {
    opacity: 1;
    pointer-events: all;
}
#scrollToTopBtn:hover {
    background-color: var(--accent);
}
#scrollToTopBtn:hover svg path {
    stroke: var(--accent-match);
}
@media (max-width: 1279px) {
    #scrollToTopBtn {
        width: 56px;
        height: 56px;
        right: 20px;
        bottom: 15px;
    }
}
/* Scroll to Top - End */

/* Forms All - Start */
::-webkit-input-placeholder {
    color: #969696;
    transform: translateY(1px);
}
:-moz-placeholder {
    color: #969696;
    transform: translateY(1px);
}
input,
textarea {
    width: 100%;
    color: var(--black);
    padding: 15px 15px 15px 15px;
    outline: none;
    border: none;
    background: #f7f7fb;
    border-radius: 5px;
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #6b6b6b;
}
.checkbox-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.checkbox-custom input {
    display: none;
}
.checkbox-custom input + span {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.checkbox-custom.checkbox-square input + span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 5px;
}
.checkbox-custom input:checked + span {
    border: 1px solid var(--primary);
}
.checkbox-custom input + span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--primary);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.checkbox-custom.checkbox-square input + span::after {
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
}
.checkbox-custom input:checked + span::after {
    opacity: 1;
    visibility: visible;
}
.checkbox-custom input + span + span {
    transform: translateY(1px);
}
.privacy-policy:not(body) a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.privacy-policy a:hover {
    color: var(--dark-gray);
}
input.error {
    background: rgb(255 0 0 / 30%) !important;
}
/* Forms All - End */

/* Forms Lightbox - Start */
.form-lightbox-wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}
.form-lightbox-wrapper.ready {
    position: fixed;
    z-index: 99999;
}
.form-lightbox-wrapper.active {
    pointer-events: all;
    opacity: 1;
}
.lightbox-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 65, 65, 0.3);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    z-index: 110;
}
.form-lightbox-wrapper.active .lightbox-background {
    pointer-events: all;
    opacity: 1;
}
.lightbox-section {
    position: relative;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    width: 620px;
    max-width: 100%;
    display: flex;
    padding: 50px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 0px 34px 0px #96969633;
    z-index: 120;
}
.close-lightbox {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 15px;
    cursor: pointer;
}
.close-lightbox img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.lightbox-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.lightbox-content input,
.lightbox-content textarea {
    padding: 25px 15px 25px 25px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 21px;
}
.form-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-head .h2 {
    transform: translateY(7px);
}
.form-description {
    display: flex;
    max-width: 360px;
    color: #a5a5a5;
    line-height: 20px;
}
.form-head img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.form-fields {
    display: flex;
    flex-direction: column;
    gap: var(--blocks-indent);
}
.form-data-group {
    display: flex;
    gap: var(--blocks-indent);
}
@media (max-width: 1279px) {
    .form-data-group {
        flex-direction: column;
    }
    .form-data-group:not(:last-child) {
        margin-bottom: 16px;
    }
    .lightbox-section {
        padding: 30px 20px;
        margin-top: 0;
    }
    .close-lightbox {
        top: 15px;
        right: 10px;
    }
    .lightbox-content input,
    .lightbox-content textarea {
        padding: 18px 12px 18px 18px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 17px;
    }
    .form-head .h2 {
        max-width: calc(100% - 40px);
    }
}
/* Form Lightbox - End */

/* User Account Lightbox - Start */
.user-ajax-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--blocks-indent);
}
.user-ajax-wrapper .h2 {
    text-align: center;
}
.user-ajax-wrapper p {
    font-size: 16px;
    line-height: 20px;
    color: #2e2e2e;
    text-align: center;
    max-width: 480px;
    margin: 0px auto 20px auto;
}
.user-ajax-wrapper#login-form p {
    max-width: 300px;
}
.user-ajax-wrapper#register-form p {
    max-width: 300px;
}
#forgot-password {
    font-size: 16px;
    line-height: 19px;
    color: #3c95ff;
    margin-top: -5px;
    margin-bottom: 10px;
}
.user-ajax-wrapper .btn {
    color: #fff;
    border-radius: 100px;
}
.user-navigtion {
    font-family: var(--font-family-1);
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
}
.pc-text {
    font-size: 16px;
    line-height: 19px;
    color: #0a121f;
    text-align: center;
    margin: 10px auto 20px auto;
    max-width: 400px;
}
#login-lightbox input.woocommerce-invalid {
    background: rgb(255 0 0 / 30%) !important;
}
#login-lightbox .error-message {
    font-family: var(--font-family-1);
    font-size: 14px;
    line-height: 14px;
    color: red;
    order: -1;
    width: 100%;
}
#register-form form input {
    width: calc(50% - var(--blocks-indent) / 2);
    padding: 15px 15px 15px 25px;
    font-size: 16px;
    line-height: 21px;
}
#register-form .delivery-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--blocks-indent);
    margin-top: 10px;
}
#register-form .delivery-options > p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2e2e2e;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
#register-form .delivery-zone-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--blocks-indent);
    margin-top: 10px;
}
#register-form .delivery-zone-options > p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2e2e2e;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
#register-form #address-fields {
    display: flex;
    flex-wrap: wrap;
    gap: var(--blocks-indent);
    width: 100%;
}
#second-address {
    display: flex;
    flex-wrap: wrap;
    gap: var(--blocks-indent);
    width: 100%;
}
#register-form #address-fields input {
    width: calc(100%);
}
#register-form #address-fields textarea {
    width: calc(100%);
    min-height: 80px;
    padding: 20px 15px 15px 25px;
}
@media (max-width: 1279px) {
    .user-ajax-wrapper .h2 {
        text-align: center;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .user-ajax-wrapper p {
        font-size: 14px;
        line-height: 17px;
        margin: 0px auto 10px auto;
    }
    #register-form form input {
        width: calc(100%);
        padding: 15px 15px 15px 25px;
        font-size: 16px;
        line-height: 21px;
    }
    .user-ajax-wrapper .btn {
        font-size: 16px;
        line-height: 19px;
    }
    .user-navigtion {
        font-size: 16px;
    }
    .pc-text {
        font-size: 14px;
        line-height: 17px;
    }
    .user-ajax-wrapper .form-data-group:not(:last-child) {
        margin-bottom: 0 !important;
    }
}
/* User Account Lightbox - End */

/* One Click Order - Start */
.one-click-order .lightbox-section {
    max-width: 900px;
}
/* One Click Order - End */
