#policyHeader a{
    float: left;
    display: inherit;
}
#middleProductView .price>p{
    color: #fff;
}
.voteView{
    text-indent: 999px;
    overflow: hidden;
}
#sp-online{
    color: #fff;
    font-size: 14px;
}
#middleProductView .price{
    background: #ed1c24;
    height: auto;
}
#middleProductView h1 > span{
    color: #ed1c24;
}
.showSocial>h4{
    margin: 0;
}
#firstProductView{
    width: 34%;
    margin-left: 20px;
}
.quantity-adder {
    margin-right: 32px;
    margin-bottom: 16px;
    position: relative;
}
.product-extra input {
    text-transform: uppercase;
}
.quantity-adder input {
    padding-left: 6px;
    padding-right: 6px;
    height: 32px;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #292929;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.quantity-adder span {
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #e8e8e8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    line-height: 13px;
    right: -18px;
    top: 0;
}
.quantity input, input[name="quantity"] {
    width: auto;
    display: inline;
    text-align: center;
}
.quantity-adder span.add-down {
    font-size: 20px;
    right: -18px;
    top: 17px;
}
.showBtn button{
    margin: 0;
    border: 0;
    height: 30px;
    line-height: 0;
    padding: 0px 15px;
    color: #FFF !important;
    background: #4a4a4a !important;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: uppercase;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
}
.showBtn{
    display: inline-block;
    margin-right: 10px;
}
.showBtn button:hover{
    background: #58b0da !important;
}
#loadChild .wishlist{
    background-color: #4c4c4c;
    line-height: 30px;
    cursor: pointer;
    padding: 0 16px;
    font-size: 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#loadChild .wishlist a{
    color: #fff;
}
#listImgZoom>li{
    width: 80px;
    height: 90px;
}
#quantity{
    font-style: normal;
    text-align: center;
}
#pContent .title{
    border: none;
    background: #F2F3F2;
    line-height: 16px;
    text-align: left;
}
#pContent .title span{
    text-transform: uppercase;
}
#pContent .title>span:hover, #pContent .title>span.active{
    border: none;
    background: #E76D66;
    color: #fff;
}
#pContent .title>span{
    border: none;
    margin: 0;
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.showCate .title,
.menu>p, .menu>ul,
.menu>ul>li>ul>li{
    width: 265px !important;
}
.menu>ul>li>ul{
    left: 265px !important;
}
#homeSlide .jsSlide1{
    width: 915px !important;
}
.showCate>a.p1{
    width: 315px !important;
}
.showCate .title .block-view-more a{
    width: 48% !important;
}
.pItem>p{
    padding: 0 !important;
    margin: 0 !important;
}
#highlight p{
    display: block;
    padding: 2px 2% 2px 2%;
    margin: 0;
    color: #000;
}
#sp-online span {
    color: #000;
}
#highlight {
    column-count: 1;
}
.menu>ul>li>ul {
    overflow: auto !important;
}
.menu>ul>li>ul>li>ul {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.menu>ul>li>ul>li>a:hover+ul, .menu>ul>li>ul>li>ul:hover {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}
#fcta-zalo-tracking{
    right: unset;
}
.fcta-zalo-mess{
    left: 58px !important;
    padding: 7px 15px 7px 25px !important;
    border-radius: 0 50px 50px 0 !important;
}
.fcta-zalo-vi-tri-nut{
    right: unset;
    left: 20px;
}
.loadChat{
    bottom: 100px !important;
    right: 40px !important;
}
.youtube-fixed a{
    line-height: 60px;
}
.youtube-fixed i::before{
    color: white;
    font-size: 25px;
}
.youtube-fixed{
    text-align: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: red;
    overflow: hidden;
    position: fixed;
    right: 40px;
    bottom: 20px;
}
.youtube-fixed img{
    width: 100%;
}
.phone-fixed{
    position: fixed;
    bottom: 100px;
    left: 20px;
    height: 50px;
    width: 50px;
}
.phone-fixed img{
    width: 100%;
}