.fieldset{
    display: inline-block;
    width: 100%;
}
.form-tabs ul{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
}
.form-tabs ul li.seller-tab{
    display: inline-block;
    width: 25%;
    padding: 11px 15px;
    background-color: #e2e2e2;
    margin-right: 0px;
    float: left;
    padding-left: 37px;
    position: relative;
    font-size: 1.5rem;
    cursor: pointer;
}
.form-tabs ul li.seller-tab.active{
    color: white;
    background-color: green;
}
.form-tabs ul li.seller-tab:after{
    content: "";
    height: 32px;
    width: 32px;
    position: absolute;
    background: inherit;
    right: -16px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotateZ(46deg);
    z-index: 1;
    top: 5px;
}
.form-tabs ul li.seller-tab:last-child:after{
    content: none;
}
.form-blocks .seller-block{
    display: none;
}
.form-blocks .seller-block.active{
    display: block;
}
.form-blocks .seller-block .operations{
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.form-blocks .seller-block .operations button{
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    border: 0;
    color: white;
    background-color: #1a3a85;
}
.form-blocks .seller-block .operations button.next{
    float: right;
}
.form-blocks .seller-block .operations button.prev{
    float: left;
}
ul.calculate_realization_popup li{
    display: inline-block;
    width: 49% !important;
    float: left;
    background: transparent;
    position: static;
    margin-bottom: 7px;
    margin-top: 7px;
    height: 47px;
}
ul.calculate_realization_popup li.sel-realization:first-child{
    width: 100% !important;
    height: initial;
}
ul.calculate_realization_popup li:nth-child(3){
}
ul.calculate_realization_popup li .input-box{
    float: none;
    display: inline-block;
    width: 80%;
}
ul.calculate_realization_popup li label{
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-bottom: 4px;
}
ul.calculate_realization_popup li label.required{

    padding-left: 14px;
}
ul.calculate_realization_popup li label em{
    color: red;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -2px;
}
ul.calculate_realization_popup li .input-box input{
    height: 21px;
}
ul.calculate_realization_popup li .input-box input,
ul.calculate_realization_popup li .input-box select{
    width: 100% !important;
}
ul.calculate_realization_popup li.sel-realization:first-child .product_name{
    font-size: 1.5rem;
    text-align: center;
}
.product-description{
    margin-top: 10px;
    margin-bottom: 30px;
}
.product-description h2{
    color: black;
}
.product-description p{
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

#product-list tfoot{
    display: table-header-group;
}
.form-list select.category-list{
    margin-bottom: 30px;
}
.combo-offer ol{
    list-style: inherit;
    list-style-type: none;
    padding-left: 2%;
    font-weight: bold;
}
.combo-offer ol li{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.combo-offer ol li ol{
    list-style-type: lower-alpha;
    /* padding-top: 0; */
    padding-left: 50px;
}
.combo-offer p{
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.combo-offer ol.combo-steps{list-style: none;padding: 3px 0px;}
.combo-offer ol.combo-steps li{
    font-weight: bold;
    /* list-style: none; */
}
.combo-offer ol.combo-steps li ol{
    list-style-type: lower-roman;
    padding-left: 27px;
}
.combo-offer ol.combo-steps li ol li{
    font-weight: 500;
}

.combo-offer .submit-div{
    margin-top: 30px;
    text-align: left;
}
.combo-offer .submit-div input.combo-submit{
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    border: 0;
    color: white;
    background-color: #1a3a85;
}
.zip-code h1{
    margin-top: 10px;
}

.combo-steps .step-head::after{
    content: '<';
    position: absolute;
    right: 11px;
    top: 8px;
    font-size: 17px;
    transform: rotateZ(270deg);
}
.combo-steps .step-head.active::after{
    transform: rotateZ(90deg);
}
.combo-steps .step-content{
    display: none;

}
.dialog{
    z-index: 999999 !important;
}
@media (max-width: 500px) {
    .combo-offer ol.combo-steps li ol li input {
        width: 100%;
    }

    #form-customer-product-new ul.form-list li.fields {
        width: 100%;
    }

    .fieldset {
        padding: 0;
        margin: 0;
    }

    #form-customer-product-new ul.form-list li.fields.category-wrapper .input-box.glow-cat {
        width: 100%;
    }
}


.glowhip-navbar{
}
.block-account .block-title{
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: left;
}
.block-account .block-title a{
    color: #555555;
    font-size: 1.9rem;
}
.header-container .glow-ship-logo{
    width: 20%;
    float: left;
}
.header-container .glow-ship-logo img{
    width: 50%;
    margin: 30px;
}
.header-container .navbar{
    margin-bottom: 0;
}
.buttons-set{
    display: inline-block;
    width: 100%;
}
.buttons-set .buttons{
    width: 50%;
    float: left;
}
.buttons-set .buttons.button-submit{
    text-align: right;
}
.buttons-set p.required{
    text-align: right;
    font-size: 1.2rem;
    color: #bf1919;
}
.form-group label em{
    color: #bf1919;
    margin-right: 4px;
}
.tabbed-seller-form{
    display: inline-block;
    width: 100%;
}
.tabbed-seller-form .form-blocks{
    display: inline-block;
    width: 100%;
}
.tabbed-seller-form .form-blocks img {
    width: 100%;
}
.product-fields-to-hide{
    display: none;
}
.calculate-seller-realization{
    margin-top: 25px;
    margin-bottom: 19px;
}
table.dataTable thead th:after{
    display: none !important;
}
div.dataTables_length.stock-select select{
    width: 50%;
}
.combo-steps .step-head{
    position: relative;
    cursor: pointer;
}
.validation-advice{
    color: #bf1919;
    font-size: 1.2rem;
}
.askque{
    top: -65px;
}

.feedback-block{
    border: 1px solid silver;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.feedback-block .review {
    display: inline-block;
    width: 100%;
}
.feedback-block  .buyer-name-and-date{
    font-size: 2rem;
    color: #f0ad4e;
    font-weight: bold;
}
.feedback-block  .buyer-name-and-date span{
    font-size: 13px;
    color: rgba(169, 169, 169, 0.79);
}
.feedback-block  .review-data{
    font-size: 1.5rem;
    color: #337ab7;
}
.feedback-block .star-ratings{
    display: inline-block;
    float: left;
    unicode-bidi: bidi-override;
    color: #bebdbd;
    font-size: 18px;
    height: 25px;
    letter-spacing: 4px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: auto;
}
.feedback-block .star-ratings .star-ratings-css-top{
    color: #5cb85c;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.feedback-block .star-ratings .star-ratings-css-bottom{
    padding: 0;
    display: block;
    z-index: 0;
    color: #9d9d9c;
}
button.ask-question{
    float: right;
    margin-bottom: 15px;
}
.jqplot-xaxis-tick{
    width: 40px;
}
button.edit{
    margin-bottom: 10px;
    margin-top: 10px;
}
.navbar-top-links .dropdown{
    display: inline-block !important;
}
.dashboard-logo-image{
    width: 52%;
    margin-top: 5px;
    margin-left: 22px;
}
.page-header{
    margin-top: 0;
    padding-top: 26px;
}
.form-tabs ul li.seller-tab span.desktop{
    display: block;
}
.form-tabs ul li.seller-tab span.mobile{
    display: none;
}
#page-wrapper{
    padding: 0;
}
#page-wrapper .center-block{
    display: inline-block;
    width: 100%;
    background: white;
    padding: 0 30px;
}
.add-new-address{
    margin-bottom: 30px;
}
#zipcode-list_wrapper th{
    width: 30% !important;
}
#zipcode-list_wrapper td{
    width: 30% !important;
}
.more-addresses .address-div{
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    padding-top: 10px;
}
.more-addresses address{

    margin-bottom: 0;
}
.more-addresses .address-div a{
    font-size: 13px;
}
.dashboard-panel-div .panel-color-1{
    background: #517093;
    color: white;
}
.dashboard-panel-div .panel-color-2{
    background: #f9a01b;
    color: white;
}
.dashboard-panel-div .panel-color-3{
    background: #35ab47;
    color: white;
}
.ajax-loader{
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.71);
    top: 0;
    text-align: center;
    left: 0;
}
.ajax-loader .load-content{
    position: relative;
    top: 50%;
    height: 100%;
}
.panel-left-width{
    width: 60%;
}
.seller-realization-value:focus{
    box-shadow: none;
    border: 1px solid #ccc;
}
.blur-content{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
ul.messages{
    padding: 0;
    list-style: none;
}
ul.messages ul{
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
ul.messages li.success-msg ul{
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
}
ul.messages li.error-msg ul{
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
}
.about-order{
    margin-top: 30px;
}
.order-review-details .panel-body{

    height: 180px;

    overflow: hidden;
}
.data-table h3.product-name{
    font-size: 17px;
}
.pager-limit select{
    width: 60px;
    margin: auto;
}
div.dataTables_paginate ul.pagination li a{
    border-radius: 0;
}
.paginate-division{
    text-align: center !important;
}
.order-block{
    overflow-x: scroll;
}
#product-list_wrapper #product-list_filter label{
    width: 50%;
}
#product-list_wrapper #product-list_filter label input{
    width: 90%;
}
@media (max-width: 500px) {
    .glowhip-navbar .block-account .block-title{
        display: none;
    }
    .page-header{
        font-size: 20px;
    }
    .form-tabs ul li.seller-tab{
        padding: 7vw;
        width: auto;
        margin: 0 2%;
        display: inline-block;
        border-radius: 100%;
        position: relative;
    }
    .form-tabs ul li.seller-tab span.desktop{
        display: none;
    }
    .form-tabs ul li.seller-tab span.mobile{
        display: block;
        position: absolute;
        top: 28%;
        left: 41%;
    }
    .form-tabs ul li.seller-tab:after{
        display: none;
    }
    .table-overflow{
        overflow-x: scroll;
    }
    .panel-left-width{
        width: 100%;
    }
    div.dataTables_filter input{
        display: block;
    }
    .panel-body{
        overflow-x: scroll;
    }
    #product-list_wrapper #product-list_filter label{
        width: 100%;
    }
}