/*Css tabale*/
/*Scroll table*/
.retailsy_psc_table_scroll {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow-x: auto;
	margin-left: -1px;
}

.retailsy_psc_data_content{
	display: flex;
}
.retailsy_psc_view_table {
    table-layout: auto;
    width: 100%;
}

.retailsy_psc_view_table th, .retailsy_psc_view_table td {
    white-space: nowrap;

}

.hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th,
.retailsy_psc_table_scroll table.retailsy_psc_view_table tr td, .retailsy_psc_view_table tr th {
    padding: 10px;
}

.woo_size_chart_img img {
    display: block;
    margin: 5px auto;
    max-width: 100%;
    text-align: center;
}

.retailsy_psc_view_table tr td, .retailsy_psc_view_table tr th {
    font-size: 14px !important;
}

@media only screen and (min-width: 1024px) {
    /* Table single cells */
    table.retailsy_psc_view_table td, table.retailsy_psc_view_table th {
        min-width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    table.retailsy_psc_view_table td, table.retailsy_psc_view_table th {
        min-width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    table.retailsy_psc_view_table td, table.retailsy_psc_view_table th {
        min-width: 20px;
        height: 20px;
    }
}



div.retailsy_psc_btn_popup {
    font: normal normal 18px Arial;
    margin: 2px 0 0;
    clear: both;
    display: inline-flex;
    height: 45px;
    position: fixed;
    z-index: 999998;
    padding: 3px 10px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

}

div.retailsy_psc_text_icon {
    vertical-align: middle;
    display: inline-block;
}

.retailsy_psc_call_popup:hover {
    /*background-color: black;*/
    transform: scale(1.06);
    box-shadow: 0px 0px 2px 1px #3ac0ff;

}


/*
__________________________________*/
.retailsy_psc_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */


}

/* Modal Content */
.retailsy_psc_modal_content {
    background-color: #f1f1f1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #888;
    width: 60%;
    max-height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: auto;
    border-radius: 7px;
}

@-webkit-keyframes animatetop {
    from {
        top: 1000px;
        opacity: 0
    }
    to {
        top: 50%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: 1000px;
        opacity: 0
    }
    to {
        top: 50%;
        opacity: 1
    }
}

.retailsy_psc_scroll_content {
    width: 100%;
    height: 90%;

}

/* The Close Button */
.retailsy_psc_modal_close {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #ffffff;
    background: rgba(var(--color-hover), 1);
    border-radius: 50%;
    line-height: 20px;
    padding: 5px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.retailsy_psc_modal_close:hover,
.retailsy_psc_modal_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {

    .retailsy_psc_modal {
        padding-top: 0px;
        z-index: 999999;
    }

    .retailsy_psc_modal_content {
        width: 100%;
        max-height: 100%;
    }

    .retailsy_psc_show_pop_up {
        line-height: normal;
        padding: 5px;
        opacity: 0.5;
    }
}

@media only screen and (max-width: 319px) {
    .retailsy_psc_show_pop_up {
        opacity: 0.5;
    }

    .retailsy_psc_modal {
        padding-top: 0px;
        z-index: 999999;
    }

    .retailsy_psc_modal_content {
        width: 100%;
        max-height: 100%;
    }

    .retailsy_psc_show_pop_up {
        line-height: normal;
        padding: 5px;
        opacity: 0.5;
    }
}

button#retailsy_psc_after_add_to_cart {
    margin: 10px auto;
}

.woo_size_chart_img th {
    background-color: var(--bs-secondary);
    color: #000;
    border: 1px solid #cccccc;
}

.retailsy_psc_frontend_btn {
    margin: 10px 0px;
}