@import url("add/form-lightbox.css");
@import url("add/cart-wishlist-side.css");
@import url("add/side-menu.css");

/* Footer - Start */
footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    margin-top: var(--header-height);
    padding: 80px 0 20px 0;
    background: var(--black);
    overflow: hidden;
}
footer img {
    object-fit: contain; 
}
footer * {
    color: var(--white);
}
footer .h3 {
    color: var(--dark-gray);
}
footer nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    margin: 0;
    margin-top: 29px;
}
footer .col-f-4 #menu-item-9644 {
	display: none;
}
.footer-desc {
    color: #868686;
    font-family: var(--font-family-2);
    max-width: 230px;
    margin-top: 15px;
}
.contact-box {
    display: flex;
    gap: 30px;
    margin-top: 29px;
    margin-right: 0px;
    max-width: 340px;
}
.contact-left {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.contact-item {
    display: flex;
    gap: 15px;
    width: fit-content;
}
.contact-item .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 28px;
    width: 28px;
    height: 28px;
    padding: 6px;
    background: var(--primary);
    border-radius: 3px;
}
.contact-item .contact-icon img {
    filter: brightness(0) invert(1);
}
.contact-item .contact-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    padding-top: 0px;
}
.contact-item .contact-link p {
    display: flex;
    flex-direction: column;
}
.contact-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.copyright {
    margin-top: 40px;
}
.copyright * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-text {
    font-family: var(--font-family-2);
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding-top: 2px;
}
.copiright-payment img {
    width: 100%;
}
@media (max-width: 1600px) {
    .contact-box {
        margin-right: auto;
    }
    .contact-box {
        max-width: 270px;
    }
}
@media (max-width: 1366px) {
    .footer-desc {
        max-width: 230px;
    }
    footer nav ul {
        margin-top: 25px;
    }
    footer nav ul {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 1024px) {
    footer {
        padding: 40px 0 20px 0;
    }
    .col-f-1 {
        width: 100%;
    }
    .footer-desc {
        margin-bottom: 10px;
    }
    footer nav ul {
        margin-top: 20px;
    }
    footer .h3 {
        font-size: 25px;
        line-height: 29px;
    }
    .contact-box {
        gap: 10px;
        flex-direction: column;
    }
    .contact-button {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    footer {
        padding: 40px 0 20px 0;
    }
    .footer-desc {
        margin-bottom: 0px;
    }
    footer .h3 {
        font-size: 18px;
        line-height: 20px;
    }
    footer nav ul {
        margin-top: 30px;
        font-size: 18px;
        line-height: 22px;
        gap: 20px;
    }
    .footer-info {
        flex-direction: column;
        gap: 20px;
    }
    .col-f-2,
    .col-f-3,
    .col-f-4 {
        padding-top: 20px;
    }
    .col-f-4 {
        padding-bottom: 20px;
    }
    .contact-item .contact-link p {
        font-size: 16px;
        line-height: 19px;
    }
    .copyright {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
    }
    .copiright-payment {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
        order: 2;
    }
    .copyright-text {
        order: 1;
    }
    .copyright-design-by {
        order: 3;
    }
}
/* Footer - End */

/* Language Wrapper MOB - Start */
@media (max-width: 768px) {
    .language-wrapper.mob {
        display: block !important;
        margin-right: 0!important;
    }
    .language-wrapper.mob .btn-circle.change-lang {
        border: 0px solid var(--border);
        padding: 0;
    }
    .language-wrapper.mob .btn-circle img {
        width: 28px;
        height: auto;
    }
    .language-wrapper .language-box a {
        width: 34px;
        height: 34px;
        padding: 0;
        border: 0px solid var(--border);
    }
    .language-wrapper .language-box {
        bottom: calc(-102px - 8px);
        gap: 3px;
    }
    .language-wrapper .language-box a img {
        width: 28px;
        height: auto;
    }
}

/* Forms - Start */
::-webkit-input-placeholder {
    color: #9b9696;
}
:-moz-placeholder {
    color: #9b9696;
}
input {
    width: 100%;
    background: #f8f8f8;
    color: var(--black);
    padding: 17px 17px 17px 17px;
    outline: none;
    border: none;
    border-radius: 5px;
}
select {
    width: 100%;
    background: #f8f8f8;
    color: var(--black);
    padding: 17px 17px 17px 17px;
    outline: none;
    border: none;
    border-radius: 5px;
}
.checkbox-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    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 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 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;
}
@media (max-width: 768px) {
    .checkbox-custom {
        align-items: flex-start;
    }
    .checkbox-custom input + span + span {
        transform: translateY(0px);
        font-size: 14px;
        line-height: 20px;
    }
}
/* Forms - End */

/* User Account Lightbox - Start */
#login-lightbox .lightbox-section {
    width: 600px;
}
.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: 21px;
    color: #6b7d90;
    text-align: center;
    max-width: 480px;
    margin: 0px auto 20px auto;
}
.user-ajax-wrapper input {
    border: 1px solid #d1d5db;
    padding: 15px 15px 15px 15px;
}
#forgot-password {
    font-size: 16px;
    line-height: 19px;
    color: #6b7d90;
    margin-bottom: 15px;
}
.user-ajax-wrapper .btn {
    color: #fff;
}
.user-navigtion {
    font-family: var(--font-family-1);
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.pc-text {
    font-size: 16px;
    line-height: 19px;
    color: #0a121f;
    text-align: center;
    margin-top: 10px;
}
#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;
    margin-top: -10px;
}
@media (max-width: 1279px) {
    .user-ajax-wrapper p {
        font-size: 14px;
        line-height: 17px;
        margin: 0px auto 10px auto;
    }
    .user-navigtion {
        font-size: 16px;
    }
    .pc-text {
        font-size: 14px;
        line-height: 17px;
    }
}
/* User Account Lightbox - End */

