* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  font-weight: 400;
}

body {
  background-color: #ede4dc;
}

h4 {
  font-family: "Oooh Baby";
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
}
.col-sm-6,
.col-sm-4 {
  max-width: 50%;
}
p {
  margin-bottom: 0;
}

@font-face {
  font-family: "Oooh Baby";
  src: url("../font/ooh_baby/OoohBaby-Regular.woff2") format("woff2"),
    url("../font/ooh_baby/OoohBaby-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-Light.woff2") format("woff2"),
    url("Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-Black.woff2") format("woff2"),
    url("../font/poppins/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-Medium.woff2") format("woff2"),
    url("../font/poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-Bold.woff2") format("woff2"),
    url("../font/poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-Thin.woff2") format("woff2"),
    url("../font/poppins/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-SemiBold.woff2") format("woff2"),
    url("../font/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/poppins/Poppins-Regular.woff2") format("woff2"),
    url("../font/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yellowtail";
  src: url("../font/Yellowtail/Yellowtail-Regular.woff2") format("woff2"),
    url("../font/Yellowtail/Yellowtail-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.custom-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 45px;
  position: relative;
}

header {
  padding: 15px 0;
  position: relative;
}
.common-header {
  background-color: #4d3225;
}

header#home-header .custom-header .navbar-light .navbar-nav .nav-link {
  color: #4d3225;
}
header a.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  margin-right: 0;
}
.custom-header .navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding-bottom: 0 !important;
}

.common-header a.navbar-brand img {
  filter: invert(1) brightness(1.5);
}
.custom-header .navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.custom-header .navbar {
  width: 100%;
}

.custom-navbar ul,
.head-icon ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.address-header button {
  border: 0;
  background-color: transparent;
}
.custom-navbar ul li {
  margin-right: 30px;
}
.custom-navbar ul li a {
  color: #4d3225;
  font-size: 18px;
  letter-spacing: 0.15px;
  border-bottom: 2px solid transparent;
  padding: 0 0 9px 0 !important;
  transition: 0.5s;
}
.custom-header ul li a.nav-link.active {
  font-weight: 500;
  border-bottom-color: #4d3225;
}
.custom-navbar ul li a:hover {
  border-bottom-color: #4d3225;
}
.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-icon ul li {
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
.common-header .head-icon ul li img {
  filter: invert(1) brightness(2.5);
}
div#navbarSupportedContent {
  max-width: 480px;
}

ul.submenu {
  position: absolute;
  background: #e9e0d8;
  box-shadow: -9px -4px 30px 0px rgba(0, 0, 0, 0.16),
    10px 4px 17px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  z-index: 9;
  padding: 40px 0px 20px 0px;
  top: 35px;
  width: 204px;
  transform: translate(-55%, 10px);
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
ul.submenu::before {
  content: "";
  position: absolute;
  left: 45%;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: #ede4dc transparent transparent transparent;
  top: -28px;
  transform: rotate(180deg);
}

.head-icon ul li:first-child:hover ul.submenu {
  opacity: 1;
  visibility: visible;
}

ul.submenu li {
  margin: 0 0 10px 0;
  padding: 10px 12px;
  transition: 0.5s;
}
.head-icon ul.submenu li img {
  width: 25px;
  filter: none;
  margin-right: 7px;
  transition: 0.5s;
}

.head-icon ul.submenu li span {
  color: #4d3225;
  line-height: normal;
  transition: 0.5s;
}
ul.submenu li:last-child {
  margin-top: 20px;
  padding-top: 35px;
  border-top: 1px solid #cbbbb7;
}

ul.submenu li button {
  border-radius: 4px;
  background: #4d3225;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #4d3225;
  width: 100%;
  padding: 10px 10px;
  transition: 0.5s;
}

.submenu li:hover {
  background-color: #4d3225;
}
.head-icon ul.submenu li:hover img {
  filter: invert(1) brightness(2.5);
}
.head-icon ul.submenu li:hover span {
  color: #fff;
  line-height: normal;
}

ul.submenu li:last-child:hover {
  background-color: unset;
}
ul.submenu li:last-child:hover button {
  background-color: transparent;
  color: #4d3225;
}

/* end header */

/* footer */

footer {
  background-color: #ede4dc;
  padding: 50px 0 0px 0;
  color: #000;
  position: relative;
  z-index: 1;
}

.footer-logo {
  text-align: center;
}
.footer-logo p {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.footer-navbar ul {
  padding-left: 70px;
}
.footer-navbar ul li {
  margin-bottom: 30px;
}
.footer-navbar ul li a {
  color: #4d3225;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
.footer-navbar ul li a.active {
  font-weight: 500;
  border-color: #4d3225;
}
.footer-navbar ul li a:hover {
  border-bottom: 2px solid #4d3225;
}
#home .footer-navbar ul li a:hover {
  border-bottom: 2px solid #fff;
}
.footer-contact h3 {
  font-size: 30px;
  line-height: normal;
  color: #4d3225;
}
#home footer h3 {
  color: #fff;
}
.footer-contact p a {
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #4d3225;
}
.footer-icon ul {
  padding-left: 0;
  display: flex;
}
.footer-icon ul li {
  margin-right: 40px;
}
.footer-icon {
  margin-top: 20px;
}
.footer-icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  transition: 0.5s;
}

