.vc-home-woocommerce-notices {
position: relative;
z-index: 5;
width: min(1160px, calc(100% - 40px));
margin: 20px auto 0;
}
.vc-home-woocommerce-notices .woocommerce-notices-wrapper:empty {
display: none;
}
.vc-home-woocommerce-notices .woocommerce-message,
.vc-home-woocommerce-notices .woocommerce-info,
.vc-home-woocommerce-notices .woocommerce-error {
min-height: 58px;
margin: 0 !important;
padding: 17px 20px 17px 50px !important;
border: 1px solid rgba(244, 117, 33, 0.34) !important;
border-top-width: 1px !important;
border-radius: 15px;
background: linear-gradient(135deg, rgba(37, 37, 40, 0.98), rgba(20, 20, 22, 0.98)) !important;
box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
color: #f4f4f6 !important;
font-size: 14px;
line-height: 1.55;
}
.vc-home-woocommerce-notices .woocommerce-message::before,
.vc-home-woocommerce-notices .woocommerce-info::before,
.vc-home-woocommerce-notices .woocommerce-error::before {
top: 17px;
color: #f47521 !important;
}
.vc-home-woocommerce-notices .restore-item,
.vc-home-woocommerce-notices .button {
display: inline-flex;
min-height: 30px;
align-items: center;
margin-left: 10px;
padding: 2px 12px;
border: 1px solid rgba(244, 117, 33, 0.48);
border-radius: 999px;
background: rgba(244, 117, 33, 0.12);
color: #ff9b59 !important;
font-size: 12px;
font-weight: 750;
text-decoration: none !important;
}
.vc-home-woocommerce-notices .restore-item:hover,
.vc-home-woocommerce-notices .button:hover {
border-color: #f47521;
background: #f47521;
color: #171719 !important;
}
@media (max-width: 600px) {
.vc-home-woocommerce-notices {
width: calc(100% - 24px);
margin-top: 12px;
}
.vc-home-woocommerce-notices .woocommerce-message,
.vc-home-woocommerce-notices .woocommerce-info,
.vc-home-woocommerce-notices .woocommerce-error {
padding: 15px 14px 15px 44px !important;
font-size: 12px;
}
.vc-home-woocommerce-notices .restore-item,
.vc-home-woocommerce-notices .button {
margin: 8px 0 0;
}
}