/*
Theme Name: Platia Extension
Template: hello-elementor
*/
.prime-equipment-grid-container + .prime-equipment-grid-container {
    margin-top: 72px;
}

.um-login .pt-social-login {
    border-top: 1px solid #e5e5e5;
    margin: 32px 0 0 0;
    padding: 32px 0 0 0;
}

.um-login .pt-social-login .pt-social-login-btn.pt-social-login-btn--kakao {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background: #F7E71B;
    color: #000;
}

.pt-social-login-btn .pt-social-login-btn__icon {
    height: 20px;
    width: auto;
}

.comments-area .title-comments,
.comments-area .comment-reply-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #212121;
}

.comments-area .comment-list + .comment-respond {
    margin-top: 48px;
}

.comments-area .must-log-in {
    margin: 64px 0;
    font-weight: 600;
    text-align: center;
}

.comments-area .comment-form {
    margin-top: 16px;
}

.comments-area .comment-form .logged-in-as {
    display: none;
}

.comments-area .comment-form .form-submit {
    display: flex;
    justify-content: flex-end;
}

.comments-area .comment-form .form-submit .submit {
    position: static;
    min-width: 128px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    .item-filter-search__container {
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
    }
    .item-filter-search--is-open .item-filter-search__container {
        height: 355px;
    }
    .item-filter-search__toggle {
        position: relative;
    }
    /* .item-filter-search__toggle::after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 50%;
        display: block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #FFF;
        transform: translateX(-50%);
    }
    .item-filter-search--is-open .item-filter-search__toggle::after {
        transform: translateX(-50%) rotate(180deg);
    }
        */
    /* .product_list2 tr {
        width: calc(33.33333333% - 10px);
        border-bottom: 1px solid #eeeeee;
    }
    .product_list2 tbody td {
        border-bottom: none !important
    }
    .product_list2 tbody td.img {
        width: 100%;
        height: 176px;
    } */
}

@media screen and (max-width: 568px) {
    /* .product_list2 tr {
        width: calc(50% - 10px);
    } */
}