/*
Theme Name: Tyrepro
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
.prodtitle a {
    color: #4c4c4c !important;
}

.greyf {
    background-color: #e7e8e9;
}

.greyf form {
    margin-bottom: 0;
    padding: 10px;
}

.wpsc_variation_forms select {
    width: 100%;
}

.wpsc_variation_forms .col-sm-6 {
    margin-bottom: 10px;
}

option{
    padding: 8px;
}

option:hover{
    background-color: #e7e8e9;
}
.wpsc_variation_forms label {
    right: 0;
    position: absolute;
    background-color: blue;
    padding: 0 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    z-index: 2;

    height: 24px;
    color: #ffffff;
    line-height: 25px;
    border: 2px solid #5bb0d0;
    background: #7dd1ed; /* Old browsers */
    background: -moz-linear-gradient(top, #7dd1ed 0%, #1196c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7dd1ed), color-stop(100%, #1196c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7dd1ed 0%, #1196c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7dd1ed 0%, #1196c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7dd1ed 0%, #1196c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7dd1ed 0%, #1196c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dd1ed', endColorstr='#1196c7', GradientType=0); /* IE6-9 */

}

.wpsc_variation_forms {
    margin-bottom: 20px;
}
.prod_table {
    width: 100%;
}

.prod_table th {
    background-color: #e7e8e9;
    color:#808285;
    padding: 5px;
    border: 1px solid #e7e8e9;
}

.prod_table tr td{
    text-align: center;
    vertical-align: middle;
}

.prod_table .bgt td{
    border: none ;
    padding-top: 18px;
    padding-bottom: 10px;
}
.prod_table .bgt{
    background-image: url("images/dash.png");
    background-repeat: repeat-x;
    background-position: 0 10px;

}
/* main elements */

/*contact-form-7#285 {
    width: 400px;
}

.wpcf7-form-control wpcf7-text wpcf7-validates-as-required   {
   width: 400px;
}
.wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email  {
    width: 400px;
}

.wpcf7-form-control wpcf7-text  {
   width: 400px;
}

.wpcf7-form-control  wpcf7-textarea  {
    width: 400px;
}
*/

.currentpricse .wpsc_buy_button {
    float: none !important;
}

.product_forms .wpsc_product_title {
    color: #215ca8 !important;
}

.wpsc_default_product_list .default_product_display:nth-child(4n) {
    margin-right: 0 !important;
}

.single_product_page_container {
    position: relative;
}

.social {
    margin-top: 30px;
}

.custom {
    width: 100%;
}

.custom tr th {
    text-transform: uppercase;
    background-color: #e8e8ea;
    font-size: 14px;
    color: #838387;
    border: 0px solid #838387;
    padding: 10px;
}

.custom tr td {
    border-top: 1px dotted #838387;
    border-left: 0px dotted #000;
    border-right: 0px dotted #000;
    border-bottom: 1px dotted #838387;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #838387;
}

.filter {
    padding: 10px;
    background-color: #ededed;
    color: #58595b;
}

.filter select {
    padding: 8px;
    color: #58595b;
    min-width: 180px;
}

.filter form > div {
    float: left;
    margin-right: 10px;
}

.content {
    margin-top: 0 !important;
}

.filter input[type=submit] {
    background: #34beee; /* Old browsers */
    background: -moz-linear-gradient(top, #34beee 0%, #2299d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34beee), color-stop(100%, #2299d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #34beee 0%, #2299d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #34beee 0%, #2299d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #34beee 0%, #2299d5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #34beee 0%, #2299d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34beee', endColorstr='#2299d5', GradientType=0); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #239ac8;
    padding: 5px;
    text-transform: uppercase;
    color: #ffffff;
}

.shopping-cart-wrapper {
    display: inline;
}

.product_form .wpsc_buy_button,
.wpsc-add-to-cart-button-form .wpsc_buy_button {
    background: url("images/sprite.png") no-repeat scroll -100px 0 transparent;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 10px !important;
    height: 24px;
    line-height: 25px;
    margin-right: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}

.products .price {
    color: #00ADEE;
}

.wpsc_loading_animation {
    clear: both;
    display: block;
    margin: 3px 4px 0 0;
    text-align: left;
    font-size: 10px;

}
.wpsc_loading_animation img{
    width: 15px;
    height: 15px;
    vertical-align: middle;

}


iframe {
    margin: 0;
    padding: 0;
}
#special-pr-id {
    float: left;
    margin-top: 10px;
    display: block;
    width: 100%;
}
.price{
   text-align: left;
}
.product-text{
    font-size: 15px;
    text-align: justify;
}
.title .price:hover {
    text-decoration: none;
}

