﻿@charset "utf-8"; 
.table tr:nth-child(odd){background-color: #efefef!important;}
.table tr:nth-child(even){background-color: #fff!important;}
.table td, .table th {   text-transform: capitalize;} 
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}