.header {
margin: 0 0 20px 0;
}
.order-list {
padding: 15px;
display: inline-flex;
flex-direction: column;
gap: 10px; width: 100%;
border-radius: 15px;
box-shadow: 0 4px 24px rgba(53, 51, 57, .08);
overflow: hidden;
margin-bottom: 20px;
margin-right: 2%;
}
.order-list:hover {
box-shadow: 0 6px 28px rgba(53, 51, 57, .12);
}
.list-view .header {
border-bottom: 1px solid #eee; padding-bottom: 10px;
margin-bottom: 10px;
}
.list-view .footer {
border-top: 1px solid #eee; margin-top: 10px;
padding-top: 10px;
}
.list-view .header > div:nth-child(1) {
flex-basis: 60%; text-align: left;
}
.list-view .header,
.list-view .row {
display: flex;
justify-content: space-between;
}
.list-view .row > div:nth-child(1) {
flex-basis: 30%; text-align: left;
}
.list-view .row > div:nth-child(2) {
flex-basis: 70%; text-align: left;
}
.order-status {
line-height: 2.5em;
white-space: nowrap;
color: #2c4700;
padding: 0 1em;
overflow: hidden;
text-overflow: ellipsis;
background: #c6e1c6;
border-radius: 4px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
width: fit-content;
}
.order-number {
font-size: 22px;
font-weight: bold;
}
.order-price {
font-size: 18px;
font-weight: bold;
}
.list-view .row > div:nth-child(1),
.order-date {
font-size: 12px;
color: #999;
}
.search-form {
display: inline-flex;
flex-direction: row;
gap: 10px; width: 100%;
margin-bottom: 20px;
max-width: 500px;
}
.search-form > div:nth-child(1) {
flex-basis: 60%; text-align: left;
}
.search-form > div:nth-child(2) {
flex-basis: 40%; text-align: right;
}
input,
button{
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
a.link:hover {
text-decoration: underline !important;
}
.my-1{
margin-top: 20px;
margin-bottom: 20px;
} .custom-select-wrapper {
margin: 20px 0;
display: inline-flex;
align-items: center;
} .custom-select {
margin-left: 20px;
appearance: none; -webkit-appearance: none; -moz-appearance: none; width: 200px;
padding: 10px 40px 10px 15px; font-size: 16px;
line-height: 1.5;
border: 1px solid #ccc;
border-radius: 5px;
background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23999" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
background-size: 16px 16px;
color: #333;
cursor: pointer;
outline: none;
transition: all 0.3s ease;
} .custom-select:hover {
border-color: #666;
} .custom-select:focus {
border-color: #007bff;
box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
} .custom-select:disabled {
background-color: #f5f5f5;
color: #999;
cursor: not-allowed;
}
.search-form button {
cursor: pointer;
}
.order-card {
width: 100%;
}
@media (min-width: 1024px) {
.order-card {
width: 50%;
}
.order-list {
width: 46%;
}
}
@media (min-width: 1536px) {
.order-card {
width: 40%;
}
.order-list {
width: 31%;
}
}.pisol-ppscw-container {
clear: both;
display: block;
margin-top: 15px;
margin-bottom: 15px;
position:relative !important;
}
.pisol-ppscw-alert {
display: block;
margin: 10px 0px;
background: #ccc;
border-radius: 3px;
color: #000;
padding: 10px 7px;
}
.pisol-shipping-calculator-form {
padding: 10px;
border: 1px solid #ccc;
}
.pisol-shipping-calculator-form .form-row input,
.pisol-shipping-calculator-form .form-row select {
margin-bottom: 20px;
margin-left: 0px;
}
.pisol-shipping-calculator-form .button {
margin-bottom: 20px;
}
.pisol-shipping-calculator-form input[type="text"],
.pisol-shipping-calculator-form select {
display: block;
border: 1px solid #ccc;
padding: 7px;
}
.pisol-ppscw-methods {
margin-top: 10px !important;
margin-bottom: 5px !important;
padding: 0px !important;
margin-left: 0px !important;
}
.pisol-ppscw-methods li {
margin-left: 25px !important;
}
#pisol-ppscw-error .woocommerce-error,
#pisol-ppscw-error .woocommerce-info,
#pisol-ppscw-error .woocommerce-message {
margin-bottom: 5px;
}
#pisol-ppscw-alert-container {
display: inline-block;
}
.pisol-ppscw-alert:empty,
#pisol-ppscw-other-messages:empty {
display: none;
}
.pisol-shipping-calculator-button:empty{
display:none;
}
.pisol-processing .pisol-ppscw-container:after{
content:"";
position:absolute;
width:100%;
height:100%;
background: url(//ateliermaisho.fr/wp-content/plugins/product-page-shipping-calculator-for-woocommerce/public/img/loading-3.gif) no-repeat center center rgba(256,256,256,0.6);
background-size: 20px 20px;
z-index:100;
top:0px
}