#wcp-debug {
padding: 0 0 0;
font-size: 1em;
margin-bottom: 20px;
}
#wcp-debug #wcp-debug-header {
background: #3d9cd2;
color: #ffffff;
padding: 10px 20px;
cursor: pointer;
position: relative;
}
#wcp-debug #wcp-debug-header .wcp-debug-toggle {
background-image: url(//champagne-lizeux-pereira.fr/wp-content/plugins/conditional-payments-for-woocommerce/frontend/img/arrow.svg);
background-repeat: no-repeat;
background-position: right center;
width: 42px;
height: 100%;
right: 0;
top: 0;
background-size: 42px;
position: absolute;
transition: .3s all;
}
#wcp-debug.closed .wcp-debug-toggle {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#wcp-debug #wcp-debug-contents {
padding: 20px 20px 0;
display: none;
border: 1px solid #dee2e6;
border-width: 0 1px 1px;
}
#wcp-debug #wcp-debug-contents .wcp-debug-tip {
color: #1864ab;
background: url(//champagne-lizeux-pereira.fr/wp-content/plugins/conditional-payments-for-woocommerce/frontend/img/tip2.svg) no-repeat left 5px;
background-size: 16px 16px;
padding-left: 24px;
}
#wcp-debug #wcp-debug-contents h3 {
margin: 10px 0 20px;
font-weight: bold;
font-size: 1.2em;
}
#wcp-debug #wcp-debug-contents h3.ruleset-title {
font-size: 1em;
}
#wcp-debug #wcp-debug-contents h3.ruleset-title a {
font-weight: bold;
}
#wcp-debug .wcp-debug-result-label {
padding: 5px;
border-radius: 3px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
}
#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-pass {
background: #2b8a3e;
}
#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-fail {
background: #c92a2a;
}
#wcp-debug table.wcp-debug-table {
border: 1px solid #dee2e6;
margin: 0 0 20px;
}
#wcp-debug table.wcp-debug-table.wcp-debug-table-fixed {
table-layout: fixed;
}
#wcp-debug table.wcp-debug-table td, #wcp-debug table.wcp-debug-table th {
padding: 5px 10px;
}
#wcp-debug table.wcp-debug-table td.align-right,
#wcp-debug table.wcp-debug-table th.align-right {
text-align: right;
}:root {
--wpcpq-active: #cc99c2;
}
.wpcpq-table .wpcpq-row {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px dashed #e5e5e5;
}
.wpcpq-table .wpcpq-row:last-child {
border-bottom: none;
}
.wpcpq-table .wpcpq-row > div {
flex: 1 1 0;
width: 0;
}
.wpcpq-table .wpcpq-row.wpcpq-head, .wpcpq-table .wpcpq-row.wpcpq-foot {
font-weight: 700;
}
.wpcpq-table .wpcpq-item-active {
background: var(--wpcpq-active);
color: #fff;
}
.wpcpq-table.wpcpq-tiered .wpcpq-summary .wpcpq-summary-info {
flex-direction: column;
flex-basis: 100%;
flex: 2;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px dashed #e5e5e5;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item:last-child {
border-bottom: none;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item.wpcpq-item-default {
display: none !important;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-info {
flex-grow: 1;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-info .wpcpq-item-qty {
font-weight: 700;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .add_to_cart_inline, .wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-atc-btn {
margin: 0 !important;
}
.wpcpq-table.wpcpq-layout-compact {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
width: calc(25% - 10px);
min-width: 120px;
border: 1px solid #dddddd;
border-radius: 4px;
margin: 5px;
padding: 10px;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item > div {
width: 100%;
flex: 0 0 100%;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item .wpcpq-item-qty {
font-weight: 700;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-summary {
width: 100%;
margin: 5px;
}
.wpcpq-table.wpcpq-click-yes .wpcpq-item {
cursor: pointer;
}
.wpcpq-table.wpcpq-hide-first-row-yes .wpcpq-item-default {
display: none;
}