.footer-bottom {
  margin-top: 50px;
  background-color: #4d3225;
  padding: 20px 0;
  color: #fff;
}
.footer-bottom p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.56px;
}

.footer-icon a:hover {
  background-color: #4d3225;
}
.footer-icon a:hover img {
  filter: invert(1) brightness(2.5);
}
/* end footer */

.review {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.review p {
  color: #4d3225;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
}
.price {
  display: flex;
  justify-content: center;
  margin: 15px 0 20px 0;
  gap: 10px;
}
.price p:first-child {
  color: #4d3225;
  font-size: 26px;
  line-height: 21px;
}
.price p:last-child {
  color: #b5a199;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: line-through;
}
p.instock {
  color: #4d3225;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}
.like-slider .owl-item .item {
  padding: 0 18px;
}
.like-slider .single-category h3 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1;
}
/* category */

.single-category {
  padding: 25px 35px;
  border: 1.4px solid #dacac2;
}
.single-category-img {
  position: relative;
}

.single-category-img img:first-child {
  width: 100%;
}

.single-category-img img:last-child {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  max-width: 26px;
  max-height: 26px;
  border-radius: 3px;
}

.single-category h3 {
  color: #4d3225;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 15px;
}

.single-category button {
  color: #fff;
  padding: 12px 10px;
  border-radius: 6px;
  background: #4d3225;
  box-shadow: 0px 7.6px 14px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  border: 0;
  transition: 0.5s;
}
.single-category button:hover {
  background-color: #fff;
  color: #4d3225;
}
.owl-nav button {
  width: 55px;
  height: 55px;
  border: 2px solid #4d3225 !important;
  border-radius: 50%;
  margin-right: 10px;
}

.owl-nav {
  text-align: center;
  margin-top: 30px;
}
.owl-nav button svg {
  width: 25px;
  height: 25px;
}

.owl-nav button svg path {
  stroke: #4d3225 !important ;
}

section.like .owl-nav button:hover {
  background-color: #4d3225;
}
.like .owl-nav button:hover svg path {
  stroke: #fff !important ;
}

.quantity-btn {
  display: flex;
}
.quantity-btn p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0 12px;
}
.quantity-btn button {
  display: flex;
  min-width: 31px;
  height: 30px;
  padding: 1px 11px 3px 10px;
  justify-content: center;
  align-items: center;
  background-color: #4d3225;
  border: 0;
}
.quantity-btn button img {
  filter: invert(1) brightness(2.5);
}

/* apply coupan */
.apply-coupan {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 45px;
}
.apply-coupan input {
  width: 60%;
  padding: 15px 30px;
  border-radius: 4px;
  background: #dacac2;
  border: 0;
  color: #6a463c;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.36px;
  outline: 0;
}
.apply-coupan button {
  border-radius: 4px;
  background: #4d3225;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.32px;
  padding: 15px 10px;
  width: 39%;
  border: 0;
  transition: 0.5s;
  border: 1px solid #4d3225;
}
.apply-coupan button:hover {
  background-color: transparent;
  color: #4d3225;
}

/* end apply coupan */

/* common facility */

.common-facility {
  border-radius: 6px;
  border: 1px solid #dacac2;
  max-width: 170px;
  text-align: center;
  padding: 30px 25px;
  height: 100%;
  transition: 0.5s;
}
.facility-img {
  min-height: 70px;
}
.common-facility h5 {
  color: #4d3225;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.32px;
}

.common-facility:hover {
  background-color: #4d3225;
}

.common-facility:hover .facility-img img {
  filter: invert(1) brightness(1.5);
}

.common-facility:hover h5 {
  color: #fff;
}

/*end  common facility */

/* order summery table */

.common-order-summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.img-side {
  display: flex;
  gap: 10px;
}
.summary-content h6 {
  color: #4d3225;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.summary-content p {
  color: #7c564b;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 5px;
}
.summary-content .quantity-btn p {
  color: #4d3225;
  font-size: 16px;
  font-weight: 500;
}

