.shopire_psc_table_scroll {
width: 100%;
height: auto;
margin: 0 auto;
overflow-x: auto;
margin-left: -1px;
}
.shopire_psc_data_content {
display: flex;
}
.woocommerce-tabs .shopire_psc_data_content {
display: block;
}
.woocommerce-tabs .shopire_psc_data_content .woo_size_chart_img table,
.woocommerce-tabs .shopire_psc_data_content .woo_size_chart_img th,
.woocommerce-tabs .shopire_psc_data_content .woo_size_chart_img td {
border: none;
}
.woocommerce-tabs .shopire_psc_data_content .woo_size_chart_img table {
margin: 0;
}
.woocommerce-tabs .shopire_psc_data_content .woo_size_chart_img td {
padding: 0;
}
.woocommerce-tabs .shopire_psc_data_content .woo_size_chart_img th {
color: var(--wf-secondary-color);
background-color: rgba(189, 189, 189, 0.15);
}
.woocommerce-tabs .shopire_psc_data_content .woo_size_chart_img img {
margin-bottom: 0;
}
.shopire_psc_view_table {
table-layout: auto;
width: 100%;
}
.shopire_psc_view_table th, .shopire_psc_view_table td {
white-space: nowrap;
}
.hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th,
.shopire_psc_table_scroll table.shopire_psc_view_table tr td, .shopire_psc_view_table tr th {
padding: 10px;
}
.woo_size_chart_img img {
display: block;
margin: 5px auto;
max-width: 100%;
text-align: center;
}
.shopire_psc_view_table tr td, .shopire_psc_view_table tr th {
font-size: 14px !important;
}
@media only screen and (min-width: 1024px) { table.shopire_psc_view_table td, table.shopire_psc_view_table th {
min-width: 20px;
height: 20px;
}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
table.shopire_psc_view_table td, table.shopire_psc_view_table th {
min-width: 20px;
height: 20px;
}
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
table.shopire_psc_view_table td, table.shopire_psc_view_table th {
min-width: 20px;
height: 20px;
}
}
div.shopire_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.shopire_psc_text_icon {
vertical-align: middle;
display: inline-block;
}
.shopire_psc_call_popup:hover { transform: scale(1.06);
box-shadow: 0px 0px 2px 1px #3ac0ff;
} .shopire_psc_modal {
display: none; position: fixed; z-index: 999999; left: 0;
top: 0;
width: 100%; height: 100%; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } .shopire_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
}
}
.shopire_psc_scroll_content {
width: 100%;
height: 90%;
} .shopire_psc_modal_close {
position: absolute;
right: -5px;
top: -5px;
color: #ffffff;
background: var(--wf-main-color);
border-radius: 50%;
line-height: 20px;
padding: 5px;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}
.shopire_psc_modal_close:hover,
.shopire_psc_modal_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
.shopire_psc_modal {
padding-top: 0px;
z-index: 999999;
}
.shopire_psc_modal_content {
width: 100%;
max-height: 100%;
}
.shopire_psc_show_pop_up {
line-height: normal;
padding: 5px;
opacity: 0.5;
}
}
@media only screen and (max-width: 319px) {
.shopire_psc_show_pop_up {
opacity: 0.5;
}
.shopire_psc_modal {
padding-top: 0px;
z-index: 999999;
}
.shopire_psc_modal_content {
width: 100%;
max-height: 100%;
}
.shopire_psc_show_pop_up {
line-height: normal;
padding: 5px;
opacity: 0.5;
}
}
button#shopire_psc_after_add_to_cart {
margin: 10px auto;
}
.woo_size_chart_img th {
background-color: var(--wf-secondary-color);
color: #ffffff;
border: 1px solid #cccccc;
}
.shopire_psc_frontend_btn {
margin: 10px 0px;
}