.single-product-button form input[type="submit"] {
    background: url("images/sprite.png") no-repeat scroll -329px 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 9px !important;
    height: 20px;
    letter-spacing: -1px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 84px;
    padding: 0 0 2px;
}

.single-product-button form .wpsc_loading_animation {
    float: none;
    position: absolute;
    margin: -18px 0 0;
}

.soldout {
    float: left;
    width: 84px;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
}

.update-area input[type="submit"] {
    background: url("images/btn-remove.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 11px;
    height: 16px;
    text-align: center;
    text-decoration: none;
    width: 66px;
    line-height: 16px;
}

.form-holder label .asterix,
.form-holder .label .asterix {
    color: #808184;
}

.form-holder label .asterix:after {
    content: ")";
}

.form-holder label .asterix:before {
    content: "(";
}

.check-list input[type=radio] {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
}

.check-list div.custom_gateway {
    list-style: none outside;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.check-list label {
    color: #808184;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px 0 12px;
    text-align: left;
    width: 81px;
}

.form-holder ul.radio-list label {
    float: left;
    margin-left: 9px;
}

.form-holder .radio-list input[type=radio] {
    float: left;
    margin: 1px 0 0;
}

.validation-error {
    color: red;
    font-size: 11px;
    margin: 28px 0 0 127px;
}

#btn {
    vertical-align: middle;
    float: right;
}

.lightbox .wpcf7 {
    width: 596px;
    float: right;
    padding: 0 15px 0 0;
    margin-bottom: 0;
}

.lightbox .wpcf7 .row {
    overflow: hidden;
    padding-bottom: 9px;
}

.lightbox .wpcf7 label,
.lightbox .wpcf7 .label {
    float: left;
    width: 186px;
    font-size: 17px;
    line-height: 20px;
    color: #5b5b5b;
    padding: 6px 0 0;
}

.lightbox .wpcf7 .label {
    width: auto;
    max-width: 400px;
}

.lightbox .wpcf7 label span {
    color: #f00;
}

.textarea .wpcf7-not-valid-tip {
    margin: 6px 0 0 -398px;
}

/* ie7 fix */
.confirm td,
.confirm td {
    height: 16px;
}

.radio-list {
    float: left;
}

.radio-list li {
    list-style: none;
    display: inline;
    margin: 0 43px 0 0;
}

.radio-holder .update {
    float: right;
}

.variations {
    clear: both;
}

.wpsc-add-to-cart-button-form,
ul.products li .product-links form,
.product-links .variations table {
    margin: 0;
}

.feature .wpsc_variation_forms {
    margin: 0 0 14px;
}

.wpsc-add-to-cart-button-form .wpsc_variation_forms select {
    margin: 5px 0 0;
}

/* New Code */
.testimonial-box {
    border-bottom: 2px solid #BBBCBF;
    padding-bottom: 10px;
    width: 800px;
}

.testim-img {
    float: left;
    width: 180px;
    height: 120px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.testim-content {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    color: #BBBCBF;
    padding-top: 10px;
    margin-bottom: 20px;
}

.testim-name {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #BBBCBF;
}

.left-contact {
    float: left;
    width: 400px;
}

.left-right {
    float: left;
    width: 350px;
}

.img-box .sale {
    top: -12px;
}

#popup2.lightbox .wpcf7-form-control-wrap {
    float: left;
    background: url(images/sprite.png) no-repeat 0 -800px;
    width: 410px;
    height: 31px;
    overflow: hidden;
}

#popup2.lightbox .wpcf7-form-control-wrap input {
    background: none;
    border: none;
    font: 14px/18px Arial, Helvetica, sans-serif;
    color: #404041;
    margin: 0;
    padding: 6px 5px 8px;
    width: 400px;
}

#popup2.lightbox .textarea-wrap .wpcf7-form-control-wrap {
    background: url(images/sprite.png) no-repeat 0 -839px;
    width: 410px;
    height: 102px;
    float: left;
}

