﻿.product{
  min-height:500px;
}
#product-nav .nav-link {
  border-radius: 0rem;
  padding: .5rem 1rem;
  border: 1px solid #ccc;
  margin-right: .5rem;
}

#product-nav .nav-link.active, #product-nav .nav-link:hover {
  background-color: #4782d3;
  border-color: #4782d3;
  color: #fff;
}

/* Caption */
.product-ar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.product-ar .product-content {
  width: 80%;
  height: 150px;
  left: 10%;
  top: 40%;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.product-ar:hover .product-content {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-ar:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.product-ar .product-content a {
  background-color: rgba(128, 128, 128, 0.5);
  padding: 10px 10px 8px 10px;
  color: #fff;
  border: solid 1px #999;
  text-decoration: none;
  margin-bottom: 10px !important;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.product-ar .product-content a:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.product-ar .product-content a i {
  margin-right: 10px;
}
.product-ar .product-content .product-title {
  padding: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.product-ar .product-content .product-title + p {
  margin-top: 5px;
}
@media all and (max-width:767px) {
  .img-product-ar {
    margin-bottom: 10px;
  }
  .product-ar .product-content .product-title {
    font-size: 12px;
  }
}
@media all and (min-width:768px) and (max-width:1024px){
  .img-product-ar {
    margin-bottom: 20px;
  }
}

.infotable td, .infotable th {
    padding: .5rem;
}
