html, body
{
  background-color: #FFF7B3 !important;
}

.mobileLayout {
    background-color: #FFF7B3 !important;
}

.cart-top-container,
.views-cartPage-body
 {
  background-color: #FFF7B3 !important;
}

header div{
  background-color: #FFEE63;
}

.containers-header-additionalToolbar-currentPosition {

}

.cart-actions-pannel-select-variant-button {
  background-image: linear-gradient(to bottom right, #65b9ff, #0076f1);
}


.views-filterPage-filterArea-ul,
.views-filterPage-filterArea-header-root
 {
  background-color: #B1D5FC !important;
}

.header-textMenu-item {
  color: #383201;
}

.header-textMenu-item.active {
  color: #1483f4;
}

.containers-header-additionalToolbar-currentPosition {
    background-color: transparent !important;
}

.containers-header-additionalToolbar-currentPosition-text {
    background-color: transparent !important;
    line-height: normal !important;
    display: block;
}

.additionalToolbar {
  height: 20px;
}

.actionButtonContainer button {
  font-size: 1.2rem;
}

.shortCard-shortCardContent {
	margin-bottom: 10px;
}

.mobile .containers-shoppingTable-parts-secondCell {
    font-size: 1.1rem !important;
}
.mobile .containers-shoppingTable-parts-secondCell-cost {
    font-size: 1.1rem !important;
}


.cart-actions-pannel-select-variant-button.Mui-disabled {
    background-color: gray;
    background-image: none;
}
.cart-actions-pannel-select-variant-button:disabled {
    background-color: gray;
    background-image: none;
}
