﻿a.product-name:hover {
 text-decoration: none
}

.product-content {
 padding-top: 50px
}

.breadscrumb {
 margin-bottom: 15px;
 border-bottom: 1px solid #d2d2d2;
 padding-top: 15px;
 padding-bottom: 10px
}

 .breadscrumb .current, .breadscrumb .parent {
  color: #df002c
 }

 .breadscrumb .current, .breadscrumb .img, .breadscrumb .parent {
  font-family: Helvetica;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left
 }

 .breadscrumb .img {
  line-height: 2;
  color: #898989
 }

.container {
 width: 100%;
 margin-right: auto;
 margin-left: auto
}

.produc-list {
 margin-top: 20px
}

.container-fluid {
 padding-left: 0;
 padding-right: 0
}

.homepage-product-slide-tab {
 position: relative
}

.homepage-product-slide-tab-name {
 margin: 0;
 padding: 0 0 5px 25px;
 line-height: 24px;
 color: #000;
 font-size: 20px;
 font-weight: 600;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis
}

.homepage-product-slide-tab-price {
 margin: 0;
 padding: 5px 0 5px 25px;
 font-family: Helvetica;
 font-size: 18px;
 font-weight: 400;
 font-stretch: normal;
 font-style: normal;
 line-height: 18px;
 letter-spacing: normal;
 color: #212121
}

.homepage-product-slide-tab a:hover {
 text-decoration: none
}

.homepage-product-slide-tab-top {
 height: 217px
}

.homepage-product-slide-tab-detail {
 position: absolute;
 background-color: red;
 width: 167px;
 height: 30px;
 text-align: center;
 padding-top: 3px;
 margin-bottom: 0;
 color: #fff;
 left: 50%;
 transform: translateX(-50%);
 bottom: 42px;
 opacity: 0
}

.product-drive-cost {
 padding: 10px 0 40px 25px
}

.btn {
 border-radius: 0
}

.product-btn-cost-estimates {
 border-radius: 5px;
 width: 147px;
 height: 37px;
 font-size: 16px;
 background-color: #0e5531;
 color: #fff;
 text-align: right;
 margin-left: 15px
}

 .product-btn-cost-estimates:hover {
  background-color: #33b913;
  color: #fff;
  border: 1px solid #33b913
 }

.image-product-sm {
 width: 100%;
 height: 217px;
 -o-object-fit: contain;
 object-fit: contain
}

@media (max-width:767px) {
 .produc-list {
  margin-top: 50px
 }

 .breadscrumb {
  display: none
 }

 .product-drive-cost {
  padding: 10px 0 20px;
  align-items: center;
  justify-content: center
 }

 .homepage-product-slide-tab-name {
  padding: 0 0 5px;
  text-align: center
 }

 .homepage-product-slide-tab-price {
  padding: 0;
  text-align: center
 }

 .carousel-indicators {
  bottom: -20px;
  margin-left: 0;
  margin-right: 0
 }

  .carousel-indicators .active, .carousel-indicators li {
   height: 11px;
   width: 11px;
   margin-left: 2px;
   margin-right: 2px
  }
}
