.woobewoo-plugin .row {
	table-layout: auto;
}
.woobewoo-plugin .row > div {
	padding-left: 15px;
	padding-right: 15px;
}
.woobewoo-plugin .fa {
	font-family: "Font Awesome 5 Free", "FontAwesome";
}
.wtbpShortcodeAdm {
	display: flex;
}
.wtbpShortcode.phpcode input{
	width: 100%;
}
.wtbpDialogTableFilters {
	padding: 0 !important;
	margin-bottom: 15px;
}
.wtbpDialogTableFilters label{
	font-weight: 700;
}
#wtbpTablePressEditForm .row-tab {
	display: none;
	padding-top: 20px;
}
#wtbpTablePressEditForm .row-tab.active {
	display: block;
}
#wtbpTablePressEditForm .wp-color-result-text {
	height: 33px;
}
.wtbp-content-block {
	margin-bottom: 20px;
}
.wtbp-small-input {
	width: 50px !important;
}
.wtbp-content-block label {
	font-size: 13px;
	font-weight: 400;
}
.wtbpSub li{
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	margin-left: -5px;
	margin-bottom: -1px;
}
.wtbpMainBtnsShell .wtbpSub li{
	margin-left: 10px;
}
.wtbpSub{
	margin: 0px;
}
.wtbpCopyTextCodeSelectionShell{
    padding-bottom: 20px;
}
#wtbpTablePressEditForm .tabs-wrapper{
	padding: 15px 32px 0 25px;
	float: left;
	border-bottom: 1px solid #d8dfe3;
	width: 100%;
}
.wtbpAdminTableWrapp .dt-buttons {
	display: block;
	padding-top: 4px;
	line-height: 28px;
}
#wtbpSearchContentTbl{
	margin-bottom: 25px;
}
#wtbpContentTable_wrapper .dt-buttons {
	display: inline-block;
}
.wtbpTitle {
	font-weight: bold;
	font-size: 16px;
}
.wtbpSub.control-buttons .button i{
	margin-right: 5px;
}
#wtbpTableTitleShell{
	display: inline-block;
	font-size: 13px;
}
#wtbpTableTitleShell i {
	color: #03a9f4;
}
#wtbpTablePressEditForm .wtbpSub.tabs-wrapper li a.button {
	background-color: transparent;
    color: #64808e;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    min-height: 30px;
    margin: 0;
}
#wtbpTablePressEditForm .wtbpSub.tabs-wrapper li a.button.current {
	border: 1px solid #d8dfe3;
    border-bottom-color: #f8fafb;
    color: #03a9f4;
}
.wtbpShortcode input{
	text-align: center;
}

#wtbpTablePressEditForm .wtbpSub.tabs-wrapper li a.button:hover,
#wtbpTablePressEditForm .wtbpSub.tabs-wrapper li a.button:active,
#wtbpTablePressEditForm .wtbpSub.tabs-wrapper li a.button:focus {
	background-color: transparent !important;
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #03a9f4; 
}
.wtbpAdminTableWrapp table.dataTable thead .sorting_desc,
.wtbpAdminTableWrapp table.dataTable thead .sorting_asc,
.wtbpAdminTableWrapp table.dataTable thead .sorting {
	background-position: left;
}
.wtbpAdminTableWrapp table.dataTable thead th {
	text-align: left;
}
#wtbpTablePressEditForm th.no-sort{
	padding-left: 10px!important;
}
.wtbpProperties label{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
	padding-left: 20px;
}
.wtbpProperties label:first-child{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
	padding-left: 5px;
}
.wtbpProperties label input{
	margin: 0px;
}
table thead th i{
	position: absolute;
	top: 6px;
}
table thead th{
	position: relative;
}
.wtbpHidden{
	display: none!important;
}
.wtbpInline{
	display: inline-block;
}
.wtbp-settings-section {
    width: 280px;
    float: left;
}
@media screen and (max-width: 630px) {
	.wtbp-settings-section {margin-bottom: 15px;}
	.wtpbAutoCategories .ms-parent {width: 200px !important;}
}

