/* /**
* Frontend Style.
*
* @package  ryota-skin-for-wp-configurator-pro/assets/css/
* @since  1.0
* @version  1.0
*/
.wpc-sub-control .wpc-control-item.wpc-control-type-label {
  display: block;
}

.wpc-control-item-info-inner {
  box-shadow: none;
}

.wpc-ryota-skin.theme-furniture .wpc-config-element .wpc-primary-btn,
.wpc-ryota-skin.theme-furniture .wpc-config-element .wpc-secondary-btn {
   margin-bottom: 0;
}

.wpc-ryota-skin.theme-furniture #wpc-header-element-right-wrapper .wpc-config-element .wpc-primary-btn {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1025px) {
    .admin-bar #ryota-skin-wrap .wpc-controls-parent-wrap {
        height: calc(100% - 32px);
    }
}