.product_info_menu{
    background: #ac9d76;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: -40px;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.single-product .sticky-header.act-scroll{
display: none;
}
.single-product .single-product-page {
    margin-top: 80px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 999;
}

.product_info_menu li{
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}
.product_info_menu li a{
display: inline-block;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #ffffff;
    border-radius: 25px;
    min-width: 80px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    line-height: 21px;
    font-weight: bold;
    text-decoration: none;
}
.product_info_menu li a:hover{
background: #ffffff;
color:#ac9d76;
}

.product_title{
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.product_section_2_content{

}

.product_section_2_content table tr td{
    text-align: left;
}
.product_section_2_content table tr td:nth-child(odd){
    width: 5%!important;
   
    position: relative;
    font-size: 18px;
    color:#5a5a5a;
}
.product_section_2_content table tr td:nth-child(odd):after{
    content: '';
    height: 20px;
    width: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    right: 20px;
    
}
.product_section_2_content table tr td:nth-child(even){
    color:#ac9d76;
    padding-left: 20px;
  
}
@media(max-width:767px){
    .product_section_2_content table tr td:nth-child(odd){
        width: 30%!important;
       
        position: relative;
    }
}