/*****************************************************************/
/*                    TEMPLATES STYLES                           */
/*****************************************************************/

.br_framework_settings .framework-form-table > tbody > tr > td.br_label_css_templates,
.br_framework_settings .framework-form-table > thead > tr > td.br_label_css_templates,
.br_framework_settings .framework-form-table > tfoot > tr > td.br_label_css_templates,
.br_framework_settings .framework-form-table > tr > td.br_label_css_templates {
    width: 75%;
}

.br_framework_settings ul.br_template_select {
    margin: 0;
    display: flex;
    padding: 10px;
    position: absolute;
}

.br_framework_settings .br_template_select li {
    margin: 0 12px 0 0;
    float: left;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}

.br_framework_settings .br_template_select li label {
    display: block;
    border: 3px solid #f0f0f0;
    border-radius: 3px;
    padding: 10px;
    height: auto;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.br_framework_settings .br_template_select li label:hover {
    border-color: #e8ebf1;
}

.br_framework_settings .br_template_select li label > span {
    position: relative;
    display: block;
    width: 120px;
    height: 154px;
    background: transparent url("../images/preview.png");
    background-size: cover;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child {
    position: relative;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child .berocket_selected_image {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 0;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child .berocket_selected_image img{
    max-width: 120px;
    max-height: 80px;
    width: auto;
    padding-top: 20px;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child label {
    height: 180px;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child label > span {
    background: transparent;
    font-size: 26px;
    text-align: center;
    line-height: 1.15em;
    padding-top: 25px;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child label > span b{
    font-weight: normal;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child label > span input.button {
    margin-top: 20px;
    margin-bottom: 0;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child label.has_custom_image > span {
    padding-top: 0;
}
.br_framework_settings .tab-image-templates .br_template_select li:first-child label.has_custom_image > span b {
    display: none;
}

.br_framework_settings .br_template_select li label img {
    width: 100%;
    display: block;
    max-width: 120px;
    margin: 0 auto;
}

.br_framework_settings .br_template_select li input {
    display: none;
}

.br_framework_settings .br_template_select li input:checked + label {
    border-color: #4fd1cd;
}


/* preview label styles */
.br_framework_settings .br_template_select li label > span span {
    position: absolute;
    display: block;
    background-color: #f16543;
    color: white;
    text-align: center;
    right: 0;
}
.br_framework_settings .br_template_select li label > span span:before,
.br_framework_settings .br_template_select li label > span span:after {
    content: "";
    position: absolute;
    display: block;
}
.br_framework_settings .br_template_select li label > span span b {
    position: relative;
    z-index: 100;
}
.br_framework_settings .br_template_select li label > span span i {
    background-color: #f16543;
    display: block;
    position: absolute;
}
.br_framework_settings .br_template_select li label > span span i:after,
.br_framework_settings .br_template_select li label > span span i:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

/* css preview */
.br_framework_settings .br_template_select li label.css-1 > span span {
    width: 50px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    top: 0;
}
.br_framework_settings .br_template_select li label.css-2 > span span {
    width: 40px;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    top: 0;
}
.br_framework_settings .br_template_select li label.css-3 > span span {
    width: 50px;
    height: 30px;
    border-radius: 0;
    line-height: 30px;
    top: 0;
}
.br_framework_settings .br_template_select li label.css-4 > span span {
    width: 46px;
    height: 33px;
    border-radius: 50%;
    line-height: 32px;
    top: 0;
}
.br_framework_settings .br_template_select li label.css-5 > span span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    top: 0;
}

.br_framework_settings .br_template_select li label > span span b,
.br_framework_settings .br_template_select li label > span span i {
    display: none;
}

.br_framework_settings .br_template_select li label.css-1 > span span b,
.br_framework_settings .br_template_select li label.css-1 > span span i,
.br_framework_settings .br_template_select li label.css-2 > span span b,
.br_framework_settings .br_template_select li label.css-2 > span span i,
.br_framework_settings .br_template_select li label.css-3 > span span b,
.br_framework_settings .br_template_select li label.css-3 > span span i,
.br_framework_settings .br_template_select li label.css-4 > span span b,
.br_framework_settings .br_template_select li label.css-4 > span span i,
.br_framework_settings .br_template_select li label.css-5 > span span b,
.br_framework_settings .br_template_select li label.css-5 > span span i,
.br_framework_settings .br_template_select li label.css-16 > span span b,
.br_framework_settings .br_template_select li label.css-16 > span span i {
    display: block;
}

.br_framework_settings .br_template_select li label.css-6 > span span,
.br_framework_settings .br_template_select li label.css-7 > span span,
.br_framework_settings .br_template_select li label.css-9 > span span,
.br_framework_settings .br_template_select li label.css-10 > span span {
    height: 55px;
    width: 55px;
    top: -6px;
    right: -6px;
}

.br_framework_settings .berocket_alabel_id_demo li label.css-14 > span span b {
    width: 96px;
}

.br_framework_settings .br_template_select li label.css-16 > span span {
    background: transparent;
    border-bottom: 2px solid #f16543;
    padding-bottom: 3px;
    right: 13px;
    top: 13px;
}

.br_framework_settings .br_template_select li label.css-19 > span span {
    background: transparent url('../images/templates/preview/css-19.png') no-repeat right top/contain;
    height: 50px;
    width: 50px;
    top: -6px;
    right: -6px;
}

.br_framework_settings .br_template_select li label.css-20 > span span {
    background: transparent url('../images/templates/preview/css-20.png') no-repeat right top/contain;
    height: 60px;
    width: 60px;
    top: -3px;
    right: -3px;
}

.br_framework_settings .br_template_select li label.css-23 > span span {
    background: transparent url('../images/templates/preview/css-23.png') no-repeat right top/contain;
    height: 25px;
    width: 69px;
    top: 15px;
    right: 15px;
}

.br_framework_settings .br_template_select li label.css-6 > span span {
    background: transparent url('../images/templates/preview/css-6.png') no-repeat right top/contain;
}

.br_framework_settings .br_template_select li label.css-7 > span span {
    background: transparent url('../images/templates/preview/css-7.png') no-repeat right top/contain;
    top: -8px;
    right: -8px;
}

.br_framework_settings .br_template_select li label.css-24 > span span {
    background: transparent url('../images/templates/preview/css-24.png') no-repeat right top/contain;
    height: 55px;
    width: 55px;
    top: 13px;
    right: 14px;
}

.br_framework_settings .br_template_select li label.css-25 > span span {
    background: transparent url('../images/templates/preview/css-25.png') no-repeat right top/contain;
    height: 55px;
    width: 55px;
    top: 12px;
    right: 12px;
}

.br_framework_settings .br_template_select li label.css-26 > span span {
    background: transparent url('../images/templates/preview/css-26.png') no-repeat right top/contain;
    height: 45px;
    width: 45px;
    top: 12px;
    right: 12px;
}

.br_framework_settings .br_template_select li label.css-8 > span span {
    background: transparent url('../images/templates/preview/css-8.png') no-repeat right top/contain;
    height: 44px;
    width: 55px;
    top: 0px;
    right: 0;
}

.br_framework_settings .br_template_select li label.css-28 > span span {
    background: transparent url('../images/templates/preview/css-28.png') no-repeat left top/contain;
    height: 50px;
    width: 50px;
    top: 2px;
    left: 16px;
}

.br_framework_settings .br_template_select li label.css-29 > span span {
    background: transparent url('../images/templates/preview/css-29.png') no-repeat left top/contain;
    height: 40px;
    width: 40px;
    top: 13px;
    left: 13px;
}

.br_framework_settings .br_template_select li label.css-17 > span span {
    background: transparent url('../images/templates/preview/css-17.png') no-repeat right top/contain;
    height: 80px;
    width: 30px;
    top: 9px;
    right: 15px;
}

.br_framework_settings .br_template_select li label.css-18 > span span {
    background: transparent url('../images/templates/preview/css-18.png') no-repeat left top/contain;
    height: 40px;
    width: 90px;
    top: 14px;
    left: 14px;
}

.br_framework_settings .br_template_select li label.css-9 > span span {
    background: transparent url('../images/templates/preview/css-9.png') no-repeat right top/contain;
}

.br_framework_settings .br_template_select li label.css-10 > span span {
    background: transparent url('../images/templates/preview/css-10.png') no-repeat right top/contain;
    top: -8px;
    right: -9px;
}

.br_framework_settings .br_template_select li label.css-21 > span span {
    background: transparent url('../images/templates/preview/css-21.png') no-repeat right top/contain;
    height: 50px;
    width: 50px;
    top: 13px;
    right: 13px;
}

.br_framework_settings .br_template_select li label.css-22 > span span {
    background: transparent url('../images/templates/preview/css-22.png') no-repeat right top/contain;
    height: 50px;
    width: 50px;
    top: 13px;
    right: 13px;
}

.br_framework_settings .br_template_select li label.css-11 > span span {
    background: transparent url('../images/templates/preview/css-11.png') no-repeat right top/contain;
    height: 55px;
    width: 55px;
    top: 7px;
    right: 7px;
}

.br_framework_settings .br_template_select li label.css-12 > span span {
    background: transparent url('../images/templates/preview/css-12.png') no-repeat top right/contain;
    height: 68px;
    width: 60px;
    top: 4px;
    right: 4px;
}

.br_framework_settings .br_template_select li label.css-13 > span span {
    background: transparent url('../images/templates/preview/css-13.png') no-repeat top right/contain;
    height: 69px;
    width: 68px;
    top: 7px;
    right: 7px;
}

.br_framework_settings .br_template_select li label.css-14 > span span {
    background: transparent url('../images/templates/preview/css-14.png') no-repeat 0 0 /cover;
    height: 25px;
    width: 79px;
    top: 15px;
    right: 5px;
}

.br_framework_settings .br_template_select li label.css-27 > span span {
    background: transparent url('../images/templates/preview/css-27.png') no-repeat 0 0 /cover;
    height: 20px;
    width: 90px;
    top: 13px;
    right: 11px;
}

.br_framework_settings .br_template_select li label.css-15 > span span {
    background: transparent url('../images/templates/preview/css-15.png') no-repeat 0 0/contain;
    height: 35px;
    width: 35px;
    top: 13px;
    right: 13px;
}

.br_framework_settings .br_template_select li label.css-30 > span span {
    background: transparent url('../images/templates/preview/css-30.png') no-repeat top right/contain;
    height: 30px;
    width: 60px;
    top: 0;
    right: 0;
}


/* image preview */
.br_framework_settings .br_template_select li label.template-preview-image > span span b,
.br_framework_settings .br_template_select li label.template-preview-image > span span i {
    display: none;
}
.br_framework_settings .br_template_select li label.template-preview-image > span span {
    height: 74px;
    width: 66px;
    top: -6px;
    right: -6px;
}
.br_framework_settings .br_template_select li label.image-1 > span span {
    background: transparent url('../images/templates/preview/image-1.png') no-repeat right top/contain;
}
.br_framework_settings .br_template_select li label.image-2 > span span {
    background: transparent url('../images/templates/preview/image-2.png') no-repeat right top/contain;
}
.br_framework_settings .br_template_select li label.image-3 > span span {
    background: transparent url('../images/templates/preview/image-3.png') no-repeat right top/contain;
}
.br_framework_settings .br_template_select li label.image-4 > span span {
    background: transparent url('../images/templates/preview/image-4.png') no-repeat right top/contain;
}
.br_framework_settings .br_template_select li label.image-5 > span span {
    background: transparent url('../images/templates/preview/image-5.png') no-repeat right top/contain;
}
.br_framework_settings .br_template_select li label.image-6 > span span {
    background: transparent url('../images/templates/preview/image-6.png') no-repeat right top/contain;
    top: 0;
    right: -15px;
}
.br_framework_settings .br_template_select li label.image-7 > span span {
    background: transparent url('../images/templates/preview/image-7.png') no-repeat right top/contain;
    height: 90px;
}
.br_framework_settings .br_template_select li label.image-8 > span span {
    background: transparent url('../images/templates/preview/image-8.png') no-repeat right top/contain;
    height: 101px;
    right: -6px;
}
.br_framework_settings .br_template_select li label.image-9 > span span {
    background: transparent url('../images/templates/preview/image-9.png') no-repeat right top/contain;
    top: -10px;
    right: -10px;
}
.br_framework_settings .br_template_select li label.image-10 > span span {
    background: transparent url('../images/templates/preview/image-10.png') no-repeat right top/contain;
    right: -25px;
}
.br_framework_settings .br_template_select li label.image-11 > span span {
    background: transparent url('../images/templates/preview/image-11.png') no-repeat right top/contain;
    right: -25px;
}
.br_framework_settings .br_template_select li label.image-12 > span span {
    background: transparent url('../images/templates/preview/image-12.png') no-repeat right top/contain;
    height: 92px;
    width: 100px;
}
.br_framework_settings .br_template_select li label.image-13 > span span {
    background: transparent url('../images/templates/preview/image-13.png') no-repeat right top/contain;
    height: 92px;
    width: 100px;
}
.br_framework_settings .br_template_select li label.image-14 > span span {
    background: transparent url('../images/templates/preview/image-14.png') no-repeat right top/contain;
    height: 84px;
    width: 90px;
}

/*.br_framework_settings .br_template_select li label.advanced-1 > span span b,
.br_framework_settings .br_template_select li label.advanced-2 > span span b,
.br_framework_settings .br_template_select li label.advanced-3 > span span b,
.br_framework_settings .br_template_select li label.advanced-4 > span span b,
.br_framework_settings .br_template_select li label.advanced-5 > span span b,
.br_framework_settings .br_template_select li label.advanced-6 > span span b,
.br_framework_settings .br_template_select li label.advanced-7 > span span b,
.br_framework_settings .br_template_select li label.advanced-8 > span span b,
.br_framework_settings .br_template_select li label.advanced-9 > span span b,
.br_framework_settings .br_template_select li label.advanced-10 > span span b,
.br_framework_settings .br_template_select li label.advanced-11 > span span b,
.br_framework_settings .br_template_select li label.advanced-12 > span span b {
    display: none;
}*/

.br_framework_settings .br_template_select li label.advanced-1 > span span {
    background: transparent url('../images/templates/preview/advanced-1.png') no-repeat right top/contain;
    height: 50px;
    right: 4px;
    top: 14px;
    width: 60px;
}

.br_framework_settings .br_template_select li label.advanced-2 > span span {
    background: transparent url('../images/templates/preview/advanced-2.png') no-repeat right top/contain;
    height: 50px;
    right: 5px;
    top: 14px;
    width: 70px;
}

.br_framework_settings .br_template_select li label.advanced-3 > span span {
    background: transparent url('../images/templates/preview/advanced-3.png') no-repeat right top/contain;
    height: 50px;
    right: -5px;
    top: -5px;
    width: 50px;
}

.br_framework_settings .br_template_select li label.advanced-4 > span span {
    background: transparent url('../images/templates/preview/advanced-4.png') no-repeat right top/contain;
    height: 50px;
    right: 12px;
    top: 8px;
    width: 60px;
}

.br_framework_settings .br_template_select li label.advanced-5 > span span {
    background: transparent url('../images/templates/preview/advanced-5.png') no-repeat right top/contain;
    height: 50px;
    right: 12px;
    top: 8px;
    width: 60px;
}

.br_framework_settings .br_template_select li label.advanced-6 > span span {
    background: transparent url('../images/templates/preview/advanced-6.png') no-repeat right top/contain;
    height: 60px;
    right: 12px;
    top: 8px;
    width: 60px;
}

.br_framework_settings .br_template_select li label.advanced-7 > span span {
    background: transparent url('../images/templates/preview/advanced-7.png') no-repeat right top/contain;
    height: 60px;
    right: 13px;
    top: 14px;
    width: 50px;
}

.br_framework_settings .br_template_select li label.advanced-8 > span span {
    background: transparent url('../images/templates/preview/advanced-8.png') no-repeat right top/contain;
    height: 60px;
    right: 13px;
    top: 14px;
    width: 55px;
}

.br_framework_settings .br_template_select li label.advanced-9 > span span {
    background: transparent url('../images/templates/preview/advanced-9.png') no-repeat right top/contain;
    height: 55px;
    right: 9px;
    top: 9px;
    width: 65px;
}

.br_framework_settings .br_template_select li label.advanced-10 > span span {
    background: transparent url('../images/templates/preview/advanced-10.png') no-repeat right top/contain;
    height: 65px;
    right: 6px;
    top: -3px;
    width: 60px;
}

.br_framework_settings .br_template_select li label.advanced-11 > span span {
    background: transparent url('../images/templates/preview/advanced-11.png') no-repeat right top/contain;
    height: 65px;
    left: 5px;
    top: 3px;
    width: 70px;
}

.br_framework_settings .br_template_select li label.advanced-12 > span span {
    background: transparent url('../images/templates/preview/advanced-12.png') no-repeat right top/contain;
    height: 65px;
    right: 13px;
    top: 13px;
    width: 60px;
}

/*****************************************************************/
/*                PREVIEW WITH TEMPLATE STYLES                   */
/*****************************************************************/
.berocket_label_preview > span {
    display: none;
}

.berocket_label_preview.template-css-1 > span {
    display: block;
}

.br_framework_settings .br_template_select li label > span span {
    position: absolute;
    display: block;
    background-color: #f16543;
    color: white;
    text-align: center;
    right: 0;
}
.br_framework_settings .br_template_select li label > span span:before,
.br_framework_settings .br_template_select li label > span span:after {
    content: "";
    position: absolute;
    display: block;
}
.br_framework_settings .br_template_select li label > span span b {
    position: relative;
    z-index: 100;
}
.br_framework_settings .br_template_select li label > span span i {
    background-color: #f16543;
    display: block;
    position: absolute;
}
.br_framework_settings .br_template_select li label > span span i:after,
.br_framework_settings .br_template_select li label > span span i:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.berocket_template_hide_not_worked_option {
    display: none!important;
}

/*****************************************************************/
/*                     COMMON STYLES                             */
/*****************************************************************/
.clear-both {
    clear: both;
}
.br_framework_settings .clear {
    clear: both !important;
    float: none !important;
    width: 0 !important;
}

.br_settings_vtab {
    cursor: pointer;
    background-color: #e7e7e7;
    padding: 10px 15px;
    border: 1px solid #bbb;
}
.br_settings_vtab.active {
    background-color: #ddd;
}
.br_settings_vtab-content {
    display: none;
    min-height: 205px;
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}
.br_settings_vtab-content.active {
    display: block;
}
.br_settings_vtab-content h3 {
    line-height: 1.4em;
    margin: 0;
    padding: 85px 0 0 40px;
}
#woocommerce-coupon-data ul.wc-tabs li.product_labels a::before,
#woocommerce-product-data ul.wc-tabs li.product_labels a::before,
.woocommerce ul.wc-tabs li.product_labels a::before {
    font-family: Dashicons;
    content: "\f323";
}
.br_framework_settings .berocket-label-margin-paddings-block {
    margin: 3px 0;
    width: 50px;
}
.framework-form-table th {
    width: 30%;
}
section.premium-only {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
}
section.premium-only:after {
    content: "\f023";
    font-size: 24px;
    color: #4fd1cd;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 11px;
    top: 8px;
    z-index: 200;
}
section.premium-only:hover:after {
    color: gold;
}
section.premium-only a {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 199;
    padding-top: 50%;
    font-size: 18px;
    line-height: 1em;
    color: gold;
    transition: all 0.2s ease-out 0s;
    text-align: center;
    background-color: #2c3b48;
    border-radius: 10px;
}
section.premium-only:hover a {
    opacity: 1;
    text-align: center;
}
section.premium-only a span i {
    font-size: 0.6em;
    top: -2px;
    position: relative;
}

.berocket_hide {
    display: none !important;
}

.br_framework_settings .berocket_framework_menu_tooltip textarea{
    min-height: 100px;
}

.berocket_tooltip_image {
    max-height: 100%;
    max-width: 100%;
}

.berocket_alabel_demo_left:not(.br_alabel_in_title) {
    float: left;
}

.berocket_alabel_demo_right:not(.br_alabel_in_title) {
    float: right;
}

.br_framework_settings input[type=number] {
    max-width: 60px;
}

.berocket_product_in_title_wrap span {
    font-size: 23px;
}

.berocket_product_label_wrap .br_alabel_center span {
    margin-left: auto;
    margin-right: auto;
}

.br_range {
    width: 295px;
}

.br_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.br_switch input {
    display:none;
}

.br_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    border-radius: 34px;
    -webkit-transition: .4s;
    transition: .4s;
}

.br_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus + .br_slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .br_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.br_gradient_button {
    background: #009688;
    color: white;
    margin: 0 0 0 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-shadow: none;
    border: 0 none;
    min-width: 120px;
    -moz-user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    outline: 0 none;
    padding: 8px 32px;
    text-align: center;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    white-space: nowrap;
}

.br_gradient_button:hover {
    background: #00beb0;
}

.br_label_be_for {
    margin-right: 3px;
}

.brapl_line_setup_wrap .brapl_select_line_setup_id {
    float: left;
    margin-right: 5px;
}
.brapl_line_setup_wrap .lines_setup table {
    min-width: 360px;
}
.brapl_line_setup_wrap .lines_setup table th{
    width: 50%;
    text-align: left;
}

.br_framework_settings .framework-form-table tbody td .br_line_delimiter {
    display: none;
}

.br_framework_settings .framework-form-table tbody td label {
    margin-right: 10px;
}

.br_framework_settings .framework-form-table tbody td label.br_switch {
    margin-left: 10px;
    margin-right: 0;
}

.br_framework_settings .framework-form-table tbody td .br_template_select li label {
    margin-right: 0;
}

.br_hidden_option {
    display: none;
}

.br_option_scale + span {
    line-height: 30px;
}

.post-type-br_labels .berocket_color .colpick {
    top: auto !important;
    left: auto !important;
}