.product-container {
  padding: 60px;
}

.product-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0px;
}

.product-carousel .owl-nav [class*="owl-"] {
  background: #b8181e;
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px;
  margin: 0;
  border-radius: 0;
}

.product-carousel .owl-nav .owl-prev {
  margin-right: 1px !important;
}

.product-carousel .owl-nav [class*="owl-"]:hover {
  background-color: gray;
}

#mukhwas-product-carousel .item img {
  max-height: 685px;
}

.product-section {
  padding: 60px 0;
}
.main-logo {
  width: 95px;
}

.btn-container {
  display: flex;
  justify-content: flex-end;
}

.view-all-btn {
  background-color: rgb(184, 24, 30);
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
}
.view-all-btn:hover {
  color: #fff;
}

/* contact page start */
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-title {
  position: relative;
  padding-bottom: 40px;
}
.sec-title .title {
  position: relative;
  color: rgb(184, 24, 30);
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbb;
}
.sec-title h2 {
  position: relative;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}
.sec-title.light h2 {
  color: #fff;
}
.contact-page-section {
  position: relative;
  padding: 50px 0px;
}
.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  /* background-color: rgb(184, 24, 30); */
  background-image: linear-gradient(
      rgba(184, 24, 29, 0.911),
      rgba(184, 24, 29, 0.87)
    ),
    url(../images/about/about-bg.jpg);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.contact-page-section .form-column {
  position: relative;
  padding: 0 0 0 15px;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  background-color: #fff;
}
.contact-page-section .info-column {
  position: relative;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 45px;
}
.contact-page-section .info-column a {
  color: #fff;
}
.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 60px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 45px;
}
.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}
.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  font-size: 30px;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: rgb(184, 24, 30);
}
.contact-form textarea {
  height: 250px;
  resize: none;
}
.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid rgb(184, 24, 30);
  font-family: Arimo, sans-serif;
  background: rgb(184, 24, 30);
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.contact-form .theme-btn:hover {
  color: rgb(184, 24, 30);
  border-color: rgb(184, 24, 30);
  background: 0 0;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-four li a:hover {
  color: #222;
}
/* contact page end */

.product-image {
  height: 400px;
}
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.form-row-container {
  display: flex;
  justify-content: space-between;
}
.w-50 {
  width: 48%;
}

.popup-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-container .form-group label {
  margin-bottom: 0px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

.form-container .form-group input,
.form-container .form-group textarea {
  border-color: rgb(192, 192, 192);

  outline: none;
  box-shadow: none;
}

#product-purchase .close-btn {
  /* background-color: rgb(26, 26, 26); */
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 99999;

  position: absolute;
  right: 0;
}
.popup-btn {
  background-color: #b8181e;
  color: #fff;
  padding: 5px 20px;
  border: none;
  outline: none;
}
.h-center {
  display: flex;
  justify-content: center;
}

/* .product-details{
  margin-top: 10px;padding: 10px;
} */
.product-wrapper {
  padding: 10px;
  margin-bottom: 30px;
}
.product-details .product-name {
  /* text-align: center; */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.border {
  border: 1px solid lightgray;
}
.border-left {
  border-left: 1px solid lightgray;
}

.product-details .product-des {
  font-weight: bold;
}

.product-details .product-ingredients {
  font-size: 15px;
}
.product-details .product-ingredients h4 {
  margin-bottom: 5px;
}

.top-bar-area a {
  color: #fff;
}
.top-social-links ul li a i:hover {
  color: #fff;
}
.mr-5 {
  margin-right: 5px !important;
}

.social-icon-four li a i:hover {
  color: #fff;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt_3 {
  margin-top: 3px !important;
}

.p-top-0  {
  padding-top: 0 !important;
}