.all-bill table tr td {
  padding: 15px 0px;
  border: 0;
  color: #4d3225;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.all-bill table tr:nth-of-type(3),
.all-bill table tr:nth-of-type(4) {
  border-bottom: 1px dashed #b5a199;
}

.all-bill table tr:last-child td {
  font-size: 28px;
}
.all-bill table tr td strong {
  font-weight: 500;
}
.all-bill table tr td:last-child {
  direction: rtl;
}
.quantity-btn {
  display: flex;
}
.price-side p {
  color: #4d3225;
  font-size: 22px;
  letter-spacing: 0.66px;
  margin-bottom: 10px;
  text-align: right;
}

.price-icon button {
  background-color: transparent;
  border: 1px solid #dacac2;
  padding: 7px 9px;
  border-radius: 2px;
}
.price-icon button:first-child {
  margin-right: 5px;
}

/* end summery table */

/* custom-accordain */

.recipient-common-tab input,
.custom-accordion button input,
.cards-details input {
  background-color: transparent;
  accent-color: #4d3225;
  margin-right: 10px;
  appearance: none;
  border-radius: 50%;
  outline: 1px solid #b5a199;
  width: 15px;
  height: 15px;
  cursor: pointer;
  outline-offset: 2px;
}
.recipient-common-tab input[type="radio"]:checked,
.custom-accordion button input[type="radio"]:checked,
.cards-details input[type="radio"]:checked {
  background-color: #4d3225;
}

.custom-accordion button.accordion-button {
  background-color: transparent;
  padding-left: 0;
  color: #4d3225;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1px;
  box-shadow: none;
}
.custom-accordion-body address {
  color: #4d3225;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.08px;
}
.custom-accordion button label {
  width: calc(100% - 15px);
  cursor: pointer;
  position: absolute;
  left: 30px;
}
.custom-accordion button input {
  margin-right: 0;
}
.custom-accordion button {
  padding: 0;
  margin-bottom: 20px;
}
.custom-accordion {
  border-bottom: 1px solid #dacac2;
  margin-bottom: 30px;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(0.5);
}

/*end  custom-accordain */

/* Digital Message Content */

.digital-img-content,
.edited-sec {
  position: absolute;
  bottom: 110px;
  max-width: 505px;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 100%;
  padding: 0 35px;
}
.digital-img-content h2 {
  font-family: "Yellowtail";
  font-size: 62px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.24px;
}
.digital-img-content p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px; /* 166.667% */
}

.digital-img-content p:nth-of-type(2) {
  color: #4d3225;
  line-height: 21px;
  border-radius: 51px;
  background: #fff;
  margin: 60px auto 10px auto;
  padding: 10px 5px;
  max-width: 180px;
}

