/*header*/
a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

body {
  overflow-x: hidden; }

.ourbrands {
  background: #000;
  padding: 8px 0; }
  .ourbrands p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 300;
    letter-spacing: 1px; }

.top {
  padding: 5px 0;
  display: none; }
  .top .leftSide p {
    margin: 0;
    font-family: "Poppins";
    font-size: 14px;
    color: #000; }
    .top .leftSide p span {
      color: #888;
      margin: 0 10px; }

.navbar {
  padding: 5px 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  z-index: 5; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Poppins";
    padding-left: 15px;
    padding-right: 15px;
    color: #1b1b1c;
    outline: none;
    line-height: 70px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase; }
    .navbar .navbar-nav .nav-item:hover .dropdown-menu{
      display: block;
      transition: 1s;
    }
  .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    display: none; }
  .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    border: 0; }
    .navbar .navbar-nav .dropdown-menu .dropdown-item {
      font-family: "Poppins";
      font-size: 14px;
      padding: 15px;
      font-weight: 400;
      white-space: normal;
      color: #222; }
  .navbar .navbar-brand {
    padding: 0; }
  .navbar .mega-content .card-body ul {
    padding-left: 0; }
    .navbar .mega-content .card-body ul li {
      list-style: none; }
      .navbar .mega-content .card-body ul li a {
        color: #000;
        padding: 10px 15px;
        font-family: "Poppins";
        display: inline-block; }
  .navbar .our-brand {
    position: absolute;
    left: 25%;
    top: 18px; }

.fixed-top {
  background-color: #fff;
  transition: 1s; }
  .fixed-top .navbar-brand .img-fluid {
    width: 200px; }
  .fixed-top .navbar-nav .nav-item .nav-link {
    line-height: 30px; }

/*banner*/
.banner {
  position: relative; }
  .banner .carousel {
    text-align: center; }
    .banner .carousel .carousel-indicators li {
      width: 15px;
      height: 15px;
      border-radius: 100%; }
    .banner .carousel .carousel-caption {
      display: flex;
      align-items: center;
      height: 100%;
      left: 12%;
      text-align: left; }
      .banner .carousel .carousel-caption h1,
      .banner .carousel .carousel-caption h2 {
        font-family: "Oswald";
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 72px;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 0; }
      .banner .carousel .carousel-caption p {
        font-family: "Oswald";
        font-weight: 300;
        margin: 20px 0;
        font-size: 30px;
        line-height: 34px;
        text-transform: capitalize;
        color: #252525; }
    .banner .carousel .btn {
      font-size: 16px;
      font-weight: 600;
      font-family: "Oswald";
      letter-spacing: 0.025em;
      line-height: 36px;
      padding: 5px 30px;
      text-transform: uppercase;
      margin: 15px 0;
      border-radius: 30px;
      background: #521d19;
      color: #fff; }

.section-3 {
  margin-top: -100px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2; }
  .section-3 .box {
    background: #eee;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08); }
    .section-3 .box:hover img {
      transform: scale(1.3);
      transition: 1s; }
    .section-3 .box p {
      font-family: "Oswald";
      text-align: center;
      position: absolute;
      bottom: 0px;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
      left: 0;
      font-weight: 600;
      color: #000; }

/*products*/
.product-range {
  padding: 70px 0; }
  .product-range .sub {
    margin-bottom: 60px; }
    .product-range .sub h3 {
      font-family: "Oswald";
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 72px;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0;
      text-align: center;
      color: #000;
      font-size: 36px;
      font-weight: 600; }
    .product-range .sub p {
      font-family: "Poppins"; }
  .product-range .box {
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden; }
    .product-range .box:hover {
      box-shadow: 0px 3px 16px -2px rgba(0, 0, 0, 0.05); }
      .product-range .box:hover img {
        transform: scale(1.2);
        transition: 1s; }
    .product-range .box img {
      padding: 20px; }
    .product-range .box a p {
      color: #000;
      font-size: 18px;
      margin-bottom: 15px;
      font-family: "Oswald"; }
    .product-range .box p {
      font-family: "Oswald"; }
  .product-range .product-box {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-range p {
    text-align: center;
    margin-bottom: 20px; }
    .product-range p a {
      font-family: "Poppins";
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 300;
      color: #000; }
  .product-range .btn {
    font-size: 16px;
    font-weight: 600;
    font-family: "Oswald";
    letter-spacing: 0.025em;
    line-height: 36px;
    padding: 5px 30px;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 30px;
    background: #521d19;
    color: #fff; }
  .footer-text h2{
    margin-top: 45px;
    font-weight: normal;
  font-family: "Oswald";
  font-size: 25px;
  }
  .footer-text p{
    font-weight: 300;
    font-family: "Oswald";
    font-size: 18px;  
  }
.comman-banner {
  position: relative;
  /* text-align: center; */ }
.comman-banner h1{
  position: absolute;
  top: 35%;
  width: 443px;
  left: 12%;
  font-size: 40px;
  font-weight: 600;
  font-family: "Oswald";
  color: #000;
  text-transform: capitalize;
}
/*about*/
.about {
  margin-top: 60px;
  padding: 80px 0 120px 0;
  position: relative;
  background: url(../images/product-background.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 79%; }
  .about h4 {
    font-family: "Oswald";
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 72px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-size: 36px; }
  .about p {
    font-family: "Poppins";
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px; }
  .about .btn {
    font-size: 16px;
    font-weight: 600;
    font-family: "Oswald";
    letter-spacing: 0.025em;
    line-height: 36px;
    padding: 5px 30px;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 30px;
    background: #521d19;
    color: #fff; }
  .about .rightImages {
    position: absolute;
    bottom: -70px;
    border-radius: 5px;
    overflow: hidden; }

/*quality*/
.quality {
  padding: 70px 0 130px 0;
  position: relative; }
  .quality .box {
    background: #fff;
    padding: 40px 30px;
    margin-left: -80px;
    margin-top: 40px;
    min-height: 85%;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08); }
    .quality .box h5 {
      font-family: "Oswald";
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 72px;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0;
      color: #000;
      font-size: 36px;
      margin-bottom: 30px; }
    .quality .box p {
      font-family: "Poppins";
      font-size: 14px;
      font-weight: 300;
      line-height: 30px;
      color: #000; }
    .quality .box .btn {
      font-size: 16px;
      font-weight: 600;
      font-family: "Oswald";
      letter-spacing: 0.025em;
      line-height: 36px;
      padding: 5px 30px;
      text-transform: uppercase;
      margin: 15px 0;
      border-radius: 30px;
      background: #521d19;
      color: #fff; }
  .quality img {
    border-radius: 5px; }

.contact-mail {
  background: #521d19;
  padding: 30px 50px;
  text-align: center;
  color: #000;
  font-size: 28px;
  margin-bottom: -60px;
  position: relative;
  border-radius: 5px; }
  .contact-mail p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Oswald";
    color: #fff; }
    .contact-mail p a {
      font-size: 16px;
      font-weight: 600;
      font-family: "Oswald";
      letter-spacing: 0.025em;
      line-height: 36px;
      padding: 5px 30px;
      text-transform: uppercase;
      margin: 15px 0;
      border-radius: 30px;
      background: #521d19;
      color: #fff;
      background: #fff;
      color: #000; }

/*footer*/
.footer {
  padding: 130px 0 60px 0;
  background: #1b1b1c; }
  .footer h6,
  .footer h2,
  .footer h3,
  .footer h4 {
    font-family: "Oswald";
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff; }
  .footer p {
    margin: 0;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 1px;
    color: #eee;
    margin-bottom: 20px; }
    .footer p strong {
      font-family: "Oswald";
      color: #fff;
      font-size: 19px;
      font-weight: 300; }
  .footer ul {
    padding-left: 0;
    list-style: none; }
    .footer ul li {
      margin-bottom: 20px;
      line-height: normal; }
      .footer ul li a {
        font-family: "Poppins";
        font-size: 13px;
        letter-spacing: 1px;
        color: #eee; }
        .footer ul li a:hover {
          color: #521d19; }
  .footer .product li {
    float: left;
    width: 45%;
    margin-right: 30px; }

.copyright {
  padding: 20px 0;
  background: #000;
  text-align: center; }
  .copyright .box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .copyright p {
    margin: 0;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff; }
  .copyright .icon a .svg-inline--fa {
    color: #fff;
    border: 1px solid #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 12px;
    text-align: center; }
    .copyright .icon a .svg-inline--fa:hover {
      background: #fff;
      color: #521d19; }

#return-to-top {
  position: fixed;
  right: 20px;
  bottom: 50px; }
  #return-to-top .svg-inline--fa {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    height: 40px;
    width: 40px;
    border: 1px solid #222;
    line-height: 40px;
    text-align: center;
    padding: 8px; }

/*contact-inner*/
.contact-inner {
  padding: 50px 0; }
  .contact-inner h2,
  .contact-inner h3 {
    font-family: "Oswald";
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    margin-bottom: 30px;
    font-weight: 500; }
  .contact-inner address {
    margin-right: 25px; }
    .contact-inner address p {
      font-family: "Poppins";
      margin-bottom: 30px;
      font-size: 14px; }
      .contact-inner address p strong {
        font-family: "Poppins";
        text-transform: capitalize;
        color: #521d19;
        font-size: 18px;
        font-weight: 500; }
  .contact-inner label {
    font-family: "Poppins";
    font-size: 14px;
    margin-bottom: 10px; }
  .contact-inner .btn {
    font-size: 16px;
    font-weight: 600;
    font-family: "Oswald";
    letter-spacing: 0.025em;
    line-height: 36px;
    padding: 5px 30px;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 30px;
    background: #521d19;
    color: #fff; }
  .contact-inner hr {
    background-color: #ccc; }

.breadcrumb {
  background: #252525;
  border-radius: 0;
  padding: 8px 0;
  border: 0;
  margin: 0; }
  .breadcrumb ul {
    margin: 0;
    padding: 0; }
    .breadcrumb ul li {
      color: #eee;
      font-family: "Poppins";
      font-size: 13px; }
      .breadcrumb ul li a {
        margin-right: 10px;
        color: #fff; }

/*about Banner*/
.about-banner {
  background: url(../images/company-profile.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  padding: 150px 0;
  text-align: center; }
  .about-banner h1 {
    font-family: "Poppins";
    font-size: 42px;
    font-weight: 700;
    color: #fff; }

.about-inner {
  padding: 50px 0; }
  .about-inner h2,
  .about-inner h3 {
    font-family: "Oswald";
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
  .about-inner p {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 30px; }

.about-end {
  padding: 50px 0;
  text-align: center; }
  .about-end h4 {
    font-family: "Oswald";
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .about-end p {
    font-family: "Poppins";
    line-height: 30px;
    font-size: 14px; }

/*products inner*/
.product-inner-page .box a p {
  font-size: 14px; }

.product-inner {
  padding: 50px 0; }
  .product-inner .sidebar {
    background: #3a3738;
    margin-right: 15px; }
    .product-inner .sidebar p {
      font-family: "Poppins";
      padding: 10px 15px;
      text-transform: uppercase;
      margin-bottom: 0;
      letter-spacing: 1px;
      font-size: 16px;
      font-weight: 500;
      background: #000;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .product-inner .sidebar p a {
        color: #252525;
        display: flex;
        justify-content: space-between; }
    .product-inner .sidebar ul {
      padding-left: 0;
      list-style: none;
      padding: 10px 0; }
      .product-inner .sidebar ul .active {
        border-left: #252525 5px solid; }
        .product-inner .sidebar ul .active a {
          font-weight: 700; }
      .product-inner .sidebar ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .product-inner .sidebar ul li:last-child {
          border-bottom: 0; }
        .product-inner .sidebar ul li a {
          padding: 8px 15px;
          font-family: "Poppins";
          color: #ccc;
          font-size: 13px;
          letter-spacing: 1px;
          text-transform: uppercase;
          display: block; }
  .product-inner .box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px; }
    .product-inner .box:hover {
      box-shadow: 0px 3px 16px -2px rgba(0, 0, 0, 0.5); }
  .product-inner p {
    text-align: center;
    margin-bottom: 10px; }
    .product-inner p span {
      font-family: "Poppins";
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      color: #000; }
    .product-inner p .btn {
      border: 1px solid #000;
      padding: 3px 15px;
      border-radius: 0;
      color: #000;
      font-size: 13px;
      text-transform: capitalize;
      letter-spacing: 0;
      font-family: "Poppins";
      font-weight: 500;
      margin-bottom: 30px; }
      .product-inner p .btn:hover {
        background: #000;
        color: #fff; }

/*Related*/
@media (min-width: 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end; } }

@media (max-width: 991px) {
  .offcanvas {
    width: 250px !important;
    background-color: #521d19; }
  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%); }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    line-height: 36px; }
  .offcanvas-header {
    padding: 4px 17px; }
    .offcanvas-header .bi {
      color: #000;
      position: absolute;
      right: -21px;
      z-index: 2;
      background: #fff;
      height: 30px;
      width: 30px;
      border-radius: 100%;
      text-align: center;
      line-height: 30px !important;
      top: 18px;
      font-size: 12px; }
  [class^="bi-"]::before,
  [class*=" bi-"]::before {
    line-height: 30px !important; }
  .bi.bi-text-right {
    font-size: 36px;
    color: #521d19; }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%; }
    .nav-item.dropdown.dropdown-mega .dropdown-menu .card-body {
      padding: 0;
      background-color: none; }
      .nav-item.dropdown.dropdown-mega .dropdown-menu .card-body ul li a {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        color: #000; }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #cc161d; }
  .shadow {
    box-shadow: none !important; }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100% !important; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .container {
    max-width: 85%; } }

@media (min-width: 1500px) {
  .container {
    max-width: 1480px; } }

@media (max-width: 1023px) {
  .sina-nav,
  .sina-nav .sina-nav-header.social-on {
    min-height: 90px;
    height: 90px; }
  .sina-nav {
    position: relative;
    top: 0; }
  .sina-nav .navbar-toggle {
    margin-top: 25px; }
  .sina-nav .sina-nav-header.social-on .sina-brand {
    margin-top: 0; }
  .sina-nav .extension-nav > ul > .dropdown > .dropdown-toggle,
  .sina-nav .extension-nav > ul > li > a {
    color: #ccc !important; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate; }

.nav-item.dropdown.dropdown-mega {
  position: static; }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%; }

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    z-index: 11; }
    .navbar-toggler .hamburger-toggle .hamburger {
      position: absolute;
      transform: translate(-50%, -50%) rotate(0deg);
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      pointer-events: none; }
      .navbar-toggler .hamburger-toggle .hamburger span {
        width: 100%;
        height: 4px;
        position: absolute;
        background: #333;
        border-radius: 2px;
        z-index: 1;
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
        left: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger span:first-child {
          top: 10%;
          transform-origin: 50% 50%;
          transform: translate(0% -50%) !important; }
        .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%); }
        .navbar-toggler .hamburger-toggle .hamburger span:last-child {
          left: 0px;
          top: auto;
          bottom: 10%;
          transform-origin: 50% 50%; }
      .navbar-toggler .hamburger-toggle .hamburger.active span {
        position: absolute;
        margin: 0; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
          top: 45%;
          transform: rotate(45deg); }
        .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
          left: 50%;
          width: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
          top: 45%;
          transform: rotate(-45deg); }

.icons {
  display: inline-flex;
  margin-left: auto; }
  .icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none; }
    .icons a:hover {
      color: white;
      text-shadow: 0 0 30px white; }



@media (max-width: 1199px) {
  .comman-banner h1{
    left: 15%;
    font-size: 38px;
  }
  .about .rightImages {
    bottom: auto; }
  .quality .box {
    margin: 0; } }

@media (max-width: 991px) {
  .comman-banner h1{
    width: 340px;
    font-size: 30px;
    left: 20%;
  }
  .section-3 {
    margin-top: 50px; }
    .section-3 .box {
      margin-bottom: 20px; }
      .section-3 .box p {
        font-size: 14px;
        margin-bottom: 5px; }
  .about {
    padding: 50px 0; }
    .about .rightImages {
      position: relative; }
  .feature img {
    margin-bottom: 20px;
    padding: 0; }
  .feature .box::before {
    display: none;
    background: none !important; }
  .feature .box1::before {
    background: none;
    display: none; }
  .sina-nav .sina-menu .dropdown .dropdown-menu {
    border: 8px solid transparent; }
  .banner .carousel .carousel-caption {
    top: 0; }
    .banner .carousel .carousel-caption h1,
    .banner .carousel .carousel-caption h2 {
      font-size: 30px; }
    .banner .carousel .carousel-caption p {
      font-size: 16px;
      line-height: normal;
      margin: 0 !important; }
    .banner .carousel .carousel-caption .btn {
      font-size: 13px;
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .comman-banner h1{
    font-size: 23px;
    left: 18%;
    width: 260px;
  }
  .product-range .product-box .nav-tabs li a {
    width: inherit; }
  .quality .box {
    margin-left: 0; }
  .contact-mail p {
    display: block; }
  .addtocart-banner {
    padding: 0;
    height: 150px; }
  .about-banner,
  .contact-banner,
  .toolbag-banner {
    height: 160px;
    padding: 50px 0; }
  .contact-banner {
    background-position: 92% 50%; }
  .carouseller .carousel-button-right {
    right: 0; }
  .carouseller .carousel-button-left {
    left: 0; }
  .product-details .detail-inner h2 {
    margin-top: 20px; }
  .about h1,
  .product-range h2,
  .export h6 {
    font-size: 30px; }
  .about p {
    width: 100%; }
  .export .box {
    padding: 30px 10px; }
  .product-range .product-box .nav-tabs li {
    margin-bottom: 5px; }
  .footer .product li {
    width: 100%; } }

@media (max-width: 450px) {
  .comman-banner h1{
    width: 133px;
    font-size: 12px;
    left: 13%;
  }
  .product-range .product-box {
    display: block; }
    .product-range .product-box .nav {
      display: block; }
  .product-range .product-box .nav-tabs .active a {
    width: 100%; }
  .about-banner h1,
  .contact-banner h1,
  .toolbag-banner h1 {
    font-size: 30px; }
  .banner .carousel .carousel-caption h1,
  .banner .carousel .carousel-caption h2 {
    font-size: 22px; }
  .banner .carousel p,
  .banner .carousel .btn {
    display: none; }
  .navbar .navbar-brand img {
    width: 220px; } }

/* products table css */
.product-range table{
  font-family: "Poppins";
  padding: 3px;
  margin-bottom: 30px;
}    
.product-range table th{
  background: #2e2e2e;
  font-weight: 400;
  font-size: 15px;
  padding: 4px;
  color: #fff;
}
.product-range table tr td{
  padding: 3px;
  font-size: 13px;
}      
/* products table css ends */