div#wvpc-export-section {
    padding: 10px;
}
div#wvpc-import-section {
    padding: 10px;
}
.impor-expoert-matrix-table-wrap h3 {
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}
table#dynamic-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap; /* Prevents cells from wrapping */
}

table#dynamic-table th,
table#dynamic-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

/* Wrapper for horizontal scroll */
.dynamic-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
span.tooltip_wvpc {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    color: #1d1d1d;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
td.highlight {
    background-color: yellow !important;
}
div#wvpc_variable_container {
    clear: both;
}
.button_actions_wvpc {
    margin-top: 12px;
}
div#wvpc_pricing_variable_wrap .bootstrap-iso {
    padding: 10px;
}
table#dynamic-table tbody tr td input {
    width: 85px
}
table#dynamic-table tbody tr td {
    width: 90px !important;
}
table#dynamic-table-front tr:nth-child(1) td {
    font-weight: bold;
    vertical-align: middle;
}
table#dynamic-table-front {
    margin: 12px 0px;
}
table#dynamic-table thead tr td {
    width: 90px !important;
}
table#dynamic-table thead tr td input {
    width: 85px;
}
div#wvpc_variable_container h2 {
    text-align: center;
    background: #229736;
    padding: 14px;
    font-size: 15px;
    color: white;
    margin-bottom: 14px;
}
ul.nav.nav-pills.nav-justified {
    margin-bottom: 12px;
}
div#wvpc_pricing_ranges table tbody tr td:nth-child(2) {
    vertical-align: middle;
}
button.newRowWVPC {
    color: white;
    background: #0073aa;
}
div#wvpc_pricing_ranges table thead tr td p {
    text-align: center;
    margin-bottom: 4px;
}
div#wvpc_pricing_ranges table thead tr td {
    background-color: #939393;
    color: white;
    font-weight: bold;
}
div#wvpc_minimum_maximum p {
    width: 80%;
    margin: 0 auto;
}
div#wvpc_variable_wrap h2,
div#wvpc_pricing_variable_wrap h2 {
    text-align: center;
    color: white;
    background: #047a33;
    padding: 14px;
    font-weight: bold;
}
.wvpcxob{
    display: none;
}
p.form-field.wvpc_measurement_field {
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px !important;
}
.wvpc_show_table_calculation tbody tr td {
    background: #ebebeb !important;
}
.wvpc_show_table_calculation tbody tr td:nth-child(2) {
    text-align: center;
}
.wvpc_show_table_calculation,
.wvpc_show_table_calculation_3bd
.wvpc_show_table_calculation_2bd {
/*     display: none; */
}
#woocommerce-product-data ul.product_data_tabs li.wvpc_variable_options a {
    padding-left: 28px;
    background-image: url(../images/motif-menu-cion.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 13px;
    color: #48b649;
    text-align: center;
    font-weight: bold;
}
#woocommerce-product-data ul.product_data_tabs li.wvpc_variable_options a:before {
    display: none;
}
label.show_if_variable.tips {
    font-size: 14px !important;
    color: #48b649;
    font-weight: bold;
}
div#wvpc_extoptoin_variable_wrap h2 {
    text-align: center;
    background: #229736;
    padding: 14px;
    font-size: 15px;
    color: white;
    margin-bottom: 14px;
}
.inline.notice.wvpc_inline_notice {
    width: 80%;
    margin: -10px 12px !important;
}
.inline.notice.wvpc_inline_notice p {
    padding: 0px;
    margin: 0px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.wvpc_panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #ccc;
}
button.accordion:focus {
    outline: none !important;
}
.wvpc_custom_accordion .wvpc_accordion_item {
    margin-bottom: 20px;
}
.wvpc_accordion_item .wvpc_panel h4 {
    font-size: 18px;
}
.accordion_field_group label {
    font-size: 15px;
    font-weight: bold;
}
.accordion_field_group p {
    margin-bottom: 0px;
}
.accordion_field_group .accordion_field {
    width: 100%;
    padding: 7px;
    font-weight: 100;
    background: none;
    border: 1px solid #ccc;
    box-shadow: none;
}
.wvpc_accordion_item .wvpc_panel .accordion_field_group {
    margin-bottom: 15px;
}
.swatch-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 15px;
}
.swatch-main {
    border: 1px solid #dedbdb;
    padding: 2px;
}
.swatch-item {
    flex: 1 1 calc(21% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.swatch-color {
    width: 80px;
    height: 80px;
    border-radius: 0;
}
.swatch-info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.swatch-name {
    font-weight: 400;
    margin-bottom: 5px;
}
.swatch-price {
    color: #555;
}
.wvpc_price_total {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.wvpc_price_total label {
    margin-right: 160px;
}
.seffonimg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
}
div#type_ral_color_wvpc {
    display: none;
}
.colors_wrap h4,
.custom_option_wrap h4 {
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 0px;
}
.colors_wrap span,
.custom_option_wrap span {
    padding-left: 18px;
}
.custom_option_wrap select {
    margin-left: 20px;
}
.wvpc_option_mian_wrap .custom_option_wrap {
    margin-bottom: 20px;
}
.custom_option_wrap select {
    padding: 10px;
    width: 80%;
}
.swatch-main.active {
    border:2px solid black;
}
.wvpca_show_table_calculation_2bd table {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .swatch-item {
        flex: 1 1 calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .swatch-item {
        flex: 1 1 100%;
    }
}
.tr_total_price_wvpca li:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
}
.tr_total_price_wvpca li {
    list-style-type: none;
    display: inline-block;
}
.tr_total_price_wvpca ul {
    margin: 0px;
}
.tr_total_price_wvpca {
    margin-top: 14px;
}
