/*Enter Your Custom CSS Here*/
.tool_draw li a.menuUp {
    opacity: 1;
}
.nbd-sidebar .tabs-nav {
    background: #40ad48;
}
.nbd-sidebar .tabs-content {
    background: #f4f4f4;
}
.cannot-start-design-notice p, .await-for-options p 
{
  text-align: left!important;
}
@media (max-width:1920px) {
    .cannot-start-design-notice p, .await-for-options p {
        padding-top: 590px!important;
    }
}

@media (min-width: 1921px) {
    .cannot-start-design-notice p, .await-for-options p {
        padding-top: 200px!important;
    }
}
.nbd-invalid-form, .nbo-clear-option-wrap, .reset_variations {
    display: none;
}
.nbd-product-tab .variations .reset_variations {
    display: none;
}
div.quick-view table .label {
    font-size: 82%!important;
}
div.quick-view table th {
    background-color: #f4f4f4!important;
}
.label {
    line-height: 5;
}
div.quick-view .variations select {
    width: 180px;
    white-space: normal;
    overflow-wrap: break-word;
}