/* Other - Start */
.woocommerce-notices-wrapper {
    display: none;
}
/* Other - 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;
    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.active {
    opacity: 1;
    transition: all 0.3s ease;
}
#scrollToTopBtn:hover {
    background-color: var(--accent);
}
#scrollToTopBtn:hover svg path {
    stroke: #ffffff;
    transition: all 0.3s ease;
}
@media (max-width: 1279px) {
    #scrollToTopBtn {
        width: 56px;
        height: 56px;
        right: 20px;
        bottom: 15px;
    }
}
/* Scroll to Top - End */

/* FAQ - Start */
section.faq {
    padding-top: 80px;
    padding-bottom: 120px;
}
section.faq .h2 {
    margin-bottom: 30px;
}
.faq-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 10px 10px 20px;
    background: #f0f0f3;
    border-radius: 5px;
}
.question span {
    font-family: var(--font-family-1);
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}
.question img {
    width: 34px;
    height: 34px;
    transition: all 0.5s ease;
}
.question.active img {
    transform: rotate(180deg);
}
.answer {
    display: none;
    padding: 10px 10px 10px 20px;
    margin-top: 10px;
}
.answer-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.answer.open {
    visibility: visible;
    max-height: 1000px;
    opacity: 1;
}
@media (max-width: 1480px) {
    section.faq {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 1024px) {
    section.faq .h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .question {
        padding: 15px 15px 15px 20px;
    }
}
/* FAQ - End */

/* Compare - Start */
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
    padding: 15px 15px 15px 5px;
}
/* Compare - End */

/* For Admins - Start */
@media (min-width: 1280px) {
    html {
        margin-top: 0px !important;
    }
    #wpadminbar {
        position: absolute;
        top: 0;
        background: var(--black);
        height: 20px;
        line-height: 20px;
        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: 20px !important;
        font-size: 11px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #wpadminbar .quicklinks a,
    #wpadminbar .quicklinks > ul,
    #wpadminbar .quicklinks > ul li {
        height: 20px !important;
    }
    #wpadminbar .ab-icon:before,
    #wpadminbar .ab-item:before {
        font-size: 12px;
        padding: 2px 0;
        top: 2px !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 */
