@font-face {
  font-family: "AkzidenzGroteskBQb";
  src: url("Berthold Akzidenz Grotesk Bold Condensed.otf") format("woff2"),
    url("Berthold Akzidenz Grotesk Bold Condensed.otf") format("woff");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "AkzidenzGroteskBQ";
  src: url("Berthold Akzidenz Grotesk Condensed.otf") format("woff2"),
    url("Berthold Akzidenz Grotesk Condensed.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}
body {
  background: #eee;
}

.strike-text {
  color: red;
  text-decoration: line-through;
}
.product-image {
  width: 100%;
}
.dot {
  height: 7px;
  width: 7px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 3px;
  border-radius: 50%;
  display: inline-block;
}
.cartView
{
  background-color:#f8441d;
  border-color: #f8441d;color:#fff;
}
.cartView:hover {
  background-color: #f8441dd1 !important;
  border-color: #f8441dd1 !important;
  color:#fff !important;
}

.btn-primary {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #300706;
  border-color: #300706;
}
.btn-primary:hover {
  background-color: #b50101 !important;
  border-color: #300706 !important;
}
.btn-outline-primary {
  color: #300706;
  border-color: #300706;
}
.btn-outline-primary:hover {
  border-color: #300706 !important;
  background-color: #b50101 !important;
}
.spec-1 {
  color: #938787;
  font-size: 15px;
}
h5 {
  font-weight: 400;
}
.para {
  font-size: 16px;
}
.product_list {
  /* border-style: solid;
  border-color: #300706; */
  border-radius: 10px;
  /* background: #ffffff6b; */
}
.title_font h5 {
  color: #300706;
  font-size: 28px;
  font-family: "AkzidenzGroteskBQb";
}
.title_font p 
{
  font-size:14px;
  font-weight:bold;
}
.product_detail {
  margin: 1%;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #300706 !important;
  border-radius: 10px !important;
  background: #ffffff6b;
}
.price{
  justify-content: center;
  padding-top: 65px;
  
  padding-bottom: 0px;
}
.price h4{
  font-weight: bold;
  color:black;
  font-size: 31px;
}
.buy_now{
  justify-content: center;
  
}

.cartIcon
{
  max-width: 30px;
}

#cart_view
{
	display: block;
    font-size: 20px;
    color: #300706;
}

#cart_view:hover
{
  color: red !important;
}

.removeProduct
{
	background-color: #cf0000 !important;
    border-color: #cf0000 !important;
}
