/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
  background-image:url(../images/bg-ptrn.jpg);
}
.blog-footer p:last-child {
  margin-bottom: 0;
}/* CSS Document */

.blog-footer a {
  color: #fff;
}

.jumbotron {
	margin-top: 50px !important;
	position: relative;
	overflow: hidden;
	background-color:black;
}

.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:1;
}

.jumbotron .container {
  z-index: 2;
  position: relative;
}

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.catg-name {
	color:#000;
  background-color: #ffc107;
  border-radius: 5px;
}
.pdt-name {
	background-color:#900;
	text-align:center !important;
	padding:2px !important;
	color:#FFF;
	margin: 0px;
}

.pdt-desc {
	background-color: #404040;
    text-align: justify !important;
    padding: 10px !important;
    line-height: 17px;
    font-size: 13px;
    color: #FFF;
    margin: 0px;
}

.

.card-body {
	padding:0px;
}


.pdt-desc-bg {
	background-color:#26211e;
}

.overv-text {
	color:#fff;
	line-height:18px;
	font-weight:500;
}

.product-name {
	font-size:20px;
	color:#fff;
	line-height:20px !important;
}

.price-text {
	color:#FF0;
}
	
/*--- Product Image -----*/
@media only screen and (min-width: 1024px) {
  .img-container {
    position: relative;
    width: 40%;
  } 
}

@media only screen and (max-width: 1020px) {
  .img-container {
    position: relative;
    width: 100%;
  } 
}

.pdt-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.pdt-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-container:hover .pdt-image {
  opacity: 0.3;
}

.img-container:hover .pdt-middle {
  opacity: 1;
}

.pdt-text {
  background-color: #26211e;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
/*--- Product Image -----*/

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

td {
  padding: 0px;
}