#popup2.lightbox .wpcf7-form-control-wrap textarea {
    max-width: 400px;
    width: 400px !important;
    height: 92px !important;
    border: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    float: left;
    background: none;
    font: 14px/16px Arial, Helvetica, sans-serif;
    color: #404041;
}

#popup2.lightbox .confirmation-code .wpcf7-form-control-wrap {
    float: right;
    margin-right: 1px;
}

#popup2.lightbox .wpcf7-form {
    width: 596px;
    float: right;
    padding: 0;
    margin-bottom: 0;
}

#popup2.lightbox .wpcf7-form .row {
    overflow: hidden;
    padding-bottom: 9px;
}

#popup2.lightbox .wpcf7-form label,
#popup2.lightbox .wpcf7-form .label {
    float: left;
    width: 186px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 6px 0 0;
}

#popup2.lightbox .wpcf7-form .label {
    width: auto;
    max-width: 400px;
}

#popup2.lightbox .wpcf7-form label span {
    color: #f00;
}

.products li {
    position: relative;
}

.product-form .form-holder textarea.text {
    background: none;
}

.confirm td.update-area input[type="submit"] {
    border: none;
}

.confirm th.quantity-area {
    width: 152px;
}

.product-form .form-holder .text {
    height: auto;
}

.functional:after,
.feature-form:after {
    clear: both;
    content: "";
    display: block;
}

.functional {
    overflow: inherit;
}

span.fb {
    float: left;
    margin-left: -20px;
}

.wp-pagenavi {
    display: inline-block;
    border: 1px solid #707070;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.wp-pagenavi .pages {
    border-left: none !important;
}