.wtbp-sub-tab {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    z-index: 0;
}
.wtbp-sub-tab .button {
	margin-right: 1px !important; 
    line-height: 22px !important;
    height: 22px !important;
    min-height: 22px !important;
    font-size: 13px !important;
    padding: 0 8px;
}
.wtbp-settings-wrap {
	border: #d8dfe3 solid 1px;
	padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.wtbp-settings-wrap .settings-blocks {
    clear: both;
    display: block;
    font-size: 13px;
}
.wtbp-settings-wrap .row-settings-block {
    padding-bottom: 15px;
}

.wtbp-settings-wrap .settings-block-title h3 {
    margin: 5px 0;
}
.settings-block-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
    border-bottom: #03a9f4 3px double;
    margin-top: 2px;
    margin-bottom: 10px;
}
.settings-block-title:after, .setting-wrapper:after {
    clear: both;
    content: " ";
    display: table;
}
.woobewoo-clear:after {
    clear: both;
    content: " ";
    display: table;
}
.setting-title {
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	margin-top: 10px;
	color: #03a9f4;
}
.setting-wrapper {
    min-height: 25px;
    margin: 0 0 5px 0;
    line-height: 25px;
}
.setting-label {
    width: 84%;
    float: left;
    line-height: 20px;
}
.setting-input, .setting-check {
    float: right;
}
.wtbp-settings-wrap input, .wtbp-settings-wrap select {
    width: 100%;
    max-width: 100%;
}
.setting-wrapper:not(.setting-wrapper-inline) .setting-input, .setting-wrapper .chosen-container {
    width: 100%;
}
.setting-wrapper:not(.setting-wrapper-inline) .setting-input select.woobewoo-flat-input {
    width: auto;
    max-width: 80%;
    float: right;
    margin-left: 10px;
}
.setting-input input:not(.woobewoo-flat-input), .setting-input select:not(.woobewoo-flat-input) {
    width: 100%;
    height: 30px;
    min-height: 25px;
}
.setting-input .chosen-container {
	width: 100%;
    min-height: 25px;
}
.setting-check {
    padding-top: 5px;
}
.setting-suboption {
    padding-left: 15px;
}
.setting-wrapper-inline {
    display: table;
    width: 100%;
}
.setting-wrapper-block .setting-label {
    width: 100%;
}
.setting-wrapper-inline .setting-label {
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: middle;
    padding-right: 4px;
    /*white-space: nowrap;*/
}

.wtbp-settings-wrap .settings-info {
	font-size: 11px;
    line-height: 12px;
    color: #c39696;
}
#css-editor-container {
	padding-top:10px;
}

.wtbpPro {
	display: block;
	font-size: 13px;
	border-bottom: #cfd8dc solid 1px;
	line-height: 22px;
    height: 22px;
}
.wtbpPro a {
	text-decoration: none !important;
}
.wtbp-preview-section {
    min-width: 250px;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
}
.wtbp-preview-section .preview-styling {
    text-align: center;
}
#preview-container {
    overflow-y: auto;
    position: relative;
}
#wtbp-table-preview {
    margin-left: auto;
    margin-right: auto;
}
#loadingProgress{
	position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
}
.wtbpAdminPreviewNotice {
	margin: 10px 0;
}
#row-tab-settings .tabs-wrapper{
	padding-top: 20px;
}
#chooseIconPopup .items-list {
	display: block;
	width: 100%;
	position: relative;
}
#chooseIconPopup .items-list .item {
	cursor: pointer;
	width: 20%;
	position: relative;
	height: 150px;
	text-align: center;
	float: left;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
