@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

/* Variables */
:root {
  --title-font-family: "Roboto", sans-serif;
  --body-font-family: "Roboto", sans-serif;
  --big-font-family: "Big Shoulders Display", sans-serif;
  --icon-font-family: "Font Awesome 6 Pro";
  --container-width: 1312px;
  --divder-space: 200px;
  --headings-color: #000000;
}

html[dir="rtl"] {
  --title-font-family: "Alexandria", sans-serif;
  --body-font-family: "Alexandria", sans-serif;
  --big-font-family: "Alexandria", sans-serif;
}

/* Mixins */
/* Typography Styles */
html,
body {
  scroll-behavior: auto !important;
}

body {
  background-color: #ffffff;
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 400;
  color: var(--headings-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a,
.btn {
  color: var(--headings-color);
  text-decoration: none;
  outline: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover,
.btn:hover {
  color: #ED1C24;
}

a:active,
a:focus,
a:hover,
a:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  text-decoration: none;
  outline: none;
}

button,
.btn {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

iframe {
  border: none;
  width: 100%;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font-family);
  color: var(--headings-color);
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin: 0 0 15px 0;
  color: var(--headings-color);
  line-height: 1.85;
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 15px;
}

li {
  list-style-type: none;
}

@media (max-width: 575.98px) {

  .h2,
  h2 {
    font-size: 20px;
  }
}

/* Header Styles */

.bgc-f7 {
  background-color: #F7F7F7;
}

.login-info {
  font-size: 14px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
}

/* All Type Of Footer Styles */
.footer-style1 {
  background-color: var(--headings-color);
}

.footer-style1.at-home2 {
  padding-top: 230px;
}

.footer-style1.at-home4 {
  background-color: #ffffff;
}

.footer-style1.at-home6 {
  background-color: transparent;
  background-image: url(../images/home/footer-bg-6.jpg);
  background-size: cover;
}

.footer-widget {
  position: relative;
}

.footer-widget .info-title {
  color: #BEBDBD;
  font-family: var(--title-font-family);
  margin-bottom: 5px;
}

.footer-widget .info-phone a,
.footer-widget .info-mail a {
  color: #ffffff;
}

.footer-widget.light-style .info-phone a,
.footer-widget.light-style .info-mail a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
}

.link-style1 a {
  color: #BEBDBD;
  display: block;
  font-family: var(--title-font-family);
  line-height: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.link-style1.light-style a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.link-style1.at-home9 a:hover {
  color: #ED1C24;
}

/* All styles about breadcumb */
.breadcumb-section {
  padding: 70px 0;
}

.breadcumb-section2 {
  align-items: center;
  background-image: url(../images/imgs/pexels-fauxels-3184418.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  height: 450px;
}

.breadcumb-section3 {
  align-items: center;
  background-image: url(../images/home/home-3.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  height: 450px;
}

@media (max-width: 991.98px) {
  .breadcumb-section3 {
    height: 250px;
    position: relative;
  }
}

.breadcumb-style1 {
  position: relative;
}

.breadcumb-style1 .title {
  letter-spacing: 0.02em;
}

.breadcumb-style1 .breadcumb-list {
  position: relative;
}

.breadcumb-style1 .breadcumb-list a {
  display: inline-block;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  position: relative;
}

.breadcumb-style1 .breadcumb-list a:first-child {
  margin-right: 10px;
}

.breadcumb-style1 .breadcumb-list a:first-child:after {
  content: "/";
  font-size: 14px;
  position: absolute;
  right: -10px;
}

/* Commons Styles of Template */
section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  section {
    padding: 60px 0;
  }
}

.main-title,
.main-title2 {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {

  .main-title,
  .main-title2 {
    margin-bottom: 30px;
  }
}

.main-title .title,
.main-title2 .title {
  font-style: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.main-title .paragraph,
.main-title2 .paragraph {
  color: var(--headings-color);
  font-family: var(--title-font-family);
}

@media (max-width: 991.98px) {
  .main-title2 {
    margin-bottom: 30px;
  }
}

.ui-content {
  position: relative;
  margin-bottom: 30px;
}

.ui-content .title {
  margin-bottom: 30px;
}

.mouse_scroll {
  bottom: 0;
  position: absolute;
  right: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 991.98px) {
  .mouse_scroll {
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .mouse_scroll {
    display: none;
  }
}

.mouse_scroll.at-home8 {
  bottom: 110px;
  right: 0;
  left: 0;
}

.list-style1 {
  position: relative;
}

.list-style1 li {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin-bottom: 20px;
}

.list-style1 i {
  border-radius: 50%;
  font-size: 8px;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  width: 18px;
}

/* Custom Search Sugguestions Code Start */
.advance-search-field .box-search .icon {
  bottom: 13px;
  color: var(--headings-color);
  font-size: 15px;
  left: 20px;
  position: absolute;
}

.advance-search-field .box-search input {
  border: transparent;
  border-radius: 12px;
  font-size: 14px;
  font-family: var(--title-font-family);
  padding-left: 50px;
}

.advance-search-field .box-search input::placeholder {
  color: var(--headings-color);
}

.advance-search-field .search-suggestions {
  background-color: #ffffff;
  border-radius: 12px;
  left: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  visibility: hidden;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.advance-search-field .search-suggestions.show {
  opacity: 1;
  visibility: visible;
}

.advance-search-field .box-suggestions {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.advance-search-field .box-suggestions li {
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  padding: 18px 20px;
}

.advance-search-field .box-suggestions li:hover {
  background-color: rgba(189, 154, 85, 0.07);
}

.advance-search-field .box-suggestions li:last-child {
  border-bottom: none;
}

.advance-search-field .item_title {
  align-items: center;
  display: flex;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* Custom Search Sugguestions Code End */
.preloader {
  background-color: #eaeaea;
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.scrollToHome {
  background-color: #ffffff;
  border: 1px solid #ED1C24;
  border-radius: 50%;
  bottom: -45px;
  color: #ED1C24;
  display: block;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scrollToHome:hover {
  color: #ffffff;
}

.scrollToHome:hover {
  background-color: #ED1C24;
  color: #ffffff;
}

.scrollToHome.show {
  bottom: 45px;
  right: 45px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.animate-up-1,
.animate-up-2,
.animate-up-3,
.animate-up-4,
.animate-up-5 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate-up-1 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate-up-2 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animate-up-3 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animate-up-4 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animate-up-5 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}


/* blockquote Styles*/
.blockquote-style1 {
  background-color: rgba(235, 103, 83, 0.07);
  border-left: 3px solid var(--headings-color);
  padding: 45px 60px 20px;
  position: relative;
}

.blockquote-style1 .fst-italic {
  max-width: 655px;
  width: 100%;
}

/* All kind Of btns Styles */
.ud-btn {
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  padding: 8px 20px 8px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.ud-btn i {
  margin-left: 10px;
  font-size: 16px;
}

.ud-btn:hover,
.ud-btn:focus,
.ud-btn:active {
  outline: none;
  box-shadow: none;
}

@media (max-width: 339px) {
  .ud-btn {
    padding: 13px 25px;
  }
}

.ud-btn2 {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ud-btn2 i {
  margin-left: 10px;
  font-size: 16px;
  transform: rotate(-45deg);
}

.ud-btn2:hover {
  outline: none;
}

.btn-thm {
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
  color: #ffffff;
}

.btn-dark {
  background-color: var(--headings-color);
  border: 1px solid var(--headings-color);
  color: #ffffff;
}

.ud-btn:before,
.btn-gray:before,
.btn-dark:before,
.btn-thm:before,
.btn-thm2:before,
.btn-thm3:before,
.btn-thm-border:before,
.btn-white:before,
.btn-light-gray:before,
.btn-transparent:before,
.btn-transparent2:before {
  background-color: #ED1C24;
  content: "";
  height: 100%;
  left: -105%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  transform-origin: top left;
}

.ud-btn:hover,
.btn-gray:hover,
.btn-dark:hover,
.btn-thm:hover,
.btn-thm2:hover,
.btn-thm3:hover,
.btn-thm-border:hover,
.btn-white:hover,
.btn-light-gray:hover,
.btn-transparent:hover,
.btn-transparent2:hover {
  color: #ffffff;
}

.ud-btn:hover:before,
.btn-gray:hover:before,
.btn-dark:hover:before,
.btn-thm:hover:before,
.btn-thm2:hover:before,
.btn-thm3:hover:before,
.btn-thm-border:hover:before,
.btn-white:hover:before,
.btn-light-gray:hover:before,
.btn-transparent:hover:before,
.btn-transparent2:hover:before {
  height: 100%;
  width: 210%;
}

.btn-gray {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  color: var(--headings-color);
  font-size: 13px;
  font-weight: 400;
  height: 50px;
  padding: 10px 30px;
}

.btn-dark:hover {
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
}

.btn-thm2 {
  background-color: rgba(189, 154, 85, 0.1);
  color: #ED1C24;
}

.btn-thm3 {
  background-color: #ffffff;
  border: 1px solid #ED1C24;
  color: #ED1C24;
}

.btn-thm-border {
  background-color: #ffffff;
  border: 1px solid #ED1C24;
  color: var(--headings-color);
}

.btn-white,
.btn-white2 {
  background-color: #ffffff;
  border: 1px solid var(--headings-color);
}

.btn-white:hover,
.btn-white2:hover {
  border: 1px solid #ED1C24;
}

.btn-white2:before {
  background-color: #181A20;
}

.btn-white2:hover {
  border: 1px solid #181A20;
}

.btn-light-gray,
.btn-transparent {
  background-color: #F7F7F7;
  border: 1px solid var(--headings-color);
}

.btn-light-gray:hover,
.btn-transparent:hover {
  border: 1px solid #ED1C24;
}

.btn-transparent,
.btn-transparent2 {
  background-color: transparent;
}

.btn-transparent2 {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-transparent2:hover,
.btn-transparent2:focus,
.btn-transparent2:active {
  border: 1px solid #ffffff;
  color: #ED1C24;
}

.btn-transparent2:hover:before,
.btn-transparent2:focus:before,
.btn-transparent2:active:before {
  background-color: #ffffff;
}

.add-food {
  font-size: 14px;
  height: 47px;
  padding: 9px 22px;
}

.add-food:hover {
  color: #ffffff;
}

.menu-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.menu-btn:hover {
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
}

.signup-modal .btn-white i,
.signup-modal .btn-fb i,
.signup-modal .btn-apple i {
  transform: rotate(0deg);
  position: absolute;
  left: 10px;
  top: 12px;
}

.btn-fb {
  background-color: #3A77EA;
  border: 1px solid #3A77EA;
  color: #ffffff;
}

.btn-fb:hover {
  border-color: #ED1C24;
}

.btn-apple {
  background-color: #181818;
  border: 1px solid #181818;
  color: #ffffff;
}

.btn-apple:hover {
  border-color: #ED1C24;
}


/* Menu Style */
header.nav-innerpage-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  padding: 20px 0;
}

header.nav-innerpage-style .ace-responsive-menu .sub-menu {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  padding: 15px 0;
  z-index: 9999;
  width: 260px;
}

header.nav-innerpage-style .ace-responsive-menu .sub-menu li {
  padding: 0 30px;
  width: 260px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.nav-innerpage-style .ace-responsive-menu .sub-menu li:hover {
  background-color: rgba(189, 154, 85, 0.07);
}

header.nav-innerpage-style .ace-responsive-menu .sub-menu a {
  line-height: 40px;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  padding-left: 0;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu li {
  padding-left: 0;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu li:hover {
  background-color: transparent;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu a:hover {
  text-decoration: underline;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style:hover .dropdown-megamenu {
  border-radius: 12px;
  left: auto;
  max-width: 600px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 99999;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .dropdown-megamenu .sub-menu {
  border: none;
  box-shadow: none;
  display: block !important;
  float: left;
  left: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  float: left;
  width: 33.33%;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
  border-radius: 60px;
  text-align: center;
  padding: 7px 16px;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: rgba(189, 154, 85, 0.07);
}

@media (max-width: 1399.98px) {

  header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
  header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 17px;
  }
}

header.nav-innerpage-style .ace-responsive-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
}

header.nav-innerpage-style.menu-home4 {
  box-shadow: none;
  border-bottom: none;
}

header.nav-innerpage-style.style2 {
  box-shadow: none;
}

header.menu-home10 {
  box-shadow: none;
  border-bottom: none;
  padding: 0;
}

header.menu-home10 .ace-responsive-menu .sub-menu {
  margin-top: 1px;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item {
  border-radius: 0px;
  line-height: 72px;
  position: relative;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:hover,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}

header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:before,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #ED1C24;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.menu-home10.stricky.stricky-fixed .ace-responsive-menu .megamenu_style a.list-item:before,
header.menu-home10.stricky.stricky-fixed .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #181A20;
}

header.nav-homepage-style {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

header.nav-homepage-style .ace-responsive-menu .sub-menu {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  padding: 15px 0;
  z-index: 9999;
  width: 260px;
}

header.nav-homepage-style .ace-responsive-menu .sub-menu li {
  padding: 0 30px;
  width: 260px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.nav-homepage-style .ace-responsive-menu .sub-menu li:hover {
  background-color: rgba(189, 154, 85, 0.07);
}

header.nav-homepage-style .ace-responsive-menu .sub-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 40px;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  padding-left: 0;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu li {
  padding-left: 0;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu li:hover {
  background-color: transparent;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu a:hover {
  text-decoration: underline;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style:hover .dropdown-megamenu {
  border-radius: 12px;
  left: auto;
  max-width: 600px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 99999;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .dropdown-megamenu .sub-menu {
  border: none;
  box-shadow: none;
  display: block !important;
  float: left;
  left: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  float: left;
  width: 33.33%;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
  border-radius: 60px;
  text-align: center;
  padding: 7px 16px;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: rgba(255, 255, 255, 0.07);
}

@media (max-width: 1399.98px) {

  header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
  header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 17px;
  }
}

header.nav-homepage-style .ace-responsive-menu a {
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 600;
}

header.nav-homepage-style .header-logo.logo2 {
  display: none;
}

header.nav-homepage-style .sidemenu-btn,
header.nav-homepage-style .login-info {
  color: #ffffff;
}

header.nav-homepage-style .sidemenu-btn .img-2 {
  display: none;
}

header.nav-homepage-style.stricky.stricky-fixed {
  background-color: #ffffff;
  border-bottom: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  z-index: 9;
}

header.nav-homepage-style.stricky.stricky-fixed .ace-responsive-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
}

header.nav-homepage-style.stricky.stricky-fixed .sidemenu-btn,
header.nav-homepage-style.stricky.stricky-fixed .login-info {
  color: var(--headings-color);
}

header.nav-homepage-style.stricky.stricky-fixed .sidemenu-btn .img-1 {
  display: none;
}

header.nav-homepage-style.stricky.stricky-fixed .sidemenu-btn .img-2 {
  display: block;
}

header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo1 {
  display: none;
}

header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo2 {
  display: block;
}

header.nav-homepage-style.stricky.stricky-fixed .menu-btn,
header.nav-homepage-style.stricky.stricky-fixed .btn-transparent2 {
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
}

header.nav-homepage-style.stricky.stricky-fixed .menu-btn:hover {
  background-color: #ED1C24;
  border: 1px solid #ED1C24;
  color: #ffffff;
}

header.nav-homepage-style.at-home2,
header.nav-homepage-style.at-home5 {
  border-bottom: none;
}

header.nav-homepage-style.at-home3 .ace-responsive-menu a {
  color: var(--headings-color);
}

header.nav-homepage-style.at-home3 .sidemenu-btn,
header.nav-homepage-style.at-home3 .login-info {
  color: var(--headings-color);
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .sub-menu {
  margin-top: 1px;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item {
  border-radius: 0px;
  position: relative;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}

header.nav-homepage-style.at-home5 .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-homepage-style.at-home5 .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.nav-homepage-style.at-home5.stricky.stricky-fixed .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-homepage-style.at-home5.stricky.stricky-fixed .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #181A20;
}

/*== Mobile Menu Css ==*/
.header.innerpage-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  height: 65px;
  line-height: 65px;
}

.mm-panel {
  background-color: #ffffff;
  background: #ffffff;
}

.mm-listitem:after {
  display: none;
}

.mm-navbar {
  background-color: rgba(189, 154, 85, 0.07);
  color: var(--headings-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  height: 60px;
}

.mm-navbar__title {
  color: var(--headings-color);
}

.mm-wrapper__blocker {
  background-color: rgba(24, 26, 32, 0.5);
}

.mm-panel ul.mm-listview li:first-child.mm-listitem {
  margin-top: 30px;
}

.mm-panel ul.mm-listview li.mm-listitem.cl_btn {
  border-bottom: none;
  margin: 50px auto;
  max-width: 90%;
}

.mm-panel ul.mm-listview li.mm-listitem.cl_btn a.btn {
  color: #ffffff;
  font-family: var(--title-font-family);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

a.mm-listitem__text,
a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: var(--headings-color);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

a.mm-listitem__text:hover,
a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: rgba(189, 154, 85, 0.07);
  border-left: 2px solid #ED1C24;
  color: #ED1C24;
}

li.mm-listitem:hover,
li.mm-listitem:active,
li.mm-listitem:focus {
  color: #ffffff;
}

.mm-btn_prev:before {
  background-color: transparent;
}


.main-banner-wrapper {
  overflow: hidden;
  position: relative;
}

.main-banner-wrapper .carousel-btn-block {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .main-banner-wrapper .carousel-btn-block {
    top: auto;
    bottom: 60px;
  }
}

.main-banner-wrapper .carousel-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -moz-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.main-banner-wrapper .carousel-btn:hover {
  background-color: #ffffff;
  color: #626974;
  opacity: 1;
}

.main-banner-wrapper .carousel-btn.left-btn {
  position: absolute;
  left: 160px;
}

@media (max-width: 1600px) {
  .main-banner-wrapper .carousel-btn.left-btn {
    left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .main-banner-wrapper .carousel-btn.left-btn {
    left: 60px;
  }
}

@media (max-width: 575.98px) {
  .main-banner-wrapper .carousel-btn.left-btn {
    left: 30px;
  }
}

.main-banner-wrapper .carousel-btn.right-btn {
  left: 160px;
  position: absolute;
  right: auto;
  top: 70px;
}

@media (max-width: 1600px) {
  .main-banner-wrapper .carousel-btn.right-btn {
    left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .main-banner-wrapper .carousel-btn.right-btn {
    top: auto;
    left: 120px;
  }
}

@media (max-width: 575.98px) {
  .main-banner-wrapper .carousel-btn.right-btn {
    left: 90px;
  }
}

.main-banner-wrapper.home10_style .carousel-btn.left-btn,
.main-banner-wrapper.home10_style .carousel-btn.right-btn {
  left: auto;
  right: 18%;
}

@media (max-width: 1199.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    top: auto;
    left: auto;
    right: 13%;
  }
}

@media (max-width: 991.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 10%;
  }
}

@media (max-width: 767.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 8%;
  }
}

@media (max-width: 575.98px) {
  .main-banner-wrapper.home10_style .carousel-btn.right-btn {
    right: 5px;
  }
}

.banner-style-one.home10_style .slide {
  height: 700px;
}

@media (max-width: 1199.98px) {
  .banner-style-one.home10_style .slide {
    height: 600px;
  }
}

.banner-style-one .slide {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 860px;
  background-position-y: center;
  background-position-x: center;
}

@media (max-width: 1199.98px) {
  .banner-style-one .slide {
    width: 100%;
    background-position-x: center;
    background-position-y: bottom;
  }
}

.banner-style-one .sub-title {
  color: #ffffff;
  font-size: 36px;
  font-family: var(--title-font-family);
  line-height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 1199.98px) {
  .banner-style-one .sub-title {
    font-size: 48px;
    line-height: initial;
  }
}

@media (max-width: 991.98px) {
  .banner-style-one .sub-title {
    font-size: 36px;
  }
}

.banner-style-one .banner-title {
  color: #ffffff;
  font-size: 52px;
  font-family: var(--title-font-family);
  line-height: 60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@media (max-width: 1199.98px) {
  .banner-style-one .banner-title {
    font-size: 48px;
    line-height: initial;
  }
}

@media (max-width: 991.98px) {
  .banner-style-one .banner-title {
    font-size: 36px;
  }
}

.banner-style-one .banner-text {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .banner-btn {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-style-one .banner-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .active .banner-title,
.banner-style-one .active .sub-title,
.banner-style-one .active .banner-text,
.banner-style-one .active .banner-btn,
.banner-style-one .active .banner-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


/*== Fonts Size, Font Weights, Display & Position ==*/
.fz0 {
  font-size: 0px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz30 {
  font-size: 30px;
}

.fz40 {
  font-size: 40px;
}

.fz45 {
  font-size: 45px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}

.fz55 {
  font-size: 55px;
}

.fz60 {
  font-size: 60px;
}

.fz72 {
  font-size: 72px;
}

.fz100 {
  font-size: 100px;
}

.lh0 {
  line-height: 0px;
}

.lh30 {
  line-height: 30px;
}

.h510 {
  height: 510px;
}

.h550 {
  height: 550px;
}

.h580 {
  height: 580px;
}

.h600 {
  height: 600px;
}

.h250 {
  height: 250px;
}

.wa {
  width: auto;
}

.w100 {
  width: 100%;
}

.maxw100 {
  max-width: 100%;
}

.maxw140 {
  max-width: 140px;
}

.maxw1600 {
  max-width: 1600px;
}

.maxw1800 {
  max-width: 1800px;
}

.maxw1850 {
  max-width: 1850px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dif {
  display: inline-flex;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dfr {
  display: flow-root;
}

.dn {
  display: none;
}

.ovh {
  overflow: hidden;
}


.posa {
  position: absolute;
}

.posr {
  position: relative;
}

.vam {
  vertical-align: middle;
}

.zi0 {
  z-index: 0;
}

.zi1 {
  z-index: 1;
}

.zi9 {
  z-index: 9;
}

.zi-1 {
  z-index: -1;
}

.curp {
  cursor: pointer;
}

.bdr1 {
  border: 1px solid #DDDDDD;
}

.bdrb1 {
  border-bottom: 1px solid #DDDDDD;
}

.bb-white-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bdrt1 {
  border-top: 1px solid #DDDDDD;
}

.bdrl1 {
  border-left: 1px solid #DDDDDD;
}

.bdrr1 {
  border-right: 1px solid #DDDDDD;
}

.border-title-color {
  border: 1px solid #181A20;
}

.bbn {
  border-bottom: none;
}

.border-none,
.no-border {
  border: none;
}

.white-bdrt1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gray-bdrb1 {
  border-bottom: 1px solid #ECEDF2;
}

.gray-bdrt1 {
  border-top: 1px solid #ECEDF2;
}

.bdrs0 {
  border-radius: 0;
}

.bdrs6 {
  border-radius: 6px;
}

.bdrs12 {
  border-radius: 12px;
}

.bdrs24 {
  border-radius: 24px;
}

.bdrs60 {
  border-radius: 60px;
}

.bdrs12-right-y {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.before-none:before {
  display: none;
}

.after-none:after {
  display: none;
}

.wa {
  width: auto !important;
}

.w90 {
  width: 90px;
}

.text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.default-box-shadow1 {
  -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
}

.default-box-shadow2 {
  -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
}

.default-box-shadow3 {
  -webkit-box-shadow: 0px 0px 50px rgba(24, 26, 32, 0.07);
  -moz-box-shadow: 0px 0px 50px rgba(24, 26, 32, 0.07);
  -o-box-shadow: 0px 0px 50px rgba(24, 26, 32, 0.07);
  box-shadow: 0px 0px 50px rgba(24, 26, 32, 0.07);
}

.default-box-shadow4 {
  -webkit-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -moz-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
  box-shadow: 0px 10px 35px rgba(5, 16, 54, 0.1);
}

.default-box-shadow5 {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

@media (max-width: 767.98px) {
  .bdrrn-sm {
    border-right: none;
  }
}

@media (max-width: 767.98px) {
  .slider-dib-sm.owl-theme .owl-stage-outer {
    display: inline-block;
  }

  .bb1-sm {
    border-bottom: 1px solid #DDDDDD;
  }
}

.mr16 {
  margin-inline-end: 16px;
}

.ud-btn>svg,
.ud-btn>img {
  margin-inline-end: 8px;
  width: 24px;
  height: 24px;
}

.svg-btn>svg {
  margin-inline-end: unset;
  width: 18px;
}

.svg-btn {
  position: relative;
}

.btn-arabic {
  font-family: "Alexandria", sans-serif;
}

.btn-thm:before {
  background-color: #b41016;
}

.count-order {
  position: absolute;
  background: #ed1c24;
  color: white;
  width: 14px;
  border-radius: 100px;
  height: 14px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 6px;
  top: 5px;
}

.hero-sec {
  height: 100vh;
  position: relative;
  padding: 0;
  padding-top: 100px;
  padding-inline: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-sec>img {
  position: absolute;
  z-index: -10;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-info>h3 {
  color: #ED1C24;
  font-family: var(--big-font-family);
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;

}

.product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-info>h2 {
  font-family: var(--big-font-family);
  font-size: 110px;
  font-weight: 900;
  line-height: 121px;

  color: white;
}

.product-info>p {
  font-family: var(--body-font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;

  color: white;
}

.product-info>.ud-btn.btn-thm {
  font-family: var(--big-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 35.2px;
  display: flex;
  width: fit-content;
}

.product {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 55%;
  height: 100%;
  position: relative;
}

img.product-in1 {
  position: absolute;
  left: 59px;
  top: -23px;
  animation: moveImage 5s infinite alternate ease-in-out;
}

@keyframes moveImage {
  0% {
    rotate: 0deg;
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
    rotate: -7deg;
  }

  100% {
    transform: translateX(0px);
    rotate: 0deg;
  }
}

img.product-in3 {
  position: absolute;
  top: -26px;
  right: -60px;
  scale: 0.6;
  animation: moveImageTwo 5s infinite alternate ease-in-out;
}

@keyframes moveImageTwo {
  0% {
    scale: 0.6;
  }

  50% {
    scale: 0.8;
  }

  100% {
    scale: 0.6;
  }
}

.menu>h3 {
  font-family: var(--big-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  width: 100%;
  margin-bottom: 55px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}

.category:last-child,
.category:nth-last-child(2) {
  margin-bottom: 30px;
}

.category>img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  transition: 0.3s;
  scale: 1;
}

.category:hover img {
  scale: 1.1;
}

.category-btn {
  width: 100%;
}

.category-btn {
  margin-top: 38px;
  font-family: var(--big-font-family);
  font-size: 2.1em;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  display: flex;
  border-radius: 0px 24px 0px 24px;
  justify-content: center;
}

.top-deals-heading {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  justify-content: space-between;
}

.top-deals-heading>h3 {
  font-family: var(--big-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;

}

.top-deals-heading>a {
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.deals-wrap {
  display: flex;
  justify-content: space-between;
}

.deal {
  border-radius: 12px;
  width: 49%;
  position: relative;
}

.back-of-deal {
  position: absolute;
  z-index: -9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.deal>div {
  display: flex;
  padding: 20px 0;
  align-items: center;
  overflow: hidden;
}

.deal-price>img {
  transition: 0.3s;
  max-width: 500px;
  min-width: 350px;
  margin-top: 35px;
  position: relative;
  z-index: -2;
}

.deal-info {
  width: 50%;
  padding-inline-start: 20px;
}

.deal-price {
  position: relative;
  width: 50%;
}

.deal-price>div>h3 {
  color: white;
  font-family: var(--body-font-family);
  font-size: 2.2em;
  font-weight: 600;
  line-height: 72px;
}

.deal-info>h3 {
  font-family: var(--big-font-family);
  font-size: 48px;
  font-weight: 900;
  line-height: 52.8px;
  color: white;
  margin-bottom: 32px;
}

.deal-info>p {
  font-family: var(--body-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;

  color: white;
  margin-bottom: 38px;
}

.deal-info>.ud-btn.btn-thm {
  font-family: var(--big-font-family);
  font-size: 24px;
  font-weight: 900;
  line-height: 26.4px;

  width: 160px;
}

.deal-price>div {
  position: absolute;
  right: 15px;
  background: #ed1c24;
  color: white;
}

.deal-price>div>img {
  position: absolute;
  left: -65px;
  top: 0;
  z-index: -1;
  height: 80px;
}

.deal>div:hover .deal-price>img {
  scale: 1.03;
  transform: translateX(-25px);
}

.owl-unset>div>div>div>div>.owl-nav,
.owl-unset>div>div>div>div>.owl-dots {
  display: none !important;
}

.best-in {
  height: 100%;
  padding: 10px;
  padding-block: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.best-in>img {
  object-fit: cover !important;
  z-index: -1;
  position: absolute;
}

.best-in-price {
  transition: 0.3s;
  top: 15px;
  position: absolute;
  right: 0;
  transform: translateX(5px);
}

.best-inside>img {
  transition: 0.3s;
  width: 100% !important;
  /* height: 200px !important; */
  object-fit: contain !important;
  scale: 1;
}

.best-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding-top: 50px;
}

.best-inside>h4 {
  color: white;
  margin-top: 12px;
  font-family: var(--big-font-family);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 48px;
  text-align: center !important;
}

.best-inside>p {
  color: white;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  min-height: 38px;
}

.best-in-price>h3 {
  position: absolute;
  left: 35px;
  top: 1px;
  color: white;
  padding: 0 !important;
  margin: 0 !important;
  font-family: var(--body-font-family);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2.2;
}

.best-in-price>img {
  width: unset !important;
  height: 45px !important;
  object-fit: unset !important;
  display: unset !important;
}

img.back-of-product {
  z-index: -1;
  bottom: 245px;
  right: 70px;
  position: absolute;
  width: 25% !important;
  scale: 0;
  height: unset !important;
  transition: 0.3s;
}

img.back-of-product2 {
  z-index: -1;
  bottom: 180px;
  left: 50px;
  position: absolute;
  scale: 0;
  width: 25% !important;
  height: unset !important;
  transition: 0.3s;
}

.best-in:hover .best-inside>.back-of-product {
  transform: translate(40px, -20px);
}

.best-in:hover .best-inside>.back-of-product2 {
  transform: translate(-12px, 21px);
}

.best-in:hover .best-in-price {
  scale: 1.1;
  transform: translateX(0px);
}

.best-in:hover .best-inside>img {
  scale: 1.1;
}

.contactless {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.contactless>div>img {
  width: 100%;
}

.contactless>div>h3 {
  margin-top: 24px;
  font-family: var(--big-font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
}

.contactless>div {
  text-align: center;
  width: 25%;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactless>div>p {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  width: 93%;
}

.contactless>img {
  position: absolute;
  width: 65%;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  box-shadow: 0px -1px 4px 0px #00000040;
  background-color: white;
}

footer>img {
  width: 200px;
  margin-bottom: 32px;
}

.links-in-footer>a {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-inline: 16px;
}

.social-in-footer {
  margin-top: 32px;
  display: flex;
}

.social-in-footer>a {
  font-size: 20px;
  margin-inline: 6px;
  width: 20px;
  display: flex;
}

.rights-in-footer {
  padding-top: 32px;
  margin-top: 80px;
  margin-bottom: 30px;
  width: 90%;
  text-align: center;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -1px 0px 0px #000000;
}

.rights-in-footer>p:last-child {
  margin: 0;
  margin-inline-start: 15px;
}

.rights-in-footer>p:last-child i {
  rotate: -45deg;
  font-size: 20px;
  margin-inline-end: 5px;
}

.rights-in-footer>p {
  margin: 0;
  margin-top: 5px;
}

.d-flex-mobile {
  display: none;
}

.bootselect-multiselect {
  position: relative;
}

.bootselect-multiselect .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootselect-multiselect .btn {
  border-radius: 4px;
  border: 1px solid #a4a4a4;
  height: 50px;
  line-height: 35px;
  overflow: hidden;
  padding-left: 15px;
  width: 100%;
}

.bootselect-multiselect .btn:focus {
  border: 2px solid var(--headings-color);
  outline: none;
}

.bootselect-multiselect .btn.dropdown-toggle {
  width: 100%;
}

.bootselect-multiselect .btn.dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}

.bootselect-multiselect .bootstrap-select.dropdown-toggle.bs-placeholder {
  color: var(--headings-color);
}

.bootselect-multiselect .dropdown-menu {
  padding: 10px 15px;
}

.bootselect-multiselect .dropdown-menu .inner {
  /* padding: 10px; */
}

.bootselect-multiselect .dropdown-menu .dropdown-item {
  padding: 10px;
}

.bootselect-multiselect .dropdown-menu .dropdown-item.active,
.bootselect-multiselect .dropdown-menu .dropdown-item:hover,
.bootselect-multiselect .dropdown-menu .dropdown-item:focus {
  background-color: rgba(189, 154, 85, 0.07);
  color: var(--headings-color);
  outline: none;
}

.bootselect-multiselect .btn-light {
  background-color: #ffffff;
}

.bootselect-multiselect .btn-light:hover,
.bootselect-multiselect .btn-light:focus {
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  outline: none;
}

.bootselect-multiselect .btn-light::placeholder {
  color: var(--headings-color);
}

.inquiry-form .form-control {
  font-size: 14px;
  font-family: var(--title-font-family);
  font-weight: 400;
}

.inquiry-form .dropdown-menu {
  padding: 0;
}

.agent-single-form {
  margin-top: -150px;
}

@media (max-width: 991.98px) {
  .agent-single-form {
    margin-top: 30px;
  }
}

.dropdown-item.active {
  background-color: rgba(189, 154, 85, 0.07);
  color: var(--headings-color);
}

.advance-feature-modal button,
.sideborder-dropdown button {
  font-size: 14px;
}

.advance-feature-modal button.dropdown-toggle,
.sideborder-dropdown button.dropdown-toggle {
  background-color: transparent;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  height: 50px;
  line-height: 35px;
  padding-left: 20px;
  width: 100%;
}

.advance-feature-modal button.dropdown-toggle:before,
.sideborder-dropdown button.dropdown-toggle:before {
  background-color: #DDDDDD;
  bottom: 1px;
  content: "";
  height: 46px;
  position: absolute;
  right: 40px;
  position: absolute;
  top: 1px;
  width: 1px;
}

.advance-feature-modal button.dropdown-toggle:after,
.sideborder-dropdown button.dropdown-toggle:after {
  margin-right: 5px;
}

.advance-feature-modal .form-style2 .bootstrap-select .dropdown-toggle:focus,
.sideborder-dropdown .form-style2 .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.advance-feature-modal .form-style2 .bootstrap-select .dropdown-menu,
.sideborder-dropdown .form-style2 .bootstrap-select .dropdown-menu {
  transform: translate(0px, 0);
}

.advance-feature-modal .form-style2 .bootstrap-select .dropdown-item,
.sideborder-dropdown .form-style2 .bootstrap-select .dropdown-item {
  line-height: 35px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 14px;
}

.advance-feature-modal.psp-review button.dropdown-toggle,
.sideborder-dropdown.psp-review button.dropdown-toggle {
  color: #717171;
  font-family: var(--title-font-family);
}

.advance-feature-modal.psp-review .dropdown-menu li:first-child,
.sideborder-dropdown.psp-review .dropdown-menu li:first-child {
  display: none;
}

/* Home Page Responsive */


.owl-dots {
  position: absolute;
  bottom: 60px;
  text-align: center;
  right: 50%;
  transform: translateX(50%);
}

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  /* margin: 5px; */
  background-color: #ffffffab;
  border-radius: 100%;
}

.owl-dot.active {
  background-color: #ed1c24;
  /* Customize active dot color */
}

.img-prod {
  overflow: unset;
}

@media (max-width: 932px) {
  .banner-style-one .slide {
    height: 220px;
    width: 100%;
    background-position-x: center;
    background-position-y: bottom;
  }

  .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
  }

  .best-in:hover .best-inside>.back-of-product {
    transform: unset;
  }

  .best-in:hover .best-inside>.back-of-product2 {
    transform: unset;
  }

  .best-in:hover .best-in-price {
    scale: unset;
    transform: unset;
  }

  .best-in:hover .best-inside>img {
    scale: unset;
  }

  .category:hover img {
    scale: unset;
  }

}

.no-wow .wow {
  animation: none !important;
  visibility: visible;
}

@media (max-width: 1200px) {
  .deals-wrap {
    flex-direction: column;
  }

  .deal {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 400px) {
  .svg-btn {
    position: relative;
    height: 100%;
    margin-inline-end: 5px;
    padding-inline: 10px;
  }

  .btn-arabic {
    padding-inline: 10px;
  }
}

@media (max-width: 320px) {
  .banner-style-one .slide {
    height: 200px;
  }

  .img-prod {
    width: 229% !important;
    overflow: auto;
    object-fit: contain;
  }
}

@media (min-width: 1050px) {
  .svg-btn {
    padding: 8px 12px 8px 12px;
  }
}

@media (max-width: 700px) {
  .scrollToHome.show {
    right: 20px;
    transform: scale(0.8);
  }
}

.banner-chicken {
  margin-top: 50px;
}

@media (min-width: 2560px) {
  .banner-style-one .slide {
    height: 1265px;
  }
}

@media (min-width: 4285px) {
  .banner-style-one .slide {
    height: 1715px;
  }
}

@media (max-width: 1250px) {
  .banner-style-one .slide {
    height: 700px;
  }

  .best-inside>img {
    /* height: 120px !important; */
  }
}


.categories-container {
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 16px;
  border: 1px solid #e9e9e9;
  margin-bottom: 85px;
  box-shadow: 0px 4px 7px 0px #ed1c241a;
}

@media (max-width: 991px) {
  .categories-container {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.arrow-button {
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ed1c24;
  border: 1px solid #ed1c24;
}

.arrow-icon {
  aspect-ratio: 0.58;
  object-fit: contain;
  object-position: center;
  width: 7px;
}

.category-list {
  display: flex;
  padding-inline: 8px;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  margin: auto 0;
  font: 400 16px var(--body-font-family), sans-serif;
  width: 622px;
}

.category-button {
  border-radius: 8px;
  padding: 8px 16px;
  border: none;
  background-color: unset;
  display: flex;
    width: max-content;
}

@media (max-width: 760px) {
  .category-list {
    width: 75%;
    font: 400 12px var(--body-font-family), sans-serif;
  }

  .category-button {
    display: flex;
    width: max-content;
  }
}



.category-button-active {
  background-color: rgba(237, 28, 36, 0.1);
  color: #ed1c24;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.product-card {
  box-shadow: 0 54px 15px rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: auto 0;
  padding: 96px 0 23px;
  margin-inline: 10px;
  margin-bottom: 50px;
  margin-top: 0;
}


.product-container {
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.product-image {
  aspect-ratio: 1;
  object-fit: contain !important;
  object-position: center;
  width: 90% !important;
  align-self: center;
  margin-top: -103px;
  max-width: 100%;
}

.product-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.product-header {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  flex-direction: column;
}

.product-title {
  color: #071922;
  align-self: stretch;
  margin: auto 0;
  font: 700 22px/1.2 var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
  text-align: center;
}

.price-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  font-family: var(--body-font-family), sans-serif;
  font-weight: 600;
  justify-content: center;
  margin: auto 0;
  text-align: center;
    width: 100%;
}

.current-price {
  color: #ed1c24;
  font-size: 16px;
}

.original-price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-decoration: line-through;
}

.product-description {
  color: #071922;
  align-self: center;
  margin-top: 8px;
  margin-inline: 15px;
  font: 400 15px/21px var(--body-font-family), sans-serif;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 -21px;
  font: 500 16px var(--body-font-family), sans-serif;
}

.button-container {
  align-self: stretch;
  display: flex;
  min-height: 48px;
  width: 153px;
  justify-content: start;
  margin: auto 0;
}

.view-product-button {
  align-self: stretch;
  border-radius: 8px;
  background-color: #ed1c24;
  height: 100%;
  padding: 12px 12px;
  border: 1px solid #ed1c24;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.added-items-container {
  border-radius: 16px;
  background-color: #fff;
  max-width: 411px;
  padding: 0 0 24px;
  width: 100%;
  height: 560px;
  position: relative;
}

.added-items-header {
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
}

.added-items-title {
  color: #071922;
  font: 600 20px/1.2 var(--body-font-family), sans-serif;
}

.added-items-icon {
  width: 33px;
  aspect-ratio: 1.14;
  object-fit: contain;
}

.items-list {
  margin-top: 18px;
  max-width: 100%;
  padding-inline: 15px;
  height: 390px;
  overflow-x: hidden;
  margin-bottom: 0;
}

.item-card {
  margin-top: 16px;
}

.item-card>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 18px 5px rgba(246, 246, 246, 0.01);
  border: 1px solid #ececec;
  padding: 15px;
}

.item-info {
  display: flex;
  flex-direction: column;
  color: #071922;
  width: 145px;
}

.item-name {
  font: 700 20px var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
}

.item-price {
  text-align: left;
  margin-top: 16px;
  font: 600 18px var(--body-font-family), sans-serif;
  margin: 0;
  margin-top: 13px;
}

.details-button {
  border-radius: 8px;
  background-color: rgba(7, 25, 34, 0.1);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: unset;
}

.details-text {
  color: #071922;
  font: 400 16px var(--body-font-family), sans-serif;
}

.details-arrow {
  border-radius: 30px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #071922;
  rotate: 90deg;
  transition: 0.3s;
}

.details-arrow-icon {
  width: 12px;
  aspect-ratio: 1.72;
  object-fit: contain;
}

@media (max-width: 991px) {
  .item-price-container {
    white-space: initial;
  }


}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.image-container {
  width: 100%;
  max-width: 434px;
  aspect-ratio: 5.65;
  scale: 1.07;
  position: absolute;
}

.responsive-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.cart-summary-content {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: space-between;
  padding: 7px 15px;
  width: 100%;
}

.price-info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  font-family: var(--body-font-family), sans-serif;
}

.total-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: white;
}

.vat-info {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: white;
}

.view-cart-container {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
}

.view-cart-text {
  color: #fff;
  align-self: stretch;
  margin: auto 0;
  font: 700 22px/1.2 var(--body-font-family), sans-serif;
}

.arrow-button {
  border-radius: 40px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto 0;
  padding: 7px 11px;
  border: 1px solid #ed1c24;
}

.arrow-icon {
  aspect-ratio: 0.5;
  object-fit: contain;
  object-position: center;
  width: 9px;
  align-self: stretch;
  margin: auto 0;
}



.pd-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}

.pd-gallery {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
}

.pd-thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80px;
  flex-wrap: wrap;
}

.pd-thumb {
  cursor: pointer;
  aspect-ratio: 0.8;
  object-fit: contain;
  object-position: center;
  width: 80px;
  border-radius: 8px;
  margin-top: 16px;
  background-color: white;
}

.pd-thumb:first-child {
  margin-top: 0;
}

.pd-main-image-wrapper {
  display: flex;
  min-width: 240px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  flex-basis: 0%;
  width: 100%;
}

.pd-main-image {
  aspect-ratio: 1.04;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 16px;
  min-width: 240px;
  flex: 1;
  flex-basis: 0%;
  background-color: white;
}

.pd-info {
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 49%;
  padding: 30px;
}

.pd-description {
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.pd-name {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: flex-start;
}

.pd-title {
  color: #071922;
  font-family: var(--big-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
}

.pd-price-wrapper {
  display: flex;
  margin-top: 8px;
  align-items: center;
  gap: 10px;
  font-family: var(--body-font-family), sans-serif;
  line-height: 1.4;
  /* justify-content: center; */
}

.pd-current-price {
  color: #ed1c24;
  font-size: 28px;
  align-self: stretch;
  margin: auto 0;
}

.pd-original-price {
  color: #071922;
  font-size: 19px;
  align-self: stretch;
  margin: auto 0;
  text-decoration: line-through;
}

.pd-details-text {
  color: #071922;
  margin-top: 16px;
  font: 400 16px var(--body-font-family), sans-serif;
}

.pd-choices {
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.pd-choices-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.pd-choices-title {
  color: #071922;
  font: 600 32px/1.2 var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
}

.pd-choices-instruction {
  color: #071922;
  font: 400 16px var(--body-font-family), sans-serif;
}

.pd-choice-item {
  display: flex;
  margin-top: 12px;
  width: 100%;
  align-items: center;
  gap: 40px 100px;
  color: #071922;
  justify-content: space-between;
  font: 20px var(--body-font-family), sans-serif;
}

.pd-choice-free {
  color: #00a656;
  font-weight: 600;
  width: 25%;
}

.pd-choice-regular {
  font-size: 18px;
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
  width: 20%;
}

.pd-quantity-selector {
  border-radius: 8px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  min-height: 48px;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
  justify-content: space-between;
  width: 152px;
  margin: auto 0;
  padding: 10px 8px;
  border: 1px solid #cdcdcd;
}

.pd-quantity-button {
  object-fit: contain;
  object-position: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: unset;
  border: 1px solid #000000;
  display: flex;
    justify-content: center;
    align-items: center;
}

.pd-drink-choice {
  display: flex;
  margin-top: 32px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.pd-drink-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.pd-drink-title {
  color: #071922;
  font: 600 32px/1.2 var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
}

.pd-drink-instruction {
  color: #071922;
  font: 400 16px var(--body-font-family), sans-serif;
}

.pd-drink-option {
  display: flex;
  margin-top: 12px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pd-drink-price {
  color: #071922;
  align-self: stretch;
  margin: auto 0;
  font: 600 20px var(--body-font-family), sans-serif;
  width: 25%;
}

.pd-drink-name {
  align-self: stretch;
  gap: 10px;
  color: #071922;
  white-space: nowrap;
  width: 104px;
  margin: auto 0;
  font: 400 18px var(--body-font-family), sans-serif;
}

.pd-drink-selector {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  width: 152px;
  margin: auto 0;
}

.pd-drink-radio {
  border-radius: 60px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  min-height: 28px;
  width: 28px;
  height: 28px;
  margin: auto 0;
  border: 1px solid #bfbfbf;
  cursor: pointer;
}

.pd-payment-radio {
  border-radius: 60px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  min-height: 28px;
  width: 28px;
  height: 28px;
  margin: auto 0;
  border: 1px solid #bfbfbf;
  cursor: pointer;
}

.pd-quantity {
  display: flex;
  margin-top: 32px;
  width: 100%;
  color: #071922;
  white-space: nowrap;
  justify-content: space-between;
}

.pd-quantity-label {
  align-self: stretch;
  margin: auto 0;
  font: 600 32px var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
}

.pd-notes {
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.pd-notes-label {
  color: #071922;
  font: 600 32px var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
}

.pd-notes-input {
  background-color: #fff;
  display: flex;
  margin-top: 8px;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  border: 1px solid #aeaeae;
  padding: 10px;
  border-radius: 8px;
}

.pd-notes-icon {
  aspect-ratio: 0.92;
  object-fit: contain;
  object-position: center;
  width: 11px;
}

.pd-form-submit {
  display: flex;
  margin-top: 10px;
  width: 100%;
  padding-top: 8px;
  flex-direction: column;
  justify-content: flex-start;
  font: 600 18px var(--body-font-family), sans-serif;
}

.pd-submit-button {
  justify-content: center;
  align-self: stretch;
  border-radius: 8px;
  background-color: #ed1c24;
  min-height: 48px;
  width: 100%;
  gap: 8px;
  color: #fff;
  padding: 11px 24px;
  border: 1px solid #ed1c24;
}

.pd-buy-now-button {
  /* align-self: stretch; */
  justify-content: center;
  border-radius: 8px;
  margin-top: 16px;
  min-height: 48px;
  width: 100%;
  gap: 8px;
  color: #ed1c24;
  padding: 11px 24px;
  border: 1px solid #ed1c24;
  margin-bottom: 10px;
}

@media (max-width: 991px) {

  .pd-container,
  .pd-gallery,
  .pd-main-image-wrapper,
  .pd-main-image,
  .pd-info,
  .pd-description,
  .pd-title,
  .pd-details-text,
  .pd-choices,
  .pd-choices-header,
  .pd-choices-title,
  .pd-choice-item,
  .pd-quantity-selector,
  .pd-drink-choice,
  .pd-drink-header,
  .pd-drink-title,
  .pd-drink-option,
  .pd-drink-name,
  .pd-quantity,
  .pd-quantity-label,
  .pd-notes,
  .pd-notes-label,
  .pd-notes-input,
  .pd-form-submit,
  .pd-submit-button,
  .pd-buy-now-button {
    max-width: 100%;
  }

  .pd-info {
    padding: 0 20px;
  }

  .pd-title {
    font-size: 40px;
  }

  .pd-submit-button,
  .pd-buy-now-button {
    padding: 0 20px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  resize: vertical;
  border: unset;
  outline: unset;
  font-family: var(--body-font-family), sans-serif;
}

.pd-quantity-selector input[type="number"] {
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 20px;
  width: 40px;
}

.pd-quantity-button {
  cursor: pointer;
  padding: 0;
}

.pd-quantity-button:focus,
.pd-submit-button:focus,
.pd-buy-now-button:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.pd-submit-button {
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.pd-submit-button:hover {
  background-color: #d41920;
}

.pd-buy-now-button:hover {
  background-color: #ffebeb;
}

.pd-drink-option>.pd-choice-regular {
  width: 104px;
}

.item>.product-card {
  width: 100%;
}


@media (max-width: 991px) {
  .menu>h3 {
    margin-top: 0;
  }

  .menu {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .button-wrapper {
    margin-bottom: 10px;
  }

  .pd-container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .pd-gallery {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
  }

  .pd-info {
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 30px;
    margin-top: 50px;
  }

  .pd-thumbnails {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
  }

  .pd-thumb {
    aspect-ratio: 0.8;
    object-fit: contain;
    object-position: center;
    width: 80px;
    border-radius: 8px;
    margin-top: 0px;
  }

  .pd-choice-item {
    display: flex;
    margin-top: 12px;
    width: 100%;
    align-items: center;
    gap: unset;
    color: #071922;
    justify-content: space-between;
    flex-wrap: nowrap;
    font: 20px var(--body-font-family), sans-serif;
  }

  .pd-drink-price {
    color: #071922;
    align-self: stretch;
    margin: auto 0;
    font: 600 14px var(--body-font-family), sans-serif;
    width: 40%;
  }

  .pd-choice-free {
    width: 40%;
    font-size: 14px;
  }

  .pd-drink-option {
    flex-wrap: nowrap;
  }

  .pd-quantity-selector {
    width: unset;
  }

  .pd-choice-item>.pd-choice-free {
    width: 25%;
  }

  .category {
    width: 44%;
  }
}

.slider-55-grid .owl-stage {
  padding: 0 !important;
}

.increase-button {
  background: #ED1C24;
  border: unset;
  color: white;
}

.btn-plus {
  background: #ED1C24;
  border: unset;
  color: white;
}
.pd-drink-radio {
  transition: background-color 0.3s;
}

input[type="radio"].pd-drink-radio {
  appearance: none;
  /* Remove the default radio button styling */
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  /* Make it circular */
  cursor: pointer;
}

input[type="radio"].pd-drink-radio:checked {
  background-color: #ED1C24;
  border-color: #ED1C24;
}

.pd-payment-radio {
  transition: background-color 0.3s;
}

input[type="radio"]:checked+.pd-payment-radio {
  background-color: #ED1C24;
  border-color: #ED1C24;
  color: white;
  position: relative;
}

input[type="radio"]:checked+.pd-payment-radio::after {
  content: "";
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translate(15%, -35%);
  width: 18px;
  /* Adjust the width as needed */
  height: 18px;
  /* Adjust the height as needed */
  background-image: url('../images/imgs/true.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 2500px) {
  .container {
    max-width: 2400px;
  }

  .category {
    width: 24%;
  }
}

@media (max-width: 990px) {
  .product-card {
    width: 45%;
  }
}

@media (max-width: 420px) {
  .product-card {
    width: 42%;
  }
}

.title-chk {
  font-family: var(--big-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
}

@media(max-width: 1200px) {
  .d-none-mobile {
    display: none !important;
  }

  section.pb90.bgc-f7.pt120.d-flex.flex-column.align-items-center {
    padding-top: 180px !important;
  }

  .categories-container {
    margin-bottom: 20px;
  }

  .d-flex-mobile {
    display: flex !important;
  }

  .two-btns {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 -3px 3px -3px #00000040;
  }

  .two-btns>a {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .hero-sec {
    padding-inline: 0px;
    height: 60vh;
    margin-top: 100px;
  }

  .product-info>h3 {
    font-family: var(--big-font-family);
    font-size: 12px;
    font-weight: 900;
    line-height: 14.4px;
  }

  .product-info>h2 {
    font-family: var(--big-font-family);
    font-size: 32px;
    font-weight: 900;
    line-height: 35.2px;
  }

  .product-info>p {
    font-family: var(--body-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
  }

  .product-info>.ud-btn.btn-thm {
    font-family: var(--big-font-family);
    font-size: 12px;
    font-weight: 900;
    line-height: 13.2px;
  }

  .product-in2 {
    width: 200px;
    margin-bottom: 20px;
  }

  img.product-in1 {
    scale: 0.4;
    left: -100px;
  }

  img.product-in3 {
    scale: 0.3;
    right: -86px;
    top: -37px;
  }

  @keyframes moveImageTwo {
    0% {
      scale: 0.3;
    }

    50% {
      scale: 0.4;
    }

    100% {
      scale: 0.3;
    }
  }

  .menu>h3 {
    font-family: var(--big-font-family);
    font-size: 25px;
    font-weight: 700;
    line-height: 38.4px;
    /* margin-top: 48px; */
    margin-bottom: 20px;
  }

  .category>img {
    height: 250px;
  }

  .category-btn {
    font-family: var(--big-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    border-radius: 0px 10.07px 0px 10.07px;
  }

  .deals-wrap {
    flex-direction: column;
  }

  .deal {
    width: 100%;
    margin-bottom: 25px;
  }

  .deal:last-child {
    margin-bottom: 0;
  }

  .deal-info>h3 {
    font-family: var(--big-font-family);
    font-size: 25.1px;
    font-weight: 900;
    line-height: 27.61px;

    margin-bottom: 16px;
  }

  .deal-info>p {
    font-family: var(--body-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;

    margin-bottom: 19px;
  }

  .deal-info>.ud-btn.btn-thm {
    font-family: var(--big-font-family);
    font-size: 12px;
    font-weight: 900;
    line-height: 13.2px;
    width: fit-content;
  }

  .deal-price>img {
    width: 230px;
  }

  .deal-price>div>h3 {
    font-family: var(--body-font-family);
    font-size: 25.1px;
    font-weight: 600;
    line-height: 37.65px;
  }

  .deal-price>div>img {
    left: -35px;
    height: 46px;
  }

  .top-deals-heading>h3 {
    font-family: var(--big-font-family);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
  }

  .top-deals-heading>a {
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  .best-inside>h4 {
    font-family: var(--big-font-family);
    font-size: 1.4em;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }

  .best-inside>p {
    font-family: var(--body-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }

  .best-inside {
    padding-inline: 8px;
  }

  .best-in-price>h3 {
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2;
    text-align: left;
  }

  .best-in-price {
    top: 15px;
    right: 0;
  }

  .best-in-price>img {
    height: 45px !important;
  }

  header.nav-homepage-style {
    padding-bottom: unset !important;
  }

  .contactless>div>img {
    width: 150px;
  }

  .contactless {
    width: 100%;
    padding-inline: 0;
  }

  .contactless>div>h3 {
    font-family: var(--big-font-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
  }

  .contactless>div>p {
    font-family: var(--body-font-family);
    font-size: 14.47px;
    width: 85%;
    font-family: var(--body-font-family);
    font-size: 12.12px;
    font-weight: 400;
    line-height: 16.17px;
    text-align: center;
  }

  .contactless>div {
    text-align: center;
    width: 25%;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .links-in-footer {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 10px;
  }

  .rights-in-footer {
    width: 100%;
    flex-direction: column;
  }

  .rights-in-footer>p:last-child {
    margin: 0;
    margin-inline-start: unset;
    margin-top: 12px;
  }
}

.details-of-product {
  border: unset !important;
  background: rgba(246, 246, 246, 1) !important;
  margin-top: 4px;
}

.details-of-product>p {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  margin: 0;
  color: rgba(7, 25, 34, 1);
}

.details-arrow.rotate {
  transform: rotate(-180deg);
  /* Rotate the arrow 90 degrees */
  /* Smooth transition for the rotation */
}

.cart-text {
  font-family: var(--big-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  margin-top: 40px;
}

.cart-p {
  font-family: var(--body-font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.cart-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
  padding-inline: 20px;
}

.empty-cart-button {
  width: 420px;
  text-align: center;
  justify-content: center;
}

.cart-empty>img {
  width: 25%;
}

@media (max-width: 768px) {
  .best-in-price {
    top: 15px;
    left: unset;
    right: 0;
  }

  img.product-in1 {
    top: 0px;
  }

  img.product-in3 {
    top: 15px;
  }

  .contactless>div {
    width: 50%;
  }

  .cart-empty>img {
    width: 85%;
  }

  .empty-cart-button {
    width: 85%;
  }
}

.logos {
  margin-inline-end: 15px;
}

.top-deals {
  padding-block: 0;
}

section.container.owl-unset {
  padding-bottom: 0;
}

div#banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000000c4;
  display: flex;
  justify-content: center;
  align-items: center;
}

button#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ED1C24;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-size: 18px;
  border: unset;
  z-index: 999;
  padding: 0;
}

.swiper-popup {
  width: 50%;
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.banner-popup .slide {
  height: 500px;
  border-radius: 8px;
}


@media (max-width: 1050px) {
  .banner-chicken {
    margin-top: 150px;
  }

  .swiper-popup {
    width: 100%;
  }

  .banner-style-one .slide {
    height: 535px;
  }

  .swiper-popup>.main-banner-wrapper>.banner-chicken {
    margin-top: 0;
  }
}

@media (max-width: 790px) {
  .banner-style-one .slide {
    height: 430px;
  }
}

@media (max-width: 630px) {
  .banner-style-one .slide {
    height: 350px;
  }
}

@media (max-width: 500px) {
  .banner-style-one .slide {
    height: 260px;
  }
}

@media (max-width: 400px) {
  .banner-style-one .slide {
    height: 200px;
  }
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.popup {
  position: relative;
  width: 80%;
  max-width: 600px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}


.swiper {
  width: 100%;
  height: 100%;
}

/* Responsive styles */
@media (max-width: 768px) {
  .overlay {
    padding: 0;
  }

  .popup {
    width: 90%;
    border-radius: 12px;
    height: 85%;
    border: solid black 1px;
  }

  .pop-img {
    object-fit: cover;
  }

  .product-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .price-container {
    align-items: center;
  }

  .product-description {
    text-align: center;
  }

  section.container.owl-unset {
    padding-top: 20px;
  }

  .close-btn {
    font-size: 25px;
  }

  .top-deals-heading {
    margin-bottom: 20px;
  }

}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.pop-img {
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  display: inline-flex;
  font: inherit;
  width: 11px !important;
  height: 11px !important;
  margin-inline: 5px;
  padding: 0 !important;
}

.order-details-summary {
  display: flex;
  margin-top: 79px;
  width: 100%;
  max-width: 1312px;
  flex-direction: column;
  justify-content: start;
}

.order-details-content {
  display: flex;
  width: 100%;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}

.order-details-details {
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  min-width: 240px;
  width: 100%;
  padding: 0 0 24px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
  border: 1px solid #dedede;
}

.order-details-header {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 24px;
  font: 600 20px/1.2 var(--body-font-family), sans-serif;
  color: #071922;
}

.order-details-count {
  font-family: var(--body-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.order-details-toggle-icon {
  aspect-ratio: 1.14;
  object-fit: contain;
  object-position: center;
  width: 33px;
  align-self: stretch;
  margin: auto 0;
}

.order-details-items {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  padding: 0 24px;
}

.order-details-item {
  background-color: #F6F6F7;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  padding: 20px;
}

.order-details-item-details {
  border-radius: 16px;
  background-color: #e8e8e8;
  display: flex;
  min-height: 231px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.order-details-item-content {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 33px 9px rgba(0, 0, 0, 0);
  display: flex;
  min-height: 158px;
  width: 100%;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
}

.order-details-item-info {
  display: flex;
  min-width: 240px;
  gap: 39px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  justify-content: start;
  margin: auto 0;
}

.order-details-item-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 117px;
  margin: auto 0;
}

.order-details-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order-details-item-name {
  color: #071922;
  font-family: Big Shoulders Display, -apple-system, Roboto, Helvetica, sans-serif;
  font-family: var(--big-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
}

.order-details-item-price {
  color: #ed1c24;
  font-family: var(--body-font-family), sans-serif;
  margin-top: 16px;
  font-family: var(--body-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  margin: 0;
}

.order-details-item-actions {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  width: 40px;
  cursor: pointer;
}

.order-details-action-wrapper {
  display: flex;
  width: 40px;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.order-details-action-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 4px;
}

.order-details-item-description {
  align-self: stretch;
  width: 100%;
  margin-top: 10px;
  max-width: 100%;
  gap: 10px;
  color: #071922;
  padding: 0 12px 0 24px;
  font: 400 18px/25px var(--body-font-family), sans-serif;
}

.order-details-form {
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  margin-top: 48px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  padding: 32px;
}

.order-details-form-title {
  align-self: center;
  border-bottom: 1px solid #969696;
  width: 100%;
  padding-bottom: 24px;
  gap: 10px;
  color: #071922;
  font: 700 48px/1.2 var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
}

.order-details-form-group {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  font: 400 16px var(--body-font-family), sans-serif;
}

.order-details-form-label {
  color: #071922;
}

.order-details-form-select {
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  margin-top: 8px;
  width: 100%;
  align-items: center;
  gap: 16px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 12px;
  border: 1px solid #a4a4a4;
}

.order-details-select-placeholder {
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.order-details-select-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.order-details-form-row {
  display: flex;
  margin-top: 24px;
  width: 100%;
  align-items: start;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
  font: 400 16px var(--body-font-family), sans-serif;
}

.order-details-form-column {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
}

.order-details-form-input {
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  min-height: 48px;
  margin-top: 8px;
  width: 100%;
  gap: 8px;
  padding: 12px;
  border: 1px solid #a4a4a4;
}

.order-details-payment-methods {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  padding: 16px 0;
}

.order-details-payment-title {
  color: #071922;
  font: 400 16px var(--body-font-family), sans-serif;
}

.order-details-payment-options {
  display: flex;
  margin-top: 16px;
  width: 100%;
  align-items: center;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

.order-details-payment-option {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: start;
  color: #071922;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
  font: 400 16px var(--body-font-family), sans-serif;
}

.order-details-radio-group {
  display: flex;
  align-items: center;
  justify-content: start;
}

.order-details-radio-button {
  border-radius: 100px;
  border: 1px solid #071922;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  width: 18px;
  height: 18px;
  margin: auto 0;
}

.order-details-radio-label {
  align-self: stretch;
  cursor: pointer;
  margin: auto 0;
  padding-inline-start: 14px;
}

.order-details-payment-icons {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.order-details-payment-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
  border-radius: 100px;
  align-self: stretch;
  margin: auto 0;
  margin-inline-end: 12px;
}

.order-details-card-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 86px;
  border-radius: 16px;
  align-self: stretch;
  margin: auto 0;
  padding-inline-start: 14px;
  cursor: pointer;
}

.order-details-message-area {
  flex: 1;
  border-radius: 8px;
  border: 1px solid #071922;
  background-color: #fff;
  margin-top: 8px;
  min-height: 180px;
  width: 100%;
  color: #505050;
  padding: 12px;
}

.order-details-summary {
  border-radius: 16px;
  box-shadow: 0 54px 15px rgba(0, 0, 0, 0);
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.order-details-summary-header {
  border-radius: 16px 16px 0 0;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  min-height: 51px;
  width: 100%;
  align-items: center;
  color: #071922;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 11px 16px;
  font: 600 20px/1.2 var(--body-font-family), sans-serif;
}

.order-details-summary-title {
  font-family: var(--body-font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.order-details-summary-content {
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  padding: 16px 16px 24px;
}

.order-details-summary-details {
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  flex-direction: column;
  color: #071922;
  justify-content: start;
  font: 20px var(--body-font-family), sans-serif;
  gap: 30px;
}

.order-details-summary-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-details-summary-label {
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
}

.order-details-summary-value {
  font-weight: 700;
  align-self: stretch;
  margin: auto 0;
}

.order-details-total-row {
  display: flex;
  margin-top: 26px;
  width: 100%;
  align-items: start;
  gap: 40px 100px;
  font-family: var(--body-font-family), sans-serif;
  color: #071922;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-details-total-column {
  display: flex;
  min-width: 240px;
  font-weight: 400;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-details-total-label {
  font-size: 22px;
  width: 50%;
}

.order-details-vat-info {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 4px;
  width: 100%;
}

.order-details-total-value {
  font-size: 22px;
  font-weight: 700;
  width: 50%;
  text-align: end;
}

.order-details-confirm-button {
  border-radius: 8px;
  background-color: #ed1c24;
  display: flex;
  margin-top: 26px;
  min-height: 48px;
  width: 100%;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 20px;
  border: 1px solid #ed1c24;
}

.order-details-button-text {
  color: #fff;
  align-self: stretch;
  margin: auto 0;
  font: 600 18px var(--body-font-family), sans-serif;
}

.order-details-button-icon {
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  min-height: 32px;
  align-items: center;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: auto 0;
  border: 1px solid #ed1c24;
}

.order-details-icon-arrow {
  color: #ed1c24;
}

@media (max-width: 991px) {
  .order-details-summary {
    max-width: 100%;
    margin-top: 40px;
  }

  .order-details-content {
    max-width: 100%;
  }

  .order-details-details {
    max-width: 100%;
  }

  .order-details-header {
    max-width: 100%;
    padding: 20px;
  }

  .order-details-items {
    max-width: 100%;
    padding: 0 20px;
  }

  .order-details-item-content {
    max-width: 100%;
  }

  .order-details-item-description {
    padding-left: 20px;
  }

  .order-details-form {
    max-width: 100%;
    margin-top: 40px;
  }

  .order-details-form-title {
    font-size: 40px;
  }

  .order-details-form-group,
  .order-details-form-select,
  .order-details-form-row,
  .order-details-form-column,
  .order-details-form-input,
  .order-details-payment-methods,
  .order-details-payment-options,
  .order-details-payment-option,
  .order-details-payment-icons,
  .order-details-message-area,
  .order-details-summary,
  .order-details-summary-content,
  .order-details-summary-details,
  .order-details-summary-row,
  .order-details-total-row {
    max-width: 100%;
  }

  .order-details-message-area {
    padding-bottom: 100px;
  }
}

.order-details-form-column>.form-style1 {
  margin-top: 8px;
}

.required {
  color: #ed1c24;
}

.order-details-item:last-child {
  border-radius: 0px 0px 16px 16px;
}

.order-details-item:first-child {
  border-radius: 16px 16px 0px 0px;
}

.bill-order-summary {
  border-radius: 16px;
  background-color: #fff;
  align-self: center;
  display: flex;
  width: 820px;
  max-width: 100%;
  flex-direction: column;
  /* overflow: hidden; */
  padding: 0;
  border: unset;
  margin-bottom: 100px;
}

.bill-summary-header {
  border-radius: 16px 16px 0 0;
  background-color: rgba(237, 28, 36, 0.1);
  display: flex;
  min-height: 61px;
  align-items: center;
  font-family: var(--body-font-family), sans-serif;
  color: #ed1c24;
  line-height: 1.2;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
}

.bill-summary-title {
  font-size: 24px;
  font-weight: 600;
  align-self: stretch;
  margin: auto 0;
  color: #ed1c24;
}

.bill-number {
  font-size: 20px;
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
  color: #ed1c24;
}

.bill-logo-container {
  align-self: start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 21px -26px 0 0;
  justify-content: space-between;
  width: 100%;
}

.bill-logo-circle {
  background-color: #F7F7F7;
  border-radius: 50%;
  align-self: stretch;
  display: flex;
  width: 57px;
  height: 57px;
  margin: auto 0;
}

.bill-logo-wrapper {
  background-color: #fff;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  z-index: 1;
}

.bill-logo {
  aspect-ratio: 2.97;
  object-fit: contain;
  object-position: center;
  width: 166px;
}

.bill-summary-content {
  align-self: center;
  display: flex;
  margin-top: 16px;
  width: 754px;
  max-width: 100%;
  flex-direction: column;
  justify-content: start;
}

.bill-summary-details {
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: start;
  font: 20px var(--body-font-family), sans-serif;
}

.bill-summary-row {
  display: flex;
  width: 100%;
  align-items: center;
  color: #071922;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bill-summary-label {
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
}

.bill-summary-value {
  font-weight: 600;
  align-self: stretch;
  margin: auto 0;
}

.bill-discount-value {
  color: #ed1c24;
  font-weight: 600;
  align-self: stretch;
  margin: auto 0;
}

.bill-promo-section {
  display: flex;
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.bill-promo-form {
  display: flex;
  width: 100%;
  align-items: end;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

.bill-promo-input-wrapper {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  color: #071922;
  white-space: nowrap;
  justify-content: start;
  width: 586px;
  font: 400 16px var(--body-font-family), sans-serif;
}

.bill-promo-input {
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  min-height: 48px;
  margin-top: 8px;
  width: 100%;
  gap: 8px;
  padding: 12px;
  border: 1px solid #a4a4a4;
}

.bill-promo-button {
  border-radius: 8px;
  background-color: #ed1c24;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex: 1;
  flex-basis: 0%;
  padding: 8px 20px;
  border: 1px solid #ed1c24;
}

.bill-promo-button-text {
  color: #fff;
  align-self: stretch;
  margin: auto 0;
  font: 600 18px var(--body-font-family), sans-serif;
}

.bill-promo-button-icon {
  border-radius: 40px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  justify-content: start;
  width: 32px;
  height: 32px;
  margin: auto 0;
  border: 1px solid #ed1c24;
}

.bill-promo-button-arrow {
  aspect-ratio: 0.5;
  object-fit: contain;
  object-position: center;
  width: 9px;
  align-self: stretch;
  margin: auto 0;
}

.bill-customer-info {
  display: flex;
  margin-top: 32px;
  width: 100%;
  padding-bottom: 16px;
  flex-direction: column;
  color: #071922;
  justify-content: start;
  font: 20px var(--body-font-family), sans-serif;
  gap: 14px;
}

.bill-info-row {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bill-info-value {
  font-weight: 600;
  align-self: stretch;
  margin: auto 0;
}

.bill-payment-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 96px;
  margin-top: 105px;
  width: 100%;
  align-items: center;
  color: #fff;
  padding: 14px 70px 35px;
  font: 900 32px/1.2 var(--body-font-family), sans-serif;
  border: unset;
  background: unset;
  transition: 0.3s;
}

.bill-payment-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-position: center;
  scale: 1.04;
  left: 2px;
}

.bill-payment-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: start;
  transition: 0.3s;
}

.bill-payment-amount {
  align-self: stretch;
  margin: auto 0;
  color: white;
}

.bill-payment-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 47px;
  border-radius: 8px;
  align-self: stretch;
  margin: auto 0;
}

.bill-footer-image {
  aspect-ratio: 20;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 11px;
}

@media (max-width: 991px) {
  .bill-order-summary {
    margin-top: 70px;
    width: 90%;
  }

  .bill-summary-header,
  .bill-logo-container,
  .bill-summary-content,
  .bill-summary-details,
  .bill-summary-row,
  .bill-promo-form,
  .bill-promo-input-wrapper,
  .bill-info-row {
    max-width: 100%;
    padding-inline: 15px;
  }

  .bill-promo-input-wrapper {
    padding-inline: 0px;
  }

  .bill-payment-section {
    max-width: 100%;
    margin: 40px -19px 0 0;
    padding: 0px;
    justify-content: center;
    padding-bottom: 15px;
  }

  .bill-footer-image {
    max-width: 100%;
  }
}

.bill-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bill-logo-circle:first-child {
  margin-inline-start: -40px;
}

.bill-logo-circle:last-child {
  margin-inline-end: -40px;
}

.order-bill {
  padding-top: 100px;
}

button.bill-payment-section:hover {
  background: #F7F7F7;
}

button.bill-payment-section:hover .bill-payment-content {
  scale: 1.1;
}

.bill-dots-logo {
  position: absolute;
  transform: translate(4%, 0%);
}

@media (max-width: 615px) {
  .order-details-item-content {
    position: relative;
  }

  .order-details-item-info {
    flex-wrap: wrap;
    align-items: center;
    min-width: 100%;
  }

    /* .order-details-item-actions {
    position: absolute;
    bottom: 10px;
    right: 10px;
  */

  .order-details-item-image {
    margin: 0 auto;
  }

  .bill-payment-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    scale: 1.04 1.7;
    left: 2px;
  }

  .bill-payment-icon {
    width: 35px;
  }

  .bill-info-value {
    font-family: var(--body-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;
  }

  .bill-summary-value {
    font-weight: 600;
    align-self: stretch;
    margin: auto 0;
    font-family: var(--body-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;
  }

  .bill-discount-value {
    color: #ed1c24;
    font-weight: 600;
    align-self: stretch;
    margin: auto 0;
    font-family: var(--body-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;
  }

  .bill-summary-title {
    align-self: stretch;
    margin: auto 0;
    color: #ed1c24;
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
  }

  .bill-number {
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
  }

}

@media (max-width: 1200px) {
  .order-details-summary {
    margin-top: 100px;
  }


}

.paid-payment-container {
  border-radius: 16px;
  background-color: #fff;
  align-self: center;
  display: flex;
  margin-top: 120px;
  margin-bottom: 300px;
  width: 100%;
  max-width: 1312px;
  flex-direction: column;
  overflow: hidden;
  font-family: var(--body-font-family), sans-serif;
  padding: 32px;
}

.paid-payment-header {
  border-radius: 16px 0 0 16px;
  background-color: rgba(0, 154, 108, 0.1);
  position: relative;
  display: flex;
  min-height: 158px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  padding: 40px 24px;
  justify-content: space-between;
}

.paid-payment-info {
  align-self: stretch;
  z-index: 0;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.paid-payment-status {
  color: #009a6c;
  font-size: 24px;
  font-weight: 600;
}

.paid-payment-message {
  color: #071922;
  font-size: 20px;
  font-weight: 400;
}

.paid-action-container {
  border-radius: 8px;
  align-self: stretch;
  z-index: 0;
  display: flex;
  align-items: start;
  gap: 16px;
  font-size: 16px;
  color: #009a6c;
  font-weight: 400;
  margin: auto 0;
}

.paid-home-button {
  align-self: stretch;
  border-radius: 8px;
  background-color: #fff;
  gap: 8px;
  overflow: hidden;
  padding: 12px 24px;
  border: 1px solid #009a6c;
  color: #009a6c;
}

.paid-success-icon {
  object-fit: contain;
  object-position: center;
  align-self: start;
  position: absolute;
  z-index: 0;
  right: -8px;
  bottom: 0;
  height: 100%;
}

.paid-order-details {
  border-radius: 8px;
  display: flex;
  margin-top: 32px;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  flex-wrap: wrap;
  border: 1px solid #d2d2d2;
}

.paid-details-column {
  /* border-radius: 8px 0 0 8px; */
  display: flex;
  /* min-width: 240px; */
  flex-direction: column;
  overflow: hidden;
  font-weight: 500;
  flex: 1;
  flex-basis: 0%;
}

.paid-column-header {
  align-self: stretch;
  background-color: #ed1c24;
  border-color: #ed1c24;
  border-bottom-width: 1px;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 16px 24px;
  height: 100%;
}

.paid-detail-cell {
  min-height: 80px;
  width: 100%;
  padding: 28px 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paid-detail-cell-alt {
  background-color: rgba(237, 28, 36, 0.1);
}

.paid-values-column {
  /* border-radius: 0 8px 8px 0; */
  display: flex;
  /* min-width: 240px; */
  flex-direction: column;
  overflow: hidden;
  font-weight: 400;
  flex: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .paid-payment-container {
    max-width: 100%;
    margin-top: 140px;
    padding: 25px;
    margin-bottom: 20px;
  }

  .paid-payment-header,
  .paid-column-header,
  .paid-detail-cell {
    max-width: 100%;
    padding: 16px 20px;
  }

  .paid-payment-info,
  .paid-details-column,
  .paid-values-column {
    max-width: 100%;
  }

  .paid-detail-cell {
    white-space: normal;
  }
}

.paid-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.paid-payment-head-in {
  display: flex;
}

.circle-in-paid1 {
  width: 50px;
  height: 50px;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -135%);
  border-radius: 100%;
}

.shapes-in-paid {
  position: relative;
  display: flex;
}

img.symbol-in-paid {
  width: 100%;
  z-index: 1;
}

.circle-in-paid2 {
  width: 50px;
  height: 50px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 135%);
  border-radius: 100%;
}

svg.line-in-paid {
  position: absolute;
  rotate: 90deg;
  right: -345px;
}

@media (max-width: 540px) {
  .paid-payment-status {
    font-size: 16px;
    font-weight: 600;
  }

  .paid-payment-message {
    font-size: 14px;
  }

  .paid-payment-info {
    min-width: 140px;
  }
}

@media (max-width: 420px) {
  .shapes-in-paid {
    display: none;
  }
}



.addtocart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.popup-addtocart {
  position: relative;
  width: 80%;
  max-width: 600px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 80px;
  align-items: center;
  display: flex;
  flex-direction: column;
}


.popup-addtocart>img {
  width: 200px;
}

.added-to-cart>p {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.added-to-cart {
  width: 100%;
  text-align: center;
  background: rgba(230, 245, 241, 1);
  margin-block: 15px;
}

.add-to-cart-btns {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.add-to-cart-btns>.add-more-meals-btn {
  width: 48%;
  text-align: center;
  justify-content: center;
}

.add-to-cart-btns>a {
  width: 48%;
  text-align: center;
  justify-content: center;
  background: rgba(7, 25, 34, 1);
  border-color: rgba(7, 25, 34, 1);
}

.add-to-cart-btns>a:before {
  background: rgb(17 58 79);
}

.not-paid-header {
  background: rgba(254, 233, 234, 1);

}

.not-paid-header>div>div>.paid-payment-status {
  color: rgba(237, 28, 36, 1);
}

.not-paid-header>.paid-action-container>.paid-home-button {
  border-color: rgba(237, 28, 36, 1);
  color: rgba(237, 28, 36, 1);
}

.bill-k-net {
  width: 35px;
}

.order-details-details>.row.items-in-deals {
  padding: 20px;
  margin-top: 40px;
}

.items-in-deals>h3 {
  font-family: var(--big-font-family);
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  margin-bottom: 20px;
}

.meal-in-order {
  border: 1px solid rgba(212, 212, 212, 1);
  border-radius: 16px;
  padding: 25px;
}

.meal-name-price {
  display: flex;
  justify-content: space-between;
  margin-block: 20px;
  flex-wrap: wrap;
}

.meal-name-price>p {
  font-family: var(--big-font-family);
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
}

.meal-name-price>span {
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
}

.meal-in-order>.pd-quantity-selector {
  width: 100%;
  min-height: 5px;
  padding: 5px;
}

.meal-in-order>.ud-btn.btn-white {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  color: #ED1C24;
  border-color: #ED1C24;
}

.meal-in-order>.ud-btn.btn-white:hover {
  color: white;
}

.order-details-details>.row.items-in-deals>div>div>.owl-dots {
  display: none !important;
}

.cart-order-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.popup-cart-order {
  position: relative;
  width: 80%;
  max-width: 600px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 80px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.popup-cart-order>img {
  width: 200px;
}

.popup-cart-order>p {
  margin-top: 20px;
  text-align: center;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 700;
}

.popup-cart-order>a.ud-btn.btn-thm>span.bill-promo-button-icon {
  margin-inline-start: 5px;
}

@media (max-width: 768px) {
  .addtocart-overlay {
    padding: 0;
  }

  .popup-addtocart {
    width: 90%;
    border-radius: 12px;
    border: solid black 1px;
    padding: 50px 20px;
  }

  .meal-in-order {
    padding: 15px;
  }

  .add-to-cart-btns>a {
    width: 100%;
    font-size: 14px;
  }

  .add-to-cart-btns>.add-more-meals-btn {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
  }

  .popup-cart-order {
    width: 90%;
    padding: 20px;
  }
}

.decrease-button>i.fa-solid.fa-minus {
  color: black;
}


html[dir="rtl"] {
  .deal-price>div>img {
    rotate: 180deg;
    left: 2px;
  }

  .deal-price>div {
    right: unset;
    left: 0px;
  }

  .deal>div:hover .deal-price>img {
    scale: 1.03;
    transform: translateX(25px);
  }

  .deal-info>.ud-btn.btn-thm {
    font-family: var(--big-font-family);
    font-size: 18px;
    font-weight: 900;
    line-height: 26.4px;
    gap: 10px;
    width: fit-content;
  }

  .deal-info>h3 {
    font-family: var(--big-font-family);
    font-size: 40px;
    font-weight: 900;
    line-height: 70.8px;
    color: white;
    margin-bottom: 32px;
  }

  @media (max-width: 1200px) {
    .contactless>div>h3 {
      font-family: var(--big-font-family);
      font-size: 24px;
      font-weight: 700;
      line-height: 32.2px;
      text-align: center;
    }
  }

  button {
    font-family: 'Alexandria';
  }

  .category-list {
    justify-content: space-around;
  }

  .button-container {
    justify-content: center;
  }

  .item-price {
    text-align: right;
  }

  .title-chk {
    text-align: right;
  }

  .order-details-icon-arrow {
    margin-left: unset;
    margin-right: 9px;
  }

  @media (max-width: 991px) {
    .bill-payment-section {
      max-width: 100%;
      margin: 40px 0px 0 0;
      padding: 0px;
      justify-content: center;
      padding-bottom: 15px;
    }
  }

  .bill-payment-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    scale: 1.04;
    left: unset;
    right: -2px;
  }

  @media (max-width: 615px) {
    .bill-payment-background {
      scale: 1.04 1.7;
    }
  }

  .cart-p {
    font-family: var(--body-font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }

  .cart-text {
    font-family: var(--big-font-family);
    font-size: 38px;
    font-weight: 700;
    line-height: 72.6px;
    text-align: center;
    margin-top: 40px;
  }

  .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
  .dropdown-item {
    text-align: start;
  }

  .paid-success-icon {
    right: unset;
    left: -3px;
    rotate: 180deg;
  }

  .paid-payment-header {
    border-radius: 0 16px 16px 0;
  }

  .item-name {
    font: 700 14px var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 30px;
  }

  .product-title {
    color: #071922;
    align-self: stretch;
    margin: auto 0;
    font: 700 14px / 1.2 var(--big-font-family), -apple-system, Roboto, Helvetica, sans-serif;
  }

  .view-cart-text {
    color: #fff;
    align-self: stretch;
    margin: auto 0;
    font: 700 14px / 1.2 var(--body-font-family), sans-serif;
  }

  .vat-info {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    color: white;
  }

  .details-of-product>p {
    text-align: right;
  }

  .best-in-price>h3 {
    right: 20px;
    font-size: 1.2em;
    line-height: 2.2;
  }
}

.multi-ellipsis {
  display: -webkit-box;
  /* Required for line clamp */
  -webkit-box-orient: vertical;
  /* Required for line clamp */
  -webkit-line-clamp: 2;
  /* Show only 2 lines */
  overflow: hidden;
  /* Hides overflow text */
  text-overflow: ellipsis;
  /* Adds ellipsis */
  max-width: 200px;
  /* Set max width */
}
.multi-ellipsis-categories {
  display: -webkit-box;
  /* Required for line clamp */
  -webkit-box-orient: vertical;
  /* Required for line clamp */
  -webkit-line-clamp: 2;
  /* Show only 2 lines */
  overflow: hidden;
  /* Hides overflow text */
  text-overflow: ellipsis;
  /* Adds ellipsis */
  max-width: 100%;
  /* Set max width */
}