﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}
.foottop{background:linear-gradient(to bottom,#000 20%,#d3d3d3 100%)}