#chooseIconPopup .items-list .item .item-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}
#chooseIconPopup .items-list .item .item-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}
.wtbpIconPreview{
	float: right;
}
label{
	margin-bottom: 6px;
}
input[type=checkbox]{
	margin: 0px;
}
#wtbpSetProperties{
	margin-left: 15px;
	margin-top: 1px;
}
.wtbpPropertiesWrapp .wtbpOptions{
    display: inline-block;
    padding: 15px 20px 5px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    margin: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.wtbpPropertiesWrapp .wtbpOptions .content {
	font-size: 16px;
}
.wtbpOptionHandlers div{
	display: inline-block;
	padding: 5px 3px;
}
.wtbpOptionHandlers i {
	cursor: pointer;
	color: #03a9f4;
}
.wtbpPropertiesChangeNameWrapp .wtbpOptionContainer {
	margin-bottom: 15px;
}
.wtbpOptionContainer select {
	vertical-align: unset;
}
.wtbpPropertiesChangeNameWrapp label {
	display: inline;
}
input.wtbpNotOutline {
	outline: none !important;
	margin-top: 0;
}
.wtbpOptionTitle {
	padding-bottom: 5px;
}
#wtbpSortTableContent {
	margin: 0 -20px;
    padding: 20px;
    background-color: #ffffff;
	overflow: auto;
}
.wtbpPropertiesWrapp{
	padding: 15px;
	background-color: #b0bec5;
}
.dataTables_scroll{
	padding-top: 5px;
}
#row-tab-set-properties{
	padding: 20px;
}
#wtbpSearchTable_wrapper .dataTables_filter{
	line-height: 2.5;
}
#row-tab-add-products h3, #row-tab-set-properties h3{
	margin-top: 55px;
}
#wtbpSearchTable{
	border-bottom: 1px solid #111;
}
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}
.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #2c2d33;
}
#wtbpTableTitleWrapLabel{
	font-weight: bold;
	font-size: 16px;
}
#wtbpTablePressEditForm .wtbpMainBtnsShell  {
	text-align: right;
}
.wtbpHeaders{
	text-align: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #03a9f4;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 10px;
}
.wtbpTooltipsWrapper {
	text-align: center;
}
.wtbpTooltipsWrapper .wtbpTooltipsText{
	margin-bottom: 4px;
	text-align: left;
}
.wtbpTooltipsWrapper img{
	max-width: 400px;
}
.wtbpTabContent section {
	padding-bottom: 20px;
}
.woobewoo-plugin fieldset, .wtbpPopupOptRow {
	margin-bottom: 10px;
}
#woobewoo-breadcrumbs .button,
#woobewoo-breadcrumbs *:not(.fa) {
	height: 30px;
	line-height: 26px;
}
#woobewoo-breadcrumbs.woobewoo-sticky {
	background-color: #f1f1f1;
	width: 100%;
}
.wp-picker-container {
	min-width: 120px;
	white-space: nowrap;
}
.wtbpPro select, .wtbpPro input, .wtbpPro label{
	vertical-align: top;
}
.wtbpDisabled input,
.wtbpDisabled select,
.wtbpDisabled label,
.wtbpDisabled .wp-picker-container,
.wtbpDisabled .wp-color-result,
.wtbpDisabled .iCheck-helper{
	background: rgba(255,255,255,.5)!important;
	border-color: rgba(222,222,222,.75)!important;
	color: rgba(51,51,51,.5)!important;
	cursor: not-allowed;
}
.wtbpDisabled .wp-color-result:after{
	color: rgba(51,51,51,.5)!important;
}
.wp-picker-container{
	display: inline;
}
.wtbpShortcode input{
	padding: 10px;
	font-weight: normal;
	cursor: pointer;
}
#prewiew .wtbp-slider-wrapper{
	max-width:700px;
}
.ui-dialog { z-index: 99999 !important ;}
.form-table th {
	vertical-align: middle;
}
.woobewoo-plugin .form-table th {
	font-size: 12px;
}
.iris-picker{
	z-index: 2;
}
.wp-picker-holder{
	position: absolute;
	left: -20px;
}
.wp-picker-default{
	display: none!important;
}
.wtbpAdminTableWrapp .dt-buttons button, .wtbpAdminTableWrapp .dt-buttons select {
	height: 28px !important;
	min-height: 28px !important;
	line-height: normal !important;
	margin-right: 10px;
}
.wtbpAdminTableWrapp .dt-buttons button {
	background-color: #b0bec5 !important;
}
.wtbpAdminTableWrapp table {
	border-bottom: none !important;
	margin-top: 10px;
}
.wtbpAdminTableWrapp th, .wtbpAdminTableWrapp td {
	border-bottom: 1px solid #cfd8dc !important;
} 
.wtbpAdminTableWrapp th {
	font-size: 16px;
}
.wtbpAdminTableWrapp .dataTables_filter, .wtbpAdminTableWrapp .dataTables_info, .wtbpAdminTableWrapp .dataTables_length {
	color: #64808e;
}
.wtbpAdminTableWrapp .dataTables_length {
	height: 28px;
    line-height: 28px;
}
.wtbpAdminTableWrapp tr:hover {
	background-color: #eceff1 !important;
}
.CodeMirror-wrap {
	width: 100%;
}
.wtpbAutoCategories {
	display: flex;
	padding-bottom: 20px;
    border-bottom: 1px solid #d8dfe3;
    flex-wrap: wrap;
}
.wtpbAutoCategories .woobewoo-form-group {
    margin: 5px;
}
@media screen and (max-width: 1024px) {
	.wtpbAutoCategories {
		display: block;
	}
}
#wtbpContentTable_processing {
	top: 100px;
}
.wtbpProInline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.wtbpSortableIcon {
	color: gray;
	vertical-align:middle;
	text-align:center;
	background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
	cursor:pointer;
}
.wtbpSortableIcon:hover {
	background:#f1f1f1;
}
#wtbpContentTable .ui-sortable tr:hover {
	background-color: #f4f4f4;
}
#wtbpContentTable_filter label {
	margin-right:0;
}
.wtbpSearchTableFilter, .wtbpCreateTableFilter {
	display: inline-block;
	padding-right: 30px;
}
#wtbpSearchTableFilters {
	margin-bottom: 15px;
}
.wtbpAdminTableWrapp .checkbox-column {
	padding-left: 4px;
	padding-right: 0;
}
.wtbpCustomField {
    background-color: #fbfbe7;
}
.wtbpCustomTax {
    background-color: #fbf888;
}
.wtbpCustomColumn {
    background-color: #9ee4ec;
}
.wtbpContentTable.fixedHeader-floating {
	display: none !important;
}
.wtbpSelectFile {
	text-align: center;
	padding-top: 10px;
}
.wtbpSelectFile img {
    max-width: 200px;
    margin: 10px;
}
.wtbp-stock-icon {
	position: relative;
	display: inline-block;
  height: 12px;
	width: 12px;
	border-radius: 50%;
}
.wtbpCloneError {
	color: red;
	display: none;
	float: left;
}
.wtbp-mr5 {
	margin-right: 5px !important;
}
.wtbp-mini-text {
	font-size:10px;
}
#wtbpTableTblEmptyMsg a {
	font-style: italic;
	color: #03a9f4;
}
#wtbpTableTblNav table {
	max-height: 100px;
}