﻿@charset "utf-8"; 
:root{--color:#014ea2}
.table tr:nth-child(even) {  background: #eee; }  
.table tr:nth-child(odd) {  background: #fff;  } 
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}