/* .kia {
    height: 150px !important;
} */

.kia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-thumb-active {
    border: 1px solid #000;
}

.title-name-prd {
    font-size: 23px;
    font-weight: 700;
    color: #0b072f;
}

.price-prd-tpl {
    font-size: 40px;
    color: #c52d1b;
    font-weight: 600;
}

.price {
    padding: 20px 0px;
}

.color-prd {
    font-size: 15px;
    font-weight: 600;
}

.chose-color {
    cursor: pointer;
    min-width: 5rem;
    min-height: 2.125rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px;
    margin: 0 8px 8px 0;
    color: rgba(0, 0, 0, .8);
    text-align: left;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .09);
    position: relative;
    background: #fff;
    outline: 0;
    word-break: break-word;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    min-width: 90px;
}

.chose-color:hover {
    border: 1px solid #ff3838;
}

.chose-color::before {
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff3838;
    display: none;
    right: 0;
    bottom: 0;
}

.size-prd {
    padding-top: 30px;
}

.advise-chose-size p {
    color: blue;
}

.input-quantity {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #333;
}

.align-row {
    display: grid;
    align-items: center;
}

.bttn-right {
    height: 20px;
    align-items: center;
    border: 1px solid #333;
    border-radius: 0;
    background: #E6E6E6;
    border-left: none;
}

.bttn-left {
    height: 20px;
    align-items: center;
    border: 1px solid #333;
    border-radius: 0;
    background: #E6E6E6;
    border-left: none;
}

.dnt-fas-style {
    line-height: 20px !important;
}

.quantity-prd {
    display: flex;
    align-items: center;
}

.mrt-20 {
    margin-top: 20px !important;
}

.padding-dnt {
    padding-left: 15px;
}

.freeship {
    background: #eae9e8;
    text-align: center;
    color: #333;
    padding: 10px 10px;
    margin-left: 15px;
}

.bt-addcart {
    background: transparent;
    border-color: #1f2a32;
    text-transform: uppercase;
    color: #1f2a32;
    font-weight: 600;
    padding: 8px 30px;
    width: 49%;
}

.addcart {
    display: flex;
    justify-content: space-between;
}

.bt-addcart:hover {
    background: #0b072f;
    color: white;
    border-color: #0b072f;
}

.valueChild.active {
  border: 1px solid #ff3838;
 
}
.valueChild.active::before{
  display:block;
}
.valueChild::before{
  position: absolute;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff3838;
    display: none;
    right: 0;
    bottom: 0;
}
