#tab_thongso  .thongsotext {
    max-height: 500px;
    overflow: hidden;
    box-shadow: 0 0 black;
}
#tab_thongso  .thongsotext.open {
    max-height: unset;
    overflow: unset;
}
#tab_thongso .showmore {
    text-align: center;
    display: block;
    color: black;
    padding: 13px 0;
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
}
#tab_thongso .showmore:hover {
    color: #0094b9
}
#tab_thongso .showmore:after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(255,255,255,0),#fff);
    position: absolute;
    top: -41px;
    right: 0;
    left: 0;
    z-index: 5;
}
#addInstallment img{
    border-right: 1px solid;
}
.cart .btnCart{
    line-height: 47px;
}
.featureTop .feature figure figcaption,.headMenu li a {
    color: #fff;
}
.featureTop .feature figure figcaption span {
    color: #fff !important;
}
#fea-nav ul li .child_img {
    height: auto;
}
#hdSearch input {
    border-radius: 4px;
}

#pro-colr a.deactive{
    position: relative;
    pointer-events: none;
    opacity: 1;
    background: #ddd;
}

#pro-colr a.deactive::before,#pro-colr a.deactive::after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    height: 1px;
    background-color: #000;
    width: 100%;
}

#pro-colr a.deactive::before{
    transform: rotate(45deg);
}

#pro-colr a.deactive::after{
    transform: rotate(-45deg);
}
.attr>p.color>a {
    border-radius: 50%;
}
.attr>p.req>span {
    text-transform: uppercase;
}
.attr>p.size>a {
    border-radius: 8px;
    padding: 8px 15px;
    height: auto;
}
#fea-nav{
    margin-top: 50px;
}
.attr>p.size>a.active, .attr.size>p>a:hover {
    box-shadow: none;
    background: #000;
    color: #fff;
    border-color: #000;
}
#pro-colr a.deactive:before, #pro-colr a.deactive:after {
    display: none;
}
.product-block .name{
    text-transform: uppercase;
}
#pro-colr a.deactive {
    pointer-events: unset;
}
.fixed-messenger {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.fixed-messenger img {
    width: 60px;
    height: 60px;
}