/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 15px !important;
    font-weight: 600;
    background: #fff;
    border-radius: 90px;
    color: #212121;
    padding: 10px 14px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.customizable-label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: #dddddd;
    color: #212121;
    padding: 2px 8px;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

#custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom-popup-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    position: relative;
}

#custom-popup-form .popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
}

.designer-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #dddddd;
    color: #212121;
    font-size: 13px;
    padding: 0 6px;
    border-radius: 4px;
    z-index: 10;
    pointer-events: none;
    text-transform: uppercase;
}
.woocommerce ul.products li.product {
    position: relative;
}
.custom-product-details {
    margin-top: 30px;
    background: #efefef;
    padding: 20px 0px 20px 20px;
}
td.details-content p {
    margin-block-end: auto;
}
td.details-content {
    padding: 6px;
    border-style: none;
}
td.details-title {
    padding: 0;
    border-style: none;
}
.custom-product-details h3 {
    font-size: 20px;
    color: #212121;
}
button.custom-popup.button {
    background: none;
    color: #212121;
    text-transform: uppercase;
}

table.details-table {
    border-style: none;
}
button.customize-popup-button.button {
    background: none !important;
    color: #212121 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
}
button.customize-popup-button.button:hover {
    background: none !important;
    color: #212121 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
}
.wishlist-product-actions .custom-product-details {
    display: none;
}