.sidebar-cart nav {
    z-index: 2000;
}

.sidebar-cart button
{
	z-index: 2001;
}

.drawer-open .drawer-overlay {
    z-index: 1999;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}

.drawer-nav {
    width: 80%;
    max-width: 500px;
}

.drawer--right .drawer-nav {
    right: -500px;
}
.quantity-box-add input[type="number"] {
    margin: 0 !important;
    text-align: center;
    width: 45px;
    border: none;
    box-shadow: none;
    height: 25px;
    padding: 0;
    background: none;
}
.quantity-box-add {
    display: inline-flex;
}
.flex-direction-row {
    flex-direction: row;
    align-items: center;
}

.white-space-normal{
	white-space:  normal;
}

/* Ajuste pro Whats Flutuante */
.wptwa-toggle {
    transition: 0.3s;
}
.drawer-open .wptwa-toggle, .drawer-open .wptwa-box {
    right: 520px !important;
    transition: 0.3s;
}
/*Fim Whats*/

/*Ajustes Mobile*/
.mobile-mode .quantity-box-add input[type="number"] {
    width: 35px;
}

@media only all and (max-width: 47.938rem)
{

	.drawer-open .wptwa-toggle, .drawer-open .wptwa-box {
	    right: 82% !important;
	    transition: 0.3s;
	}
}
