.bgltt select{background-color: #eee;}
.error {color:red !important; font-size:12px;}
.contact-seller-error {color:red; font-size:13px; position:absolute; margin-top:-1px;}
.layout_error {color: #FF0000; font-size:11px;}
.logo-size{
    max-height : 90px !important;
}

/*.btn-primary {
    color: #fff;
    background-color: #f4a425;
    border-color: #2e6da4;
}*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    /*background-color:#D39024;*/
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#9E9E9E;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.carousel-indicators .active {
    height: 11px;
}

.trustMarks{
    position: relative;
    background:rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 999;
    margin: -20px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.trustMarks img{max-width:100px; display: inline !important;}

/*.modal-body {
    background-color: #a29c96;
}*/

.modal-header {
    background: #2d2d2d !important;
    border-bottom: 1px solid #a29c96;
}

.replaceDiv{
    position: relative;
    padding: 15px;
}


.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #282828;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #484848;
    color: #888; }

.why-listing ul{ list-style:none; padding:0px; color: #777;}
.why-listing ul li{ list-style:none; padding:0px; color: #777; text-transform:none}
.list-space-why-me ul li{ padding-left:20px; color: #777;}

.gs_dp>.gs_dp_header>a {
    padding: 3px 16px !important;
}