.digital-img-content p:nth-of-type(3) {
  font-size: 12px;
  line-height: 21px; /* 175% */
}
.digital-img-content img {
  max-width: 328px;
  margin: 15px 0 10px 0;
}
.digital-img-content button {
  border: 0;
  margin: 0 auto;
  border-radius: 50px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.digital-img-content button img {
  margin: 0;
}

.edited-sec {
  bottom: 50%;
  padding: 20px 35px;
  transform: translate(-50%, 50%);
}
.edit-content {
  margin-bottom: 120px;
  position: relative;
  padding: 20px 0px;
}

.edit-content p {
  color: #fff;
  font-size: 42px;
  font-family: "Yellowtail";
  line-height: normal;
  letter-spacing: -0.84px;
  border: 1px solid #ffe500;
  padding: 5px 10px 10px 10px;
  cursor: pointer;
}
.digital-img-sec .edit-content img {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  position: absolute;
  right: 00px;
  height: 50px;
  width: 52px;
  bottom: 100%;
  cursor: pointer;
}

.save-message .tooltiptext,
.edit-content .tooltiptext {
  width: 165px;
  background-color: #4d3225;
  color: #fff;
  border-radius: 6px;
  padding: 10px 5px;
  position: absolute;
  top: -100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transform: translate(-50%, 0px);
  filter: drop-shadow(0px 4.6px 13px rgba(0, 0, 0, 0.16));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.save-message .tooltiptext::after,
.edit-content .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4d3225 transparent transparent transparent;
}

.save-message:hover .tooltiptext,
.edit-content:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.edit-content .tooltiptext {
  bottom: 100%;
  color: #4d3225;
  background-color: #fff;
  cursor: pointer;
  top: unset;
}
.save-message .tooltiptext::after,
.edit-content .tooltiptext::after {
  border-color: #fff transparent transparent transparent;
}
.edit-content input {
  border-radius: 3px;
  background: #f80101;
  width: 21px;
  height: 19px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* end Digital Message Content */

@media screen and (max-width: 1400px) {
  .single-category h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .apply-coupan input {
    padding: 15px 15px;
    font-size: 16px;
  }
  .apply-coupan button {
    font-size: 14px;
  }
  .all-bill table tr td {
    font-size: 18px;
  }
  .all-bill table tr:last-child td {
    font-size: 24px;
  }
  .custom-navbar ul li {
    margin-right: 20px;
  }
  header a.navbar-brand {
    transform: translate(0%, 0px);
  }
  .digital-img-content h2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1024px) {
  .single-category h3 {
    font-size: 18px;
  }
  .footer-contact h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  div#navbarSupportedContent {
    position: absolute;
    top: 70px;
    width: 100vw;
    background-color: #f1e8e0;
    left: -25px;
    padding: 40px 20px 20px 25px;
    max-width: unset;
    border-radius: 5px;
    z-index: 9;
  }
  header .navbar-toggler span {
    background-image: url(../images/menu.png) !important;
    width: 32px;
    height: 32px;
  }
  .common-header .custom-header .navbar-light .navbar-nav .nav-link {
    color: #4d3225;
  }
  .custom-navbar ul li {
    margin-bottom: 20px;
  }
  .custom-navbar ul li a {
    width: max-content;
  }

  header a.navbar-brand {
    transform: translate(-50%, 0px);
  }

  .footer-icon ul li {
    margin-right: 20px;
  }
  .container {
    max-width: 100%;
    padding: 0px 25px;
  }
}

@media screen and (min-width: 768px) {
  .bottom-icon {
    display: none;
  }
  #mobile-display {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .custom-container {
    padding: 0 15px;
  }
  /* .head-icon ul li:first-child {
        display: none;
    } */
  .head-icon ul li {
    margin-left: 10px;
  }
  header a.navbar-brand {
    max-width: 113px;
  }
  ul.submenu li {
    margin-left: 0;
    padding: 5px 10px;
  }
  ul.submenu {
    padding: 20px 0px;
    width: 180px;
  }
  .head-icon ul.submenu li img {
    width: 20px;
    margin-right: 5px;
  }
  ul.submenu li:last-child {
    margin-top: 10px;
    padding-top: 25px;
  }
  .custom-header .navbar-light .navbar-nav .nav-link {
    color: #4d3225;
  }
  .head-icon ul.submenu li span {
    font-size: 14px;
  }

  .footer-navbar ul {
    padding-left: 0;
    margin-top: 30px;
  }

  .footer-icon ul {
    justify-content: center;
  }
  .footer-bottom p {
    color: #4d3225;
  }
  #home .footer-bottom p {
    color: #fff;
  }
  section.categories {
    padding: 45px 0 10px 0;
  }
  footer {
    padding: 45px 0 0px 0;
  }
  .footer-contact h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .footer-icon {
    margin-top: 60px;
  }
  .footer-logo p,
  .footer-contact p a,
  .footer-bottom p {
    font-size: 16px;
  }
  .footer-logo p {
    margin-top: 15px;
  }
  .footer-bottom {
    margin-top: 10px;
    background-color: unset;
    padding: 10px 0px 50px 0;
  }
  .footer-icon ul {
    margin-bottom: 0;
  }
  .bottom-icon {
    position: relative;
  }
  .bottom-icon a {
    position: absolute;
    right: 5px;
    bottom: -40px;
  }
  .single-category {
    padding: 25px 20px;
  }
  .father_day-sec .banner-content {
    width: 100%;
    padding: 0;
  }
  .common-facility {
    margin: 0 auto;
  }
  .summary-content h6 {
    font-size: 16px;
  }
  .price-side {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .price-side p {
    font-size: 20px;
  }
  .custom-accordion button.accordion-button {
    font-size: 18px;
  }
  .all-bill table tr td {
    font-size: 16px;
  }
  .all-bill table tr:last-child td {
    font-size: 20px;
  }
  .digital-img-content h2 {
    font-size: 45px;
  }
  .digital-img-content p:nth-of-type(1) {
    font-size: 16px;
  }
  .digital-img-content p:nth-of-type(2) {
    margin: 20px auto 10px auto;
  }
  .digital-img-content img {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .common-facility {
    padding: 15px;
  }
  .footer-icon {
    margin-top: 40px;
  }
  .digital-img-content h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .digital-img-content p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.3;
  }
  .digital-img-content p:nth-of-type(2) {
    margin: 10px auto 5px auto;
  }
  .digital-img-content {
    bottom: 70px;
  }
}

@media screen and (max-width: 400px) {
  .apply-coupan {
    flex-wrap: wrap;
  }
  .apply-coupan input {
    width: 100%;
  }
  .apply-coupan button {
    font-size: 14px;
    margin: 10px auto 0 auto;
    width: 70%;
  }
  .mobile-table-product .common-order-summary {
    flex-wrap: wrap;
  }
  .mobile-table-product .price-side {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .mobile-table-product .price-side p {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .custom-accordion button.accordion-button {
    font-size: 16px;
  }
}
