* {
    padding: 0px;
    margin: 0px;
}
body {
    font-family: 'Prompt', sans-serif !important;
    font-size: 15px !important;
}
a:hover {
    text-decoration: none;
}
.bold {
    font-weight: bold;
}
.app_sub {
    position: relative;
    bottom: 7px;
    font-size: 15px !important;
}
.wrapper {
    width: 1140px;
    margin: 0px auto;
}
.content {
    margin-bottom: 5px;
}
.content_ {
    margin-bottom: 40px;
}
.blank_for_nav {
    height: 100px;
}
.color_main { /* <--edit */
    background-color: #f94f00; 
    color: #FFF;
}
.nav_bar {
    position: fixed;
    z-index: 9999;
    width: 100%;       
    padding: 14px 0 9px 0;
}
.menu {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
}
.menu_ul {
    list-style: none;
    display: flex;
    margin-bottom: 0px !important;    
}
.menu_ul > li {
    padding: 0 20px;
    font-size: 18px;
}
.menu_ul > li > a {
    color: #FFF; /* <--edit */
}
.middle {
    display: flex;
    align-items: center; 
    height: 100%;  
}
.label_wrapper {
    text-align: center;
    padding: 10px;
}
.label_wrapper > h1 {
    font-size: 25px;
}
.label_wrapper > h2 {
    font-size: 17px;
    line-height: 25px;
    color: #737373;
    margin-bottom: 20px;
    border-bottom: dotted 1px #E5E5E5;
    padding-bottom: 20px;    
}
.sv_head {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 5px;
}
.sv_fa {
    font-size: 30px;
    color: #276fbb;
    display: flex;
    align-items: center;
    justify-content: center;      
}
.sv_detail {
    font-size: 14px;
    color: #737373;
}
.sv_block {
    margin-bottom: 50px;
}
.tires_wrapper {
    padding-top: 20px;
}
.ft {
    height: auto !important;
    padding: 20px;
    width: 100%;
}
.ft_ct {
    flex-flow: row-reverse;
    display: flex;
}
.card {
    border: none !important;
}
.card-body {
    text-align: center;
}
.tires_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}
.tires_price {
    color: #0C4D97;
}
.tires_card {
    margin-bottom: 20px;
    font-size: 16px;
}
.tires_brand_thumbnail {
    padding: 5px 0 10px 0;
    max-width: 40% !important;
}
.tires_img {
    max-width: 170px;
    margin: 0px auto;
}
.for_d {
    display: inline-flex !important;
}
.for_m {
    display: none !important;
}
.intro {
    padding: 12px 10px 12px 40px;
}
.intro_img {
    padding-left: 0;
    padding-right: 0;
}
.intro_ul {
    font-size: 18px;
    list-style: none;
    margin-top: 10px;
}
.intro_ul > li {
    padding: 4px 0px;
}
.fa_check {
    padding-right: 5px;
    color: green;
}
.intro_hilight {
    color: red;
    font-size: 20px;
}
.red {
    color: red;
}
.green {
    color: green;
}
.blue {
    color: blue;
}
.img {
    max-width: 100% !important;
}
.intro_header {
    color: #011358;
    font-weight: bold;
    font-size: 27px !important;
}
.intro_sub {
    color: red;
    padding-bottom: 5px;
    font-size: 18px;   
}
.alert_ {
    padding: 0px !important;
    margin-bottom: 0px;
}
.mark {
    background: #F2F2F2 !important;
}
.intro_bg {
    background: #F2F2F2 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.info {
    font-size: 18px;
}
.card-body {
    padding: 20px 2px 2px 2px;
}
.card-title {
    font-size: 16px;
    font-weight: bold;
}
.ct_title {
    font-size: 20px;
    font-weight: normal !important;
}
.comment {
    font-size: 16px;
    line-height: 26px;
}
.tires_brand {
    padding-bottom: 30px;
}
.h4, h4 {
    font-size: 19px !important;
}
.line_height {
    line-height: 30px;
}
.ct_body {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.tire_pattern {
    font-size: 19px !important;
}
.pt_title {
    margin-bottom: 10px;
}
.p_col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.alert-secondary {
    background-color: #F3F3F3 !important;
    border-color: #E9E9E9 !important;
}
.alert {
    border-radius: 0px !important;
}
.promotion_header {
    font-size: 22px;
    margin-top: 10px;
}
.promotion {
    font-size: 19px;
    padding: 10px;
}
.line_click {
    width: 75px;
    height: 75px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    border: none;
}
.tel_click {
    bottom: 75px !important;
    width: 60px !important;
    height: 60px !important;
    right: 9px !important;    
}