.gs_settings .nav-block{
    display: none;
}
.gs_settings .nav-block.nav-block-active{
    display: block;
}
.gs_settings textarea{
    width: 100%;
    resize: vertical;
    min-height: 300px;
}
.gs_saved,
.gs_not_saved{
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 9999999;
    color: #333333;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation-name: br_saved_anim;
    animation-duration: 0.2s;
    transition: background-color 0.6s;
    transition: box-shadow 0.6s;
}
@keyframes br_saved_anim {
    from {
        right: -50px;
    }

    to {
        right: 50px;
    }
}
.gs_saved_remove {
    animation-name: br_saved_remove_anim;
    animation-duration: 0.2s;
}
@keyframes br_saved_remove_anim {
    from {
        right: 50px;
    }

    to {
        right: -50px;
    }
}
.gs_saved{
    box-shadow: 1px 1px 3px 1px #55ff55 inset, 0 0 5px 0;
    background-color: #33bb33;
}
.gs_not_saved{
    box-shadow: 1px 1px 3px 1px #ff5555 inset, 0 0 5px 0;
    background-color: #bb3333!important;
}
.gs_saving {
    box-shadow: 1px 1px 3px 1px #cfcfcf inset, 0 0 5px 0;
    background-color: #bbbbbb!important;
}
.gs_saved .fa,
.gs_not_saved .fa{
    width: 50px;
    display: block;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
}
.gs_saved .fa-check,
.gs_not_saved .fa-times{
    animation-name: br_saved_anim_fa;
    animation-duration: 0.4s;
}
@keyframes br_saved_anim_fa {
    0% {
        font-size: 0px;
    }

    50% {
        font-size: 0px;
    }

    100% {
        font-size: 32px;
    }
}
.colorpicker_field_brand {
    width: 2em;
    height: 1.5em;
    border: 1px solid black;
}
.gs_brand_widget_color .colorpicker_field_brand {
    display: inline-block!important;
    height: 26px;
}
.gs_brand_widget_color .gsand_label {
    float: left;
    height: 28px;
    line-height: 28px;
    padding-right: 1em;
}
.gs_shortcode_info ul{
    margin-left: 2em;
    margin-bottom: 1em;
    margin-top: 0.3em;
}
th#taxonomy-gswcbr_brand {
    width: 100px;
}
.gs_product_brand_settings .product_brand_submit_form { 
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    padding: 0 12px 15px;
    box-sizing: border-box;
}
.gs_product_brand_settings .nav-tab-active { background: #fff; }
.gs_product_brand_settings span.option-desc {
    font-style: italic;
    margin-left: 10px;
}
.gs_product_brand_settings select, .gs_product_brand_settings input[type=number], .gs_product_brand_settings input[type=text] {
    min-width: 140px;
    max-width: 140px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}
.gswbrand-admin-sidebar { text-align: center; }
.gswbrand-admin-sidebar h3 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}
a.gs-pro-link {
    color: #F50303;
    font-weight: bold;
}


/* review notice */

.gslogo-review-notice{
    padding: 15px 15px 15px 0;
    background-color: #fff;
    border-radius: 3px;
    margin: 20px 20px 0 13px;
    border-left: 4px solid transparent;
  }
  .gslogo-review-notice:after{
    content: '';
    display: table;
    clear: both;
  }
  .gslogo-review-thumbnail{
    width: 114px;
    float: left;
    line-height: 80px;
    text-align: center;
    border-right: 4px solid transparent;
  }
  .gslogo-review-thumbnail img {
    width: 72px;
    vertical-align: middle;
    opacity: .85;
    transition: all .3s;
  }
  .gslogo-review-thumbnail img:hover {
    opacity: 1;
  }
  .gslogo-review-text{
    overflow: hidden;
  }
  .gslogo-review-text h3{
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.3;
  }
  .gslogo-review-text p{
    font-size: 13px;
    margin: 0 0 5px;
  }
  .gslogo-review-ul{
    margin: 0;
    padding: 0;
  }
  .gslogo-review-ul li{
    display: inline-block;
    margin-right: 15px;
  }
  .gslogo-review-ul li a{
    display: inline-block;
    color: #10738B;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
  }
  .gslogo-review-ul li a span{
    position: absolute;
    left: 0;
    top: -2px;
  }