 .m-style-box {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px auto -10px;
}

.m-style-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  border-width: 20px;
  border-style: solid;
  border-color: #42A5F5 transparent transparent transparent;
  transition: all 0.3s ease;
}
    
    .mcol1:after {
        border-color: #3C69A1 transparent transparent transparent;
    }
        .mcol2:after {
        border-color: #D0413F transparent transparent transparent;
    }
    select.mcos {
        background: #f1f1f1;
    }
        select.mcos1 {
        border-color: #42a5f5;
    }
            select.mcos2 {
        border-color: #3c69a1;
    }
                select.mcos3 {
            border-color: #d0413f;
    }
 
 .chip-models {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.chip-model {
    text-align: center;
    width: 25%;
    color: #000;
    cursor: pointer;
    overflow: hidden
}

.chip-model:hover {
    color: #dc3f3e;
    background: #f3f3f3;
    font-weight: bold;
}

.chip-model__img {
    width: 80%;
    margin-top: 2vw;
    transition: transform .2s ease-in-out
}

.chip-model__title {
    display: block;
    font-size: 18px
}
    .mtunecat h3{
    font-size: 20px;
    color: #d11925;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    }
    
        .mtunetop{
margin-top: 30px;
    }
    
    .mtunecat li {
        list-style: decimal;
    padding: 0 10px;
    margin: 0 20px;
    }
	
	.table-head, .table-row {
        width: 100%;
	    display: flex;
	    text-align: left;
        background: #fff;

	    font-size: 16px;
	    box-shadow: 0 0 1px 1px #f1f1f1;
	}
    
    .stage-grid .table-row {
            padding: 1rem;
    margin: 0 0 8px;
    }
    
        .stage-grid .table-head {
            padding: 1rem;
    margin: 0 0 8px;
    }
    
	.table-head {
	    color: #000;
	    font-weight: 700;
	    background-color: #fff;
	}
    .head-bckg {
                background: #36404b;
    color: #fff;
    }
	.tuning {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
    .tune-hb {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    }
    .tunered {
            color: #d11925;
    }
	.d-none {
	    display: none!important;
	}

	.text-left {
	    text-align: left!important;
	}
	.col-5 {
	    -ms-flex: 0 0 35%;
	    flex: 0 0 35%;
	    max-width: 35%;
	}
	.col-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.col-1 {
	    -ms-flex: 0 0 15%;
	    flex: 0 0 15%;
	    max-width: 15%;
	}
    
	.table-head div, .table-row div {
	    padding: 0;
	}
	.t-mob span {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
        color: #36404b;
	}

	.mob-label.mod {
	    -ms-flex: 0 0 35%;
	    flex: 0 0 35%;
	    max-width: 35%;
        color: #4572a6;
	}
	.mob-label.hp {
	    -ms-flex: 0 0 15%;
	    flex: 0 0 15%;
	    max-width: 15%;
	}
	.mob-label:before {
	    display: inline;
	    margin-right: 10px;
	}
	.mob-label:before, .t-mob i {
	    display: none;
	    color: #6c757d;
	    font-style: normal;
	}
	a.table-row:hover {
	    text-decoration: none;
	}

	.table-row:hover {
	    background: #f6f6f6;
	}
    
            .how-tune {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    }
    
    .how-tune h3 {
    font-size: 20px;
    font-weight: 600;
    }
    
        .matune {
        margin-top: 20px;
        padding: 20px 15px;
    background: #f8f8f8;
    }
    
    .tunedes {
        font-size: 15px;
    }
    
    .margin-tune{
        margin-top: 40px;
    }
	
	.stage-grid {
     border: 1px solid #f2f2f2;
     margin-bottom: 20px;
     overflow: hidden;
     box-shadow: 6px 6px 14px rgba(0,0,0,.12) 
}
 .table-tun {
     margin: 0;
}
 .table-tun .col-3 {
     padding-left:20px;
         
}

.filter-tuning select {
height: 45px;
    line-height: 45px;
                    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    font-family: 'Roboto' !important;
    padding: 0 10px;
}
    
    .table-tun .hl, .stage-grid .hl {
    color: #d11925;
    font-weight: 600;
}
 .stage-grid .table-head,.stage-grid .table-row {
     margin: 0;
     border-radius: 0 
}
 [data-toggle=collapse] .toggle.plus {
     display: none 
}
 [data-toggle=collapse] .toggle.minus {
     display: inline 
}
 [data-toggle=collapse].collapsed .toggle.plus {
     display: inline 
}
 [data-toggle=collapse].collapsed .toggle.minus {
     display: none 
}
    
    .options-table {
        box-shadow: 1px 1px 11px 3px rgba(0,0,0,.12);
            font-size: 15px;
    }
 .checkbox.field {
     display: block;
     position: relative;
     margin-top: 0px;
     margin-bottom: 12px;
     cursor: pointer;
     font-size: 22px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none 
}
 .checkbox.field input {
     position: absolute;
     opacity: 0;
     cursor: pointer 
}
 .checkbox.field .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 25px;
     width: 25px;
     background-color: #eee 
}
 .checkbox.field:hover input~.checkmark {
     background-color: #ccc 
}
 .checkbox.field input:checked~.checkmark {
     background-color: #4572a6 
}
 .checkbox.field .checkmark:after {
     content: "";
     position: absolute;
     display: none;
     box-sizing: content-box 
}
 .checkbox.field input:checked~.checkmark:after {
     display: block 
}
 .checkbox.field .checkmark:after {
     left: 9px;
     top: 5px;
     width: 5px;
     height: 10px;
     border: solid #fff;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg) 
}
 .options.info,.options.info .option {
     display: none 
}
 .price-block {
     margin-top: 1.5rem;
     font-size: 2.5rem;
     background: #36404b;
     padding: 2rem 3rem;
}
 .btn.simple.fill {
     border: none;
     color: #fff;
     border-radius: 0px;
     background-color: #54a645;
}
 .btn.simple.fill.collapsed {
          border-radius: 0px;
     background-color: #d11925;
}
 .btn.simple.fill:hover {
     background-color: #231f20; 
}
    
    .options-block .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    }
    
    
 .price-block span {
     color: #fff;
     font-weight: 700;
}
    
    .original-price {
        font-size: 22px;
    color: #fffe8e !important;
    text-decoration: line-through;
    }
 
.options-block .table-row:hover {
    cursor: pointer;
    }
    
    .options-table .padding-tune {
        padding: 10px 30px;
    }
    .tune-ch-td {
        width: 60px;
    }
    
    .alert-tune {
    color: #856404;
    background-color: #fff3cd;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 20px;
    }
	
	
	@media screen and (max-width: 785px) {
    .chip-model {
        width: 50%;
    }
}	
	
		@media (min-width: 576px) {
		.d-sm-flex {
		    display: -ms-flexbox!important;
		    display: flex!important;
		}
		.text-sm-center {
		    text-align: center!important;
		}
        
	}
	@media (max-width: 576px) {
		.table-head, .table-row {
            padding: 1rem;
            margin: 0 0 8px;
		    font-size: 12px;
		}
		.mob-label:before, .t-mob i {
		    display: inline;
		}
        
            .tunedes {
        font-size: 13px;
    }
        
		.t-mob span {
		    -ms-flex: 0 0 100%!important;
		    flex: 0 0 100%!important;
		    max-width: 100%!important;
                    line-height: 15px;
		}
	}
	
	@media screen and (max-width: 450px) {
    .chip-model {
        width: 50%;
    }