.wp-pagenavi .current {
    background-color: #47c2ee !important;
    background: #47c2ee; /* Old browsers */
    background: -moz-linear-gradient(top, #47c2ee 0%, #47c2ee 47%, #47c2ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47c2ee), color-stop(47%, #47c2ee), color-stop(100%, #47c2ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #47c2ee 0%, #47c2ee 47%, #47c2ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #47c2ee 0%, #47c2ee 47%, #47c2ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #47c2ee 0%, #47c2ee 47%, #47c2ee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #47c2ee 0%, #47c2ee 47%, #47c2ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47c2ee', endColorstr='#47c2ee', GradientType=0); /* IE6-9 */
    color: #ffffff !important;
}

.wp-pagenavi span, .wp-pagenavi a {
    min-width: 20px;
    border-left: 1px solid #707070;
    padding: 8px;
    margin: 0 !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background-color: #f5f5f5;
    color: #47c2ee;
    font-weight: bold;
    font-size: 12px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */
}

.wpsc_page_numbers_bottom.group {
    text-align: center;
}

h2 {
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.lbor {
    border-right: 1px solid #000;
}

.row {
    margin-left: -15px;
    margin-right: -15px
}
.select-wrapper{
    float: left;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: url("../images/dropdown.png") no-repeat right center;
    cursor: pointer;
}
.select-wrapper, .select-wrapper select{
    width: 158px !important;
    height: 26px;
    line-height: 26px;
}
.select-wrapper:hover{
    background: url("../images/dropdown-hover.png") no-repeat right center;
    border-color: #239fdb;
}
.select-wrapper .holder{
    display: block;
    margin: 0 35px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;

    z-index: -1;
}

 #content #checkout_page_container .remove input{
    line-height: 0!important;
     font-size: 12px;
}
.select-wrapper select{
    margin: 0;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    max-width: 263px !important;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

/* Let's Beautify Our Form */

input[type="submit"]{
    float: left;
    background: #d8d8d8;
    border: 1px solid #c4c4c4;
    margin-left: 10px;
    padding: 4px 10px;
    cursor: pointer;
    outline: none;
}
input[type="submit"]:hover{
    color: #fff;
    border-color: #1b7aa9;
    background-color: #239fdb;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-sm-12 {
    width: 100%
}

.col-sm-11 {
    width: 91.66666667%
}

.col-sm-10 {
    width: 83.33333333%
}

.col-sm-9 {
    width: 75%
}

.col-sm-8 {
    width: 66.66666667%
}

.col-sm-7 {
    width: 58.33333333%
}

.col-sm-6 {
    width: 49.888888888%
}

.col-sm-5 {
    width: 41.66666667%
}

.col-sm-4 {
    width: 33.33333333%
}

.col-sm-3 {
    width: 25%
}

.col-sm-2 {
    width: 16.66666667%
}

.col-sm-1 {
    width: 8.33333333%
}

.col-sm-pull-12 {
    right: 100%
}

.col-sm-pull-11 {
    right: 91.66666667%
}

.col-sm-pull-10 {
    right: 83.33333333%
}

.col-sm-pull-9 {
    right: 75%
}

.col-sm-pull-8 {
    right: 66.66666667%
}

.col-sm-pull-7 {
    right: 58.33333333%
}

.col-sm-pull-6 {
    right: 50%
}

.col-sm-pull-5 {
    right: 41.66666667%
}

.col-sm-pull-4 {
    right: 33.33333333%
}

.col-sm-pull-3 {
    right: 25%
}

.col-sm-pull-2 {
    right: 16.66666667%
}

.col-sm-pull-1 {
    right: 8.33333333%
}

.col-sm-pull-0 {
    right: auto
}

.col-sm-push-12 {
    left: 100%
}

.col-sm-push-11 {
    left: 91.66666667%
}

.col-sm-push-10 {
    left: 83.33333333%
}

.col-sm-push-9 {
    left: 75%
}

.col-sm-push-8 {
    left: 66.66666667%
}

.col-sm-push-7 {
    left: 58.33333333%
}

.col-sm-push-6 {
    left: 50%
}

.col-sm-push-5 {
    left: 41.66666667%
}

.col-sm-push-4 {
    left: 33.33333333%
}

.col-sm-push-3 {
    left: 25%
}

.col-sm-push-2 {
    left: 16.66666667%
}

.col-sm-push-1 {
    left: 8.33333333%
}

.col-sm-push-0 {
    left: auto
}

.col-sm-offset-12 {
    margin-left: 100%
}

.col-sm-offset-11 {
    margin-left: 91.66666667%
}

.col-sm-offset-10 {
    margin-left: 83.33333333%
}

.col-sm-offset-9 {
    margin-left: 75%
}

.col-sm-offset-8 {
    margin-left: 66.66666667%
}

.col-sm-offset-7 {
    margin-left: 58.33333333%
}

.col-sm-offset-6 {
    margin-left: 50%
}

.col-sm-offset-5 {
    margin-left: 41.66666667%
}

.col-sm-offset-4 {
    margin-left: 33.33333333%
}

.col-sm-offset-3 {
    margin-left: 25%
}

.col-sm-offset-2 {
    margin-left: 16.66666667%
}

.col-sm-offset-1 {
    margin-left: 8.33333333%
}

.col-sm-offset-0 {
    margin-left: 0
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.sp-title {
    color: #225eac;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 28px;
}

/*
	DP Number Picker jQuery Plugin, Version 1.0.1
	Copyright (C) Dustin Poissant 2014
	License CC BY-NC-SA 3.0 US
	http://creativecommons.org/licenses/by-nc-sa/3.0/us/
*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('RobotoCondensed-Regular'), url(https://themes.googleusercontent.com/static/fonts/robotocondensed/v8/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('RobotoCondensed-Bold'), url(https://themes.googleusercontent.com/static/fonts/robotocondensed/v8/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff) format('woff');
}

.dp-numberPicker, .dp-numberPicker-add, .dp-numberPicker-sub, .dp-numberPicker-input {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    font-family: 'Roboto', serif;
}

.dp-numberPicker {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.dp-numberPicker-add, .dp-numberPicker-sub {
    width: 50px;
    font-size: 25px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    background-color: #33b5e5;
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
}

.dp-numberPicker-add {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.dp-numberPicker-sub {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5),
    inset 0px -1px 1px rgba(0, 0, 0, 0.5);
}

.dp-numberPicker-sub.disabled, .dp-numberPicker-add.disabled {
    background-color: #2c6a81;
}

.dp-numberPicker-input {
    width: 100px;
    font-size: 18px;
    background-color: #232425;
    color: white;
    border: 0;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.3),
    inset 0px -1px 1px rgba(0, 0, 0, 0.5);
}

.dp-numberPicker-input:disabled {
    background-color: #232425;
}
