.product-option-table table tr td{
	vertical-align: middle;
}

.product-option-table table tbody tr:nth-child(odd){
	background: #f9f9f9;
}

.product-option-table table tbody tr:nth-child(even){	
    background: #efefef;
}


.product-option-table button.action.tocart.primary span{
	font-size: 12px;
}

.product-option-table button.action.tocart.primary{
	background: #ffa800;
    color: #fff;
    border: none;
    font-weight: normal;
    transition: all 0.2s ease 0s;
    padding: 7px 10px;
}

.product-option-table button.action.tocart.primary:hover{
	background: #ff9900;
    color: #fff;
}

.product-option-table .product-model-price .control {
	float: left;
}

.product-option-table .product-model-price .qty-changer {
	float: left;
	margin-left: 12px;
    width: 0;
    position: relative;
}

.product-option-table .product-model-price .qty-changer a {
	position: absolute;
}

.product-option-table .product-model-price .qty-changer .incQty{
    top: 0;
}

.product-option-table .product-model-price .qty-changer .decQty{
    top: 13px;
}

.product-option-table .product-model-price .qty-changer a i {
	border: 1px solid #b1b1b1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.product-option-table .product-model-price .qty-changer a i:hover{
	border: 1px solid #153e6a;
	border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.product-option-table .product-model-price .qty-changer a .qtyup {
 	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.product-option-table .product-model-price .qty-changer a .qtydown {
 	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.product-option-table table tbody tr .table-btn{
	width: 140px;
}

.quantity .qty-container{
	width: auto;
    margin: auto;
}

@media only screen and (min-width: 1280px) {
	.product-option-table table tbody tr .table-btn{

	}
}

   

/* Added JM */

.product-option-table thead tr {
    background: #153e6a;
    color: #fff;
}

.product-option-table td .control {
    float: left;
}

.product-option-table td input {
    width: 40px;
}

.product-option-table td .qty-changer {
    float: left;
    margin-left: 12px;
    width: 0;
    position: relative;
}

.product-option-table td .qty-changer .incQty {
    top: 0;
}

.product-option-table td .qty-changer a {
    position: absolute;
}

.product-option-table td .qty-changer a .qtydown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.product-option-table td .qty-changer a .qtyup {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.product-option-table td .qty-changer a i {
    border: 1px solid #b1b1b1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.product-option-table td .qty-changer .decQty {
    top: 13px;
}

.product-option-table table tbody:nth-child(even) {
    background: #f9f9f9;
    border-top: 2px solid transparent;
}

.product-option-table table tbody tr td{
	vertical-align: middle;
    border: none;
    text-align: left;
}
.product-option-table table tbody tr .desc-value{
    text-align: left;
}

.product-option-table table tbody tr .price-value{
    text-align: center;
}

.product-option-table table tbody:nth-child(odd){
    background: #efefef;
    border-top: 2px solid transparent;
}

.product-option-table td.quantity{
    width: 12%;
}

.product-option-table .table>thead>tr>th {
	border-bottom: 2px solid transparent;
}

.product-option-table td.table-btn{
    text-align: center;
}

.product-option-table table.table thead tr .th-value{
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}

.product-option-table table td{
    text-align: center;
}

.sm-text{
	display: none;
}

#product-option-table table td .t-left{
    display: none;
}

body .m-table-tooltip{
    display: none;
}

.product-option-table table.table thead tr .th-price, .product-option-table table.table thead tr .th-qty, .product-option-table table tbody tr .td-product-num, .product-option-table table.table thead tr .th-product-num {
    font-weight: normal;
}

@media screen and (max-width: 414px) {

    #product-option-table table td .t-left{
        font-weight: bold;
    }

    #product-option-table table .table-btn{
        padding: 17px 0;
    }

    #product-option-table table{
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

    #product-option-table table, #product-option-table thead, #product-option-table tbody, #product-option-table th, #product-option-table td, #product-option-table tr{
        display: inline-block;
    }

    #product-option-table table thead{
        display: none;
    }

    #product-option-table table td:nth-of-type(1):before { 
       /* content: "Product Number"; */
    }

    #product-option-table table td:before{
        position: absolute; 
        width: 45%;
        vertical-align: middle;
        padding-right: 10px;
        float: left;
        white-space: nowrap;
        left: 0;
    }

    #product-option-table table td{
        border-bottom: 1px solid #eae9e9;
        width: 100%;
        float: left;
    }

    #product-option-table table td .t-left, #product-option-table table td .t-right{
       width: 50%;
       float: left;
       text-align: left;
       display: inline-block;
    }

}

@media screen and (min-width: 415px) and (max-width: 979px) {  
    .product-option-table {
         overflow-x: scroll;
         width: 100%;
    }   
}


@media screen and (min-width: 415px) and (max-width: 767px) {
    .product-option-table td .qty-changer{
        display: none;
    }
    body .m-table-tooltip{
        display: inline-block;
        background: #c3e1f6;
        padding: 5px 10px;
        border-radius: 3px;
        margin-top: 10px;
        text-align: center;
    }
	.lg-text{
		display: none;
	}
	.sm-text{
		display: inline-block;
	}

	.product-option-table button.action.tocart.primary{
		width: 60px;
   		padding: 3px;
    	border-radius: 3px;
	}

    .product-option-table button.action.tocart.primary .loader i{
        margin-top: 5px;
    }

	.product-option-table button.action.tocart.primary .sm-text{
		font-size: 20px;
	}
}
	

@media screen and (min-width: 768px) {
    .product-option-table table.table thead tr .th-product-num{
        min-width: 110px;
    }
    .product-option-table table tbody tr .td-product-num, .product-option-table table.table thead tr .th-product-num{
        text-align: left;
        padding-left: 15px;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
    }

    .product-option-table table.table thead tr .th-price, .product-option-table table.table thead tr .th-qty {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
    }
    .qty-center{
        width: 65px;
        margin: auto;
    }
    .product-option-table button.action.tocart.primary{
        width: 125px;
    }
}

@media screen and (min-width: 1440px) {
    .product-option-table button.action.tocart.primary{
        font-weight: bold;
    }
    .product-option-table button.action.tocart.primary{
        width: 120px;
    }
}



