/* WooCommerce compatibility styles extracted from iranwp.css. */
.cart-logo-header {
    margin: 10px 0;
    text-align: center;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    font-size: 14px;
    background-color: #45b40d54!important;
    color: #000!important;
    border-top: 3px solid #fff!important;
    list-style: none;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-message::before {
    content: '\e015';
    color: #fff!important;
    line-height: 1.8!important;
}
.cart-p {
    background-color: #fff;
    min-height: 250px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px #ccc;
    clear: both;
    margin-bottom: 5px;
}
.woocommerce-info a {
    color: #6d6d6d;
}
