/* Círculo de color de stock */
span.dyli_stock_status {
    font-size: 20px;
}
span.dyli_stock_status.dyli_stock {
    color: #00cc00;
}
span.dyli_stock_status.dyli_no_stock {
    color: #ff0000;
}
.sub-menu li a {
font-size: 13px !important;
}
form.woocommerce-cart-form button[name="clear_cart"] {
    color: #adadad !important;
    border-width: 0px !important;
    font-size: 15px;
    font-weight: 700 !important;
    background-color: #cddac2;
}

/* My account adjustements */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}
.woocommerce-account .dyli_profile .woocommerce-form-row {
    margin-left: 2em;
}
.woocommerce-account .dyli_profile .woocommerce-form-row label {
    font-weight: bold;
}
.woocommerce-account .dyli_profile .woocommerce-form-row label::after {
    content: ': ';
}
.woocommerce-account .dyli_profile .addresses {
    margin-top: 2em;
}
.woocommerce-account .dyli_profile .addresses address {
    margin-left: 2em;
}
.woocommerce-order-details {
    font-size: 85%;
}

/* Sales agents */
.dyli_sales_agents {
    width: 1080px;
    margin: 0 auto;
}
.dyli_mask_custom {
    color: #fff !important;
    background-color: #cddac2 !important;
}

/* Woocommerce notifications */
.woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li {
    color: white !important;
}

.comercialswitch {
    color: #fff;
    font-weight: bold;
    padding: 15px;
    display:flex;
    position: absolute;
    top: 0;
    z-index: 9999;
    background-color: #cddac2;
    justify-content: center;
    align-items: center;
    width:100%;
}

.ecomercialswitch {
    margin-right: 5px;
}

.ecomercialswitchr {
    margin-left: 25px;
    margin-right: 5px;
}

.comercialswitch button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #f8f9fa;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #f8f9fa;
    color: #ff0d00;
    font-weight: bold;
    float: right;
    margin-right: 5px;
}

.comercialswitch button:hover {
    color: #fff !important;
    background-color: #5a6268;
    border-color: #545b62;
    margin-right: 5px;
}
