/* Products Comapre css Start Here */
.product-compare {
  padding: 60px 0;
}
.product-compare .compare-searchbar .from-group label {
  color: #000000;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-compare .compare-searchbar .pro_search {
  display: flex;
  margin-bottom: 10px;
}
.product-compare .compare-searchbar .pro_search .form-control {
  border-radius: 0;
  padding: 12px 15px;
  border: 1px solid #b8b8b8;
}
.product-compare .compare-searchbar .pro_search button {
  padding: 0 50px;
  background: #005de0;
  color: #fff;
  border: 2px solid #005de0;
  transition: 0.6s;
}
.product-compare .compare-searchbar .pro_search button:hover {
  background: transparent;
  color: #005de0;
}
.products {
  padding-bottom: 50px;
}
.product-compare .productDv .pro_title {
  padding-bottom: 10px;
}
.product-compare .productDv .pro_title h4 {
  color: #363636;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 15px;
}
.product-compare .productDv .imgBox img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product-compare .button-group button.btn {
  background: #005de0;
  border-radius: 0;
  color: #fff;
  padding: 10px 45px;
  transition: 0.6s;
  border: 2px solid #005de0;
}
.product-compare .button-group button.btn:hover {
  background: #0000;
  color: #000;
}
.product-compare .both-products-feature {
  padding-bottom: 100px;
}
.product-compare .both-products-feature tr.topbar {
  background: #005de0;
  height: 50px;
}
.product-compare .both-products-feature tr.topbar th {
  color: #fff;
  font-size: 25px;
  padding: 0 15px;
}
.product-compare .both-products-feature td:first-child {
  width: 20%;
  color: #00000061;
  font-weight: 600;
}
.product-compare .both-products-feature td:nth-child(2) {
  width: 40%;
}
.product-compare .both-products-feature td:nth-child(3) {
  width: 40%;
}
.product-compare .both-products-feature td {
  height: 50px;
  border: 1px solid #ccc;
  border-right: 1px solid #707070;
  padding: 0 10px;
  color: #363636;
}
.product-compare .both-products-feature .table-responsive td.release {
  color: #000000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .youtube_video iframe {
    height: 300px;
  }
  .youtube_video iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .product-compare {
    padding: 50px 0 0;
  }
  .product-compare .both-products-feature {
    padding-bottom: 40px;
  }
  .product-compare .compare-searchbar .from-group label {
    font-size: 14px;
  }
  .product-compare .productDv .pro_title h4 {
    font-size: 20px;
    padding-bottom: 0px;
  }
  .product-compare .button-group button.btn {
    width: 100%;
    margin: 0 0 5px;
  }
  .product-compare .both-products-feature tr.topbar th {
    font-size: 10px;
    font-weight: 500;
  }
  .product-compare .both-products-feature td:first-child {
    font-size: 11px;
  }
  .product-compare .both-products-feature td {
    font-size: 11px;
  }
  .related_products {
    padding: 30px 0 50px;
  }
}
/* Products Comapre css End Here */
