
.cart-btn {
  border: none;
  background: transparent;
  position: relative;
}

.cart-btn .cart-items {
  position: absolute;
  right: -1rem;
  top: -0.875rem;
  padding: 0 6px;
  font-size: 0.875rem;
  border-radius: 30%;
  background-color: #FFB338;
  color: #fff;
  font-weight: bold;
}

.cart-btn .fa-cart-shopping {
  font-size: 2rem;
  color: #fff;
}

.product-area {
  margin-top: 3.5rem;
}

.product-area-title {
  font-size: 3rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .product-area-title {
    font-size: 2rem;
  }
}

.product-area .product {
  position: relative;
  margin-bottom: 1rem;
  border: 4px solid transparent;
  border-radius: 0.875rem;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.product-area .product-image > img {
  width: 100%;
  border-radius: 0.625rem;
}

.product-area .product-hover {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#181813), color-stop(174.29%, rgba(24, 24, 19, 0)));
  background: linear-gradient(0deg, #181813 100%, rgba(24, 24, 19, 0) 174.29%);
  border-radius: 0px 0px 10px 10px;
  padding: 1rem;
  opacity: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.product-area .product-hover .product-title {
/*   font-size: 1.5rem; */
  color: #fff;
 font-family: 'Jacques Francois', serif; 
}

.product-area .product-hover .product-price {
  text-align: center;
/*   font-size: 1.5rem; */
  color: #fff;
  font-family: 'Jacques Francois', serif;
}

.product-area .product-hover .btn-add-to-cart {
  width: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFB338;
  border-radius: 30%;
  border: 3px solid transparent;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.product-area .product-hover .btn-add-to-cart:focus {
  border-color: #fff;
}

.product-area .product-hover .btn-add-to-cart > .fa-cart-shopping {
  color: #fff;
  pointer-events: none;
}

.product-area .product:hover {
  border-color: #FFB338;
}

.product-area .product:hover .product-hover {
  opacity: 1;
}

.offcanvas-header {
  padding: 1.25rem;
}

.offcanvas-body {
  padding: 0;
}

.shopping-cart .cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shopping-cart .cart-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  padding: 1.25rem;
  border-top: 1px solid #E6E6E6;
}

.shopping-cart .cart-list-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.shopping-cart .cart-list-item .cart-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.shopping-cart .cart-list-item .cart-left-image > img {
  height: 60px;
}

.shopping-cart .cart-list-item .cart-left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopping-cart .cart-list-item .cart-left-info-title {
  font-size: 0.75rem;
  text-decoration: none;
  color: #FFFFFF;
}

.shopping-cart .cart-list-item .cart-left-info-price {
  font-size: 0.875rem;
  font-weight: bold;
}

.shopping-cart .cart-list-item .cart-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.shopping-cart .cart-list-item .cart-right-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px;
  border: 1px solid #E6E6E6;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
}

.shopping-cart .cart-list-item .cart-right-quantity .quantity-minus .fa-minus {
  pointer-events: none;
  font-size: 0.875rem;
}

.shopping-cart .cart-list-item .cart-right-quantity .quantity-plus .fa-plus {
  pointer-events: none;
  font-size: 0.875rem;
}

.shopping-cart .cart-list-item .cart-right-remove .cart-remove-btn {
  background: #cf0101;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
}

.shopping-cart .cart-list-item .cart-right-remove .cart-remove-btn .fa-trash {
  color: #fff;
  font-size: 0.875rem;
  pointer-events: none;
}

.shopping-cart-bottom {
  padding: 1.25rem;
}

.shopping-cart-bottom .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopping-cart-bottom .total .total-title {
  font-size: 1.125rem;
  font-weight: bold;
}

.shopping-cart-bottom .total .total-value {
  font-size: 1.125rem;
}

.shopping-cart-bottom .btn-clear {
  font-weight: bold;
  width: 100%;
  background: #FFB338;
  color: #fff;
  padding: 0.812rem 0;
  border-radius: 4px;
  margin-top: 1rem;
}

.shopping-cart-bottom .btn-checkout {
  font-weight: bold;
  width: 100%;
  background: #1965E0;
  color: #fff;
  padding: 0.812rem 0;
  border-radius: 4px;
  margin-top: 1rem;
}


/*# sourceMappingURL=style.css.map */
