/**************************/
@font-face {
  font-family: "font-light";
  src: url("../fonts/noor-light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-regular";
  src: url("../fonts/noor-regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-bold";
  src: url("../fonts/noor-bold.ttf");
  font-weight: normal;
  font-style: normal;
}
/*************************/
html, html body {
  font-family: "font-regular", sans-serif;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  height: 100%;
  scroll-behavior: smooth;
  text-transform: capitalize;
  font-size: 14px;
  color: #1e1e1e;
}
@media (min-width: 1024px) {
  html, html body {
    scrollbar-gutter: stable;
  }
}
html body {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
html body.modal-open, html body.swal2-shown {
  padding: 0 !important;
}
html body ::-moz-selection {
  background-color: #000;
  color: #fff;
}
html body ::selection {
  background-color: #000;
  color: #fff;
}
html body ul {
  list-style: none;
}
html body a,
html body a:hover,
html body a:visited,
html body a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
html body article,
html body aside,
html body details,
html body figcaption,
html body figure,
html body footer,
html body header,
html body hgroup,
html body menu,
html body nav,
html body section {
  display: block;
}
html body div, html body body div,
html body span,
html body body span,
html body object,
html body body object,
html body iframe,
html body body iframe,
html body h1,
html body body h1,
html body h2,
html body body h2,
html body h3,
html body body h3,
html body h4,
html body body h4,
html body h5,
html body body h5,
html body h6,
html body body h6,
html body p,
html body body p,
html body blockquote,
html body body blockquote,
html body pre,
html body body pre,
html body abbr,
html body body abbr,
html body address,
html body body address,
html body cite,
html body body cite,
html body code,
html body body code,
html body del,
html body body del,
html body dfn,
html body body dfn,
html body em,
html body body em,
html body img,
html body body img,
html body ins,
html body body ins,
html body kbd,
html body body kbd,
html body q,
html body body q,
html body samp,
html body body samp,
html body small,
html body body small,
html body strong,
html body body strong,
html body sub,
html body body sub,
html body sup,
html body body sup,
html body var,
html body body var,
html body b,
html body body b,
html body i,
html body body i,
html body dl,
html body body dl,
html body dt,
html body body dt,
html body dd,
html body body dd,
html body ol,
html body body ol,
html body ul,
html body body ul,
html body li,
html body body li,
html body fieldset,
html body body fieldset,
html body form,
html body body form,
html body label,
html body body label,
html body legend,
html body body legend,
html body table,
html body body table,
html body caption,
html body body caption,
html body tbody,
html body body tbody,
html body tfoot,
html body body tfoot,
html body thead,
html body body thead,
html body tr,
html body body tr,
html body th,
html body body th,
html body td,
html body body td,
html body article,
html body body article,
html body aside,
html body body aside,
html body canvas,
html body body canvas,
html body details,
html body body details,
html body figcaption,
html body body figcaption,
html body figure,
html body body figure,
html body footer,
html body body footer,
html body header,
html body body header,
html body hgroup,
html body body hgroup,
html body menu,
html body body menu,
html body nav,
html body body nav,
html body section,
html body body section,
html body summary,
html body body summary,
html body time,
html body body time,
html body mark,
html body body mark,
html body audio,
html body body audio,
html body video,
html body body video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}
html body textarea {
  resize: none;
}
html body p {
  line-height: 1.4;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.main-head {
  background: #fff;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 5;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .main-head {
    translate: 0 -150%;
    display: none;
  }
}
.main-head .header-top {
  padding: 0 13px;
}
.main-head .header-top .container {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  padding-block: 26px;
  justify-content: space-between;
}
.main-head .header-top .container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.main-head .header-top .container .logo .lang {
  width: 38px;
  height: 38px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  transition: 0.3s;
}
.main-head .header-top .container .logo .lang:hover {
  background: #1D4C9E;
  border-color: #1D4C9E;
  color: #fff;
}
.main-head .header-top .container .city-select {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 17px;
  color: #909090;
}
.main-head .header-top .container .city-select button {
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: inherit;
}
.main-head .header-top .container .actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-head .header-top .container .actions > a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  transition: 0.3s;
}
.main-head .header-top .container .actions > a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-head .header-top .container .actions > a:hover {
  color: #1D4C9E;
}
.main-head .header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-head .header-bottom .container .bottom-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: #909090;
}
.main-head .header-bottom .container .bottom-title span img {
  opacity: 0.3;
}
[dir=ltr] .main-head .header-bottom .container .bottom-title span img {
  scale: -1;
}
.main-head .header-bottom .container .bottom-menu > ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-head .header-bottom .container .bottom-menu > ul > li > a {
  color: #000;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  display: flex;
  transition: 0.3s;
  padding-block: 25px;
  align-items: center;
  gap: 10px;
}
.main-head .header-bottom .container .bottom-menu > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #f6a90d;
  border-radius: 50px;
  left: 0;
  width: 0;
  transition: 0.3s;
}
[dir=ltr] .main-head .header-bottom .container .bottom-menu > ul > li > a::before {
  right: 0;
  left: auto;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu {
  position: absolute;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  padding-inline: 16%;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  border-radius: 0 0 15px 15px;
  transition: 0.3s;
  display: flex;
  align-items: flex-start;
  height: 470px;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs {
  border: 0;
  min-width: 25%;
  flex-direction: column;
  height: 100%;
  background: #f5f5f5;
  padding: 20px 0;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs .nav-item {
  margin-bottom: 20px;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #000;
  background: transparent;
  font-size: 15px;
  position: relative;
  width: 100%;
  transition: 0.3s;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #1D4C9E;
  rotate: 45deg;
  transition: 0.3s;
  opacity: 0;
}
[dir=ltr] .main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs .nav-item .nav-link::after {
  left: auto;
  right: 0;
  scale: -1;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs .nav-item .nav-link.active {
  color: #1D4C9E;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs .nav-item .nav-link.active::after {
  opacity: 1;
  left: 20px;
}
[dir=ltr] .main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .nav-tabs .nav-item .nav-link.active::after {
  right: 20px;
  left: auto;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content {
  width: 100%;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane {
  padding: 20px;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .row {
  row-gap: 20px;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .links a {
  color: #000;
  transition: 0.3s;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .links a:hover {
  padding-inline: 5px;
  color: #1D4C9E;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .block {
  position: relative;
  transition: 0.3s;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .block a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .block .block-img {
  overflow: hidden;
  border-radius: 10px;
  padding-top: 100%;
  position: relative;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .block .block-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .block h4 {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
  transition: 0.3s;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .block:hover {
  scale: 0.97;
}
.main-head .header-bottom .container .bottom-menu > ul > li .mega-menu .tab-content .tab-pane .block:hover h4 {
  color: #1D4C9E;
}
.main-head .header-bottom .container .bottom-menu > ul > li:hover > a, .main-head .header-bottom .container .bottom-menu > ul > li.active > a {
  color: #f6a90d !important;
}
.main-head .header-bottom .container .bottom-menu > ul > li:hover > a::before, .main-head .header-bottom .container .bottom-menu > ul > li.active > a::before {
  width: 100%;
  right: 0;
  left: auto;
}
[dir=ltr] .main-head .header-bottom .container .bottom-menu > ul > li:hover > a::before, [dir=ltr] .main-head .header-bottom .container .bottom-menu > ul > li.active > a::before {
  left: 0;
  right: auto;
}
.main-head .header-bottom .container .bottom-menu > ul > li.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-head .header-bottom .container .bottom-menu > ul > li.has-single-menu {
  position: relative;
}
.main-head .header-bottom .container .bottom-menu > ul > li.has-single-menu .dropdown-menu {
  right: 0;
  left: auto;
  display: block;
  top: 120%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
[dir=ltr] .main-head .header-bottom .container .bottom-menu > ul > li.has-single-menu .dropdown-menu {
  left: 0;
  right: auto;
}
.main-head .header-bottom .container .bottom-menu > ul > li.has-single-menu:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-head .header-bottom .container .search-form .form-group {
  min-width: 250px;
  position: relative;
}
.main-head .header-bottom .container .search-form .form-group button {
  position: absolute;
  border: 0;
  padding: 0;
  background: transparent;
  border-left: 1px solid #000;
  padding-inline-end: 15px;
  right: 15px;
  top: 7px;
  height: 29px;
}
[dir=ltr] .main-head .header-bottom .container .search-form .form-group button {
  right: auto;
  left: 15px;
  border-left: 0;
  border-right: 1px solid #000;
}
.main-head .header-bottom .container .search-form .form-group button img {
  width: 19px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-head .header-bottom .container .search-form .form-group .form-control {
  padding-inline-start: 60px;
}

.mobile-head {
  background: #fff;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: -150%;
  z-index: 5;
  right: 0;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .mobile-head {
    top: 0;
  }
}
.mobile-head .logo img {
  width: 100px;
}
.mobile-head .head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.mobile-head .head-top .menu-trigger {
  position: relative;
  width: 23px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
}
.mobile-head .head-top .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.mobile-head .head-top .menu-trigger span:nth-of-type(1) {
  top: 0;
  animation: menu-bar07-01 0.75s forwards;
}
.mobile-head .head-top .menu-trigger span:nth-of-type(2) {
  top: 9px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.mobile-head .head-top .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  animation: menu-bar07-02 0.75s forwards;
}
.mobile-head .head-top .menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar07-01 0.75s forwards;
}
.mobile-head .head-top .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.mobile-head .head-top .menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar07-02 0.75s forwards;
}
.mobile-head .head-top .actions {
  gap: 15px;
  display: flex;
  align-items: center;
}
.mobile-head .head-top .actions .search-wrap .search-trigger {
  padding: 0;
  border: 0;
  background: transparent;
}
.mobile-head .head-top .actions .search-wrap .search-trigger::after {
  display: none;
}
.mobile-head .head-top .actions .search-wrap .dropdown-menu {
  padding: 15px;
}
.mobile-head .head-top .actions .search-wrap .form-group {
  position: relative;
}
.mobile-head .head-top .actions .search-wrap .form-group .form-control {
  padding: 0 15px;
  font-size: 14px;
  padding-inline-end: 30px;
}
.mobile-head .head-top .actions .search-wrap .form-group button {
  position: absolute;
  left: 10px;
  padding: 0;
  border: 0;
  background-color: transparent;
  top: 50%;
  translate: 0 -50%;
}
.mobile-head .head-top .actions img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-head .head-bottom .city-select {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 10px;
  justify-content: space-between;
}
.mobile-head .head-bottom .city-select > img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-head .head-bottom .city-select div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-head .head-bottom .city-select button {
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-head .head-bottom .city-select button img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-head .sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 4;
  background: #fff;
  width: 300px;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: 0.3s;
  translate: 150% 0;
  right: 0;
}
[dir=ltr] .mobile-head .sidebar {
  left: 0;
  right: auto;
  translate: -150% 0;
}
.mobile-head .sidebar .sidebar-top {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
.mobile-head .sidebar .sidebar-top .close-trigger {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
}
.mobile-head .sidebar .sidebar-top .close-trigger span {
  background: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}
.mobile-head .sidebar .sidebar-top .close-trigger span:nth-of-type(2) {
  rotate: 45deg;
}
.mobile-head .sidebar .sidebar-menu {
  height: calc(100% - 125px);
}
.mobile-head .sidebar .sidebar-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  transition: 0.3s;
  position: relative;
}
.mobile-head .sidebar .sidebar-menu li a:hover {
  color: #1D4C9E;
  padding-inline: 20px;
}
.mobile-head .sidebar .sidebar-menu li.has-menu-items > a::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #1D4C9E;
  rotate: 45deg;
  transition: 0.3s;
}
[dir=ltr] .mobile-head .sidebar .sidebar-menu li.has-menu-items > a::after {
  left: auto;
  right: 20px;
  scale: -1;
}
.mobile-head .sidebar .sidebar-menu .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  background: #fff;
  right: 0;
  height: 100%;
  transition: 0.3s;
  translate: 150% 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .back {
  padding: 15px;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .back button {
  padding: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .back button img {
  scale: -1;
}
[dir=ltr] .mobile-head .sidebar .sidebar-menu .sub-menu .back button img {
  scale: 1;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row {
  padding: 20px;
  row-gap: 20px;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .col-lg-6 {
  width: 50%;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .block {
  position: relative;
  transition: 0.3s;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .block a {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0;
  border: 0;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .block .block-img {
  overflow: hidden;
  border-radius: 10px;
  padding-top: 100%;
  position: relative;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .block .block-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .block h4 {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
  transition: 0.3s;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .block:hover {
  scale: 0.97;
}
.mobile-head .sidebar .sidebar-menu .sub-menu .row .block:hover h4 {
  color: #1D4C9E;
}
.mobile-head .sidebar .sidebar-menu .sub-menu.active {
  translate: 0 0;
}
.mobile-head .sidebar .sidebar-language {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8e8e8;
}
.mobile-head .sidebar .sidebar-language a {
  width: 30px;
  height: 30px;
  border: 1px solid #a9a9a9;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
}
.mobile-head .sidebar.active {
  translate: 0 0 !important;
}

@keyframes menu-bar07-01 {
  0% {
    transform: translateY(15px) rotate(45deg);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar07-02 {
  0% {
    transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    transform: translateY(-15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar07-01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar07-02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.overlay-s {
  position: fixed;
  inset: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.overlay-s.active {
  opacity: 1;
  visibility: visible;
}

.dropdown > button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: 0;
}
.dropdown > button img {
  width: 20px;
  height: 20px;
}
.dropdown .dropdown-menu {
  padding: 0 20px;
  border: 0;
  box-shadow: 0 13px 46px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
  min-width: 230px;
  left: 0;
  right: auto;
}
[dir=ltr] .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown .dropdown-menu li .dropdown-item {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  transition: 0.3s;
}
.dropdown .dropdown-menu li .dropdown-item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dropdown .dropdown-menu li .dropdown-item:hover {
  background: transparent;
  color: #1D4C9E;
  padding-inline: 5px;
}
.dropdown .dropdown-menu li:last-child .dropdown-item {
  border: 0;
}

.form-control {
  background: #f5f5f5;
  border: 1px solid transparent;
  height: 45px;
  border-radius: 10px;
  padding: 0 20px;
  transition: 0.3s;
  box-shadow: none !important;
  font-size: 16px;
}
.form-control:focus {
  border-color: #1D4C9E;
}
.form-control::-moz-placeholder {
  color: #676767;
}
.form-control::placeholder {
  color: #676767;
}

.hero-section {
  padding: 20px 0;
}
.hero-section .item {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding-top: 40%;
}
.hero-section .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}

.swiper-pagination {
  position: unset;
  bottom: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 50px;
  background-color: #909090;
  transition: 0.3s;
  margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f6a90d;
}

.g-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.g-head h3 {
  font-family: "font-bold";
  font-size: 25px;
}
@media (max-width: 768px) {
  .g-head h3 {
    font-size: 20px;
  }
}
.g-head a {
  color: #1D4C9E;
  font-family: "font-bold";
}
.g-head .filter-select-wrap {
  display: flex;
  align-items: center;
  background: #f6a90d;
  border-radius: 15px;
  border-radius: 10px;
  height: 45px;
  padding: 0 15px;
}
.g-head .filter-select-wrap .form-select {
  background: transparent;
  height: auto;
  border: 0;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .g-head .filter-select-wrap .form-select {
    padding: 0 10px;
    font-size: 14px;
  }
}
.g-head .filter-select-wrap .form-select option {
  color: #000;
  font-size: 14px;
}
.g-head ul {
  display: flex;
  align-items: center;
}
.g-head ul li {
  color: #909090;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.g-head ul li a {
  font-size: 20px;
  color: #000;
}
.g-head ul li::after {
  content: "/";
  margin: 0 15px;
  font-size: 20px;
  color: #000;
}
.g-head ul li:last-child::after {
  display: none;
}

.product-block {
  background: #fff;
  padding: 7px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.product-block .block-img {
  position: relative;
  padding-top: 90%;
  border-radius: 20px;
  overflow: hidden;
}
.product-block .block-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.product-block .block-img a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-block .block-img span {
  position: absolute;
  top: 0;
  border-radius: 0 0 6px 6px;
  background: #ff0000;
  right: 20px;
  padding: 8px 6px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}
[dir=ltr] .product-block .block-img span {
  left: 20px;
  right: auto;
}
.product-block .block-img span b {
  font-size: 17px;
  font-family: "font-bold";
  font-weight: normal;
}
.product-block .block-info {
  padding: 10px 10px 20px;
}
.product-block .block-info .merchant-area {
  color: #8b8b8b;
  font-size: 13px;
}
.product-block .block-info .merchant-area a {
  color: #000;
  color: #f6a90d;
}
.product-block .block-info .product-name {
  margin-bottom: 10px;
}
.product-block .block-info .product-name a {
  font-size: 18px;
  color: #000;
  transition: 0.3s;
}
.product-block .block-info .product-name a:hover {
  color: #1D4C9E;
}
.product-block .block-info .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product-block .block-info .product-footer .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-block .block-info .product-footer .product-price span {
  color: #676767;
  font-size: 17px;
  font-family: "font-bold";
  display: flex;
  align-items: center;
  gap: 2px;
  direction: ltr;
}
.product-block .block-info .product-footer .product-price span b {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-block .block-info .product-footer .product-price span:last-child {
  font-size: 14px;
  text-decoration: line-through;
}
.product-block:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08);
  scale: 0.98;
}
.product-block:hover .block-img img {
  scale: 1.2;
}

.row {
  row-gap: 24px;
}

.add-to-fav {
  padding: 0;
  border: 0;
  background: transparent;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s;
}
.add-to-fav.active {
  opacity: 1;
  filter: none;
}

.most-applied,
.categories {
  padding: 50px 0;
}

.category-block {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .category-block {
    flex-direction: column;
  }
}
.category-block .category-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 40%;
  width: 250px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .category-block .category-img {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }
}
.category-block .category-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  transition: 0.3s;
}
.category-block .category-info {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
.category-block .category-info h4 {
  font-size: 18px;
  font-family: "font-bold";
}
.category-block .category-info p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.category-block .category-info p a {
  color: #f6a90d;
}
.category-block:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08);
  scale: 0.98;
}
.category-block:hover .category-img img {
  scale: 1.2;
}

.sticky-social {
  background: #09ad81;
  position: fixed;
  right: 20px;
  bottom: 50px;
  border-radius: 50px;
  padding: 7px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 45px;
  width: 45px;
  overflow: hidden;
}
[dir=ltr] .sticky-social {
  left: 20px;
  right: auto;
}
.sticky-social span {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
}
.sticky-social img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sticky-social a {
  position: absolute;
  inset: 0;
}
.sticky-social:hover {
  width: 140px;
  padding: 10px;
}

.main-footer {
  padding: 70px 0;
  border-top: 7px solid #f6a90d;
  background-color: #fff;
}
@media (max-width: 768px) {
  .main-footer {
    padding: 50px 0;
  }
}
.main-footer .row {
  row-gap: 30px;
}
.main-footer .footer-info h4 {
  font-family: "font-bold";
  margin-bottom: 10px;
  font-size: 25px;
  color: #1D4C9E;
}
.main-footer .footer-info p {
  line-height: 2;
}
.main-footer .links {
  display: flex;
  justify-content: center;
  flex-flow: column;
  gap: 10px;
  padding: 0 31%;
  margin-bottom: 20px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .main-footer .links {
    padding: 0;
  }
}
.main-footer .links a {
  color: #000;
  font-size: 16px;
  transition: 0.3s;
}
.main-footer .links a:hover {
  color: #1D4C9E;
  padding-inline: 5px;
}
.main-footer .social {
  text-align: center;
}
@media (max-width: 768px) {
  .main-footer .social {
    text-align: initial;
  }
}
.main-footer .social h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.main-footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .main-footer .social-links {
    justify-content: flex-start;
  }
}
.main-footer .social-links a {
  transition: 0.3s;
}
.main-footer .social-links a img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .social-links a:hover {
  translate: 0 -5px;
  filter: brightness(0);
}
.main-footer .contact {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .main-footer .contact {
    padding-top: 0;
  }
}
.main-footer .contact p {
  color: #676767;
  margin-bottom: 15px;
  font-size: 17px;
}
.main-footer .contact p span {
  font-family: "font-bold";
  color: #1D4C9E;
}
.main-footer .apps-links {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .main-footer .apps-links {
    flex-flow: row;
    justify-content: space-between;
  }
}
.main-footer .apps-links a img {
  width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .apps-links a:hover {
  opacity: 0.8;
}

.category-wrap {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .category-wrap {
    padding: 50px 0;
  }
}
.category-wrap .g-head {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .category-wrap .g-head {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.category-wrap .g-head .filter-trigger {
  display: none;
}
@media (max-width: 768px) {
  .category-wrap .g-head .filter-trigger {
    display: inline-flex;
  }
}
.category-wrap .g-head .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .category-wrap .g-head .left {
    width: 100%;
    justify-content: space-between;
  }
}
.category-wrap .g-head .btn {
  min-width: 141px;
}
@media (max-width: 768px) {
  .category-wrap .filter-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    background: #f5f5f5;
    z-index: 5;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.3s;
    translate: -150% 0;
  }
}
.category-wrap .filter-sidebar .close-sidebar {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 768px) {
  .category-wrap .filter-sidebar .close-sidebar {
    display: block;
  }
}
.category-wrap .filter-sidebar .close-sidebar span {
  background: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}
.category-wrap .filter-sidebar .close-sidebar span:last-child {
  rotate: 45deg;
}
.category-wrap .filter-sidebar .accordion-item {
  border: 0;
  background: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 10px !important;
}
.category-wrap .filter-sidebar .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent !important;
  padding: 15px 0;
  color: #000;
  font-family: "font-bold";
  font-size: 16px;
  box-shadow: none !important;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .category-wrap .filter-sidebar .accordion-item .accordion-button {
    font-size: 14px;
  }
}
.category-wrap .filter-sidebar .accordion-item .accordion-button::after {
  margin: 0;
  transition: 0.3s;
}
.category-wrap .filter-sidebar .accordion-item .accordion-button:not(.collapsed) {
  color: #f6a90d;
}
.category-wrap .filter-sidebar .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.category-wrap .filter-sidebar .accordion-item .accordion-body {
  padding: 5px 0 15px;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li {
  margin-bottom: 10px;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li label {
  margin: 0;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li label span {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li label span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  transition: 0.3s;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li label span::after {
  position: absolute;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../images/check.svg");
  background-position: center;
  background-size: 18px;
  opacity: 0;
  scale: 0;
  transition: 0.3s;
  content: "";
  right: 0;
  top: 0;
  filter: brightness(0) invert(1);
}
[dir=ltr] .category-wrap .filter-sidebar .accordion-item .accordion-body ul li label span::after {
  left: 0;
  right: auto;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li input {
  display: none;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li input:checked + span::before {
  background: #1D4C9E;
  border-color: #1D4C9E;
}
.category-wrap .filter-sidebar .accordion-item .accordion-body ul li input:checked + span::after {
  opacity: 1;
  scale: 1;
}
.category-wrap .filter-sidebar .reset-filter {
  width: 100%;
}
.category-wrap .filter-sidebar.active {
  translate: 0 0;
}

.btn {
  background: #17bbae;
  border-radius: 10px;
  height: 45px;
  padding: 0 20px;
  color: #fff;
  border: 0;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  .btn {
    padding: 0 10px;
  }
}
.btn img {
  filter: brightness(0) invert(1);
}
.btn:hover {
  background: #f6a90d;
  color: #fff;
}

@media (max-width: 768px) {
  .main-content {
    padding-top: 120px;
  }
}

.profile-wrap {
  padding: 50px 0;
}
.profile-wrap .profile-cover {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 100px 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .profile-wrap .profile-cover {
    padding: 30px;
    flex-flow: column;
  }
}
.profile-wrap .profile-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.profile-wrap .profile-cover .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .profile-wrap .profile-cover .right {
    gap: 20px;
    flex-flow: column;
  }
}
.profile-wrap .profile-cover .right .pic {
  width: 170px;
  min-width: 170px;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .profile-wrap .profile-cover .right .pic {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}
.profile-wrap .profile-cover .right .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .profile-wrap .profile-cover .right .info {
    text-align: center;
  }
}
.profile-wrap .profile-cover .right .info h3 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "font-bold";
  font-size: 20px;
}
@media (max-width: 768px) {
  .profile-wrap .profile-cover .right .info h3 {
    font-size: 16px;
    justify-content: center;
  }
}
.profile-wrap .profile-cover .right .info h3 img {
  filter: brightness(0) invert(1);
  width: 15px;
}
.profile-wrap .profile-cover .right .info p {
  color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding-block: 10px 20px;
  margin-bottom: 20px;
}
.profile-wrap .profile-cover .left {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.profile-wrap .profile-cover .left .status {
  background-color: #1D4C9E;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
}
.profile-wrap .profile-cover .left .status i {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
}
.profile-wrap .profile-cover .left button {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.profile-wrap .profile-cover .left button b {
  color: #fff;
  font-weight: normal;
  font-family: "font-bold";
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-wrap .profile-cover .left button img {
  width: 20px;
}
.profile-wrap .tabs-header {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .profile-wrap .tabs-header {
    gap: 20px;
    padding: 0 20px;
  }
}
.profile-wrap .tabs-header span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-family: "font-bold";
  white-space: nowrap;
}
@media (max-width: 768px) {
  .profile-wrap .tabs-header span {
    font-size: 12px;
  }
  .profile-wrap .tabs-header span img {
    width: 10px;
  }
}
.profile-wrap .tabs-header .nav-tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 0;
}
@media (max-width: 768px) {
  .profile-wrap .tabs-header .nav-tabs {
    gap: 20px;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.profile-wrap .tabs-header .nav-tabs .nav-item .nav-link {
  color: #676767;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  display: flex;
  transition: 0.3s;
  padding: 25px 0;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  border: 0;
}
@media (max-width: 768px) {
  .profile-wrap .tabs-header .nav-tabs .nav-item .nav-link {
    padding: 15px 0;
    font-size: 14px;
  }
}
.profile-wrap .tabs-header .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #f6a90d;
  border-radius: 50px;
  left: 0;
  width: 0;
  transition: 0.3s;
}
[dir=ltr] .profile-wrap .tabs-header .nav-tabs .nav-item .nav-link::after {
  right: 0;
  left: auto;
}
.profile-wrap .tabs-header .nav-tabs .nav-item .nav-link.active {
  color: #f6a90d;
}
.profile-wrap .tabs-header .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  right: 0;
  left: auto;
}
[dir=ltr] .profile-wrap .tabs-header .nav-tabs .nav-item .nav-link.active::after {
  right: auto;
  left: 0;
}

.modal {
  padding: 0 !important;
}
.modal .modal-content {
  box-shadow: 0 13px 46px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  border: 0;
}
@media (max-width: 768px) {
  .modal .modal-content {
    border-radius: 15px;
  }
}
.modal .modal-content .modal-header {
  margin: 0;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .modal .modal-content .modal-header {
    padding: 20px;
  }
}
.modal .modal-content .modal-header h4 {
  font-size: 18px;
  font-family: "font-bold";
}
.modal .modal-content .close {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.review-list {
  padding: 50px;
}
@media (max-width: 768px) {
  .review-list {
    padding: 20px;
  }
}
.review-list ul li {
  border-radius: 13px;
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 24px;
}
.review-list ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .review-list ul li h4 {
    font-size: 16px;
  }
}
.review-list ul li span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1D4C9E;
}
.review-list ul li p {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.review-list ul li p img {
  filter: grayscale(1);
  width: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.review-list ul li p img.active {
  filter: none;
}
.review-list ul li:last-child {
  margin-bottom: 0;
}

.city-selection-wrap {
  position: relative;
  padding: 50px;
}
@media (max-width: 768px) {
  .city-selection-wrap {
    padding: 20px;
  }
}
.city-selection-wrap .close {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
[dir=ltr] .city-selection-wrap .close {
  right: 20px;
  left: auto;
}
@media (max-width: 768px) {
  .city-selection-wrap .close {
    display: block;
  }
}

.city-head {
  text-align: center;
  margin-bottom: 30px;
}
.city-head h4 {
  font-size: 22px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .city-head h4 {
    font-size: 18px;
  }
}
.city-head img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .city-head img {
    width: 60px;
  }
}

.city-form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.city-form .form-group button {
  position: absolute;
  border: 0;
  padding: 0;
  background: transparent;
  border-left: 1px solid #fff;
  padding-inline-end: 15px;
  right: 15px;
  top: 7px;
  height: 39px;
}
.city-form .form-group button img {
  filter: brightness(0) invert(1);
  width: 21px;
}
.city-form .form-group .form-control {
  background: #1D4C9E;
  height: 55px;
  color: #fff;
  padding-inline-start: 70px;
  font-size: 14px;
  box-shadow: inset 0 6px 22px rgba(0, 0, 0, 0.16) !important;
  border-radius: 15px;
}
.city-form .form-group .form-control::-moz-placeholder {
  color: inherit;
}
.city-form .form-group .form-control::placeholder {
  color: inherit;
}
.city-form .form-group .form-control::-webkit-search-cancel-button {
  position: absolute;
  left: 20px;
  background-image: url("../images/clear-search.svg");
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
}
.city-form ul li {
  margin-bottom: 20px;
}
.city-form ul li label {
  width: 100%;
  position: relative;
}
.city-form ul li label input {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
.city-form ul li label input:checked + span {
  color: #1D4C9E;
  border-color: #1D4C9E;
}
.city-form ul li label input:checked + span img {
  filter: none;
}
.city-form ul li label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f8f8;
  border: 1px solid #becad0;
  border-radius: 20px;
  padding: 20px;
  transition: 0.3s;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .city-form ul li label span {
    padding: 15px;
    border-radius: 10px;
  }
}
.city-form ul li label span img {
  filter: grayscale(1) opacity(0.2);
  transition: 0.3s;
}
.city-form ul li:last-child {
  margin-bottom: 0;
}

.iti {
  width: 100%;
}
.iti .form-control {
  padding-inline: 90px 20px !important;
  text-align: right;
}
[dir=ltr] .iti .form-control {
  text-align: left;
}
[dir=rtl] .iti .iti__flag-container {
  left: 0;
  right: auto;
}
.iti .iti__flag-container .iti__arrow {
  display: none;
}
.iti .iti__flag-container .iti__dropdown-content {
  left: 0;
  right: auto;
}
.iti .iti__flag-container .iti__selected-flag {
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
}
.iti .iti__flag-container .iti__selected-dial-code {
  color: #828282;
  font-size: 12px;
  margin: 0;
}
.iti .iti__flag-container .iti__search-input {
  border-radius: 7px;
  border: 1px solid #e0e0e2;
  height: 40px;
  font-size: 12px;
  text-transform: lowercase;
  margin: 12px;
  width: calc(100% - 24px);
  outline: none;
  box-shadow: none;
  transition: 0.3s;
}
.iti .iti__flag-container .iti__search-input:focus {
  border-color: #1D4C9E;
}
.iti .iti__flag-container .iti__country {
  font-size: 12px;
}
.iti .iti__flag-container .iti__country .iti__dial-code {
  flex-grow: 1;
  text-align: left;
}

.auth-wrap {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .auth-wrap {
    padding: 50px 0;
  }
}
.auth-wrap .row {
  justify-content: center;
}
.auth-wrap .auth-tabs {
  margin-bottom: 25px;
}
.auth-wrap .auth-tabs .nav-tabs {
  border: 0;
  gap: 25px;
}
.auth-wrap .auth-tabs .nav-tabs .nav-item .nav-link {
  color: #909090;
  font-size: 16px;
  transition: 0.3s;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  padding: 0 0 12px;
}
.auth-wrap .auth-tabs .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #f6a90d;
  border-radius: 50px;
  left: 0;
  width: 0;
  transition: 0.3s;
}
[dir=ltr] .auth-wrap .auth-tabs .nav-tabs .nav-item .nav-link::after {
  right: 0;
  left: auto;
}
.auth-wrap .auth-tabs .nav-tabs .nav-item .nav-link.active {
  color: #000;
  font-family: "font-bold";
}
.auth-wrap .auth-tabs .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  right: 0;
  left: auto;
}
[dir=ltr] .auth-wrap .auth-tabs .nav-tabs .nav-item .nav-link.active::after {
  right: auto;
  left: 0;
}
.auth-wrap .auth-box {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 13px 46px rgba(0, 0, 0, 0.11);
  padding: 70px 40px;
}
@media (max-width: 768px) {
  .auth-wrap .auth-box {
    padding: 50px 20px;
  }
}
.auth-wrap .auth-box .box-head {
  text-align: center;
  margin-bottom: 50px;
}
.auth-wrap .auth-box .box-head h4 {
  font-size: 20px;
  font-family: "font-bold";
  margin-bottom: 12px;
}
.auth-wrap .auth-box .box-head p {
  line-height: 1.9;
}
.auth-wrap .auth-box .form-group {
  margin-bottom: 30px;
  position: relative;
}
.auth-wrap .auth-box .form-group .form-label {
  color: #c8d0d6;
  margin-bottom: 10px;
  position: absolute;
  right: 45px;
  top: -12px;
  font-size: 12px;
  background: #fff;
  padding-inline: 10px;
  z-index: 1;
}
.auth-wrap .auth-box .form-group div {
  position: relative;
}
.auth-wrap .auth-box .form-group div > img {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 20px;
  z-index: 1;
}
[dir=ltr] .auth-wrap .auth-box .form-group div > img {
  left: 20px;
  right: auto;
}
.auth-wrap .auth-box .form-group div .iti .iti__flag-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
}
[dir=ltr] .auth-wrap .auth-box .form-group div .iti .iti__flag-container {
  left: auto;
  right: 0;
}
.auth-wrap .auth-box .form-group div .iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
  gap: 10px;
}
.auth-wrap .auth-box .form-group div .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  font-size: 16px;
  color: #000;
}
.auth-wrap .auth-box .form-group div .iti .iti__flag-container .iti__dropdown-content {
  margin-inline-end: -9px;
  border-radius: 10px;
}
.auth-wrap .auth-box .form-group div .iti .iti__flag-container .iti__dropdown-content .iti__search-input {
  padding: 0 20px;
  font-size: 14px;
}
.auth-wrap .auth-box .form-group div .iti .form-control {
  padding-inline: 100px 55px !important;
}
[dir=ltr] .auth-wrap .auth-box .form-group div .iti .form-control {
  padding-inline: 55px 100px !important;
}
.auth-wrap .auth-box .form-group .form-control {
  border: 1px solid #c8d0d6;
  background-color: transparent;
  height: 50px;
  padding-inline-start: 55px;
  font-size: 14px;
}
.auth-wrap .auth-box .form-group .form-control:focus {
  border-color: #f6a90d;
}
.auth-wrap .auth-box .form-group .btn {
  width: 100%;
  height: 50px;
}
.auth-wrap .auth-box .form-group .hint {
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 50px;
}
.auth-wrap .auth-box .form-group .hint a {
  font-family: "font-bold";
  color: #1D4C9E;
}
.auth-wrap .auth-box .form-group.has-verf {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.auth-wrap .auth-box .form-group.has-verf .form-control {
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  font-family: "font-bold";
  border-color: #cbcbcb;
}
@media (max-width: 768px) {
  .auth-wrap .auth-box .form-group.has-verf .form-control {
    width: 50px;
    height: 50px;
  }
}
.auth-wrap .auth-box .form-group:last-child {
  margin-bottom: 0;
}

.iti--fullscreen-popup.iti--container {
  padding: 0;
}
.iti--fullscreen-popup.iti--container .iti__search-input {
  height: 50px;
  border-radius: 0;
  padding: 0 20px;
}

.auth-modal .modal-header {
  border: 0;
}
.auth-modal .modal-header h4 {
  flex-grow: 1;
  text-align: center;
}
.auth-modal .modal-header .close img {
  width: 20px;
}

.coupons-wrap {
  padding: 10px 40px 40px;
}
@media (max-width: 768px) {
  .coupons-wrap {
    padding: 10px 20px 20px;
  }
}
.coupons-wrap .item {
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
}
.coupons-wrap .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 30px;
}
@media (max-width: 768px) {
  .coupons-wrap .item .top {
    padding: 20px;
  }
}
.coupons-wrap .item .top span {
  font-size: 17px;
}
@media (max-width: 768px) {
  .coupons-wrap .item .top span {
    font-size: 14px;
  }
}
.coupons-wrap .item .bottom ul {
  display: table;
  width: 100%;
}
.coupons-wrap .item .bottom ul li {
  display: table-cell;
  border: 1px solid #ededed;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .coupons-wrap .item .bottom ul li {
    padding: 15px 10px;
    font-size: 12px;
  }
}
.coupons-wrap .item .bottom ul li span {
  display: block;
  font-size: 25px;
}
@media (max-width: 768px) {
  .coupons-wrap .item .bottom ul li span {
    font-size: 20px;
  }
}
.coupons-wrap .item:last-child {
  margin-bottom: 0;
}

.addresses-wrap {
  padding: 10px 40px 40px;
}
@media (max-width: 768px) {
  .addresses-wrap {
    padding: 10px 20px 20px;
  }
}
.addresses-wrap .item {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 22px;
}
.addresses-wrap .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.addresses-wrap .item .top h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1D4C9E;
  font-family: "font-bold";
  font-size: 20px;
}
@media (max-width: 768px) {
  .addresses-wrap .item .top h3 {
    font-size: 16px;
  }
}
.addresses-wrap .item .top input {
  accent-color: #8f8f8f;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.addresses-wrap .item .top input:checked {
  accent-color: #009f93;
}
.addresses-wrap .item p {
  line-height: 1.9;
}
.addresses-wrap .item .action {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  text-align: left;
  margin-top: 20px;
}
[dir=ltr] .addresses-wrap .item .action {
  text-align: right;
}
.addresses-wrap .item .action button {
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ff2a2a;
  font-size: 15px;
  margin-inline-start: auto;
}
@media (max-width: 768px) {
  .addresses-wrap .item .action button {
    font-size: 14px;
  }
  .addresses-wrap .item .action button img {
    width: 18px;
  }
}
.addresses-wrap .item:last-child {
  margin-bottom: 0;
}

.contact-wrap .contact-form {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .contact-wrap .contact-form {
    padding: 50px 0;
  }
}
.contact-wrap .contact-form .row {
  justify-content: center;
}
.contact-wrap .contact-form h4 {
  margin-bottom: 30px;
  font-family: "font-bold";
  font-size: 30px;
}
@media (max-width: 768px) {
  .contact-wrap .contact-form h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contact-wrap .contact-form .form-group {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .contact-wrap .contact-form .form-group {
    margin-bottom: 20px;
  }
}
.contact-wrap .contact-form .form-group .form-control {
  background-color: #fff;
  border-radius: 20px;
  height: 60px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .contact-wrap .contact-form .form-group .form-control {
    height: 50px;
    font-size: 14px;
    border-radius: 15px;
  }
}
.contact-wrap .contact-form .form-group textarea.form-control {
  height: 250px;
  padding: 20px;
}
@media (max-width: 768px) {
  .contact-wrap .contact-form .form-group textarea.form-control {
    height: 150px;
  }
}
.contact-wrap .contact-form .form-group .btn {
  width: 100%;
  height: 60px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .contact-wrap .contact-form .form-group .btn {
    height: 50px;
    font-size: 14px;
  }
}
.contact-wrap .contact-map .map {
  height: 700px;
}
@media (max-width: 768px) {
  .contact-wrap .contact-map .map {
    height: 400px;
  }
}
.contact-wrap .contact-map .map iframe {
  width: 100%;
  height: 100%;
}

.cart-wrap {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .cart-wrap {
    padding: 50px 0;
  }
}
.cart-wrap .addresses-block {
  border-radius: 15px;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.06);
  padding: 30px;
  margin-bottom: 70px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cart-wrap .addresses-block {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.cart-wrap .addresses-block .addresses-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .cart-wrap .addresses-block .addresses-head {
    flex-flow: column;
    align-items: flex-start;
  }
}
.cart-wrap .addresses-block .addresses-head .add-address {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "font-bold";
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
@media (max-width: 768px) {
  .cart-wrap .addresses-block .addresses-head .add-address {
    font-size: 16px;
  }
}
.cart-wrap .addresses-block .addresses-head .btn {
  border-radius: 50px;
  font-size: 16px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cart-wrap .addresses-block .addresses-head .btn {
    font-size: 14px;
    width: 100%;
  }
}
.cart-wrap .addresses-block .addresses-head .btn img {
  filter: none;
}
.cart-wrap .addresses-block .addresses-list .address-item {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}
.cart-wrap .addresses-block .addresses-list .address-item h4 {
  font-family: "font-bold";
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.cart-wrap .addresses-block .addresses-list .address-item p {
  color: #939393;
  font-size: 16px;
}
.cart-wrap .addresses-block .addresses-list .address-item:last-child {
  border: 0;
  padding-bottom: 0;
}
.cart-wrap .row {
  justify-content: space-between;
}
.cart-wrap .cart-products .products-head {
  margin-bottom: 20px;
}
.cart-wrap .cart-products .products-head h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "font-bold";
  font-size: 23px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-products .products-head h3 {
    font-size: 18px;
  }
}
.cart-wrap .cart-products .products .product-item {
  padding: 14px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.cart-wrap .cart-products .products .product-item .img {
  width: 140px;
  min-width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .cart-wrap .cart-products .products .product-item .img {
    width: 100px;
    min-width: 100px;
    height: 150px;
  }
}
.cart-wrap .cart-products .products .product-item .img a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cart-wrap .cart-products .products .product-item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-wrap .cart-products .products .product-item .info {
  flex-grow: 1;
}
.cart-wrap .cart-products .products .product-item .info .action {
  text-align: left;
  margin-bottom: 15px;
}
[dir=ltr] .cart-wrap .cart-products .products .product-item .info .action {
  text-align: right;
}
.cart-wrap .cart-products .products .product-item .info .action button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.cart-wrap .cart-products .products .product-item .info .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-products .products .product-item .info .bottom {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-wrap .cart-products .products .product-item .info .bottom .data a {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cart-wrap .cart-products .products .product-item .info .bottom .data a {
    font-size: 16px;
  }
}
.cart-wrap .cart-products .products .product-item .info .bottom .data a:hover {
  color: #1D4C9E;
}
.cart-wrap .cart-products .products .product-item .info .bottom .data p {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.cart-wrap .cart-products .products .product-item .info .bottom .data p span {
  font-family: "font-bold";
  font-size: 16px;
}
.cart-wrap .cart-products .products .product-item .info .bottom .data p span.old {
  text-decoration: line-through;
  color: #676767;
  font-family: "font-regular";
  font-size: 14px;
}
.cart-wrap .cart-products .products .product-item .info .bottom .qty {
  padding: 0 13px;
  background-color: #1D4C9E !important;
}
.cart-wrap .cart-products .products .product-item .info .bottom .qty .qtybutton img {
  filter: none;
}
.cart-wrap .cart-products .products .product-item .info .bottom .qty .plus-minus-box {
  border: 0;
  padding: 0;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: auto;
  background-color: transparent;
}
.cart-wrap .cart-overview {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-overview {
    padding: 20px;
    border-radius: 15px;
  }
}
.cart-wrap .cart-overview .fees {
  background-color: #f6a90d;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 50px;
  color: #fff;
  font-size: 17px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-overview .fees {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.cart-wrap .cart-overview .fees b {
  color: #fff;
  font-family: "font-bold";
  font-size: 25px;
}
.cart-wrap .cart-overview ul {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-overview ul {
    margin-bottom: 20px;
  }
}
.cart-wrap .cart-overview ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
  color: #a3a3a3;
  font-size: 16px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-overview ul li {
    font-size: 14px;
  }
}
.cart-wrap .cart-overview ul li span {
  color: rgba(163, 163, 163, 0.342);
}
.cart-wrap .cart-overview ul li:last-child {
  border: 0;
  color: #000;
  font-family: "font-bold";
  font-size: 22px;
  padding: 10px 0;
}
.cart-wrap .cart-overview ul li:last-child span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.cart-wrap .cart-overview .coupon {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-overview .coupon {
    margin-bottom: 20px;
  }
}
.cart-wrap .cart-overview .coupon .form-group {
  position: relative;
}
.cart-wrap .cart-overview .coupon .form-group > img {
  position: absolute;
  right: 15px;
  top: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
}
[dir=ltr] .cart-wrap .cart-overview .coupon .form-group > img {
  left: 15px;
  right: auto;
}
.cart-wrap .cart-overview .coupon .form-group .form-control {
  border-color: #2d3d3d;
  height: 55px;
  background-color: #fff;
  padding: 0 50px;
}
.cart-wrap .cart-overview .coupon .form-group .btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  border-radius: 10px 0 0 10px;
  background-color: #000;
  min-width: 120px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .cart-wrap .cart-overview .coupon .form-group .btn {
    min-width: 100px;
  }
}
[dir=ltr] .cart-wrap .cart-overview .coupon .form-group .btn {
  left: auto;
  right: 0;
  border-radius: 0 10px 10px 0;
}
.cart-wrap .cart-overview .checkout .btn {
  width: 100%;
  height: 55px;
  font-size: 16px;
}

.add-address-wrap {
  position: relative;
}
.add-address-wrap .close {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
[dir=ltr] .add-address-wrap .close {
  right: 20px;
  left: auto;
}
@media (max-width: 768px) {
  .add-address-wrap .close {
    display: block;
  }
}
.add-address-wrap .address-head {
  background-color: #676767;
  padding: 40px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .add-address-wrap .address-head {
    border-radius: 15px 15px 0 0;
  }
}
.add-address-wrap .address-head h3 {
  color: #fff;
  font-family: "font-bold";
  margin-bottom: 20px;
}
.add-address-wrap .address-head div {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.add-address-wrap .address-head div label input {
  display: none;
}
.add-address-wrap .address-head div label input:checked + span {
  color: #f6a90d;
}
.add-address-wrap .address-head div label input:checked + span::before {
  background: #f6a90d;
  border-color: #676767;
  box-shadow: 0 0 0 1px #f6a90d;
}
.add-address-wrap .address-head div label span {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.add-address-wrap .address-head div label span::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 3px solid #676767;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
  transition: 0.3s;
}
.add-address-wrap .address-form {
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .add-address-wrap .address-form {
    padding: 20px;
  }
}
.add-address-wrap .address-form .form-item {
  margin-bottom: 50px;
}
.add-address-wrap .address-form .form-item h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-family: "font-bold";
  font-size: 20px;
}
@media (max-width: 768px) {
  .add-address-wrap .address-form .form-item h3 {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.add-address-wrap .address-form .form-item h3 img {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .add-address-wrap .address-form .form-item h3 img {
    width: 40px;
  }
}
.add-address-wrap .address-form .form-item .form-group {
  margin-bottom: 25px;
}
.add-address-wrap .address-form .form-item .form-group .form-label {
  color: #8d8d8d;
  display: flex;
  align-items: center;
  gap: 10px;
}
.add-address-wrap .address-form .form-item .form-group .form-label span {
  color: #e05f5f;
  font-size: 12px;
}
.add-address-wrap .address-form .form-item .form-group .form-control {
  border: 1px solid #c8d0d6;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
}
.add-address-wrap .address-form .form-item .form-group div {
  position: relative;
}
.add-address-wrap .address-form .form-item .form-group div > img {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 20px;
  z-index: 1;
}
[dir=ltr] .add-address-wrap .address-form .form-item .form-group div > img {
  left: 20px;
  right: auto;
}
.add-address-wrap .address-form .form-item .form-group div .form-control {
  padding-inline-start: 55px;
}
.add-address-wrap .address-form .form-item .form-group textarea.form-control {
  height: 120px;
  padding: 15px 20px;
}
.add-address-wrap .address-form .form-item .form-group .btn {
  height: 50px;
  font-size: 16px;
  width: 100%;
}
.add-address-wrap .address-form .form-item .form-group.has-notes .form-label {
  font-family: "font-bold";
  font-size: 20px;
  color: #000;
}
.add-address-wrap .address-form .form-item .form-group.has-notes .form-label span {
  font-family: "font-regular";
}
.add-address-wrap .address-form .form-item .row .col-12 .form-group {
  margin-bottom: 0;
}
.add-address-wrap .address-form .form-item .row .col-12 .form-group .form-label {
  justify-content: space-between;
}
.add-address-wrap .address-form .form-item:last-child {
  margin-bottom: 0;
}

.checkout-wrap .checkout-head {
  font-family: "font-bold";
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .checkout-wrap .checkout-head {
    font-size: 20px;
  }
}
.checkout-wrap .addresses-block {
  margin-bottom: 40px;
}
.checkout-wrap .addresses-block .addresses-head {
  margin-bottom: 20px;
}
.checkout-wrap .addresses-block .addresses-head h4 {
  font-family: "font-bold";
  font-size: 17px;
}
.checkout-wrap .addresses-block .addresses-list .address-item {
  padding: 0;
  border: 0;
}
.checkout-wrap .addresses-block .addresses-list .address-item h4 {
  font-size: 15px;
  color: #939393;
}
.checkout-wrap .addresses-block .addresses-list .address-item h4 img {
  filter: grayscale(1);
  width: 20px;
}
.checkout-wrap .addresses-block .addresses-list .address-item p {
  color: #939393;
  font-size: 14px;
}
.checkout-wrap .seller-block {
  margin-bottom: 40px;
}
.checkout-wrap .seller-block h4 {
  margin-bottom: 15px;
  font-family: "font-bold";
  font-size: 15px;
}
.checkout-wrap .seller-block .seller-box {
  border-radius: 20px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}
.checkout-wrap .seller-block .seller-box .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  overflow: hidden;
  border-radius: 8px;
}
.checkout-wrap .seller-block .seller-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkout-wrap .seller-block .seller-box .info h4 {
  font-family: "font-regular";
  margin-bottom: 5px;
  font-size: 19px;
}
.checkout-wrap .seller-block .seller-box .info span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #939393;
}
.checkout-wrap .seller-block .seller-box .info span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #939393;
}
.checkout-wrap .seller-block .seller-box .info span.online {
  color: #1D4C9E;
}
.checkout-wrap .seller-block .seller-box .info span.online::before {
  background-color: #1D4C9E;
}
.checkout-wrap .times-block {
  border-radius: 20px;
  background-color: #fff;
}
.checkout-wrap .times-block h4 {
  background-color: rgba(0, 180, 165, 0.2);
  padding: 20px;
  border-radius: 20px 20px 0 0;
  font-family: "font-bold";
  font-size: 20px;
}
.checkout-wrap .times-block .dates-slider {
  padding: 20px;
  position: relative;
}
.checkout-wrap .times-block .dates-slider label {
  width: 100%;
}
.checkout-wrap .times-block .dates-slider label input {
  display: none;
}
.checkout-wrap .times-block .dates-slider label input:checked + span {
  background-color: #1D4C9E;
  color: #fff;
}
.checkout-wrap .times-block .dates-slider label span {
  border-radius: 5px;
  border: 1px solid #1D4C9E;
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px 0;
  font-family: "font-bold";
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkout-wrap .times-block .dates-slider label span b {
  font-weight: normal;
  font-size: 12px;
  font-family: "font-regular";
}
.checkout-wrap .times-block .times-grid {
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
.checkout-wrap .times-block .times-grid label {
  width: calc(16.7% - 10px);
}
@media (max-width: 768px) {
  .checkout-wrap .times-block .times-grid label {
    width: calc(33.3% - 10px);
  }
}
@media (max-width: 480px) {
  .checkout-wrap .times-block .times-grid label {
    width: calc(50% - 10px);
  }
}
.checkout-wrap .times-block .times-grid label input {
  display: none;
}
.checkout-wrap .times-block .times-grid label input:checked + span {
  border-color: #1D4C9E;
  box-shadow: 0 0 0 1px #1D4C9E;
}
.checkout-wrap .times-block .times-grid label span {
  background-color: #fff6e5;
  height: 50px;
  border: 1px solid #f6a90d;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkout-wrap .cart-overview {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
}
.checkout-wrap .payment-methods {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .checkout-wrap .payment-methods {
    margin-bottom: 20px;
  }
}
.checkout-wrap .payment-methods .payment-item {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.checkout-wrap .payment-methods .payment-item label {
  width: 100%;
}
.checkout-wrap .payment-methods .payment-item label input {
  display: none;
}
.checkout-wrap .payment-methods .payment-item label input:checked + .inner .left img {
  filter: none;
}
.checkout-wrap .payment-methods .payment-item label .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.checkout-wrap .payment-methods .payment-item label .inner .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.checkout-wrap .payment-methods .payment-item label .inner .right .img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}
.checkout-wrap .payment-methods .payment-item label .inner .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkout-wrap .payment-methods .payment-item label .inner .right h4 {
  font-size: 18px;
}
.checkout-wrap .payment-methods .payment-item label .inner .left img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
  filter: grayscale(1) opacity(0.2);
}
.checkout-wrap .payment-methods .payment-item:last-child {
  border: 0;
}

.swiper-button {
  padding: 0;
  background: #ccf0ed;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-button::after {
  font-size: 13px;
  color: #000;
}
.swiper-button.sb-right {
  right: 5px;
}
.swiper-button.sb-left {
  left: 5px;
}
.swiper-button.sb-left img {
  scale: -1;
}
.swiper-button.swiper-button-disabled {
  display: none;
}

.confirm-checkout-wrap {
  padding: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap {
    padding: 30px;
  }
}
.confirm-checkout-wrap .close {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
[dir=ltr] .confirm-checkout-wrap .close {
  right: 20px;
  left: auto;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap .close {
    display: block;
  }
}
.confirm-checkout-wrap .icon {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap .icon {
    margin-bottom: 20px;
  }
}
.confirm-checkout-wrap .icon img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap .icon img {
    width: 100px;
  }
}
.confirm-checkout-wrap h4 {
  text-align: center;
  font-family: "font-bold";
  margin-bottom: 30px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.confirm-checkout-wrap ul {
  margin-bottom: 30px;
}
.confirm-checkout-wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(245, 146, 141, 0.1921568627);
  padding: 20px 0;
  color: #555555;
  font-size: 17px;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap ul li {
    font-size: 14px;
  }
}
.confirm-checkout-wrap ul li span {
  color: #000;
}
.confirm-checkout-wrap ul li:last-child {
  border: 0;
}
.confirm-checkout-wrap .btn {
  background-color: transparent;
  border: 2px solid #1D4C9E;
  color: #1D4C9E;
  height: 55px;
  font-size: 16px;
  min-width: 250px;
}
.checkout-wrap .seller-block .seller-box .info span.online {
  color: #1D4C9E;
}
.checkout-wrap .seller-block .seller-box .info span.online::before {
  background-color: #1D4C9E;
}
.checkout-wrap .times-block {
  border-radius: 20px;
  background-color: #fff;
}
.checkout-wrap .times-block h4 {
  background-color: rgba(0, 180, 165, 0.2);
  padding: 20px;
  border-radius: 20px 20px 0 0;
  font-family: "font-bold";
  font-size: 20px;
}
.checkout-wrap .times-block .dates-slider {
  padding: 20px;
  position: relative;
}
.checkout-wrap .times-block .dates-slider label {
  width: 100%;
}
.checkout-wrap .times-block .dates-slider label input {
  display: none;
}
.checkout-wrap .times-block .dates-slider label input:checked + span {
  background-color: #1D4C9E;
  color: #fff;
}
.checkout-wrap .times-block .dates-slider label span {
  border-radius: 5px;
  border: 1px solid #1D4C9E;
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px 0;
  font-family: "font-bold";
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkout-wrap .times-block .dates-slider label span b {
  font-weight: normal;
  font-size: 12px;
  font-family: "font-regular";
}
.checkout-wrap .times-block .times-grid {
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
.checkout-wrap .times-block .times-grid label {
  width: calc(16.7% - 10px);
}
@media (max-width: 768px) {
  .checkout-wrap .times-block .times-grid label {
    width: calc(33.3% - 10px);
  }
}
@media (max-width: 480px) {
  .checkout-wrap .times-block .times-grid label {
    width: calc(50% - 10px);
  }
}
.checkout-wrap .times-block .times-grid label input {
  display: none;
}
.checkout-wrap .times-block .times-grid label input:checked + span {
  border-color: #1D4C9E;
  box-shadow: 0 0 0 1px #1D4C9E;
}
.checkout-wrap .times-block .times-grid label span {
  background-color: #fff6e5;
  height: 50px;
  border: 1px solid #f6a90d;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkout-wrap .cart-overview {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
}
.checkout-wrap .payment-methods {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .checkout-wrap .payment-methods {
    margin-bottom: 20px;
  }
}
.checkout-wrap .payment-methods .payment-item {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.checkout-wrap .payment-methods .payment-item label {
  width: 100%;
}
.checkout-wrap .payment-methods .payment-item label input {
  display: none;
}
.checkout-wrap .payment-methods .payment-item label input:checked + .inner .left img {
  filter: none;
}
.checkout-wrap .payment-methods .payment-item label .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.checkout-wrap .payment-methods .payment-item label .inner .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.checkout-wrap .payment-methods .payment-item label .inner .right .img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}
.checkout-wrap .payment-methods .payment-item label .inner .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.checkout-wrap .payment-methods .payment-item label .inner .right h4 {
  font-size: 18px;
}
.checkout-wrap .payment-methods .payment-item label .inner .left img {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
  filter: grayscale(1) opacity(0.2);
}
.checkout-wrap .payment-methods .payment-item:last-child {
  border: 0;
}

.swiper-button {
  padding: 0;
  background: #ccf0ed;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.swiper-button::after {
  font-size: 13px;
  color: #000;
}
.swiper-button.sb-right {
  right: 5px;
}
.swiper-button.sb-left {
  left: 5px;
}
.swiper-button.sb-left img {
  scale: -1;
}
.swiper-button.swiper-button-disabled {
  display: none;
}

.confirm-checkout-wrap {
  padding: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap {
    padding: 30px;
  }
}
.confirm-checkout-wrap .close {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
[dir=ltr] .confirm-checkout-wrap .close {
  right: 20px;
  left: auto;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap .close {
    display: block;
  }
}
.confirm-checkout-wrap .icon {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap .icon {
    margin-bottom: 20px;
  }
}
.confirm-checkout-wrap .icon img {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap .icon img {
    width: 100px;
  }
}
.confirm-checkout-wrap h4 {
  text-align: center;
  font-family: "font-bold";
  margin-bottom: 30px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.confirm-checkout-wrap ul {
  margin-bottom: 30px;
}
.confirm-checkout-wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(245, 146, 141, 0.1921568627);
  padding: 20px 0;
  color: #555555;
  font-size: 17px;
}
@media (max-width: 768px) {
  .confirm-checkout-wrap ul li {
    font-size: 14px;
  }
}
.confirm-checkout-wrap ul li span {
  color: #000;
}
.confirm-checkout-wrap ul li:last-child {
  border: 0;
}
.confirm-checkout-wrap .btn {
  background-color: transparent;
  border: 2px solid #1D4C9E;
  color: #1D4C9E;
  height: 55px;
  font-size: 16px;
  min-width: 250px;
}

.order-wrap {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .order-wrap {
    padding: 50px 0;
  }
}
.order-wrap .order-main-head {
  font-family: "font-bold";
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .order-wrap .order-main-head {
    font-size: 18px;
  }
}
.order-wrap .order-card {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .order-wrap .order-card {
    padding: 20px;
  }
}
.order-wrap .prev-orders .order-item .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .top {
    flex-flow: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .top .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .top .right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
}
.order-wrap .prev-orders .order-item .top .right ul li {
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .top .right ul li {
    margin-bottom: 0;
  }
}
.order-wrap .prev-orders .order-item .top .right ul li b {
  display: block;
  font-family: "font-bold";
  font-weight: normal;
  font-size: 16px;
  direction: ltr;
}
.order-wrap .prev-orders .order-item .middle ul {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-wrap .prev-orders .order-item .middle ul::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .middle ul::before {
    top: 7px;
  }
}
.order-wrap .prev-orders .order-item .middle ul li {
  width: 25%;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .middle ul li {
    font-size: 10px;
  }
}
.order-wrap .prev-orders .order-item .middle ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #676767;
}
[dir=ltr] .order-wrap .prev-orders .order-item .middle ul li::before {
  left: 0;
  right: auto;
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .middle ul li::before {
    width: 15px;
    height: 15px;
  }
}
.order-wrap .prev-orders .order-item .middle ul li.active::before {
  background-color: #1D4C9E;
}
.order-wrap .prev-orders .order-item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .bottom {
    flex-flow: column;
    align-items: flex-start;
  }
}
.order-wrap .prev-orders .order-item .bottom div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .bottom div {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .order-wrap .prev-orders .order-item .bottom .btn {
    width: 100%;
  }
}
.order-wrap .prev-orders .order-item .bottom .btn.btn-outline {
  border: 1px solid #1D4C9E;
  color: #1D4C9E;
  background-color: transparent;
}
.order-wrap .prev-orders .order-item .bottom .btn.btn-cancel {
  background-color: #e80707;
}
.order-wrap .order-summary .order-summary-inner ul li {
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bcbcbc;
  flex-wrap: wrap;
}
.order-wrap .order-summary .order-summary-inner ul li span {
  color: #000;
  direction: ltr;
}
.order-wrap .order-summary .order-summary-inner ul li .seller-data {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.order-wrap .order-summary .order-summary-inner ul li .seller-data .img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  background-color: #c4c4c4;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  .order-wrap .order-summary .order-summary-inner ul li .seller-data .img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.order-wrap .order-summary .order-summary-inner ul li .seller-data .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-wrap .order-summary .order-summary-inner ul li .seller-data .info h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.order-wrap .order-summary .order-summary-inner ul li .seller-data .info a {
  background-color: #00a056;
  border-radius: 10px;
  height: 40px;
  display: inline-flex;
  gap: 10px;
  color: #fff;
  padding: 0 20px;
  align-items: center;
  transition: 0.3s;
}
.order-wrap .order-summary .order-summary-inner ul li .seller-data .info a img {
  width: 15px;
}
.order-wrap .order-summary .order-summary-inner ul li .seller-data .info a:hover {
  background-color: #f6a90d;
}
.order-wrap .order-summary .order-summary-inner ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.order-wrap .order-summary .order-bill-wrap {
  padding: 15px;
}
.order-wrap .order-summary .order-bill-wrap .order-bill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.order-wrap .order-summary .order-bill-wrap .order-bill .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-wrap .order-summary .order-bill-wrap .order-bill .right img {
  width: 50px;
}
.order-wrap .order-summary .order-bill-wrap .order-bill .right h4 {
  font-size: 15px;
}
.order-wrap .order-summary .order-bill-wrap .order-bill .btn {
  background-color: #f6a90d;
  min-width: 150px;
  border-radius: 14px;
  height: 40px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .order-wrap .order-summary .order-bill-wrap .order-bill .btn {
    min-width: 100px;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.order-wrap .order-summary .order-bill-wrap .order-bill .btn:hover {
  background-color: #1D4C9E;
}
.order-wrap .order-summary .order-total {
  background-color: #1D4C9E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 9px;
  padding: 20px;
}
.order-wrap .order-summary .order-total .right {
  color: #fff;
  text-align: center;
}
.order-wrap .order-summary .order-total .right h4 {
  font-family: "font-bold";
  direction: ltr;
}
.order-wrap .order-summary .order-total p {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .order-wrap .order-summary .order-total p {
    font-size: 14px;
  }
}
.order-wrap .order-summary .order-total p b {
  color: #fff;
  font-weight: normal;
  font-family: "font-bold";
  font-size: 25px;
}
.order-wrap .order-products {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .order-wrap .order-products {
    margin-top: 30px;
  }
}
.order-wrap .order-products .order-card {
  padding: 15px;
}
.order-wrap .order-products .order-product-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.order-wrap .order-products .order-product-item .img {
  width: 140px;
  min-width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .order-wrap .order-products .order-product-item .img {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
.order-wrap .order-products .order-product-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-wrap .order-products .order-product-item .img a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.order-wrap .order-products .order-product-item .info a {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .order-wrap .order-products .order-product-item .info a {
    font-size: 14px;
  }
}
.order-wrap .order-products .order-product-item .info a:hover {
  color: #1D4C9E;
}
.order-wrap .order-products .order-product-item .info p {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.order-wrap .order-products .order-product-item .info p span {
  font-family: "font-bold";
  font-size: 20px;
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 5px;
}
.order-wrap .order-products .order-product-item .info p span i {
  font-style: normal;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.order-wrap .order-products .order-product-item .info p span.old {
  text-decoration: line-through;
  color: #676767;
  font-family: "font-regular";
  font-size: 14px;
}
.order-wrap .order-rate {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .order-wrap .order-rate {
    margin-top: 10px;
  }
}
.order-wrap .order-rate .rate-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-wrap .order-rate .rate-tabs .nav-tabs {
  border: 0;
  gap: 30px;
}
@media (max-width: 768px) {
  .order-wrap .order-rate .rate-tabs .nav-tabs {
    gap: 20px;
  }
}
.order-wrap .order-rate .rate-tabs .nav-tabs .nav-item .nav-link {
  color: #676767;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  display: flex;
  transition: 0.3s;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding: 0 0 10px;
}
@media (max-width: 768px) {
  .order-wrap .order-rate .rate-tabs .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
.order-wrap .order-rate .rate-tabs .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #f6a90d;
  border-radius: 50px;
  left: 0;
  width: 0;
  transition: 0.3s;
}
[dir=ltr] .order-wrap .order-rate .rate-tabs .nav-tabs .nav-item .nav-link::after {
  left: auto;
  right: 0;
}
.order-wrap .order-rate .rate-tabs .nav-tabs .nav-item .nav-link.active {
  color: #000;
  font-family: "font-bold";
}
.order-wrap .order-rate .rate-tabs .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  right: 0;
  left: auto;
}
[dir=ltr] .order-wrap .order-rate .rate-tabs .nav-tabs .nav-item .nav-link.active::after {
  right: auto;
  left: 0;
}
.order-wrap .order-rate .rate-form .form-control {
  background-color: #fff;
  height: 200px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .order-wrap .order-rate .rate-form .form-control {
    height: 150px;
  }
}
.order-wrap .order-rate .btn {
  width: 100%;
  height: 55px;
  font-size: 17px;
}

.rating {
  justify-content: center;
  flex-direction: row-reverse;
  gap: 5px;
  display: flex;
  align-items: center;
}
.rating input {
  display: none;
}
.rating input:checked ~ label {
  opacity: 1;
  filter: none;
  transform: none;
}
.rating label {
  filter: brightness(0);
  opacity: 0.15;
  transition: 0.3s;
  width: 25px;
  height: 25px;
  transform: scale(0.9);
  cursor: pointer;
}
@media (max-width: 768px) {
  .rating label {
    width: 20px;
    height: 20px;
  }
}
.rating label img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-wrap {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .product-wrap {
    padding: 50px 0;
  }
}
.product-wrap .g-head {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product-wrap .g-head {
    margin-bottom: 30px;
  }
}
.product-wrap .container > .row {
  justify-content: space-between;
}
.product-wrap .product-images {
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-wrap .product-images {
    direction: ltr;
  }
}
.product-wrap .product-images .slider__flex {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .product-wrap .product-images .slider__flex {
    flex-direction: column-reverse;
  }
}
.product-wrap .product-images .slider__flex .slider__col {
  display: flex;
  flex-direction: column;
  width: 120px;
  min-width: 120px;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .product-wrap .product-images .slider__flex .slider__col {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
.product-wrap .product-images .slider__flex .slider__col .slider__prev,
.product-wrap .product-images .slider__flex .slider__col .slider__next {
  cursor: pointer;
  text-align: center;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
.product-wrap .product-images .slider__flex .slider__col .slider__prev img,
.product-wrap .product-images .slider__flex .slider__col .slider__next img {
  rotate: 90deg;
}
@media (max-width: 768px) {
  .product-wrap .product-images .slider__flex .slider__col .slider__prev img,
  .product-wrap .product-images .slider__flex .slider__col .slider__next img {
    rotate: 0deg;
  }
}
.product-wrap .product-images .slider__flex .slider__col .slider__prev.swiper-button-disabled,
.product-wrap .product-images .slider__flex .slider__col .slider__next.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.product-wrap .product-images .slider__flex .slider__col .slider__prev img {
  rotate: -90deg;
}
@media (max-width: 768px) {
  .product-wrap .product-images .slider__flex .slider__col .slider__prev img {
    rotate: 180deg;
  }
}
.product-wrap .product-images .slider__flex .slider__col .slider__thumbs {
  height: 490px;
}
@media (max-width: 768px) {
  .product-wrap .product-images .slider__flex .slider__col .slider__thumbs {
    height: 50px;
    width: calc(100% - 96px);
  }
}
.product-wrap .product-images .slider__flex .slider__col .slider__thumbs .slider__image {
  transition: 0.25s;
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: pointer;
}
.product-wrap .product-images .slider__flex .slider__col .slider__thumbs .slider__image img {
  transition: 0.25s;
}
.product-wrap .product-images .slider__flex .slider__col .slider__thumbs .slider__image:hover {
  opacity: 1;
}
.product-wrap .product-images .slider__flex .slider__col .slider__thumbs .slider__image:hover img {
  transform: scale(1.1);
}
.product-wrap .product-images .slider__flex .slider__col .slider__thumbs .swiper-slide-thumb-active .slider__image {
  filter: grayscale(0%);
  opacity: 1;
}
.product-wrap .product-images .slider__flex .slider__images {
  height: 600px;
}
@media (max-width: 768px) {
  .product-wrap .product-images .slider__flex .slider__images {
    width: 100%;
    height: 300px;
  }
}
.product-wrap .product-images .slider__flex .slider__images .slider__image img {
  transition: 3s;
}
.product-wrap .product-images .slider__flex .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-wrap .product-images .slider__flex .slider__image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .product-wrap .product-images .slider__flex .slider__image {
    border-radius: 10px;
  }
}
.product-wrap .product-images .slider__flex .slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-wrap .product-images .slider__flex .slider__image a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.74);
  transition: 0.3s;
  opacity: 0;
}
.product-wrap .product-images .slider__flex .slider__image:hover a {
  opacity: 1;
}
.product-wrap .product-infos .infos-top {
  margin-bottom: 30px;
}
.product-wrap .product-infos .infos-top b {
  font-weight: normal;
  color: #8b8b8b;
}
.product-wrap .product-infos .infos-top h3 {
  font-family: "font-bold";
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .product-wrap .product-infos .infos-top h3 {
    font-size: 18px;
  }
}
.product-wrap .product-infos .infos-top p {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-wrap .product-infos .infos-top p span {
  color: #1D4C9E;
  font-size: 18px;
  font-family: "font-bold";
}
.product-wrap .product-infos .infos-top p span.old {
  color: #959595;
  font-size: 14px;
  font-family: "font-regular";
  text-decoration: line-through;
}
.product-wrap .product-infos .infos-extras {
  margin-bottom: 35px;
}
.product-wrap .product-infos .infos-extras ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  gap: 15px;
}
.product-wrap .product-infos .infos-extras ul li h4 {
  font-size: 14px;
}
.product-wrap .product-infos .infos-extras ul li button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #dd2222;
  justify-content: space-between;
}
.product-wrap .product-infos .infos-extras ul li button img {
  width: 13px;
}
.product-wrap .product-infos .infos-extras ul li button.gift-card-btn {
  width: 100%;
  color: #000;
}
[dir=ltr] .product-wrap .product-infos .infos-extras ul li button.gift-card-btn img {
  scale: -1;
}
.product-wrap .product-infos .infos-extras ul li p {
  display: flex;
  align-items: center;
}
@media (max-width: 625px) {
  .product-wrap .product-infos .infos-extras ul li p {
    flex-flow: column;
    gap: 5px;
  }
}
.product-wrap .product-infos .infos-extras ul li p span {
  color: #919191;
  border-inline-end: 1px solid #707070;
  padding-inline: 20px;
}
@media (max-width: 625px) {
  .product-wrap .product-infos .infos-extras ul li p span {
    padding: 0 !important;
    border: 0;
  }
}
.product-wrap .product-infos .infos-extras ul li p span:first-child {
  padding-inline-start: 0;
}
.product-wrap .product-infos .infos-extras ul li p span:last-child {
  border: 0;
  padding-inline-end: 0;
}
.product-wrap .product-infos .infos-description {
  color: #676767;
  margin-bottom: 35px;
  line-height: 1.7;
}
.product-wrap .product-infos .infos-footer {
  margin-bottom: 35px;
}
.product-wrap .product-infos .infos-footer h3 {
  font-family: "font-bold";
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .product-wrap .product-infos .infos-footer h3 {
    font-size: 18px;
  }
}
.product-wrap .product-infos .infos-footer h3 span {
  color: #9d9d9d;
  vertical-align: baseline;
}
.product-wrap .product-infos .infos-footer button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  border: 0;
  width: 100%;
}
.product-wrap .product-infos .infos-footer button span {
  display: flex;
  align-items: center;
  gap: 10px;
}
[dir=ltr] .product-wrap .product-infos .infos-footer button img {
  scale: -1;
}
.product-wrap .product-infos .infos-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 625px) {
  .product-wrap .product-infos .infos-actions {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.product-wrap .product-infos .infos-actions .btn {
  min-width: 60%;
  width: 60%;
  height: 60px;
  font-size: 16px;
}
@media (max-width: 625px) {
  .product-wrap .product-infos .infos-actions .btn {
    width: 100%;
  }
}
.product-wrap .product-infos .infos-actions .btn.qty {
  width: 40%;
  min-width: 40%;
  gap: 20px;
  background-color: #fff;
  border: 1px solid #f6a90d;
}
@media (max-width: 625px) {
  .product-wrap .product-infos .infos-actions .btn.qty {
    width: 100%;
    min-width: 100%;
  }
}
.product-wrap .product-infos .infos-actions .btn.qty .qtybutton {
  width: 25px;
  height: 25px;
  min-width: 25px;
}
.product-wrap .product-infos .infos-actions .btn.qty .qtybutton img {
  filter: none;
}
.product-wrap .product-infos .infos-actions .btn.qty .plus-minus-box {
  width: 40px;
  text-align: center;
  height: auto;
  border: 0;
  background-color: transparent;
  font-family: "font-bold";
  font-size: 22px;
  color: #000;
}
.product-wrap .related-products {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .product-wrap .related-products {
    margin-top: 10px;
  }
}
.product-wrap .related-products .g-head {
  margin-bottom: 20px;
}

.gift-form {
  padding: 40px 65px 65px;
}
@media (max-width: 768px) {
  .gift-form {
    padding: 10px 20px 20px;
  }
}
.gift-form .form-group {
  margin-bottom: 20px;
}
.gift-form .form-group .form-label {
  color: #797979;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .gift-form .form-group .form-label {
    font-size: 14px;
  }
}
.gift-form .form-group div {
  position: relative;
}
.gift-form .form-group div > img {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 27px;
  z-index: 1;
}
[dir=ltr] .gift-form .form-group div > img {
  left: 20px;
  right: auto;
}
@media (max-width: 768px) {
  .gift-form .form-group div > img {
    top: 13px;
    width: 20px;
  }
}
.gift-form .form-group div::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 1px;
  background-color: #e3dada;
  right: 63px;
  height: 45px;
}
[dir=ltr] .gift-form .form-group div::after {
  left: 63px;
  right: auto;
}
@media (max-width: 768px) {
  .gift-form .form-group div::after {
    display: none;
  }
}
.gift-form .form-group .form-control {
  height: 60px;
  padding: 0 20px;
  font-size: 17px;
  padding-inline-start: 80px;
}
@media (max-width: 768px) {
  .gift-form .form-group .form-control {
    font-size: 14px;
    height: 50px;
    padding-inline-start: 55px;
  }
}
.gift-form .form-group textarea.form-control {
  height: 150px;
  padding: 15px 20px;
}
.gift-form .form-group .btn {
  height: 50px;
  font-size: 16px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .gift-form .form-group .btn {
    margin-top: 10px;
    font-size: 14px;
  }
}
.gift-form .form-group.has-notes div::after {
  display: none;
}
.gift-form .form-group:last-child {
  margin-bottom: 0;
}

.acrylic-wrap {
  padding: 40px;
}
@media (max-width: 768px) {
  .acrylic-wrap {
    padding: 20px;
  }
}
.acrylic-wrap label {
  margin-bottom: 15px;
  width: 100%;
}
.acrylic-wrap label input {
  display: none;
}
.acrylic-wrap label input:checked + .inner::before {
  background-color: #1D4C9E;
  border-color: #1D4C9E;
}
.acrylic-wrap label input:checked + .inner::after {
  scale: 1;
}
.acrylic-wrap label .inner {
  display: flex;
  align-items: center;
  gap: 17px;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.acrylic-wrap label .inner .img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .acrylic-wrap label .inner .img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.acrylic-wrap label .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acrylic-wrap label .inner .info h4 {
  font-size: 16px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .acrylic-wrap label .inner .info h4 {
    font-size: 14px;
  }
}
.acrylic-wrap label .inner .info p {
  font-size: 16px;
  font-family: "font-bold";
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .acrylic-wrap label .inner .info p {
    font-size: 14px;
  }
}
.acrylic-wrap label .inner .info p span {
  font-family: "font-regular";
}
.acrylic-wrap label .inner::after, .acrylic-wrap label .inner::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transition: 0.3s;
}
[dir=ltr] .acrylic-wrap label .inner::after, [dir=ltr] .acrylic-wrap label .inner::before {
  left: auto;
  right: 20px;
}
@media (max-width: 768px) {
  .acrylic-wrap label .inner::after, .acrylic-wrap label .inner::before {
    width: 20px;
    height: 20px;
  }
}
.acrylic-wrap label .inner::before {
  background-color: #fff;
  border: 1px solid #707070;
}
.acrylic-wrap label .inner::after {
  background-image: url("../images/check.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  scale: 0;
}
.acrylic-wrap label:last-child {
  margin-bottom: 0;
}

.cart-added {
  text-align: center;
  padding: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .cart-added {
    padding: 30px;
  }
}
.cart-added .close {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
.cart-added .close img {
  width: 25px;
}
[dir=ltr] .cart-added .close {
  right: 20px;
  left: auto;
}
@media (max-width: 768px) {
  .cart-added .close {
    display: block;
  }
}
.cart-added .icon {
  margin-bottom: 20px;
}
.cart-added .icon img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .cart-added .icon img {
    width: 80px;
  }
}
.cart-added h4 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cart-added h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.cart-added .actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-added .actions .btn {
  width: 100%;
  font-size: 17px;
  height: 50px;
}
@media (max-width: 768px) {
  .cart-added .actions .btn {
    font-size: 14px;
    height: 40px;
  }
}
.cart-added .actions .btn.btn-outline {
  border: 1px solid #1D4C9E;
  color: #1D4C9E;
  background-color: transparent;
}

.bill-big-wrap {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .bill-big-wrap {
    padding: 50px 0;
  }
}
.bill-big-wrap .g-head {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bill-big-wrap .g-head {
    margin-bottom: 20px;
  }
}
.bill-big-wrap .g-head .btn {
  color: #fff;
}
.bill-big-wrap .g-head .btn img {
  filter: none;
}
.bill-big-wrap .pdf-wrap {
  height: 1000px;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 40px;
  background-color: #fff;
}
.bill-big-wrap .pdf-wrap embed {
  width: 100%;
  height: 100%;
}

.zoomContainer {
  z-index: 1;
}
@media (max-width: 768px) {
  .zoomContainer {
    display: none;
  }
}

.fancybox__toolbar {
  padding-inline-start: 20px;
}

.sizes-wrap {
  padding: 30px 50px 50px;
}
@media (max-width: 768px) {
  .sizes-wrap {
    padding: 20px;
  }
}
.sizes-wrap .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sizes-wrap .inner label {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .sizes-wrap .inner label {
    width: calc(33.33% - 20px);
  }
}
.sizes-wrap .inner label input {
  display: none;
}
.sizes-wrap .inner label input:checked + span {
  box-shadow: 0 0 0 3px #17bbae;
  scale: 0.95;
}
.sizes-wrap .inner label span {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  border: 3px solid transparent;
}
@media (max-width: 768px) {
  .sizes-wrap .inner label span {
    height: 100px;
  }
}
@media (max-width: 625px) {
  .sizes-wrap .inner label span {
    height: 80px;
  }
}
.sizes-wrap .inner label span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sizes-wrap .sizes-footer {
  text-align: center;
  margin-top: 30px;
}
.sizes-wrap .sizes-footer .btn {
  width: 100%;
  height: 55px;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */
