.bt-plugin-context {
    max-width: 1090px;
    margin: 0 auto;
}

.bt-plugin-context-inner {
    padding: 75px 15px;
    background-color: #fff;
}
body.hide-account-menu .bt-plugin-context .back-product-list a.bt-button-default.bt-button-primary{
    margin-bottom: 10px;
}

.bt-plugin-context-inner,
.bt-plugin-context form {
    float: left;
    width: 100%;
    color: #333;
}

.bt-plugin-context .bt-box-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
}

.bt-plugin-context .bt-main-col {
    width: 70%;
    float: left;
}

.bt-plugin-context .bt-side-col {
    width: 28%;
    float: right;
    padding-left: 1%;
    padding-right: 1%;
}

.bt-plugin-context table tbody td {
    background-color: #fff !important;
    padding: 5px;
}

.bt-plugin-context input[type="checkbox"] {
    border: 1px solid #7e8993 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #555 !important;
    clear: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 0 !important;
    height: 1rem !important;
    margin: -.25rem 1rem 0 1rem !important;
    margin-bottom: 0px !important;
    outline: 0 !important;
    padding: 7px !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 1rem !important;
    min-width: 1rem !important;
    -webkit-appearance: none !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) !important;
    transition: .05s border-color ease-in-out !important;
}

.bt-plugin-context input[type="checkbox"]:disabled {
    background: #d7d7d7;
}

.bt-plugin-context input[type="checkbox"]:checked::after {
    content: none !important;
}

.bt-plugin-context .bt-content .bt-cat-list input[type="checkbox"]:checked::before {
    margin: -11px;
}

.bt-plugin-context input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
    margin: -11px;
    height: 22px !important;
    width: 22px !important;
    display: inline-block;
}

.bt-plugin-context .bt-input {
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    padding: 5px;
    width: 99%;
}

.bt-plugin-context .bt-input.bt-input-inner {
    width: 50%;
    display: inline-block;
}

.bt-plugin-context .bt-button-default,
a.button.upload_file_button {
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 10px;
}

.bt-plugin-context .bt-button-default:hover {
    background: #f1f1f1;
    border-color: #016087;
    color: #016087;
}

.bt-plugin-context .bt-button-primary {
    background: #008000;
    border-color: #008000;
    color: #fff;
}

.bt-plugin-context .bt-button-primary:hover {
    background: #008000;
    border-color: #008000;
    color: #fff;
}

.bt-box-container .bt-content .bt-option-panel .bt-option-group:last-child {
    padding-bottom: 80px;
}

.bt-plugin-context .bt-box-container {
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
}

.bt-plugin-context .wp-editor-container textarea.wp-editor-area {
    background: #fff;
}

.bt-box-container.bt-product-box-container {
    position: relative;
    border: 1px solid #ccd0d4;
}

.bt-plugin-context a {
    color: #007cba;
}

button.button.add_attribute {
    margin-top: 0 !important;
    color: #0071a1 !important;
    border-color: #0071a1 !important;
    background: #f3f5f6 !important;
    font-weight: normal !important;
    display: inline-block !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 2.15384615 !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    cursor: pointer !important;
    border-width: 1px !important;
    border-style: solid !important;
    -webkit-appearance: none !important;
    border-radius: 3px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

a.button.insert {
    color: #0071a1 !important;
    border-color: #0071a1 !important;
    background: #f3f5f6 !important;
    font-weight: normal !important;
    display: inline-block !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 2.15384615 !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    cursor: pointer !important;
    border-width: 1px !important;
    border-style: solid !important;
    -webkit-appearance: none !important;
    border-radius: 3px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
}

a.button.insert:hover {
    background: #f1f1f1 !important;
    border-color: #016087 !important;
    color: #016087 !important;
}

.bt-plugin-context a:focus,
.bt-plugin-context button:focus {
    outline: none;
}

.bt-plugin-context input:focus,
.bt-plugin-context textarea:focus {
    background-color: transparent !important;
    border: 2px solid #007cba;
    outline: none;
}

.bt-tooltip {
    position: relative;
    color: #666;
    display: inline-block !important;
    font-size: 12px;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    width: 16px !important;
    margin: 0 0 0 9px;
    text-align: center;
    background-color: #666;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}

.bt-tooltip .bt-tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 50;
    top: 150%;
    left: 45%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    /*font-size: .8em;*/
    width: 150px !important;
    padding: .618em 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.bt-tooltip .bt-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 40%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.bt-tooltip:hover .bt-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.bt-plugin-context .bt-remove-row-delete {
    cursor: pointer;
    color: red;
    font-weight: 400;
    line-height: 26px;
    font-size: 12px;
    position: relative;
    visibility: hidden;
}

.bt-plugin-context .bt-option-group-attributes h3:hover .bt-remove-row-delete {
    visibility: visible;
}


/* Loader */
.bt-loader {
    display: none;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #008000;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.bt-attribute-loader {
    position: absolute;
    right: 50%;
    margin-top: 5%;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* WC product Header */
.bt-header {
    padding: 10px;
}

.bt-header h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    display: inline;
}

.bt-box-container .bt-header span {
    display: inline;
}

.bt-box-container select {
    font-size: 14px;
    color: #32373c;
    border: 1px solid #7e8993;
    box-shadow: none;
    border-radius: 3px;
    padding: 5px 24px 5px 8px;
    max-width: 25rem;
    cursor: pointer;
    font-weight: 600;
}

.bt-box-container #bt-product-type {
    margin-right: 10px;
    display: inline;
    max-width: 210px;
}

.bt-header .bt-checkbox-label {
    font-weight: 600;
    display: inline;
}


/* WC product Content */
.bt-hide-section {
    display: none;
}

.bt-box-container .bt-content {
    border-top: 1px solid #ccd0d4;
    overflow: hidden;
}

.bt-box-container .bt-content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.bt-box-container .bt-content .bt-wc-tabs {
    margin: 0;
    width: 20%;
    float: left;
    line-height: 1em;
    padding: 0 0 10px;
    position: relative;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    list-style: none;
}

.bt-box-container .bt-content .bt-wc-tabs:after {
    content: "";
    display: block;
    width: 100%;
    height: 9999em;
    position: absolute;
    bottom: -9999em;
    left: 0;
    background-color: #fafafa;
    border-right: 1px solid #eee;
}

.bt-box-container .bt-content .bt-wc-tabs a span {
    margin-left: .618em;
    margin-right: .618em;
}

.bt-box-container .bt-content .bt-tab-option.active a {
    color: #555;
    position: relative;
    background-color: #eee;
}

.bt-box-container .bt-content .bt-wc-tabs a {
    margin: 0;
    padding: 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px !important;
    border-bottom: 1px solid #eee;
}

.bt-box-container .bt-content .bt-wc-tabs a:before {
    font-family: Dashicons;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
}

.bt-box-container .bt-content .bt-general-options a:before {
    content: "\f107";
}

.bt-box-container .bt-content .bt-inventory-options a:before {
    content: "\f481";
}

.bt-box-container .bt-content .bt-shipping-options a:before {
    font-family: Dashicons;
    content: "\f319";
}

.bt-box-container .bt-content .bt-linked-prod-options a:before {
    content: "\f103";
}

.bt-box-container .bt-content .bt-attributes-options a:before {
    content: "\f175";
}

.bt-box-container .bt-content .bt-advanced-options a:before {
    font-family: Dashicons;
    content: "\f111";
}

.bt-box-container .bt-content .bt-variations-options a:before {
    content: "\f509";
}

.bt-box-container .bt-content .bt-option-panel {
    width: 80%;
    float: left;
}

.bt-box-container .bt-content .bt-option-panel .bt-option-group {
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}

.bt-box-container .bt-content .bt-option-panel .bt-option-group.bt-option-group-attributes {
    padding: 0px;
}

.bt-box-container .bt-content .bt-option-panel .bt-option-group:last-child {
    border-bottom: 0px;
}

.bt-box-container .bt-option-group.bt-option-group-attributes h3 {
    text-align: right;
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
}

.bt-box-container .bt-option-group.bt-option-group-attributes table {
    padding: 5px 15px;
}

.bt-option-group label {
    width: 150px;
    display: inline-block;
    font-size: 12px;
    line-height: 24px
}

.bt-option-group p {
    margin: 9px 0;
}

.bt-option-group p select {
    font-weight: normal;
    width: 50%;
    max-width: none;
    display: inline;
}

.bt-option-group p.bt-dimensions-field span {
    width: 50%;
    display: inline-flex;
}

.bt-option-group p.bt-dimensions-field input {
    width: calc(92.5% / 3) !important;
    ;
    margin-right: 3.8%;
    display: inline-block;
}

.bt-selectize-container {
    display: flex;
}

.bt-selectize-container .bt-selectize-multiple {
    width: 50%;
}

.bt-selectize-container .bt-tooltip {
    margin: 10px;
}

.bt-selectize-container .selectize-input {
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    padding: 5px;
}


/* Product Attributes */
.bt-plugin-context .bt-option-group .bt-attribute-name {
    width: 200px;
}


/* Product categories */
.bt-category-container .bt-content {
    max-height: 326px;
    overflow: auto;
    padding: 12px;
    margin: 15px;
    border: solid 1px #ddd;
    background-color: #fdfdfd;
}

.bt-plugin-context .bt-cat-list,
.bt-plugin-context .bt-sub-cat-list,
.bt-plugin-context .bt-sub-sub-cat-list {
    line-height: 1.69230769;
    word-wrap: break-word;
}

.bt-plugin-context .bt-cat-list {
    display: flex;
    align-items: center;
}

.bt-plugin-context .bt-sub-cat-list {
    padding-left: 25px;
}

.bt-plugin-context .bt-sub-sub-cat-list {
    padding-left: 50px;
}


/* Product tags */
.bt-content-tags p,
.bt-content-image p,
.bt-content-gallery p {
    margin: 1em 0 6px 0;
}

.bt-plugin-context .bt-tagchecklist {
    list-style: none;
    margin-left: 0px;
    font-size: 12px;
    overflow: auto;
}

.bt-plugin-context .bt-tagchecklist li {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.8;
    cursor: default;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bt-plugin-context .bt-remove-tag-button {
    padding: 0px;
    background-color: transparent;
    vertical-align: middle;
}

.bt-plugin-context .bt-remove-tag-icon::before {
    background: 0 0;
    color: #0073aa;
    content: "\f153";
    display: block;
    font: normal 16px/20px dashicons;
    line-height: 20px;
    speak: none;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bt-plugin-context .bt-remove-tag-button:hover .bt-remove-tag-icon::before {
    color: #c00
}


/* Product images */
.bt-plugin-context .bt-product-image {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    width: auto;
    border: 1px solid #d5d5d5;
    vertical-align: top;
    background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}


/* Product gallery */
.bt-plugin-context .bt-gallery-imgs {
    list-style: none;
    margin: 0px;
}

.bt-plugin-context .bt-image-gallery {
    width: 80px;
    border: 1px solid #d5d5d5;
    margin: 9px 9px 0 0;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    height: 80px;
}

.bt-plugin-context .bt-remove-img::before {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f335";
    color: #999;
    background: #fff;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    line-height: 1em;
    cursor: pointer;
}

.bt-plugin-context .bt-image-gallery:hover .bt-remove-img {
    display: block;
}


/* Modal */
/* The Modal (background) */
.bt-plugin-context .bt-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */
.bt-plugin-context .bt-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 30%;
}

.bt-plugin-context .bt-modal-header {
    padding: 2px 16px;
    background-color: #008000;
}

.bt-plugin-context .bt-modal-result-error .bt-modal-header {
    padding: 2px 16px;
    background-color: #db1f1f;
}

.bt-plugin-context .bt-modal-header h2 {
    color: #fff;
    margin: 15px 0px;
}

.bt-plugin-context .bt-modal-main-section {
    margin: 20px 0px;
    padding: 20px;
}

.bt-plugin-context .bt-modal-main-section p {
    margin: 0px;
}

.bt-plugin-context .bt-modal-content button {
    margin: 0px 20px 20px 20px;
}

.bt-loading-section {
    padding: 50px;
}

.bt-loading-section .bt-loader {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
}


/* Message boxes */
.bt-plugin-context .bt-warning-message {
    padding: 15px;
    background-color: #efd8d8;
    border-left: 4px solid #ff0000;
    margin: 15px auto;
}

.bt-plugin-context .bt-warning-message p {
    margin-bottom: 0px;
    color: #ff0000;
    font-weight: bold;
}


/* Premium content */
.bt-plugin-context .bt-virtual-feature {
    color: #000;
    cursor: help;
}

.bt-plugin-context .bt-virtual-feature.bt-tooltip {
    width: auto !important;
    background-color: transparent;
    vertical-align: middle;
}


/* Attributes style */
.wc-metaboxes-wrapper .toolbar:first-child {
    border-top: 0;
}

.wc-metaboxes-wrapper .toolbar {
    margin: 0!important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    padding: 9px 12px!important;
}

.wc-metaboxes-wrapper#product_attributes .expand-close {
    float: right;
    line-height: 28px;
}

.wc-metaboxes-wrapper .expand-close {
    margin-right: 2px;
    color: #777;
    font-size: 12px;
    font-style: italic;
}

.wc-metaboxes-wrapper .expand-close a {
    background: 0 0;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
}

.wc-metaboxes-wrapper .expand-close a {
    background: 0 0;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
}

#product_attributes .toolbar-top .button {
    margin: 1px;
}

.button.add_attribute,
.button.select_all_attributes,
.button.select_no_attributes,
.button.add_new_attribute {
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
}

.wc-metaboxes-wrapper .wc-metaboxes {
    border-bottom: 1px solid #eee;
}

.wc-metaboxes-wrapper .wc-metabox {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin: 0!important;
}

.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 {
    cursor: pointer;
    padding: 0.5em 0.75em 0.5em 1em!important;
}

.wc-metaboxes-wrapper .wc-metabox h3 {
    margin: 0!important;
    padding: 0.75em 0.75em 0.75em 1em!important;
    font-size: 1em!important;
    overflow: hidden;
    zoom: 1;
    cursor: move;
}

.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 .handlediv,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 .sort,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 a.delete,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .handlediv,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .sort,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 a.delete {
    margin-top: 0.25em;
}

.wc-metaboxes-wrapper .wc-metabox h3 a.delete {
    color: red;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    position: relative;
    visibility: hidden;
}

.wc-metaboxes-wrapper .wc-metabox h3 a.delete,
.wc-metaboxes-wrapper .wc-metabox h3 button {
    float: right;
}

.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 .handlediv,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 .sort,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 a.delete,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .handlediv,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .sort,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 a.delete {
    margin-top: 0.25em;
}

.wc-metaboxes-wrapper .wc-metabox h3 .handlediv {
    background-position: 6px 5px!important;
    visibility: hidden;
    height: 26px;
}

.wc-metaboxes-wrapper .wc-metabox .handlediv {
    width: 27px;
    float: right;
}

.wc-metaboxes-wrapper .wc-metabox .handlediv::before {
    content: "\f142"!important;
    cursor: pointer;
    display: inline-block;
    font: 400 20px/1 Dashicons;
    line-height: .5!important;
    padding: 8px 10px;
    position: relative;
    right: 12px;
    top: 0;
}

.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 .handlediv,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 .sort,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_attribute h3 a.delete,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .handlediv,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .sort,
.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 a.delete {
    margin-top: 0.25em;
}

.woocommerce_attribute h3 .sort,
.woocommerce_variation h3 .sort {
    width: 17px;
    height: 26px;
    cursor: move;
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin-right: 0.5em;
    visibility: hidden;
    text-align: center;
    vertical-align: middle;
}

.tips {
    cursor: help;
    text-decoration: none;
}

.woocommerce_attribute h3 .sort::before,
.woocommerce_variation h3 .sort::before {
    content: "\f333";
    font-family: Dashicons;
    text-align: center;
    line-height: 28px;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}

.wc-metaboxes-wrapper .wc-metabox h3 strong {
    font-weight: 400;
    line-height: 26px;
    font-weight: 700;
}

.wc-metaboxes-wrapper .wc-metabox table {
    width: 100%;
    position: relative;
    background-color: #fdfdfd;
    padding: 1em;
    border-top: 1px solid #eee;
    margin: 0;
}

.wc-metaboxes-wrapper .wc-metabox table td.attribute_name {
    width: 200px;
}

.wc-metaboxes-wrapper .wc-metabox table td {
    text-align: left;
    padding: 0 6px 1em 0;
    vertical-align: top;
    border: 0;
}

.wc-metaboxes-wrapper .wc-metabox table td label {
    text-align: left;
    display: block;
    line-height: 21px;
}

.wc-metaboxes-wrapper .wc-metabox table td input,
.wc-metaboxes-wrapper .wc-metabox table td textarea {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 14px;
    padding: 4px;
    color: #555;
}

.wc-metaboxes-wrapper .wc-metabox table td input {
    float: left;
    min-width: 200px;
}

.wc-metaboxes-wrapper .wc-metabox table td input,
.wc-metaboxes-wrapper .wc-metabox table td textarea {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 14px;
    padding: 4px;
    color: #555;
}

.wc-metaboxes-wrapper .wc-metabox table td input {
    float: left;
    min-width: 200px;
}

.wc-metaboxes-wrapper .wc-metabox table td {
    text-align: left;
    padding: 0 6px 1em 0;
    vertical-align: top;
    border: 0;
}

.wc-metaboxes-wrapper .wc-metabox table td label {
    text-align: left;
    display: block;
    line-height: 21px;
    font-size: 13px;
}

.wc-metaboxes-wrapper .wc-metabox table td .select2-container,
.wc-metaboxes-wrapper .wc-metabox table td select {
    width: 100%!important;
}

.wc-metaboxes-wrapper .wc-metabox select {
    font-weight: 400;
}

.wc-metaboxes-wrapper .wc-metabox table td .select2-container,
.wc-metaboxes-wrapper .wc-metabox table td select {
    width: 100%!important;
}

.wc-metaboxes-wrapper .wc-metabox table .minus,
.wc-metaboxes-wrapper .wc-metabox table .plus {
    margin-top: 6px;
}

.wc-metaboxes-wrapper .wc-metabox table .minus,
.wc-metaboxes-wrapper .wc-metabox table .plus {
    margin-top: 6px;
}

.wc-metaboxes-wrapper .wc-metabox table .fr {
    float: right;
}

.wc-metaboxes-wrapper .wc-metabox table .minus,
.wc-metaboxes-wrapper .wc-metabox table .plus {
    margin-top: 6px;
}

.wc-metaboxes-wrapper .fr,
.wc-metaboxes-wrapper button.add_variable_attribute {
    float: right;
    margin: 0 0 0 6px;
}

.wc-metaboxes-wrapper .toolbar:last-child {
    border-bottom: 0;
}

.wc-metaboxes-wrapper .toolbar {
    margin: 0!important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    padding: 9px 12px!important;
}

.wc-metaboxes-wrapper#product_attributes .expand-close {
    float: right;
    line-height: 28px;
}

.wc-metaboxes-wrapper .expand-close {
    margin-right: 2px;
    color: #777;
    font-size: 12px;
    font-style: italic;
}

.wc-metaboxes-wrapper .expand-close a {
    background: 0 0;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
}

.wc-metaboxes-wrapper .expand-close a {
    background: 0 0;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
}

.button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.wc-metaboxes-wrapper .wc-metabox table td input.checkbox {
    width: 16px;
    min-width: inherit;
    vertical-align: text-bottom;
    display: inline-block;
    float: none;
}

.wc-metaboxes-wrapper .wc-metabox table td input,
.wc-metaboxes-wrapper .wc-metabox table td textarea {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 14px;
    padding: 4px;
    color: #555;
    border-radius: 4px;
    border: 1px solid #8c8f94;
}

.wc-metaboxes-wrapper .wc-metabox table td textarea {
    max-height: 80px;
}

.woocommerce_attribute h3:hover .sort,
.woocommerce_attribute.ui-sortable-helper .sort,
.woocommerce_variation h3:hover .sort,
.woocommerce_variation.ui-sortable-helper .sort {
    visibility: visible
}

.wc-metaboxes-wrapper .wc-metabox h3:hover .handlediv,
.wc-metaboxes-wrapper .wc-metabox h3:hover a.delete,
.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper .handlediv,
.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper a.delete {
    visibility: visible
}

.attribute_name strong {
    font-size: 13px;
}

.bt-option-panel input[type="checkbox"] {
    margin-left: 0;
}

#bt-advanced-product-data p label {
    float: left;
}

.ui-sortable a.button.upload_file_button {
    margin-top: 0;
}

.woocommerce_options_panel label {
    position: static;
    width: 150px;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
}

.footer-wrapper {
    position: initial !important;
}

#bt-product-form .bt-box-container .bt-header span,
#bt-edit-product-form .bt-box-container .bt-header span {
    display: flex;
}

#bt-product-form .bt-header,
#bt-edit-product-form .bt-header {
    display: flex;
    align-items: center;
}

#bt-product-form .bt-header h2,
#bt-edit-product-form .bt-header h2 {
    margin-bottom: 0;
    padding-right: 10px;
    margin-top: 0;
    margin: 0;
}

#virtual_downloadable_product {
    display: flex;
    align-items: center;
}


/* downloadables files style*/
.woocommerce_options_panel .downloadable_files table,
.woocommerce_variations .downloadable_files table {
    width: 100%;
    padding: 0!important;
}

.woocommerce_options_panel .downloadable_files table th,
.woocommerce_variations .downloadable_files table th {
    padding: 7px 0 7px 7px!important;
    text-align: left;
}

.woocommerce_options_panel .downloadable_files table th.sort,
.woocommerce_variations .downloadable_files table th.sort {
    width: 17px;
    padding: 7px!important;
}

.woocommerce_options_panel .downloadable_files table th .woocommerce-help-tip,
.woocommerce_variations .downloadable_files table th .woocommerce-help-tip {
    font-size: 1.1em;
    margin-left: 0;
}

.woocommerce_options_panel .downloadable_files table td,
.woocommerce_variations .downloadable_files table td {
    vertical-align: middle!important;
    padding: 4px 7px 4px 7px!important;
    position: relative;
}

.woocommerce_options_panel .downloadable_files table td:last-child,
.woocommerce_variations .downloadable_files table td:last-child {
    padding-right: 7px!important;
}

.woocommerce_options_panel .downloadable_files table td input.input_text,
.woocommerce_variations .downloadable_files table td input.input_text {
    width: 100%;
    float: none;
    min-width: 0;
    margin: 1px 0;
}

.woocommerce_options_panel .downloadable_files table td .upload_file_button,
.woocommerce_variations .downloadable_files table td .upload_file_button {
    width: auto;
    float: right;
    cursor: pointer;
}

.woocommerce_options_panel .downloadable_files table td .delete,
.woocommerce_variations .downloadable_files table td .delete {
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.2em;
}

.woocommerce_options_panel .downloadable_files table td .delete::before,
.woocommerce_variations .downloadable_files table td .delete::before {
    font-family: Dashicons;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f153";
    color: #999;
}

.woocommerce_options_panel .downloadable_files table td .delete:hover::before,
.woocommerce_variations .downloadable_files table td .delete:hover::before {
    color: #a00;
}

.woocommerce_options_panel .downloadable_files table td.sort,
.woocommerce_variations .downloadable_files table td.sort {
    width: 17px;
    cursor: move;
    font-size: 15px;
    text-align: center;
    background: #f9f9f9;
    padding-right: 7px!important;
}

.woocommerce_options_panel .downloadable_files table td.sort::before,
.woocommerce_variations .downloadable_files table td.sort::before {
    content: "\f333";
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}

.woocommerce_options_panel .downloadable_files table td.sort:hover::before,
.woocommerce_variations .downloadable_files table td.sort:hover::before {
    color: #333;
}

.woocommerce_attribute h3 .sort,
.woocommerce_variation h3 .sort {
    width: 17px;
    height: 26px;
    cursor: move;
    float: right;
    font-size: 15px;
    font-weight: 400;
    margin-right: .5em;
    visibility: hidden;
    text-align: center;
    vertical-align: middle;
}

.woocommerce_attribute h3 .sort::before,
.woocommerce_variation h3 .sort::before {
    content: "\f333";
    font-family: Dashicons;
    text-align: center;
    line-height: 28px;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}

.woocommerce_attribute h3 .sort:hover::before,
.woocommerce_variation h3 .sort:hover::before {
    color: #777;
}

.woocommerce_attribute h3:hover .sort,
.woocommerce_attribute.ui-sortable-helper .sort,
.woocommerce_variation h3:hover .sort,
.woocommerce_variation.ui-sortable-helper .sort {
    visibility: visible;
}

.woocommerce_options_panel {
    min-height: 175px;
    box-sizing: border-box;
}

.woocommerce_options_panel .downloadable_files {
    padding: 0 9px 0 162px;
    position: relative;
    margin: 9px 0;
}

.woocommerce_options_panel .downloadable_files label {
    position: absolute;
    left: 0;
    margin: 0 0 0 12px;
    line-height: 24px;
}

.woocommerce_options_panel p {
    margin: 9px 0;
}

.woocommerce_options_panel fieldset.form-field,
.woocommerce_options_panel p.form-field {
    padding: 5px 20px 5px 162px!important;
}

.woocommerce_options_panel .sale_price_dates_fields .short:first-of-type {
    margin-bottom: 1em;
}

.woocommerce_options_panel .sale_price_dates_fields .short:nth-of-type(2) {
    clear: left;
}

.woocommerce_options_panel label,
.woocommerce_options_panel legend {
    float: left;
    width: 150px;
    padding: 0;
    margin: 0 0 0 -150px;
}

.woocommerce_options_panel label .req,
.woocommerce_options_panel legend .req {
    font-weight: 700;
    font-style: normal;
    color: #a00;
}

.woocommerce_options_panel .description {
    padding: 0;
    margin: 0 0 0 7px;
    clear: none;
    display: inline;
}

.woocommerce_options_panel .description-block {
    margin-left: 0;
    display: block;
}

.woocommerce_options_panel input,
.woocommerce_options_panel select,
.woocommerce_options_panel textarea {
    margin: 0;
}

.woocommerce_options_panel textarea {
    float: left;
    height: 3.5em;
    line-height: 1.5em;
    vertical-align: top;
}

.woocommerce_options_panel input[type=email],
.woocommerce_options_panel input[type=number],
.woocommerce_options_panel input[type=password],
.woocommerce_options_panel input[type=text] {
    width: 50%;
    float: left;
}

.woocommerce_options_panel input.button {
    width: auto;
    margin-left: 8px;
}

.woocommerce_options_panel select {
    float: left;
}

.woocommerce_options_panel .short,
.woocommerce_options_panel input[type=email].short,
.woocommerce_options_panel input[type=number].short,
.woocommerce_options_panel input[type=password].short,
.woocommerce_options_panel input[type=text].short {
    width: 50%;
}

.woocommerce_options_panel .sized {
    width: auto!important;
    margin-right: 6px;
}

.woocommerce_options_panel .options_group {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
}

.woocommerce_options_panel .options_group:first-child {
    border-top: 0;
}

.woocommerce_options_panel .options_group:last-child {
    border-bottom: 0;
}

.woocommerce_options_panel .options_group fieldset {
    margin: 9px 0;
    font-size: 12px;
    padding: 5px 9px;
    line-height: 24px;
}

.woocommerce_options_panel .options_group fieldset label {
    width: auto;
    float: none;
}

.woocommerce_options_panel .options_group fieldset ul {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.woocommerce_options_panel .options_group fieldset ul li {
    margin: 0;
    width: auto;
}

.woocommerce_options_panel .options_group fieldset ul li input {
    width: auto;
    float: none;
    margin-right: 4px;
}

.woocommerce_options_panel .options_group fieldset ul.wc-radios label {
    margin-left: 0;
}

.woocommerce_options_panel .dimensions_field .wrap {
    display: block;
    width: 50%;
}

.woocommerce_options_panel .dimensions_field .wrap input {
    width: 30.75%;
    margin-right: 3.8%;
}

.woocommerce_options_panel .dimensions_field .wrap .last {
    margin-right: 0;
}

.woocommerce_options_panel.padded {
    padding: 1em;
}

.woocommerce_options_panel .select2-container {
    float: left;
}

.wc-metabox-content img.ui-datepicker-trigger,
.woocommerce_options_panel img.ui-datepicker-trigger {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
    margin-left: 4px;
}

.woocommerce_options_panel .description {
    display: block;
    clear: both;
    margin-left: 0;
}

.woocommerce_options_panel .dimensions_field .wrap,
.woocommerce_options_panel .short,
.woocommerce_options_panel input[type=email].short,
.woocommerce_options_panel input[type=number].short,
.woocommerce_options_panel input[type=password].short,
.woocommerce_options_panel input[type=text].short {
    width: 70%;
}

.woocommerce_options_panel .downloadable_files,
.woocommerce_variations .downloadable_files {
    padding: 0;
    clear: both;
}

.woocommerce_options_panel .downloadable_files label,
.woocommerce_variations .downloadable_files label {
    position: static;
}

.woocommerce_options_panel .downloadable_files table,
.woocommerce_variations .downloadable_files table {
    margin: 0 12px 24px;
    width: 94%;
}

.woocommerce_options_panel .downloadable_files table .sort,
.woocommerce_variations .downloadable_files table .sort {
    visibility: visible;
}

.woocommerce_options_panel .woocommerce_variable_attributes .downloadable_files table,
.woocommerce_variations .woocommerce_variable_attributes .downloadable_files table {
    margin: 0 0 1em;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content label {
    justify-content: flex-start !important;
}

body.hide-account-menu .woocommerce .woocommerce-MyAccount-content{
    width: 100%;
}

div#footer, footer#site-footer{
    clear: both;
}

#bt-edit-product-form #bt-general-product-data span.description,#bt-edit-product-form #bt-inventory-product-data #bt-sold-individually+span{ 
    font-size: 12px;
}

/* product list pagination */
.product_list_pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

.product_list_pagination .page-numbers{
    padding: 0px 20px;
    border: 1px solid #000;
    text-decoration: none;
}

.product_list_pagination .page-numbers:hover{
    text-decoration: underline;
}

/* my-account > product-list - search form */
.product-list-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

form.product-list-form-container {
  color: #555;
  display: flex;
  padding: 2px;
  border: 1px solid currentColor;
  border-radius: 5px;
  margin: 0 0 30px;
}

form.product-list-form-container input[type="text"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}

form.product-list-form-container input[type="text"]::placeholder {
  color: #000;
}

form.product-list-form-container button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

form.product-list-form-container button[type="submit"]:hover {
  opacity: 1;
}

form.product-list-form-container button[type="submit"]:focus,
form.product-list-form-container input[type="text"]:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
}
/* end serach form */

@media only screen and (max-width:900px) {
    #woocommerce-coupon-data ul.coupon_data_tabs,
    #woocommerce-product-data .wc-tabs-back,
    #woocommerce-product-data ul.product_data_tabs {
        width: 10%;
    }
    #woocommerce-coupon-data .wc-metaboxes-wrapper,
    #woocommerce-coupon-data .woocommerce_options_panel,
    #woocommerce-product-data .wc-metaboxes-wrapper,
    #woocommerce-product-data .woocommerce_options_panel {
        width: 90%;
    }
    .woocommerce_options_panel .downloadable_files table th {
        text-align: left;
    }
    .woocommerce_options_panel .downloadable_files table td {
        padding: 4px 7px 4px 7px!important;
    }
}

label {
    font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 15px;
}

td {
    word-break: initial;
}

#bt-edit-product-form .bt-box-container.bt-product-box-container label {
    font-size: 16px;
}

.woocommerce table.bt_table, .woocommerce .bt-plugin-context-inner{
    margin: 0;
    padding: 0;
}


/* Media Queries */
@media screen and (max-width: 1024px) {
    #bt-product-form .bt-header,
    #bt-edit-product-form .bt-header {
        display: block !important;
    }
    #virtual_downloadable_product {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    #virtual_downloadable_product {
        display: block;
    }
    #bt-edit-product-form .bt-header {
        display: block !important;
    }
    #bt-product-form .bt-header,
    #bt-edit-product-form .bt-header {
        display: block !important;
    }
}

@media screen and (max-width: 900px) {
    .bt-plugin-context .bt-main-col {
        float: none;
        width: 100%;
    }
    .bt-plugin-context .bt-side-col {
        width: 100%;
        float: none;
        padding-left: 0px;
    }
    .bt-box-container .bt-content .bt-wc-tabs {
        width: 10%;
    }
    .bt-box-container .bt-content .bt-wc-tabs {
        text-align: center;
    }
    .bt-box-container .bt-content .bt-wc-tabs a span {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    #bt-product-form .bt-header {
        display: block;
    }
    #bt-product-form .bt-box-container .bt-header span {
        display: block;
    }
    /* product list pagination */
    .product_list_pagination .page-numbers{
        padding: 0px 8px;
        border: 1px solid #000;
        text-decoration: none;
    }
}

@media only screen and (max-width:500px) {
    .woocommerce_options_panel label,
    .woocommerce_options_panel legend {
        float: none;
        width: auto;
        display: block;
        margin: 0;
    }
    .woocommerce_options_panel fieldset.form-field,
    .woocommerce_options_panel p.form-field {
        padding: 5px 20px!important;
    }
    .addons-wcs-banner-block {
        flex-direction: column;
    }
    #bt-product-form .bt-box-container .bt-header span,
    #bt-edit-product-form .bt-box-container .bt-header span {
        display: block;
    }
    /* product list pagination */
    .product_list_pagination .page-numbers{
        padding: 0px 5px;
        border: 1px solid #000;
        text-decoration: none;
    }
}