.wrap-policy-pv .policy_pv_item .icon-policy {
    max-width: 35px;
    margin-right: 12px;
}
.wrap-policy-pv .policy_pv_item {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.wrap-policy-pv .policy_pv_item p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}

.wrap-policy-pv .policy_pv_item .open {
    display: flex;
    cursor: pointer;
}

.social_network .col-xs-3 {
    padding: 0;
}
.social_network .icon-zalo a img {
    max-width: 16px;
    margin-right: 5px;
}

.social_network {
    margin: 20px 0;
}
.social_network .col-xs-3 a {
    display: flex;
    align-items: center;
}
.social_network .col-xs-3 a i {
    font-size: 15px;
    margin-right: 4px;
}
#variant-swatch-0 .select-swap span a {
    height: 41px;
    width: 40px;
    margin: 5px 1%;
    border-radius: 50%;
    border: solid 2px #ddd;
    overflow: hidden;
    display: inline-block;
    float: unset;
    background-size: 100%;
    box-sizing: border-box;
    padding: 2px;
    position: relative;
    z-index: 0;
}
#variant-swatch-0 .select-swap span a:first-child, #variant-swatch-1 .select-swap span a:first-child {
    margin-left: 0;
}
#variant-swatch-0 .select-swap span a img {
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 34px;
    object-fit: cover;
    object-position: center;
    position: relative;
    vertical-align: middle;
    width: 40px;
}
.swatch .select-swap{
    width: 100%;
}
#variant-swatch-0 .select-swap span a.active {
    border: solid 2px #f48c42;
}
#variant-swatch-1 .select-swap span a{
    display: inline-block;
    background: #fff;
    min-width: 40px;
    height: 40px;
    margin: 5px 1% 5px 0;
    line-height: 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 0 4px;
}
#variant-swatch-1 .select-swap span a.deactive{
    opacity: 0.3;
    pointer-events: none;
    background: #eee;
}
#variant-swatch-1 .select-swap span a.active{
    background: #000;
    color: #fff;
}
.pro-soldold{
    vertical-align: text-bottom;
}
.vote .si {
    float: left;
    width: 20px;
    height: 15px;
    background-position: 3px -329px;
    cursor: pointer;
}
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
#comment {
    width: 100%;
    min-height: 100px;
    margin: 10px 0;
    padding: 10px;
}
#btnRate a, #btnRate button, #btnSignIn{
    font-size: 13px;
    background: #fff;
    border: 1px solid #252a2b;
    color: #252a2b;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    padding: 13px 20px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
.si {
    background: transparent url("../img/spriteIcon.png") no-repeat scroll 0 0;
}
#btnRate{
    text-align: center;
}
.commentItem{
    border-top: 1px solid #eee;
    margin: 10px 0;
    padding: 10px;
}
.commentList{
    max-height: 200px;
    overflow-y: auto;
}
.description-productdetail{
    overflow-y: auto;
}
.commentList::-webkit-scrollbar-track, .description-productdetail::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.commentList::-webkit-scrollbar, .description-productdetail::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.commentList::-webkit-scrollbar-thumb, .description-productdetail::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.tags-list a{
    background: #000;
    color: #fff;
    padding: 3px;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
}
.tags-list a:hover{
    color: #fff;
}
.relative_descrip{
    position: relative;
}
.relative_descrip i{
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 0;
}

@media (min-width: 970px) {
    #variant-swatch-1 .select-swap span a:hover{
        border: 1px solid #000;
    }
}
.policy_content {
    height: 80vh;
    display: none;
    position: fixed;
    max-width: 780px;
    background: #fff;
    z-index: 90000;
    overflow: auto;
    right: 0;
    left: 0;
    top: 0;
    margin: 6% auto;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.wrap-policy-pv .popup-overlay {
    display: none;
}
.wrap-policy-pv .popup-overlay.active {
    position: fixed;
    display: block;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
