.woo_sc_table_scroll {
width: 100%;
height: auto;
margin: 0 auto;
overflow-x: auto;
overflow-y: hidden;
}
.woo_sc_view_table {
table-layout: auto;
width: 100%;
}
.woo_sc_view_table th, .woo_sc_view_table td {
white-space: nowrap;
}
.hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th,
.woo_sc_table_scroll table.woo_sc_view_table tr td, .woo_sc_view_table tr th {
padding: 10px;
}
.woo_size_chart_img img {
display: block;
margin: 5px auto;
max-width: 100%;
text-align: center;
}
.woo_sc_view_table tr td, .woo_sc_view_table tr th {
font-size: 14px !important;
}
.woo_sc_table100 {
background-color: #fff;
position: relative; }
.woo_sc_table100-head {
position: sticky;
width: 100%;
top: 0;
left: 0;
z-index: 99;
}
.woo_sc_table100-body {
max-height: 585px;
overflow: auto
}
.woo_sc_table100.table_template_v1 th {
font-size: 18px;
color: #fff;
line-height: 1.4;
background-color: #6c7ae0
}
.woo_sc_table100.table_template_v1 td {
font-size: 15px;
color: gray;
line-height: 1.4
}
.woo_sc_table100.table_template_v1 .woo_sc_table100-body tr:nth-child(even) {
background-color: #f8f6ff
}
.woo_sc_table100.table_template_v1 {
border-radius: 20px;
overflow: hidden;
box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
-o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
-ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15)
}
.woo_sc_table100 .ps__rail-y {
right: 5px
}
.woo_sc_table100 .ps__rail-y::before {
background-color: #ebebeb
}
.woo_sc_table100 .ps__rail-y .ps__thumb-y::before {
background-color: #ccc
}
.woo_sc_table100.table_template_v2 table.woo_sc_view_table{
border-collapse: separate;
border-spacing: 0 10px;
}
.woo_sc_table100.table_template_v2 thead th,
.woo_sc_table100.table_template_v2 tbody th,
.woo_sc_table100.table_template_v2 tbody tr td{
height:unset;
padding: 30px;
}
.woo_sc_table100.table_template_v2  tbody tr {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 25px;
-webkit-box-shadow: 0px 5px 12px -12px rgb(0 0 0 / 29%);
-moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
box-shadow: 0px 5px 12px -12px rgb(0 0 0 / 29%);
}
.woo_sc_table100.table_template_v2 tbody th,
.woo_sc_table100.table_template_v2 tbody tr td{
border: none !important;
}
.woo_sc_table100.table_template_v2 {
border-collapse: separate;
border-spacing: 0 10px;
padding: 0;
background-color: transparent;
}
@media only screen and (min-width: 1024px) { table.woo_sc_view_table td, table.woo_sc_view_table th {
min-width: 20px;
height: 20px;
}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
table.woo_sc_view_table td, table.woo_sc_view_table th {
min-width: 20px;
height: 20px;
}
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
table.woo_sc_view_table td, table.woo_sc_view_table th {
min-width: 20px;
height: 20px;
}
}div.woo_sc_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.woo_sc_text_icon {
vertical-align: middle;
display: inline-block;
}
.woo_sc_call_popup:hover { transform: scale(1.06);
box-shadow: 0px 0px 2px 1px #3ac0ff;
}
div.woo_sc_price_btn_popup {
font: normal normal 18px Arial;
margin: 10px 0;
clear: both;
display: inline-flex;
height: 45px;
z-index: 9;
padding: 3px 10px;
cursor: pointer;
line-height: 40px;
border-radius: 3px;
align-items: center;
justify-content: center;
flex-wrap: nowrap;      }
div.woo_sc_btn_span span.woo_sc_size_icon {
width: 30px;
height: 30px;
background-size: contain;
display: flex;
} .woo_sc_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); } .woo_sc_modal_content {
background-color: #f1f1f1;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 20px;
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
}
}
.woo_sc_scroll_content {
width: 100%;
height: 90%;
} .woo_sc_modal_close {
position: absolute;
right: 10px;
top: 2px;
color: #aaaaaa;
line-height: 28px;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}
.woo_sc_modal_close:hover,
.woo_sc_modal_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
.woo_sc_modal {
padding-top: 0px;
z-index: 999999;
}
.woo_sc_modal_content {
width: 100%;
max-height: 100%;
}
.woo_sc_show_pop_up {
line-height: normal;
padding: 5px;
opacity: 0.5;
}
}
@media only screen and (max-width: 319px) {
.woo_sc_show_pop_up {
opacity: 0.5;
}
.woo_sc_modal {
padding-top: 0px;
z-index: 999999;
}
.woo_sc_modal_content {
width: 100%;
max-height: 100%;
}
.woo_sc_show_pop_up {
line-height: normal;
padding: 5px;
opacity: 0.5;
}
}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps__rail-x:hover,.ps__rail-y:hover,.ps__rail-x:focus,.ps__rail-y:focus{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}