@charset "UTF-8";
/*other colors*/
@font-face {
  font-family: gotham;
  src: url(../fonts/gotham/Gotham-Book.otf);
}

@font-face {
  font-family: gotham;
  font-weight: 700;
  src: url(../fonts/gotham/Gotham-Bold.otf);
}

@font-face {
  font-family: gotham;
  font-weight: 500;
  src: url(../fonts/gotham/Gotham-Medium.otf);
}

@font-face {
  font-family: gotham;
  font-weight: 900;
  src: url(../fonts/gotham/GothamNarrow-Ultra.otf);
}

@font-face {
  font-family: "cairo";
  src: url(../fonts/Cairo/Cairo-Regular.ttf);
}

@font-face {
  font-family: "cairo";
  font-weight: 700;
  src: url(../fonts/Cairo/Cairo-Bold.ttf);
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header, header.main-header .top-header, header.main-header .middle-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/************ spacing ********************/
.mr-0 {
  margin-right: 0px;
}

body.rtl .mr-0 {
  margin-left: 0px;
  margin-right: 0;
}

.ml-0 {
  margin-left: 0px;
}

body.rtl .ml-0 {
  margin-right: 0px;
  margin-left: 0;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

body.rtl .pr-0 {
  padding-left: 0px;
  padding-right: 0;
}

.pl-0 {
  padding-left: 0px;
}

body.rtl .pl-0 {
  padding-right: 0px;
  padding-left: 0;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mr-5 {
  margin-right: 5px;
}

body.rtl .mr-5 {
  margin-left: 5px;
  margin-right: 0;
}

.ml-5 {
  margin-left: 5px;
}

body.rtl .ml-5 {
  margin-right: 5px;
  margin-left: 0;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

body.rtl .pr-5 {
  padding-left: 5px;
  padding-right: 0;
}

.pl-5 {
  padding-left: 5px;
}

body.rtl .pl-5 {
  padding-right: 5px;
  padding-left: 0;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mr-10, .accordion-wrapper > div.tags-holder .tags-content > div a::before {
  margin-right: 10px;
}

body.rtl .mr-10, body.rtl .accordion-wrapper > div.tags-holder .tags-content > div a::before, .accordion-wrapper > div.tags-holder .tags-content > div body.rtl a::before {
  margin-left: 10px;
  margin-right: 0;
}

.ml-10 {
  margin-left: 10px;
}

body.rtl .ml-10 {
  margin-right: 10px;
  margin-left: 0;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

body.rtl .pr-10 {
  padding-left: 10px;
  padding-right: 0;
}

.pl-10 {
  padding-left: 10px;
}

body.rtl .pl-10 {
  padding-right: 10px;
  padding-left: 0;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mr-15 {
  margin-right: 15px;
}

body.rtl .mr-15 {
  margin-left: 15px;
  margin-right: 0;
}

.ml-15 {
  margin-left: 15px;
}

body.rtl .ml-15 {
  margin-right: 15px;
  margin-left: 0;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

body.rtl .pr-15 {
  padding-left: 15px;
  padding-right: 0;
}

.pl-15 {
  padding-left: 15px;
}

body.rtl .pl-15 {
  padding-right: 15px;
  padding-left: 0;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mr-20 {
  margin-right: 20px;
}

body.rtl .mr-20 {
  margin-left: 20px;
  margin-right: 0;
}

.ml-20 {
  margin-left: 20px;
}

body.rtl .ml-20 {
  margin-right: 20px;
  margin-left: 0;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

body.rtl .pr-20 {
  padding-left: 20px;
  padding-right: 0;
}

.pl-20 {
  padding-left: 20px;
}

body.rtl .pl-20 {
  padding-right: 20px;
  padding-left: 0;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mr-25 {
  margin-right: 25px;
}

body.rtl .mr-25 {
  margin-left: 25px;
  margin-right: 0;
}

.ml-25 {
  margin-left: 25px;
}

body.rtl .ml-25 {
  margin-right: 25px;
  margin-left: 0;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

body.rtl .pr-25 {
  padding-left: 25px;
  padding-right: 0;
}

.pl-25 {
  padding-left: 25px;
}

body.rtl .pl-25 {
  padding-right: 25px;
  padding-left: 0;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.mr-30 {
  margin-right: 30px;
}

body.rtl .mr-30 {
  margin-left: 30px;
  margin-right: 0;
}

.ml-30 {
  margin-left: 30px;
}

body.rtl .ml-30 {
  margin-right: 30px;
  margin-left: 0;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

body.rtl .pr-30 {
  padding-left: 30px;
  padding-right: 0;
}

.pl-30 {
  padding-left: 30px;
}

body.rtl .pl-30 {
  padding-right: 30px;
  padding-left: 0;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mr-35 {
  margin-right: 35px;
}

body.rtl .mr-35 {
  margin-left: 35px;
  margin-right: 0;
}

.ml-35 {
  margin-left: 35px;
}

body.rtl .ml-35 {
  margin-right: 35px;
  margin-left: 0;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

body.rtl .pr-35 {
  padding-left: 35px;
  padding-right: 0;
}

.pl-35 {
  padding-left: 35px;
}

body.rtl .pl-35 {
  padding-right: 35px;
  padding-left: 0;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.mr-40 {
  margin-right: 40px;
}

body.rtl .mr-40 {
  margin-left: 40px;
  margin-right: 0;
}

.ml-40 {
  margin-left: 40px;
}

body.rtl .ml-40 {
  margin-right: 40px;
  margin-left: 0;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

body.rtl .pr-40 {
  padding-left: 40px;
  padding-right: 0;
}

.pl-40 {
  padding-left: 40px;
}

body.rtl .pl-40 {
  padding-right: 40px;
  padding-left: 0;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mr-45 {
  margin-right: 45px;
}

body.rtl .mr-45 {
  margin-left: 45px;
  margin-right: 0;
}

.ml-45 {
  margin-left: 45px;
}

body.rtl .ml-45 {
  margin-right: 45px;
  margin-left: 0;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pr-45 {
  padding-right: 45px;
}

body.rtl .pr-45 {
  padding-left: 45px;
  padding-right: 0;
}

.pl-45 {
  padding-left: 45px;
}

body.rtl .pl-45 {
  padding-right: 45px;
  padding-left: 0;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.mr-50 {
  margin-right: 50px;
}

body.rtl .mr-50 {
  margin-left: 50px;
  margin-right: 0;
}

.ml-50 {
  margin-left: 50px;
}

body.rtl .ml-50 {
  margin-right: 50px;
  margin-left: 0;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

body.rtl .pr-50 {
  padding-left: 50px;
  padding-right: 0;
}

.pl-50 {
  padding-left: 50px;
}

body.rtl .pl-50 {
  padding-right: 50px;
  padding-left: 0;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

/************LINKS ********************/
/************BTNS ********************/
/************MEDIA QUERY ********************/
/*****************prfix*************/
/*****************input placeholder*************/
/*****************  plus Minus animation *************/
.pb-20 {
  padding-bottom: 1.25rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

body.rtl .pl-20 {
  padding-left: 0 !important;
  padding-right: 1.25rem !important;
}

.pl-40 {
  padding-left: 40px !important;
}

body.rtl .pl-40 {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

body.rtl .ml-20 {
  margin-left: 0 !important;
  margin-right: 1.25rem !important;
}

.mr-30 {
  margin-right: 1.875rem !important;
}

body.rtl .mr-30 {
  margin-right: 0 !important;
  margin-left: 1.875rem !important;
}

@media only screen and (max-width: 767px) {
  .px-3-tablet {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .pl-0-phablet {
    padding-left: 0;
  }
  body.rtl .pl-0-phablet {
    padding-left: initial;
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .px-0-phablet {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) {
  .w-sm-60 {
    width: 60% !important;
  }
}

.text-underline {
  text-decoration: underline !important;
}

.p-relative {
  position: relative !important;
}

.cursor-p {
  cursor: pointer;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left, .filter-wrapperr .filter-group-wrapper .accordion > .card header button {
  text-align: left;
}

body.rtl .text-left, body.rtl .filter-wrapperr .filter-group-wrapper .accordion > .card header button, .filter-wrapperr .filter-group-wrapper .accordion > .card header body.rtl button {
  text-align: right;
}

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

body.rtl .text-right {
  text-align: left;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.m-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-shadow: 0 0 7.3px 1.7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7.3px 1.7px rgba(0, 0, 0, 0.1);
}

.w-48 {
  width: 48%;
}

.box {
  -webkit-box-shadow: 0 0 7.3px 1.7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7.3px 1.7px rgba(0, 0, 0, 0.1);
}

.top-0 {
  top: auto !important;
}

.s-border {
  position: relative;
}

.s-border::before {
  content: "";
  width: 10px;
  height: 50px;
  background-color: #002575;
  position: absolute;
  left: 0;
  bottom: 0;
}

.flex-center-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.min-height-content {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

.blue-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blue-circle::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #5EC9E2;
  border-radius: 50%;
  margin-right: 7px;
}

body.rtl .blue-circle::before {
  margin-right: 0;
  margin-left: 7px;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.no-scroll {
  overflow: hidden !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  font-family: gotham,cairo;
}

button:focus {
  outline: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  line-height: 1;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto !important;
  width: 100%;
  height: 100%;
  font-family: gotham,cairo;
  zoom: 0.95;
}

@media only screen and (max-width: 575px) {
  body,
  html {
    font-size: 15px;
    zoom: 1;
  }
}

body {
  /* width */
  /* Track */
  /* Handle */
}

body::-webkit-scrollbar {
  width: 8px;
  display: none;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

body::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
  display: none;
}

body.rtl {
  direction: rtl;
  text-align: right;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.tooltip {
  z-index: 100;
}

a:focus {
  outline: none;
  text-decoration: none !important;
}

input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

select:focus {
  outline: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  position: static;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-dialog .k-window-content,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: 20px !important;
}

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

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

@media only screen and (max-width: 991px) {
  .collapse:not(.show) {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}

.container, .container-sm {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
  }
}

@media (min-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1530px;
  }
}

@media (min-width: 1900px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1930px;
  }
}

/***********************headeings*********************/
h1 {
  font-size: 2.1875rem;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5625rem;
  font-weight: 700;
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  font-weight: normal;
}

p {
  font-size: 1rem;
  font-weight: normal;
}

/*disabled link*/
.isdisabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.primary-fill, .primary-outline, .secondary-fill, .secondary-outline, .grayscale-fill, .grayscale-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 20px;
  min-height: 40px !important;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 4px;
  letter-spacing: -0.48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-transform: capitalize;
}

.sm-btn.primary-fill, .sm-btn.primary-outline, .sm-btn.secondary-fill, .sm-btn.secondary-outline, .sm-btn.grayscale-fill, .sm-btn.grayscale-outline {
  min-height: 30px !important;
  padding: 0 10px;
  font-size: 12px;
}

.md-btn.primary-fill, .md-btn.primary-outline, .md-btn.secondary-fill, .md-btn.secondary-outline, .md-btn.grayscale-fill, .md-btn.grayscale-outline {
  padding: 0 16px;
  min-height: 32px !important;
  font-size: 15px;
}

.rounded.primary-fill, .rounded.primary-outline, .rounded.secondary-fill, .rounded.secondary-outline, .rounded.grayscale-fill, .rounded.grayscale-outline {
  border-radius: 16px !important;
}

.lg-btn.primary-fill, .lg-btn.primary-outline, .lg-btn.secondary-fill, .lg-btn.secondary-outline, .lg-btn.grayscale-fill, .lg-btn.grayscale-outline {
  min-height: 60px !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px !important;
}

.xlg-btn.primary-fill, .xlg-btn.primary-outline, .xlg-btn.secondary-fill, .xlg-btn.secondary-outline, .xlg-btn.grayscale-fill, .xlg-btn.grayscale-outline {
  min-height: 40px !important;
  font-size: 17px;
  font-weight: bold;
  width: 125px;
  text-transform: uppercase;
}

.btn-spinner.primary-fill, .btn-spinner.primary-outline, .btn-spinner.secondary-fill, .btn-spinner.secondary-outline, .btn-spinner.grayscale-fill, .btn-spinner.grayscale-outline {
  opacity: 0.6;
  pointer-events: none;
}

.btn-spinner.primary-fill::before, .btn-spinner.primary-outline::before, .btn-spinner.secondary-fill::before, .btn-spinner.secondary-outline::before, .btn-spinner.grayscale-fill::before, .btn-spinner.grayscale-outline::before {
  content: "";
  position: relative;
  left: -10px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

@media only screen and (max-width: 575px) {
  .primary-fill, .primary-outline, .secondary-fill, .secondary-outline, .grayscale-fill, .grayscale-outline {
    padding: 0 12px;
    font-size: 15px;
    white-space: nowrap;
  }
}

.primary-fill {
  background-color: #002575;
  color: #fff;
}

.primary-fill:hover, .primary-fill:focus {
  background-color: #002575;
  color: #fff;
}

.primary-outline {
  background-color: #fff;
  color: #002575;
  border: 2px solid #002575;
}

.primary-outline:hover {
  color: #fff;
  background-color: #002575;
}

.secondary-fill {
  background-color: #d60812;
  color: #fff;
}

.secondary-fill:hover, .secondary-fill:focus {
  background-color: #d60812;
  color: #fff;
}

.secondary-outline {
  background-color: #fff;
  color: #d60812;
  border: 2px solid #d60812;
}

.secondary-outline:hover {
  color: #fff;
  background-color: #d60812;
}

.grayscale-fill {
  background-color: #bebebe;
  color: #fff;
}

.grayscale-fill:hover {
  background-color: #fff;
  color: #bebebe;
  border: 2px solid #bebebe;
}

.grayscale-outline {
  background-color: #fff;
  color: #bebebe;
  border: 2px solid #bebebe;
}

.grayscale-outline:hover {
  color: #fff;
  background-color: #bebebe;
}

.primary-link, .secondary-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  text-decoration: underline !important;
}

.lg-link.primary-link, .lg-link.secondary-link {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .primary-link, .secondary-link {
    font-size: 14.5px;
  }
  .lg-link.primary-link, .lg-link.secondary-link {
    font-size: 18px;
  }
}

.secondary-outline-fill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 130px;
  border-radius: 10px;
  border: solid 2px #d60812;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: #d60812 !important;
  background-color: #fff;
}

.dashed-btn {
  width: 261px;
  height: 61px;
  border: dashed 2px #002575;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: #002575;
  padding: 10px;
}

.primary-link {
  color: #002575 !important;
}

.secondary-link {
  color: #d60812 !important;
}

.add-to-cart {
  --color: #fff;
  --icon: var(--color);
  --cart: #fff;
  --dots: #fff;
  --background: #002575;
  --shadow: rgba(0, 9, 61, 0.16);
  cursor: pointer;
  position: relative;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  padding: 12px 32px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transform: scale(var(--s, 0.97));
          transform: scale(var(--s, 0.97));
  -webkit-box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
          box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
  color: var(--color);
  background: var(--background);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 4px;
}

.add-to-cart .default {
  position: relative;
  opacity: var(--o, 1);
  -webkit-transform: scale(var(--s, 1));
          transform: scale(var(--s, 1));
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: var(--d, 0.3s);
          transition-delay: var(--d, 0.3s);
}

.add-to-cart .default:before, .add-to-cart .default:after {
  content: "";
  width: 2px;
  height: 12px;
  left: 0;
  top: 4px;
  border-radius: 1px;
  position: absolute;
  -webkit-transform: rotate(var(--r, 0deg));
          transform: rotate(var(--r, 0deg));
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.add-to-cart .default:after {
  --r: 90deg;
}

.add-to-cart .success {
  opacity: var(--o, 0);
  -webkit-transform: translate(-50%, var(--y, 12px));
          transform: translate(-50%, var(--y, 12px));
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: var(--d, 0s);
          transition-delay: var(--d, 0s);
}

.add-to-cart .dots {
  width: 4px;
  height: 4px;
  top: 20px;
  left: 50%;
  margin-left: -7px;
  border-radius: 2px;
  position: absolute;
  -webkit-transform-origin: 10px 50%;
          transform-origin: 10px 50%;
  background: var(--dots);
  -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
          box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  opacity: var(--o, 0);
  -webkit-transform: scale(var(--s, 0.4));
          transform: scale(var(--s, 0.4));
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: var(--d, 0s);
          transition-delay: var(--d, 0s);
}

.add-to-cart .cart {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.add-to-cart .cart:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: var(--background);
  top: 17px;
  right: 100%;
  z-index: 1;
  margin-right: -20px;
  -webkit-transform: translateX(-18px) rotate(-16deg);
          transform: translateX(-18px) rotate(-16deg);
}

.add-to-cart .cart > div {
  top: 13px;
  right: 100%;
  -webkit-transform: translateX(-18px) rotate(-16deg);
          transform: translateX(-18px) rotate(-16deg);
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: 1px 21px;
          transform-origin: 1px 21px;
}

.add-to-cart .cart > div:before, .add-to-cart .cart > div:after {
  content: "";
  position: absolute;
  top: var(--t, 4px);
  left: var(--l, 0);
  height: 2px;
  width: var(--w, 18px);
  background: var(--cart);
  border-radius: 1px;
}

.add-to-cart .cart > div:after {
  --w: 16px;
  --t: 14px;
  --l: 1px;
}

.add-to-cart .cart > div > div {
  width: 2px;
  height: var(--h, 15px);
  border-radius: 1px;
  -webkit-transform: rotate(var(--r, -8deg));
          transform: rotate(var(--r, -8deg));
  background: var(--cart);
  position: relative;
}

.add-to-cart .cart > div > div:before, .add-to-cart .cart > div > div:after {
  content: "";
  position: absolute;
  background: inherit;
}

.add-to-cart .cart > div > div:after {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  bottom: var(--b, -6px);
  left: var(--l, 0);
}

.add-to-cart .cart > div > div:first-child:before {
  border-radius: inherit;
  top: 0;
  right: 0;
  height: 2px;
  width: 6px;
  -webkit-transform-origin: 5px 1px;
          transform-origin: 5px 1px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

.add-to-cart .cart > div > div:last-child {
  --h: 12px;
  --r: 8deg;
  position: absolute;
  left: 16px;
  bottom: -1px;
}

.add-to-cart .cart > div > div:last-child:after {
  --l: -2px;
  --b: -5px;
}

.add-to-cart.added .default {
  --o: 0;
  --s: 0.8;
  --d: 0s;
}

.add-to-cart.added .default:before {
  --r: -180deg;
}

.add-to-cart.added .default:after {
  --r: -90deg;
}

.add-to-cart.added .dots {
  --o: 1;
  --s: 1;
  --d: 0.3s;
  -webkit-animation: dots 2s linear forwards;
          animation: dots 2s linear forwards;
}

.add-to-cart.added .success {
  --o: 1;
  --y: 0;
  --d: 1.8s;
}

.add-to-cart.added .cart:before,
.add-to-cart.added .cart > div {
  -webkit-animation: cart 2s forwards;
          animation: cart 2s forwards;
}

.add-to-cart:not(.added):hover {
  --s: 1;
  --s-y: 8px;
  --s-b: 20px;
}

.add-to-cart:not(.added):active {
  --s: 0.94;
  --s-y: 2px;
  --s-b: 6px;
}

@-webkit-keyframes cart {
  41%,
  49%,
  57%,
  60% {
    -webkit-transform: translateX(72px) rotate(0deg);
            transform: translateX(72px) rotate(0deg);
  }
  40%,
  47%,
  54% {
    -webkit-transform: translateX(72px) rotate(0deg) translateY(1px);
            transform: translateX(72px) rotate(0deg) translateY(1px);
  }
  100% {
    -webkit-transform: translateX(180px) rotate(-16deg);
            transform: translateX(180px) rotate(-16deg);
  }
}

@keyframes cart {
  41%,
  49%,
  57%,
  60% {
    -webkit-transform: translateX(72px) rotate(0deg);
            transform: translateX(72px) rotate(0deg);
  }
  40%,
  47%,
  54% {
    -webkit-transform: translateX(72px) rotate(0deg) translateY(1px);
            transform: translateX(72px) rotate(0deg) translateY(1px);
  }
  100% {
    -webkit-transform: translateX(180px) rotate(-16deg);
            transform: translateX(180px) rotate(-16deg);
  }
}

@-webkit-keyframes dots {
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px) rotate(-32deg);
            transform: translateY(-20px) rotate(-32deg);
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  31% {
    -webkit-box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
            box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
  }
  32%,
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  45%,
  100% {
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  51%,
  100% {
    opacity: 0;
  }
}

@keyframes dots {
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px) rotate(-32deg);
            transform: translateY(-20px) rotate(-32deg);
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  31% {
    -webkit-box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
            box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots);
  }
  32%,
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  45%,
  100% {
    -webkit-box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
            box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
  }
  51%,
  100% {
    opacity: 0;
  }
}

.quantity-holder {
  /*Prevent text selection*/
}

.quantity-holder .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.quantity-holder .qty p {
  position: absolute;
  bottom: -20px;
  font-size: 14px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quantity-holder .qty .plus,
.quantity-holder .qty .minus {
  color: #000;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 30px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
}

.quantity-holder .qty .plus:hover,
.quantity-holder .qty .minus:hover {
  background-color: #002575 !important;
  color: #fff;
  border-color: #002575;
}

.quantity-holder .qty .plus[disabled],
.quantity-holder .qty .minus[disabled] {
  pointer-events: none;
  color: #dc3545;
}

.quantity-holder .qty .count {
  width: 80px;
  height: 30px;
  text-align: center;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0;
  padding: 0;
}

.quantity-holder span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.alert {
  position: fixed;
  z-index: 555;
  width: 100%;
  padding: 20px;
  visibility: hidden;
}

.alert strong {
  font-weight: 700;
  margin: 0 10px;
}

.alert.show {
  opacity: 1;
  visibility: visible;
}

.custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
  top: 2px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #002575;
}

.input-holder {
  position: relative;
  margin-bottom: 25px;
  /**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
  /**
    * By default, the placeholder should be transparent. Also, it should 
    * inherit the transition.
    */
  /**
    * Show the placeholder when the input is focused.
    */
  /**
    * When the element is focused, remove the label transform.
    * Also, do this when the placeholder is _not_ shown, i.e. when 
    * there's something in the input at all.
    */
}

.input-holder.label-moved label {
  top: 0;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #002575;
}

.input-holder.label-moved textarea {
  border-color: #002575 !important;
}

.input-holder input {
  min-height: 55px;
  padding: 0;
  border: 1.5px solid #5f92fe;
  border-radius: 3px;
  width: 100%;
  text-indent: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.input-holder label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  z-index: 5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #5f92fe;
  white-space: nowrap;
  pointer-events: none;
}

.input-holder textarea {
  padding: 16px;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1.5px solid #5f92fe !important;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.input-holder textarea + label {
  top: 25px;
}

.input-holder .invalid-feedback {
  position: absolute;
  text-align: left;
}

.input-holder label,
.input-holder input {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.input-holder ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.input-holder input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.input-holder input:not(:placeholder-shown),
.input-holder input:focus {
  border-color: #002575;
}

.input-holder input:not(:placeholder-shown) + label,
.input-holder input:focus + label {
  top: 0;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #002575;
}

.form-group {
  margin-bottom: 0 !important;
}

.form-control:invalid {
  background: none !important;
}

.select2-dropdown {
  border: 0;
}

.select2-dropdown .select2-results__options {
  border: solid 1px #dee2e6;
  border-radius: 3px;
  /* width */
  /* Track */
  /* Handle */
}

.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #002575;
  width: 6px;
  border-radius: 3px;
}

.select2-dropdown .select2-results__options > li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #002575 !important;
  background-color: #FFF !important;
}

.select2-dropdown .select2-results__options > li:hover {
  background-color: #002575 !important;
  color: #FFF !important;
}

.select2-dropdown .select2-results__options > li[aria-selected=true] {
  background-color: #002575 !important;
  color: #FFF !important;
}

.select2 .select2-selection {
  outline: none !important;
}

.radio-holder {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
}

.radio-holder .hidden {
  display: none;
}

.radio-holder .label {
  position: relative;
  display: block;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

body.rtl .radio-holder .label {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.radio-holder .label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #002575;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.radio-holder:hover .label:after {
  -webkit-transform: scale(3.6);
          transform: scale(3.6);
}

input[type="radio"]:checked + .label {
  border-color: #002575;
}

input[type="radio"]:checked + .label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.root {
  position: relative;
}

.link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #d60812 !important;
  text-decoration: underline !important;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #FFF;
}

.loading.show-loader {
  display: block !important;
  background: rgba(255, 255, 255, 0.6);
}

.scroll-animation-holder span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 25px;
  height: 44px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #002575;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scroll-animation-holder span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #002575;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
          animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.breadcrumb {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 0;
}

.breadcrumb > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.breadcrumb > li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #002575;
  text-transform: capitalize;
}

.breadcrumb > li.active {
  color: #000;
  font-weight: normal;
}

.breadcrumb > li:not(:first-of-type)::before {
  content: "\203A";
  font-size: 29px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #0e1317;
}

.pagination {
  margin: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination > li .page-link {
  color: #002575;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .pagination > li .page-link {
    padding: 4px 8px;
    font-size: 14px;
  }
}

.pagination > li.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #002575;
  border-color: #002575;
}

.pagination > li:hover a {
  color: #fff;
  background-color: #002575;
  border-color: #002575;
}

.slider-heading {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .slider-heading {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.slider-heading h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.75px;
  color: #002575;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .slider-heading {
    margin-bottom: 30px;
  }
}

.slick-slider .slick-dots {
  bottom: -50px;
}

body.rtl .slick-slider .slick-dots {
  direction: ltr;
}

.slick-slider .slick-dots li button {
  background-color: #fff;
  border: 2px solid #002575;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.slick-slider .slick-dots li button::before {
  content: "";
}

.slick-slider .slick-dots li:hover button, .slick-slider .slick-dots li.slick-active button {
  background-color: #002575;
}

@media only screen and (max-width: 575px) {
  .slick-slider .product-card,
  .slick-slider .company-card,
  .slick-slider .brand-card {
    margin-left: 0;
    margin-right: 0;
  }
}

.call-tel-style {
  overflow: hidden;
  position: relative;
}

.call-tel-style .tel,
.call-tel-style .text {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.call-tel-style .tel {
  -webkit-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
}

@media only screen and (max-width: 575px) {
  .call-tel-style .tel {
    font-size: 13px;
  }
}

.call-tel-style:hover .text {
  -webkit-transform: translate(-50%, -40px);
          transform: translate(-50%, -40px);
}

.call-tel-style:hover .tel {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.qty .minus,
.qty .plus {
  cursor: pointer;
}

.qty .minus[disabled],
.qty .plus[disabled] {
  pointer-events: none;
  opacity: 0.3;
}

.empty-alert-wrapper {
  width: 100%;
  height: 100%;
  min-height: 30vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  display: none;
}

.empty-alert-wrapper h6 {
  margin-top: 20px;
  margin-bottom: 35px;
}

.show-empty-alert .empty-alert-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-empty-alert .empty-alert-wrapper ~ header {
  display: none !important;
}

.show-empty-alert .empty-alert-wrapper ~ div {
  display: none !important;
}

.toastbar {
  visibility: hidden;
  min-width: 320px;
  max-width: 45%;
  background-color: #002575;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  z-index: 88888;
}

.toastbar > strong {
  font-weight: 500;
  font-size: 16px;
  padding: 0 4px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .toastbar > strong.name {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4;
  }
}

.toastbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
          animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.toastbar.delete {
  background-color: #d60812;
}

@media only screen and (max-width: 767px) {
  .toastbar {
    padding: 12px 5px;
    bottom: 15px;
  }
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.btn-fill-width {
  height: 53px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.select-option-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.modal-wrapper.show {
  visibility: visible;
  opacity: 1;
}

.modal-wrapper.md-modal .modal-holder {
  min-height: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .modal-wrapper.md-modal .modal-holder {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.md-modal .modal-holder {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: 90%;
  }
}

.modal-wrapper header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 10px 30px;
}

.modal-wrapper header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #000000;
}

.modal-wrapper header button img {
  width: 18px;
}

.modal-wrapper .form-title {
  font-size: 28px;
  color: #002575;
  letter-spacing: -0.75px;
  font-weight: 500;
  padding: 25px 0 20px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .modal-wrapper .form-title {
    font-size: 23px;
    margin-bottom: 0;
    padding-top: 10px;
  }
}

.modal-wrapper .modal-holder {
  border-radius: 8px;
  background-color: #ffffff;
  min-height: auto;
  height: auto;
  width: 75%;
  /* width */
  /* Track */
  /* Handle */
}

.modal-wrapper .modal-holder::-webkit-scrollbar {
  width: 8px;
}

.modal-wrapper .modal-holder::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-wrapper .modal-holder::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .modal-wrapper .modal-holder {
    min-height: 90%;
    height: 90%;
    width: 90%;
  }
}

.modal-wrapper .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-wrapper .content .alt-slider-holder {
  width: 100%;
}

.modal-wrapper .content .cancel-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #d60812;
}

.modal-wrapper.change-location-modal .branch-list-select-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.modal-wrapper.change-location-modal .modal-holder {
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .modal-wrapper.change-location-modal .modal-holder {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.change-location-modal .modal-holder {
    width: 90%;
    min-height: 80%;
    height: 80%;
  }
}

.modal-wrapper.change-location-modal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 26px 30px 26px;
}

.modal-wrapper.change-location-modal .content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 14px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper,
.modal-wrapper.change-location-modal .content .city-select-wrapper {
  margin-top: 30px;
  width: 100%;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .area-select-holder,
.modal-wrapper.change-location-modal .content .area-select-wrapper .city-select-holder,
.modal-wrapper.change-location-modal .content .city-select-wrapper .area-select-holder,
.modal-wrapper.change-location-modal .content .city-select-wrapper .city-select-holder {
  position: relative;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .search-icon,
.modal-wrapper.change-location-modal .content .city-select-wrapper .search-icon {
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background-color: #002575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 5;
  right: 6px;
  top: 5px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 {
  width: 100% !important;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2 .select2-selection,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 .select2-selection {
  height: 44px;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2 .select2-selection__arrow,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 .select2-selection__arrow {
  height: 44px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2 .select2-selection__rendered,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #000000;
  text-transform: capitalize;
  padding: 0;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 50px;
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content img, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content img {
  margin-top: 30px;
  margin-bottom: 20px;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content h1, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content h1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.19px;
  color: #002575;
  letter-spacing: 0.17px;
  margin-bottom: 40px;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content p, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content p {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 0.89;
  letter-spacing: 0.17px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.modal-wrapper .add-address-wrapper {
  padding: 10px 50px 40px 50px;
}

@media only screen and (max-width: 575px) {
  .modal-wrapper .add-address-wrapper {
    padding: 10px 15px;
  }
  .modal-wrapper .add-address-wrapper header {
    height: 50px;
  }
}

.modal-wrapper .add-address-wrapper header {
  padding: 0;
}

.modal-wrapper .add-address-wrapper h4 {
  margin-bottom: 15px;
}

.modal-wrapper .add-address-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.modal-wrapper .add-address-wrapper form.was-validated .form-control:valid {
  border-color: #28a745 !important;
}

@media only screen and (max-width: 991px) {
  .modal-wrapper .add-address-wrapper form .form-inputs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div {
    margin: 0 !important;
  }
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

body.rtl .modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div {
  margin-left: 15px;
  margin-right: 0;
}

body.rtl .modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div:last-of-type {
  margin-left: 0;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div:last-of-type {
  margin-right: 0;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div textarea {
  height: 135px;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div button {
  width: 100%;
  height: 55px;
  font-weight: bold;
  line-height: 1.56;
  text-transform: uppercase;
}

.payment-method-modal .method-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.payment-method-modal .method-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
}

.payment-method-modal .method-wrapper label .label {
  margin-right: 30px;
}

body.rtl .payment-method-modal .method-wrapper label .label {
  margin-left: 30px;
  margin-right: 10px;
}

.payment-method-modal .method-wrapper label h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

.payment-method-modal .method-wrapper .method-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-method-modal .method-wrapper .method-img-holder .img-holder {
  margin-right: 40px;
}

.payment-method-modal .method-wrapper .method-img-holder .img-holder img {
  width: 100%;
  height: 100%;
}

.payment-method-modal .method-wrapper .card-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-method-modal .method-wrapper .card-delivery h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.payment-method-modal .method-wrapper .card-delivery span {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: -0.48px;
  color: #000000;
}

.dlt-product-modal .content {
  padding-top: 20px !important;
}

.dlt-product-modal h1 {
  margin-bottom: 0 !important;
}

.dlt-product-modal .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.dlt-product-modal .product-info .img-holder {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  padding: 4px;
  margin-right: 15px;
}

body.rtl .dlt-product-modal .product-info .img-holder {
  margin-left: 15px;
  margin-right: 0;
}

.dlt-product-modal .product-info .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0 !important;
}

.dlt-product-modal .product-info .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #002575;
}

.modal-backdrop {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .join-us-popup .modal-holder {
    height: 95% !important;
    margin: auto;
    overflow: auto;
  }
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal .tooltip {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .tooltip {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical .tooltip {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);
  background-repeat: repeat-x;
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ac1ef), to(#82b3de));
  background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
  background-repeat: repeat-x;
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
  background-repeat: repeat-x;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0 solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}

.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: none;
          filter: none;
  opacity: 0.8;
  border: 0 solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ac1ef), to(#82b3de));
  background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

.price-range-wrapper label {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 600;
}

.range-slider-holder .slider-selection {
  background: #002575 !important;
}

.range-slider-holder .slider-handle.round {
  background: darkgray !important;
}

.range-slider-holder .slider-horizontal {
  width: 100%;
}

.range-slider-holder .min-slider-handle {
  margin-left: 0;
}

.range-inputs-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.range-inputs-holder .num-input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}

.range-inputs-holder .num-input-holder input {
  width: 95%;
  color: #2e2e2e;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 30px;
  outline: none !important;
  text-indent: 10px;
}

.category-slider {
  margin-bottom: 60px !important;
}

.category-slider .slick-track > a {
  margin: 0 10px;
}

.category-slider .slick-track > a .img-holder {
  max-width: 395px;
  max-height: 395px;
  margin: auto;
}

.category-slider .slick-track > a .img-holder img {
  width: 100%;
  height: 100%;
}

.category-slider .slick-dots .slick-active button,
.category-slider .slick-dots li:hover button {
  background-color: #d60812 !important;
}

.category-slider .slick-dots button {
  border-color: #d60812 !important;
}

.recipes-info-silder {
  width: 100%;
}

.recipes-info-silder .slick-track > div {
  border: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recipes-info-silder h2 {
  width: 80%;
  margin: auto;
  font-family: Gotham;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: -0.93px;
  text-align: center;
  color: #000000;
}

.recipes-img-slider .slick-track > div {
  border: 0;
  outline: 0;
}

.recipes-img-slider .img-holder {
  height: 400px;
  max-height: 400px;
}

@media only screen and (max-width: 767px) {
  .recipes-img-slider .img-holder {
    height: auto;
    max-height: 40vh;
  }
}

.recipes-img-slider .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipes-img-slider .slick-dots {
  text-align: left;
  left: 40px;
}

body.rtl .recipes-img-slider .slick-dots {
  text-align: right;
  right: 40px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .recipes-img-slider .slick-dots {
    text-align: center;
    left: 0;
  }
  body.rtl .recipes-img-slider .slick-dots {
    right: 0;
    left: auto;
    text-align: center;
  }
}

.recipes-img-slider .slick-dots .slick-active button,
.recipes-img-slider .slick-dots li:hover button {
  background-color: #051230 !important;
}

.recipes-img-slider .slick-dots button {
  border-color: #051230 !important;
}

body.rtl .slick-list {
  direction: ltr;
}

body.rtl .slick-list .slick-slide {
  direction: rtl;
}

.accordion-wrapper {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion-wrapper > div {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
          box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
}

.accordion-wrapper > div .card-header {
  background-color: #fff;
  border-bottom: 0;
}

.accordion-wrapper > div .card-header h3 {
  color: #2e2e2e;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
}

.accordion-wrapper > div .card-header .accordion-head > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-wrapper > div .card-header .accordion-head > a .plusMinus-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}

.accordion-wrapper > div .card-header .accordion-head > a .plusMinus-icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 0px;
  border-bottom: solid 2px #a1a1a1;
  position: absolute;
  bottom: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.accordion-wrapper > div .card-header .accordion-head > a .plusMinus-icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 0px;
  border-bottom: solid 2px #a1a1a1;
  position: absolute;
  bottom: 7px;
}

.accordion-wrapper > div .card-header .accordion-head > a.collapsed .plusMinus-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-wrapper > div .card-header .accordion-head > a.collapsed .plusMinus-icon::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-wrapper > div.overview-holder p {
  color: #707070;
  line-height: 1.6;
  font-size: 16px;
}

.accordion-wrapper > div.categories-holder .categories-link > div {
  margin-bottom: 15px;
}

.accordion-wrapper > div.categories-holder .categories-link > div a {
  width: 100%;
}

.accordion-wrapper > div.tags-holder .tags-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding-bottom: 15px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media only screen and (max-width: 991px) {
  .accordion-wrapper > div.tags-holder .tags-content {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
  }
}

.accordion-wrapper > div.tags-holder .tags-content > div {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-wrapper > div.tags-holder .tags-content > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  font-size: 16px;
  text-transform: capitalize;
}

.accordion-wrapper > div.tags-holder .tags-content > div a::before {
  content: url(../../../images/checkbox-8.svg);
}

.filter-wrapperr {
  margin-top: 55px;
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
          box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
  overflow: auto;
  background-color: #FFF;
  min-height: calc(100vh - 280px);
  max-height: calc(100vh - 280px);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
}

.filter-wrapperr::-webkit-scrollbar {
  width: 5px;
}

.filter-wrapperr::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.filter-wrapperr::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 3px;
}

.filter-wrapperr + .overlay {
  display: none;
}

@media only screen and (max-width: 767px) {
  .filter-wrapperr {
    margin-top: 0;
    margin-bottom: 0;
    width: 85%;
    z-index: 5555;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    -webkit-transition: -webkit-transform ease-in-out 0.4s;
    transition: -webkit-transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;
    right: 0;
  }
  .filter-wrapperr + .overlay {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    display: block;
    height: 0;
  }
  .filter-wrapperr + .overlay button {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .filter-wrapperr.active {
    -webkit-transition: -webkit-transform ease-in-out 0.4s;
    transition: -webkit-transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .filter-wrapperr.active + .overlay {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform ease-in-out 0.4s;
    transition: -webkit-transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
    display: block;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    z-index: 55;
    height: 100%;
    left: 0;
    top: 0;
  }
  .filter-wrapperr.active + .overlay button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 6px;
    background-color: #e5e1e1;
    font-size: 36px;
    line-height: 36px;
    color: #2e2e2e;
    top: 13px;
    left: 5px;
    font-weight: 600;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .filter-wrapperr h4 {
    margin-bottom: 0 !important;
  }
}

.filter-wrapperr h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  color: #2e2e2e;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 24px;
  border-left: 4px solid #002575;
  padding-left: 15px;
}

.filter-wrapperr .filter-group-wrapper .accordion > .card {
  border: 0;
  background: transparent;
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header {
  cursor: pointer;
  border-bottom: 1px solid #2e2e2e;
  padding: 8px 0;
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header button {
  padding: 0;
  text-transform: capitalize;
  height: 35px;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 600;
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header .plusMinus-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header .plusMinus-icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 0px;
  border-bottom: solid 2px #2e2e2e;
  position: absolute;
  bottom: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header .plusMinus-icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 0px;
  border-bottom: solid 2px #2e2e2e;
  position: absolute;
  bottom: 7px;
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header.collapsed .plusMinus-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.filter-wrapperr .filter-group-wrapper .accordion > .card header.collapsed .plusMinus-icon::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filter-wrapperr .filter-group-wrapper .accordion .card-body {
  padding: 15px 4px;
  padding-bottom: 0;
}

.filter-wrapperr .filter-group-wrapper .accordion .card-body > div {
  margin-bottom: 15px;
}

.filter-wrapperr .filter-group-wrapper .accordion .card-body > div label {
  cursor: pointer;
  font-size: 18px;
  color: #2e2e2e;
  vertical-align: unset;
}

.filter-wrapperr .filter-group-wrapper .accordion .card-body > div:last-of-type {
  margin-bottom: 0;
}

.card {
  outline: none;
}

.card.product-card {
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
          box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
  border: solid 1px rgba(222, 222, 222, 0.51);
  background-color: #ffffff;
  padding: 10px 20px 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 420px;
}

.card.product-card .counter-action .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.product-card .counter-action .qty input {
  width: 40px;
  background: transparent;
  text-align: center;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-size: 18px;
  margin-top: -4px;
  pointer-events: none;
  color: #FFF;
}

.card.product-card .add-counter-holder {
  height: 70px;
  min-height: 70px;
  position: absolute;
  background-color: #112248;
  color: #FFF;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px;
  padding-top: 8px;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}

.card.product-card .add-counter-holder.slide-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card.product-card .add-counter-holder.btn-spinner {
  opacity: 0.6;
  pointer-events: none;
}

.card.product-card .add-counter-holder.btn-spinner::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 2px solid #FFF;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.card.product-card .add-counter-holder > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card.product-card .add-counter-holder > div img {
  cursor: pointer;
}

.card.product-card .add-counter-holder > div h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  letter-spacing: -0.42px;
}

.card.product-card .add-counter-holder > div p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: -0.42px;
}

.card.product-card .add-counter-holder > div .counter-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.product-card .add-product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.card.product-card .add-product-btn.slide-left {
  -webkit-transform: translateX(-115%);
          transform: translateX(-115%);
}

.card.product-card .alt-btn {
  display: none;
  white-space: nowrap;
}

.card.product-card.out-of-stock .add-product-btn {
  display: none;
}

.card.product-card.out-of-stock .alt-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.product-card.out-of-stock .alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.product-card.out-of-stock .img-holder {
  position: relative;
}

.card.product-card.out-of-stock .img-holder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border-radius: 12px;
  background-color: #dcdcdc;
}

.card.product-card.out-of-stock h5, .card.product-card.out-of-stock .product-select {
  opacity: 0.5;
  pointer-events: none;
}

.card.product-card button {
  width: 100%;
  text-transform: uppercase;
}

.card.product-card .alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15px;
  text-align: center;
  color: #002575;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 4;
  text-transform: uppercase;
}

.card.product-card .discound {
  width: 45px;
  height: 68px;
  background-color: #da1b15;
  position: absolute;
  right: 25px;
  top: 0;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.48px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  z-index: 5;
}

body.rtl .card.product-card .discound {
  left: 25px;
  right: auto;
}

@media only screen and (max-width: 575px) {
  .card.product-card .discound {
    width: 40px;
    height: 55px;
    font-size: 13px;
    font-weight: 600;
  }
}

.card.product-card .img-holder {
  width: 180px;
  height: 180px;
  max-width: 180px;
  max-height: 180px;
  min-width: 180px;
  min-height: 180px;
  margin: auto;
  margin-bottom: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 10px;
}

@media only screen and (max-width: 1247px) {
  .card.product-card .img-holder {
    width: 170px;
    height: 170px;
    max-width: 170px;
    max-height: 170px;
    min-width: 170px;
    min-height: 170px;
    background-size: auto;
  }
}

@media only screen and (max-width: 767px) {
  .card.product-card .img-holder {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}

.card.product-card .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card.product-card h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  text-align: center;
  color: black;
  min-height: 50px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}

.card.product-card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  text-align: center;
  color: #002575;
  padding-top: 10px;
  padding-bottom: 5px;
}

.card.product-card .price .after {
  font-size: 15px;
  font-weight: 500;
}

.card.product-card .price .before {
  font-weight: 400;
  color: #bac4d9;
  text-decoration: line-through;
}

.card.product-card .product-select {
  margin-bottom: 12px;
  text-align: left;
}

body.rtl .card.product-card .product-select {
  text-align: right;
}

.card.product-card .product-select .select2 {
  width: 92px !important;
}

.card.product-card .product-select .select2 .select2-selection {
  border-radius: 4px;
  border: solid 1px #dee2e6;
  background-color: #ffffff;
  outline: 0;
  height: 40px;
  position: relative;
}

.card.product-card .product-select .select2 .select2-selection .select2-selection__rendered {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #002575;
  padding-right: 19px;
}

.card.product-card .product-select .select2 .select2-selection .select2-selection__arrow {
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/arrow.svg) no-repeat;
  background-position: center;
}

.card.product-card .product-select .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

@media only screen and (max-width: 767px) {
  .card.product-card {
    min-height: auto;
    padding: 10px 20px 10px 20px;
  }
  .card.product-card .price {
    padding-top: 0;
  }
}

.card.company-card {
  padding: 10px 30px 25px 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
          box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
  border: solid 1px rgba(222, 222, 222, 0.51);
  background-color: #ffffff;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 5px;
}

.card.company-card > img {
  width: 100%;
  padding-bottom: 15px;
}

.card.company-card h5 {
  color: #2e2e2e;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  min-height: 50px;
  text-align: center;
}

.card.company-card .details {
  margin-top: 20px;
}

.card.company-card .details > * {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e2e2e;
  line-height: 1.37;
  height: 27px;
  white-space: nowrap;
}

.card.company-card .details img {
  width: 13px;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .card.company-card {
    padding: 10px 30px 25px 30px;
  }
}

.card.brand-card {
  padding: 10px 40px 30px 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
          box-shadow: 0 5px 10px 0 rgba(194, 193, 193, 0.09);
  border: solid 1px rgba(222, 222, 222, 0.51);
  background-color: #ffffff;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 5px;
}

.card.brand-card > img {
  width: 100%;
  padding-bottom: 15px;
}

.card.brand-card .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card.brand-card .details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.37;
  color: #2e2e2e;
}

.card.brand-card .details > div img {
  margin-right: 5px;
}

.card.brand-card .details > div.name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.card.brand-card .details > div.name img {
  margin-left: 8px;
}

header.main-header .search-holder {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

header.main-header .search-holder form {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

header.main-header .search-holder form select {
  font-size: 14px;
  font-weight: 800;
  color: #000000;
}

header.main-header .search-holder form select option {
  color: #000;
  font-size: 16px;
  padding: 0 5px;
}

header.main-header .search-holder .input-group-prepend,
header.main-header .search-holder input {
  height: 35px;
}

header.main-header .search-holder .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5px 8px;
  background-color: #eeeeee;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  width: 80%;
}

header.main-header .search-holder .search-input .input-group-text {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0;
  background: #eeeeee;
  width: 35px;
  border-radius: 4px;
  background-color: #002575;
}

header.main-header .search-holder .search-input input {
  width: 330px;
  border: none;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-overflow: ellipsis;
  background-color: #eeeeee;
}

header.main-header .search-holder .search-input input:-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #c6c6c6;
}

header.main-header .search-holder .search-input input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #c6c6c6;
}

header.main-header .search-holder .search-input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #c6c6c6;
}

header.main-header .search-holder .search-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #c6c6c6;
}

header.main-header .top-header {
  padding-left: 40px;
  padding-right: 40px;
  height: 28px;
  border-bottom: 1px solid #d5d5d5;
}

header.main-header .top-header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.main-header .top-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header.main-header .top-header ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

body.rtl header.main-header .top-header ul li {
  margin-right: 0;
  margin-left: 10px;
}

header.main-header .top-header ul li > a {
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
}

header.main-header .top-header select {
  font-size: 14px;
  font-weight: 500;
  outline: 0;
  color: #000;
}

header.main-header .middle-header {
  padding: 15px 0;
  height: 90px;
}

@media only screen and (max-width: 767px) {
  header.main-header .middle-header {
    height: 55px;
  }
}

header.main-header .middle-header > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header.main-header .middle-header .logo-holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  header.main-header .middle-header .logo-holder a {
    margin: 0 7px;
  }
  header.main-header .middle-header .logo-holder a img {
    max-width: 100px !important;
  }
}

header.main-header .middle-header .logo-holder a img {
  max-width: 180px;
}

header.main-header .middle-header .user-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

header.main-header .middle-header .user-action .user-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.main-header .middle-header .user-action .user-menu .dropdown button {
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header.main-header .middle-header .user-action .user-menu .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 15px 0 0 0;
}

header.main-header .middle-header .user-action .user-menu .dropdown .dropdown-menu > a {
  padding: 0 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #002575;
}

header.main-header .middle-header .user-action .user-menu .dropdown .dropdown-menu > a:hover {
  background-color: #f5f8ff;
}

header.main-header .middle-header .user-action .user-menu .dropdown .dropdown-menu > a.logout-style {
  color: #d60812;
}

header.main-header .middle-header .user-action .user-menu .curent {
  cursor: pointer;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #002575;
}

header.main-header .middle-header .user-action .user-menu .curent .dropdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header.main-header .middle-header .user-action .user-menu .curent a {
  color: #002575;
}

header.main-header .middle-header .user-action .user-menu .curent img {
  margin-right: 10px;
}

body.rtl header.main-header .middle-header .user-action .user-menu .curent img {
  margin-right: 0;
  margin-left: 10px;
}

@media only screen and (max-width: 575px) {
  header.main-header .middle-header .user-action .user-menu .curent {
    font-size: 0;
    padding: 0;
  }
  header.main-header .middle-header .user-action .user-menu .curent img {
    margin-right: 7px;
    margin-left: 7px;
  }
}

header.main-header .middle-header .user-action .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  header.main-header .middle-header .user-action .cart {
    margin-left: 5px;
  }
  body.rtl header.main-header .middle-header .user-action .cart {
    margin-left: 0;
    margin-right: 5px !important;
  }
}

body.rtl header.main-header .middle-header .user-action .cart {
  margin-left: 0;
  margin-right: 30px;
}

header.main-header .middle-header .user-action .cart .cart-empty {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.main-header .middle-header .user-action .cart .cart-empty h4 {
  margin: 20px 0;
  font-size: 24px;
  text-transform: capitalize;
  color: gray;
  text-align: center;
}

header.main-header .middle-header .user-action .cart .cart-empty .empty-cart-img {
  width: 12vw;
  min-width: 12vw;
  max-width: 12vw;
}

header.main-header .middle-header .user-action .cart .cart-empty .empty-cart-img img {
  width: 100%;
  height: 100%;
}

header.main-header .middle-header .user-action .cart .cart-empty ~ div {
  display: none !important;
}

header.main-header .middle-header .user-action .cart .cart-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.main-header .middle-header .user-action .cart .cart-img img {
  width: 20px;
}

header.main-header .middle-header .user-action .cart .cart-img span {
  width: 20px;
  height: 20px;
  border: solid 1px #ffffff;
  background-color: #f61919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  margin-left: -6px;
  margin-top: -8px;
}

body.rtl header.main-header .middle-header .user-action .cart .cart-img span {
  margin-right: -6px;
  margin-left: auto;
  right: -25px;
  position: relative;
}

header.main-header .middle-header .user-action .cart p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #002575;
}

@media only screen and (max-width: 575px) {
  header.main-header .middle-header .user-action .cart p {
    display: none;
  }
}

header.main-header .middle-header .user-action .location-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

body.rtl header.main-header .middle-header .user-action .location-holder {
  margin-right: 30px;
  margin-left: 0;
}

header.main-header .middle-header .user-action .location-holder .user-location {
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #002575;
  cursor: pointer;
  white-space: nowrap;
}

body.rtl header.main-header .middle-header .user-action .location-holder .user-location {
  margin-right: 8px;
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  header.main-header .middle-header .user-action .location-holder .user-location {
    white-space: normal;
    word-break: break-word;
    font-size: 12px;
    min-width: 50px;
  }
}

header.main-header .middle-header .user-action .location-holder button {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #d60812;
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  header.main-header .middle-header .user-action .location-holder {
    margin-left: 7px;
  }
  body.rtl header.main-header .middle-header .user-action .location-holder {
    margin-right: 7px;
    margin-left: 0;
  }
  header.main-header .middle-header .user-action .location-holder button {
    font-size: 0;
  }
}

header.main-header .middle-header .user-action .lang-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #002575;
  margin-left: 36px;
}

body.rtl header.main-header .middle-header .user-action .lang-holder {
  margin-right: 36px;
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  header.main-header .middle-header .user-action .lang-holder {
    margin-left: 10px;
  }
  body.rtl header.main-header .middle-header .user-action .lang-holder {
    margin-right: 10px;
    margin-left: 0;
  }
}

header.main-header .middle-header .res-menu button {
  font-size: 25px;
  height: 50px;
  width: 50px;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 575px) {
  header.main-header .middle-header .res-menu button {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

header.main-header .middle-header .res-menu .close-menu-btn {
  position: absolute;
  right: 30px;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 6px;
  background-color: #e5e1e1;
  font-size: 21px;
  color: #2e2e2e;
  z-index: 55;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: -webkit-transform ease 0.6s;
  transition: -webkit-transform ease 0.6s;
  transition: transform ease 0.6s;
  transition: transform ease 0.6s, -webkit-transform ease 0.6s;
}

body.rtl header.main-header .middle-header .res-menu .close-menu-btn {
  right: auto;
  left: 30px;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  display: none;
}

@media only screen and (max-width: 575px) {
  header.main-header .middle-header .res-menu .close-menu-btn {
    right: 15px;
    top: 35px;
  }
  body.rtl header.main-header .middle-header .res-menu .close-menu-btn {
    right: auto;
    left: 15px;
  }
}

header.main-header .middle-header .res-menu > ul {
  position: fixed;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #2e2e2e;
  width: 80vw;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 55;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  overflow-y: auto;
  overflow-x: hidden;
}

body.rtl header.main-header .middle-header .res-menu > ul {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
  left: auto;
}

header.main-header .middle-header .res-menu > ul h3 {
  font-size: 20px;
  color: #ffffff;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  border-bottom: 1px solid #404040;
}

header.main-header .middle-header .res-menu > ul li a {
  text-transform: capitalize;
}

header.main-header .middle-header .res-menu > ul > li {
  border-bottom: 1px solid #404040;
}

header.main-header .middle-header .res-menu > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: capitalize;
  max-height: 50px;
}

header.main-header .middle-header .res-menu > ul > li > a.nav-link-collapse:after {
  content: "\203A";
  margin-left: 20px;
  font-size: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-bottom: 10px;
}

header.main-header .middle-header .res-menu > ul > li > a.nav-link-collapse + ul.nav-second-level {
  overflow: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

header.main-header .middle-header .res-menu > ul > li > a.nav-link-collapse + ul.nav-second-level .arrow-back {
  color: #FFF;
  font-size: 40px;
  height: 50px;
  text-align: right;
  padding-right: 20px;
}

body.rtl header.main-header .middle-header .res-menu > ul > li > a.nav-link-collapse + ul.nav-second-level .arrow-back {
  text-align: left;
  padding-left: 20px;
}

header.main-header .middle-header .res-menu > ul > li > a.nav-link-collapse.collapsed:after {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  margin-left: 0;
}

header.main-header .middle-header .res-menu > ul > li > a.nav-link-collapse.collapsed + ul.nav-second-level {
  -webkit-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important;
}

header.main-header .middle-header .res-menu > ul > li ul {
  background-color: #202020;
}

header.main-header .middle-header .res-menu > ul > li ul .parent-li-menu .arrow-back {
  display: none;
  color: #FFF;
  font-size: 40px;
  text-align: right;
  padding-right: 20px;
  height: 50px;
}

header.main-header .middle-header .res-menu > ul > li ul .parent-li-menu.active .arrow-back {
  display: block;
}

header.main-header .middle-header .res-menu > ul > li ul > li {
  border-bottom: 1px solid #262626;
  position: relative;
}

header.main-header .middle-header .res-menu > ul > li ul > li:after {
  content: "\203A";
  position: absolute;
  right: 16px;
  top: 50%;
  color: #FFF;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.rtl header.main-header .middle-header .res-menu > ul > li ul > li:after {
  left: 16px;
  right: auto;
}

header.main-header .middle-header .res-menu > ul > li ul > li .inner-menu.second-menu {
  position: fixed;
  background: #262626;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

header.main-header .middle-header .res-menu > ul > li ul > li .inner-menu.second-menu .parent-li-menu .third-menu {
  position: fixed;
  background: #262626;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

header.main-header .middle-header .res-menu > ul > li ul > li .inner-menu.second-menu .parent-li-menu.active .third-menu {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header.main-header .middle-header .res-menu > ul > li ul > li.active .inner-menu.second-menu {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header.main-header .middle-header .res-menu > ul > li ul > li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header.main-header .middle-header .res-menu .overlay {
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

header.main-header .middle-header .res-menu.menu-opened .close-menu-btn {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

header.main-header .middle-header .res-menu.menu-opened .overlay {
  background-color: rgba(0, 0, 0, 0.47);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 5;
  top: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

body.rtl header.main-header .middle-header .res-menu.menu-opened .overlay {
  right: 0;
  left: auto;
}

header.main-header .middle-header .res-menu.menu-opened ul {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

@media only screen and (max-width: 991px) {
  header.main-header .middle-header {
    padding: 15px 5px;
  }
}

header.main-header .bottom-header {
  background-color: #FFF;
}

header.main-header .bottom-header nav {
  padding: 0;
  height: 70px;
  border: 0;
  margin-bottom: 0;
  border-top: solid 1px #ecebeb;
}

header.main-header .bottom-header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.main-header .bottom-header .navbar-nav > li {
  margin-right: 44px;
  cursor: pointer;
}

body.rtl header.main-header .bottom-header .navbar-nav > li {
  margin-left: 44px;
  margin-right: 0;
}

header.main-header .bottom-header .navbar-nav > li > a {
  padding: 0;
  color: #002575;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.66px;
}

header.main-header .bottom-header .navbar-nav > li.categories-btn .categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 80vw;
  height: 80vh;
  top: 40px;
  visibility: hidden;
  /* width */
  /* Track */
  /* Handle */
}

header.main-header .bottom-header .navbar-nav > li.categories-btn .categories-wrapper::-webkit-scrollbar {
  width: 8px;
  display: none;
}

header.main-header .bottom-header .navbar-nav > li.categories-btn .categories-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

header.main-header .bottom-header .navbar-nav > li.categories-btn .categories-wrapper::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
  display: none;
}

header.main-header .bottom-header .navbar-nav > li.categories-btn .categories-menu-wrapper {
  top: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 30px 0;
  cursor: auto;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}

header.main-header .bottom-header .navbar-nav > li.categories-btn .categories-menu-wrapper .menu-hero {
  position: absolute;
  top: 40px;
  right: 80px;
}

@media only screen and (max-width: 1247px) {
  header.main-header .bottom-header .navbar-nav > li {
    margin-right: 50px;
  }
  body.rtl header.main-header .bottom-header .navbar-nav > li {
    margin-left: 50px;
    margin-right: auto;
  }
}

header.main-header .bottom-header .megamenu {
  position: relative;
  min-width: 300px;
  max-width: 300px;
  height: 80vh;
  overflow: auto;
  /* Track */
  /* Handle */
}

header.main-header .bottom-header .megamenu::-webkit-scrollbar {
  width: 8px;
}

header.main-header .bottom-header .megamenu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

header.main-header .bottom-header .megamenu::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
}

header.main-header .bottom-header .megamenu li {
  cursor: pointer;
  padding: 8px 20px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 45px;
  border-bottom: 1px solid #f1f1f1;
}

body.rtl header.main-header .bottom-header .megamenu li {
  padding-left: 10px;
  padding-right: 20px;
}

header.main-header .bottom-header .megamenu li a {
  font-size: 16px;
  color: #242729;
  white-space: nowrap;
  font-weight: normal;
}

header.main-header .bottom-header .megamenu li button {
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 10px;
  position: relative;
}

header.main-header .bottom-header .megamenu li button > span {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #242729;
  border-radius: 2px;
}

header.main-header .bottom-header .megamenu li button > span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

header.main-header .bottom-header .megamenu li button > span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

header.main-header .bottom-header .megamenu li > div {
  position: fixed;
  left: 100%;
  top: 0;
  opacity: 0;
  background: #fff;
  height: 100%;
  padding-top: 25px;
  min-width: 300px;
  max-width: 300px;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

header.main-header .bottom-header .megamenu li > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
}

header.main-header .bottom-header .megamenu li > div > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.main-header .bottom-header .megamenu li > div.third-menu {
  /* Track */
  /* Handle */
}

body.rtl header.main-header .bottom-header .megamenu li > div.third-menu {
  right: 265px;
  left: auto;
  padding-right: 20px;
}

header.main-header .bottom-header .megamenu li > div.third-menu::-webkit-scrollbar {
  width: 8px;
}

header.main-header .bottom-header .megamenu li > div.third-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

header.main-header .bottom-header .megamenu li > div.third-menu::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
}

header.main-header .bottom-header .megamenu li:hover > button > span:first-of-type {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header.main-header .bottom-header .megamenu li:hover > button > span:last-of-type {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 50%;
  right: 50%;
}

header.main-header .bottom-header .megamenu li:hover > a {
  font-weight: bold;
}

header.main-header .bottom-header .megamenu li:hover > div {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 575px) {
  header.main-header {
    padding-bottom: 5px;
    background-color: #f3f3f3;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

footer.footer-holder {
  background-color: #f1f1f1;
}

footer.footer-holder .content-wrapper .content-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  footer.footer-holder .content-wrapper .content-holder {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
  footer.footer-holder .content-wrapper .content-holder h4 {
    margin-bottom: 20px !important;
  }
}

footer.footer-holder .content-wrapper .content-holder h4, footer.footer-holder .content-wrapper .content-holder ul > li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  letter-spacing: -0.48px;
  text-align: left;
  color: #000000;
}

body.rtl footer.footer-holder .content-wrapper .content-holder h4, body.rtl footer.footer-holder .content-wrapper .content-holder ul > li a {
  text-align: right;
}

footer.footer-holder .content-wrapper .content-holder h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

footer.footer-holder .content-wrapper .content-holder ul > li a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer.footer-holder .content-wrapper .content-holder ul > li a:hover {
  color: #002575;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

footer.footer-holder .content-wrapper .content-holder .follow-holder h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

footer.footer-holder .content-wrapper .content-holder .follow-holder > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.footer-holder .content-wrapper .content-holder .follow-holder > div > a {
  margin-right: 20px;
}

body.rtl footer.footer-holder .content-wrapper .content-holder .follow-holder > div > a {
  margin-left: 20px;
  margin-right: 0;
}

footer.footer-holder .content-wrapper .content-holder .download-app-holder a img {
  width: 140px;
  margin-bottom: 10px;
  max-width: 100%;
}

footer.footer-holder .content-wrapper .content-holder .download-app-holder a:first-of-type img {
  zoom: 1.08;
}

footer .copy-right {
  min-height: 60px;
  background-color: #FFF;
}

footer .copy-right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  min-height: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .copy-right .content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  letter-spacing: -0.48px;
  color: #878787;
  white-space: nowrap;
}

footer .copy-right .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copy-right .content ul > li {
  margin-right: 25px;
}

footer .copy-right .content ul > li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.48px;
  color: #878787;
}

@media only screen and (max-width: 767px) {
  footer .copy-right .content {
    min-height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  footer .copy-right .content p {
    white-space: normal;
    text-align: center;
  }
  footer .copy-right .content p a {
    color: #002575;
  }
  footer .copy-right .content ul > li {
    margin-right: 15px !important;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}

.home-wrapper {
  position: relative;
}

.home-wrapper .home-holder {
  min-height: 100vh;
}

@media only screen and (max-width: 575px) {
  .home-wrapper .home-holder {
    padding: 0;
  }
}

.home-wrapper .home-content .home-cover-slider {
  height: 60vh;
  margin-bottom: 0;
}

.home-wrapper .home-content .home-cover-slider .slick-list {
  height: 100%;
  padding: 0 !important;
}

.home-wrapper .home-content .home-cover-slider .slick-list .slick-track {
  height: 100%;
}

.home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    top: auto;
    bottom: 20px;
    left: 25px;
  }
  body.rtl .home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading {
    right: 25px;
    left: auto;
  }
}

.home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading h2 {
  margin-bottom: 10px;
  text-shadow: 0 15px 30px rgba(0, 0, 0, 0.8);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading button {
  text-transform: capitalize;
  font-size: 21px;
  width: 150px;
  height: 50px;
  border-radius: 8px;
  font-weight: 500;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading h2 {
    font-size: 30px;
  }
  .home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div.content-heading button {
    width: 130px;
    height: 40px;
    font-size: 17px;
  }
}

.home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div:last-of-type {
  width: 100%;
  height: 100%;
}

.home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div:last-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .home-cover-slider .slick-list .slick-track > a > div:last-of-type img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.home-wrapper .home-content .home-cover-slider .slick-dots {
  bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .home-cover-slider .slick-dots {
    display: none !important;
  }
}

.home-wrapper .home-content .home-cover-slider .slick-dots li button {
  background-color: transparent;
  border: 2px solid #FFF;
}

.home-wrapper .home-content .home-cover-slider .slick-dots li.slick-active button {
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .home-cover-slider {
    height: 33vh;
  }
}

.home-wrapper .home-content .best-offer-wrapper {
  margin-bottom: 70px;
}

.home-wrapper .home-content .best-offer-wrapper h3 {
  color: #002575;
  letter-spacing: -0.75px;
  font-weight: 500;
  padding: 25px 0 20px 0;
}

.home-wrapper .home-content .best-offer-wrapper .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
  .home-wrapper .home-content .best-offer-wrapper .content {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .best-offer-wrapper .content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 10px;
  }
}

.home-wrapper .home-content .best-offer-wrapper .content > div {
  position: relative;
  overflow: hidden;
}

.home-wrapper .home-content .best-offer-wrapper .content > div img {
  width: 100%;
  height: 100%;
}

.home-wrapper .home-content .best-offer-wrapper .content > div .title {
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 37, 117, 0.45);
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -0.75px;
  text-align: center;
  color: #FFF;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .home-wrapper .home-content .best-offer-wrapper .content > div .title {
    height: 40px;
    font-size: 16px;
  }
}

.home-wrapper .home-content .best-offer-wrapper .content > div:hover .title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.home-wrapper .home-content .order-online-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .order-online-wrapper {
    margin-top: 35px;
  }
}

.home-wrapper .home-content .order-online-wrapper .content-holder {
  min-height: 50vh;
  max-height: 50vh;
  height: 50vh;
  background: url(../../images/fruits-vegetables.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-wrapper .home-content .order-online-wrapper .content-holder .content {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 37, 117, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  margin-left: auto;
  padding: 30px;
}

.home-wrapper .home-content .order-online-wrapper .content-holder .content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: -1.2px;
  text-align: center;
}

.home-wrapper .home-content .order-online-wrapper .content-holder .content h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.75px;
  text-align: center;
  margin-bottom: 15px;
}

.home-wrapper .home-content .order-online-wrapper .content-holder .content button {
  height: 50px;
  border-radius: 34px;
  border: solid 1px #707070;
  background-color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.75px;
  text-align: center;
  color: #002575;
  padding: 5px 25px;
  cursor: auto;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .order-online-wrapper .content-holder .content {
    width: 100%;
  }
}

.home-wrapper .home-content .products-slider .slick-arrow {
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.27);
  background-color: #d60812;
  border-radius: 50%;
  z-index: 5;
  font-weight: 700;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

@media only screen and (max-width: 575px) {
  .home-wrapper .home-content .products-slider .slick-arrow {
    display: none !important;
  }
}

.home-wrapper .home-content .products-slider .slick-arrow:hover {
  opacity: 0.8;
}

.home-wrapper .home-content .products-slider .slick-arrow:before {
  font-size: 30px;
  opacity: 1;
}

.home-wrapper .home-content .products-slider .slick-arrow.slick-next {
  right: 65px;
}

.home-wrapper .home-content .products-slider .slick-arrow.slick-next::before {
  content: url(../../images/right-arrow.svg);
}

.home-wrapper .home-content .products-slider .slick-arrow.slick-prev {
  left: 65px;
}

.home-wrapper .home-content .products-slider .slick-arrow.slick-prev::before {
  content: url(../../images/left-arrow.svg);
}

.home-wrapper .home-content .get-recipes-wrapper {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .get-recipes-wrapper {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.home-wrapper .home-content .get-recipes-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .get-recipes-wrapper .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-wrapper .home-content .get-recipes-wrapper .content > div {
    width: 100% !important;
  }
  .home-wrapper .home-content .get-recipes-wrapper .content > div h2 {
    width: 100%;
    font-size: 24px;
  }
  .home-wrapper .home-content .get-recipes-wrapper .content > div .view-recipes-link {
    margin-top: 15px !important;
  }
}

.home-wrapper .home-content .get-recipes-wrapper .content > div:first-of-type {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: solid 1px #ececec;
}

.home-wrapper .home-content .get-recipes-wrapper .content > div:first-of-type .get-recipes-btn {
  min-height: 58px !important;
  border-radius: 43px !important;
  font-size: 27px;
  font-weight: normal;
  line-height: 1.26;
  letter-spacing: -0.81px;
  padding: 13px 33px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .get-recipes-wrapper .content > div:first-of-type .get-recipes-btn {
    min-height: 45px !important;
    border-radius: 34px !important;
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 10px;
  }
}

.home-wrapper .home-content .get-recipes-wrapper .content > div:first-of-type .view-recipes-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: -0.48px;
  text-align: center;
  color: #002575;
  margin-top: 33px;
  text-decoration: underline;
}

.home-wrapper .home-content .get-recipes-wrapper .content > div:last-of-type {
  width: 60%;
  margin-bottom: 0;
}

.home-wrapper .home-content .store-locator-wrapper {
  background: url(../../images/location-bg.png) no-repeat;
  background-repeat: no-repeat;
  height: 340px;
  max-height: 340px;
  color: #FFF;
  position: relative;
  background-size: cover;
}

.home-wrapper .home-content .store-locator-wrapper .overlay {
  background-color: rgba(5, 18, 48, 0.71);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.home-wrapper .home-content .store-locator-wrapper .content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.home-wrapper .home-content .store-locator-wrapper .content h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -1.26px;
}

.home-wrapper .home-content .store-locator-wrapper .content h3 {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: -0.75px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 5px;
}

.home-wrapper .home-content .store-locator-wrapper .content .search-place-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.home-wrapper .home-content .store-locator-wrapper .content .search-place-holder form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 {
  margin-right: 15px;
}

body.rtl .home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 {
  margin-left: 15px;
  margin-right: 0;
}

.home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 .select2-selection,
.home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 .select2-selection,
  .home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 .select2-selection__rendered {
    height: 40px !important;
  }
}

.home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-wrapper .home-content .store-locator-wrapper .content select {
  width: 236px;
  height: 46px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.27px;
  margin-right: 20px;
  padding: 0 10px;
}

body.rtl .home-wrapper .home-content .store-locator-wrapper .content select {
  margin-left: 20px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .home-wrapper .home-content .store-locator-wrapper .content .search-place-holder form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  body.rtl .home-wrapper .home-content .store-locator-wrapper .content .search-place-holder .select2 {
    margin-left: 0 !important;
  }
  .home-wrapper .home-content .store-locator-wrapper .content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-wrapper .home-content .store-locator-wrapper .content > div button {
    height: auto !important;
  }
}

.warning-max-msg {
  display: none !important;
}

.alternatives-modal .slick-arrow {
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.27);
  background-color: #d60812;
  border-radius: 50%;
  z-index: 5;
  font-weight: 700;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

@media only screen and (max-width: 575px) {
  .alternatives-modal .slick-arrow {
    display: none !important;
  }
}

.alternatives-modal .slick-arrow:hover {
  opacity: 0.8;
}

.alternatives-modal .slick-arrow:before {
  font-size: 30px;
  opacity: 1;
}

.alternatives-modal .slick-arrow.slick-next {
  right: 65px;
}

.alternatives-modal .slick-arrow.slick-next::before {
  content: url(../../images/right-arrow.svg);
}

.alternatives-modal .slick-arrow.slick-prev {
  left: 65px;
}

.alternatives-modal .slick-arrow.slick-prev::before {
  content: url(../../images/left-arrow.svg);
}

.cart-wrapper {
  position: relative;
  width: 75%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .cart-wrapper {
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .cart-wrapper {
    width: 100%;
    padding-top: 45px;
  }
  .cart-wrapper .cart-products-detailes > div:last-of-type {
    text-align: center;
  }
}

.cart-wrapper .alert-holder {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  border: solid 1px #ffeeba;
  background-color: #fff3cd;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #856404;
  opacity: 1;
  padding: 10px 20px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.cart-wrapper .alert-holder.active {
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 6;
}

.cart-wrapper .alert-holder.active a {
  font-weight: 500;
  color: #002575;
}

.cart-wrapper .cart-content {
  padding-top: 20px;
}

.cart-wrapper .cart-content .empty-cart {
  display: none;
}

.cart-wrapper .cart-content.no-item > header + button {
  display: none;
}

.cart-wrapper .cart-content.no-item .continue-btn {
  pointer-events: none;
  opacity: 0.5;
}

.cart-wrapper .cart-content.no-item .empty-cart {
  display: block;
  position: relative;
}

.cart-wrapper .cart-content.no-item .empty-cart img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.cart-wrapper .cart-content.no-item .empty-cart a {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .cart-wrapper .cart-content.no-item .empty-cart a {
    bottom: 5px;
  }
}

.cart-wrapper .cart-content > header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  width: calc(100% - 138px);
}

.cart-wrapper .cart-content > header + button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 130px;
  border-radius: 10px;
  border: solid 2px #d60812;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: #d60812;
  background-color: #fff;
}

.cart-wrapper .cart-content > header + button:hover + .row .remove-item {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 991px) {
  .cart-wrapper .cart-products-list .empty-cart .primary-fill {
    display: none;
  }
}

.cart-wrapper .cart-products-list > .product-info {
  width: 100%;
  min-height: 140px;
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 20px 30px 20px 40px;
  position: relative;
}

.cart-wrapper .cart-products-list > .product-info.btn-spinner {
  opacity: 0.6;
  pointer-events: none;
}

.cart-wrapper .cart-products-list > .product-info.btn-spinner:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 2px solid #d60812;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

@media only screen and (max-width: 767px) {
  .cart-wrapper .cart-products-list > .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .cart-wrapper .cart-products-list > .product-info .img-holder {
    margin-right: 10px !important;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
  .cart-wrapper .cart-products-list > .product-info .img-holder img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .cart-wrapper .cart-products-list > .product-info .product-name {
    font-size: 14px !important;
  }
}

.cart-wrapper .cart-products-list > .product-info .remove-item {
  position: absolute;
  top: 10px;
  right: 26px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

body.rtl .cart-wrapper .cart-products-list > .product-info .remove-item {
  left: 26px;
  right: auto;
}

.cart-wrapper .cart-products-list > .product-info:hover .remove-item {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cart-wrapper .cart-products-list > .product-info .info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-wrapper .cart-products-list > .product-info .info-holder .img-holder {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  min-width: 100px;
  max-width: 100px;
}

body.rtl .cart-wrapper .cart-products-list > .product-info .info-holder .img-holder {
  margin-left: 30px;
  margin-right: auto;
}

.cart-wrapper .cart-products-list > .product-info .info-holder .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-wrapper .cart-products-list > .product-info .info-holder .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-wrapper .cart-products-list > .product-info .info-holder .product-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: left;
  color: #002575;
}

body.rtl .cart-wrapper .cart-products-list > .product-info .info-holder .product-name {
  text-align: right;
}

.cart-wrapper .cart-products-list > .product-info .info-holder .price > p {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  text-align: center;
  color: #000000;
}

.cart-wrapper .cart-products-list > .product-info .info-holder .price > p.before {
  margin-left: 10px;
  color: #9b9b9b;
  text-decoration: line-through;
}

.cart-wrapper .cart-products-list > .product-info .product-actions .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-wrapper .cart-products-list > .product-info .product-actions .qty input {
  width: 60px;
  border: 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.45px;
  color: #002575;
  pointer-events: none;
}

.cart-wrapper .cart-products-detailes .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 25px 0;
  margin-bottom: 27px;
}

.cart-wrapper .cart-products-detailes .content > div {
  padding: 0 25px;
}

.cart-wrapper .cart-products-detailes .content > div:first-of-type {
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 25px;
}

.cart-wrapper .cart-products-detailes .content > div:last-of-type {
  padding-top: 25px;
}

.cart-wrapper .cart-products-detailes .content > div:only-child {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.cart-wrapper .cart-products-detailes .content h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.94;
  letter-spacing: -0.48px;
  text-align: left;
  color: #000000;
}

body.rtl .cart-wrapper .cart-products-detailes .content h5 {
  text-align: right;
}

.cart-wrapper .cart-products-detailes .content h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  text-align: left;
  color: #002575;
}

body.rtl .cart-wrapper .cart-products-detailes .content h6 {
  text-align: right;
}

.cart-wrapper .cart-products-detailes .content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #d60812;
  text-decoration: underline;
}

.cart-wrapper .cart-products-detailes .content + div a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.48px;
  text-align: left;
  color: #d60812;
  margin-left: 35px;
  text-decoration: underline;
}

body.rtl .cart-wrapper .cart-products-detailes .content + div a {
  margin-right: 35px;
  margin-left: 0;
  text-align: right;
}

.checkout-wrapper {
  background-color: #fbfbfb;
}

.checkout-wrapper .checkout-content-holder {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .checkout-wrapper .checkout-content-holder {
    width: 100%;
  }
  .checkout-wrapper .checkout-content-holder .checkout-content {
    padding: 30px 20px;
  }
}

.checkout-wrapper .checkout-content {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 30px 40px 50px 30px;
}

.checkout-wrapper .checkout-content .checkout-detailes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout-wrapper .checkout-content .checkout-detailes > div {
  border-bottom: 1px solid #f1f1f1;
}

.checkout-wrapper .checkout-content .checkout-detailes > div:last-of-type {
  border-bottom: 0;
}

.checkout-wrapper .checkout-content .checkout-detailes > div h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.6px;
  color: #000000;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list > div .img-holder {
  width: 55px;
  height: 55px;
  margin-right: 8px;
}

body.rtl .checkout-wrapper .checkout-content .checkout-detailes .product-list > div .img-holder {
  margin-left: 8px;
  margin-right: 0;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list > div .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list > div .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: left;
  color: #002575;
  text-transform: capitalize;
}

body.rtl .checkout-wrapper .checkout-content .checkout-detailes .product-list > div .name {
  text-align: right;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list > div .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  text-align: left;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list > div .price .after {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  text-align: left;
  color: #000000;
  margin-right: 15px;
}

body.rtl .checkout-wrapper .checkout-content .checkout-detailes .product-list > div .price .after {
  margin-left: 15px;
  margin-right: 0;
  text-align: right;
}

.checkout-wrapper .checkout-content .checkout-detailes .product-list > div .price .before {
  font-size: 15px;
  line-height: 2.29;
  letter-spacing: -0.42px;
  margin-right: 15px;
  font-weight: 400;
  color: #bac4d9;
  text-decoration: line-through;
}

body.rtl .checkout-wrapper .checkout-content .checkout-detailes .product-list > div .price .before {
  margin-left: 15px;
  margin-right: 0;
}

body.rtl .checkout-wrapper .checkout-content .checkout-detailes .product-list > div .price {
  text-align: right;
}

.checkout-wrapper .checkout-content .checkout-detailes .Subtotal-holder p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.13;
  letter-spacing: 0.17px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .checkout-wrapper .checkout-content .checkout-detailes .total-vat > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.checkout-wrapper .checkout-content .checkout-detailes .total-vat h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15px;
  color: #878787;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.94;
  letter-spacing: -0.48px;
  color: #000000;
  padding-bottom: 15px;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder button {
  width: 115px;
  height: 40px;
  max-height: 40px;
  font-weight: bold;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder button.active {
  background-color: #189f49;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder button.add-order-promocode {
  background-color: #3CB371 !important;
  color: #fff !important;
  border: none !important;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.15px;
  color: #189f49;
  margin-left: 25px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder p.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div .input-holder {
    margin: 0 !important;
  }
  .checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div .input-holder input {
    width: 100% !important;
  }
  .checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div button {
    margin-top: 10px;
  }
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div .input-holder {
  margin-right: 18px;
  margin-bottom: 0;
}

body.rtl .checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div .input-holder {
  margin-left: 18px;
  margin-right: 0;
}

.checkout-wrapper .checkout-content .checkout-detailes .add-comment-holder > div .input-holder input {
  width: 330px;
}

.checkout-wrapper .checkout-content .checkout-detailes .order-hint {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  color: #000000;
  padding-top: 20px;
}

.checkout-wrapper .checkout-content .checkout-detailes .Payment-method-holder {
  padding-top: 15px;
  padding-bottom: 10px;
}

.checkout-wrapper .checkout-content .checkout-detailes .Payment-method-holder > div h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.94;
  letter-spacing: -0.48px;
  color: #000000;
}

.checkout-wrapper .checkout-content .checkout-detailes .Payment-method-holder > div h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #002575;
  display: inline-block;
  line-height: 2.93;
  margin-right: 10px;
}

body.rtl .checkout-wrapper .checkout-content .checkout-detailes .Payment-method-holder > div h6 {
  margin-left: 10px;
  margin-right: 0;
}

.checkout-wrapper .checkout-content .checkout-detailes .Payment-method-holder > div span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.93;
  letter-spacing: -0.36px;
  color: #000000;
}

.order-done-wrapper {
  background-color: #fbfbfb;
}

.order-done-wrapper .order-done-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  margin: 10vh auto;
  min-height: 40vh;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .order-done-wrapper .order-done-content {
    width: 100%;
  }
}

.order-done-wrapper .order-done-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.19px;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 20px;
}

.order-done-wrapper .order-done-content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.19px;
  text-align: center;
  color: #002575;
}

.select-branch-wrapper {
  background-color: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.select-branch-wrapper .select-branch-content {
  width: 80%;
  min-height: 80vh;
  margin: 0 auto;
  padding: 45px 55px;
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
}

.select-branch-wrapper .select-branch-content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15px;
  color: #000000;
}

.select-branch-wrapper .select-branch-content .has-divider {
  position: relative;
}

.select-branch-wrapper .select-branch-content .has-divider::after {
  content: "";
  width: 1px;
  position: absolute;
  right: -30px;
  background-color: #ececec;
  height: 100%;
  top: 0;
  bottom: 0;
}

body.rtl .select-branch-wrapper .select-branch-content .has-divider::after {
  right: auto;
  left: -30px;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 14px;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper {
  margin-top: 30px;
  width: 100%;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper .area-select-holder,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper .city-select-holder,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper .area-select-holder,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper .city-select-holder {
  position: relative;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper .search-icon,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper .search-icon {
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background-color: #002575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 5;
  right: 6px;
  top: 5px;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper .select2,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper .select2 {
  width: 100% !important;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper .select2 .select2-selection,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper .select2 .select2-selection {
  height: 44px;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper .select2 .select2-selection__arrow,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper .select2 .select2-selection__arrow {
  height: 44px;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .area-select-wrapper .select2 .select2-selection__rendered,
.select-branch-wrapper .select-branch-content .branch-location-wrapper .content .city-select-wrapper .select2 .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #000000;
  text-transform: capitalize;
  padding: 0;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .btn-action-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}

.select-branch-wrapper .select-branch-content .branch-location-wrapper .btn-action-holder a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #d60812;
  text-decoration: underline;
  margin-right: 25px;
  white-space: nowrap;
}

body.rtl .select-branch-wrapper .select-branch-content .branch-location-wrapper .btn-action-holder a {
  margin-left: 25px;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .select-branch-wrapper .select-branch-content {
    width: 95%;
    padding: 15px 20px;
  }
  .select-branch-wrapper .select-branch-content h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .select-branch-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .select-branch-wrapper .has-divider::after {
    display: none;
  }
  .select-branch-wrapper .btn-action-holder {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}

.branch-list-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.branch-list-select-wrapper h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15px;
  color: #000000;
}

.branch-list-select-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.branch-list-select-wrapper > div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-left: 0;
}

.branch-list-select-wrapper > div label:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background-color: #ececec;
  bottom: -15px;
  left: 50px;
}

.branch-list-select-wrapper > div label p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.13px;
  text-align: left;
  color: #002575;
  margin-left: 20px;
}

body.rtl .branch-list-select-wrapper > div label p {
  text-align: right;
}

.branch-list-select-wrapper .select-my-branch-modal h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15px;
  color: #000000;
}

.branch-list-select-wrapper .select-my-branch-modal > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.branch-list-select-wrapper .select-my-branch-modal > div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-left: 0;
}

.branch-list-select-wrapper .select-my-branch-modal > div label:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background-color: #ececec;
  bottom: -15px;
  left: 30px;
}

.branch-list-select-wrapper .select-my-branch-modal > div label p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.13px;
  text-align: left;
  color: #002575;
}

body.rtl .branch-list-select-wrapper .select-my-branch-modal > div label p {
  text-align: right;
}

.product-wrapper {
  padding-top: 30px;
  padding-bottom: 6%;
}

.product-wrapper .product-content .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ececec;
}

@media only screen and (max-width: 767px) {
  .product-wrapper .product-content .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .product-wrapper .product-content .product-info .product-img-holder {
    height: 40vh;
  }
  .product-wrapper .product-content .product-info > div {
    width: 100% !important;
    padding-right: initial !important;
  }
}

.product-wrapper .product-content .product-info > div {
  width: 47%;
}

.product-wrapper .product-content .product-info .product-img-holder {
  position: relative;
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 10px;
  max-height: 60vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product-wrapper .product-content .product-info .product-img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-wrapper .product-content .product-info .product-img-holder .discound {
  width: 57.7px;
  height: 92.1px;
  background-color: #da1b15;
  position: absolute;
  right: 25%;
  top: 0;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.48px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 5;
}

body.rtl .product-wrapper .product-content .product-info .product-img-holder .discound {
  left: 25%;
  right: auto;
}

.product-wrapper .product-content .product-info .product-details {
  padding-right: 15%;
  padding-top: 15px;
}

.product-wrapper .product-content .product-info .product-details header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-wrapper .product-content .product-info .product-details header .select2 {
  width: 92px !important;
}

.product-wrapper .product-content .product-info .product-details header .select2 .select2-selection {
  border-radius: 4px;
  border: solid 1px #dee2e6;
  background-color: #ffffff;
  outline: 0;
  height: 40px;
  position: relative;
}

.product-wrapper .product-content .product-info .product-details header .select2 .select2-selection .select2-selection__rendered {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #002575;
  padding-right: 19px;
}

.product-wrapper .product-content .product-info .product-details header .select2 .select2-selection .select2-selection__arrow {
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/arrow.svg) no-repeat;
  background-position: center;
}

.product-wrapper .product-content .product-info .product-details header .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

.product-wrapper .product-content .product-info .product-details h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.48px;
  text-align: center;
  color: #002575;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .product-wrapper .product-content .product-info .product-details h5 {
    text-align: left;
  }
  body.rtl .product-wrapper .product-content .product-info .product-details h5 {
    text-align: right;
  }
}

.product-wrapper .product-content .product-info .product-details .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: -0.42px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.product-wrapper .product-content .product-info .product-details .price .after {
  font-size: 15px;
  font-weight: 500;
}

.product-wrapper .product-content .product-info .product-details .price .before {
  color: #bac4d9;
  text-decoration: line-through;
}

.product-wrapper .product-content .product-info .product-details .price .after {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.product-wrapper .product-content .product-info .product-details .desc-holder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(90, 90, 90, 0.87);
  padding-top: 20px;
  padding-bottom: 35px;
  text-align: left;
  padding: 10px;
  /* width */
  /* Track */
  /* Handle */
}

body.rtl .product-wrapper .product-content .product-info .product-details .desc-holder {
  text-align: right;
}

.product-wrapper .product-content .product-info .product-details .desc-holder::-webkit-scrollbar {
  width: 8px;
}

.product-wrapper .product-content .product-info .product-details .desc-holder::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.product-wrapper .product-content .product-info .product-details .desc-holder::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
}

.product-wrapper .product-content .product-info .product-details button {
  height: 68px;
  border-radius: 6px;
  background-color: #002575;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: -0.63px;
  color: #ffffff;
  width: 100%;
}

.product-wrapper .product-content .user-also-bought-wrapper h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.17px;
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: 30px;
}

.product-wrapper .product-content .user-also-bought-wrapper .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 20px;
}

@media only screen and (max-width: 991px) {
  .product-wrapper .product-content .user-also-bought-wrapper .grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .product-wrapper .product-content .user-also-bought-wrapper .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .product-wrapper .product-content .user-also-bought-wrapper .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.address-wrapper {
  background-color: #fbfbfb;
}

.address-wrapper .address-holder {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .address-wrapper .address-holder {
    width: 100%;
  }
}

.address-wrapper .address-content {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 4% 6%;
}

.address-wrapper .address-content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15px;
  color: #000000;
}

.address-wrapper .address-content .address-list-wrapper {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.address-wrapper .address-content .address-list-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.address-wrapper .address-content .address-list-wrapper > div label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.13px;
  text-align: left;
  color: #002575;
  margin-left: 0;
  width: 100%;
}

body.rtl .address-wrapper .address-content .address-list-wrapper > div label {
  text-align: right;
  margin-right: 0;
  margin-left: 20px;
}

.address-wrapper .address-content .address-list-wrapper > div label:after {
  content: "";
  position: absolute;
  width: 92%;
  height: 1px;
  background-color: #ececec;
  bottom: -15px;
  left: 30px;
}

body.rtl .address-wrapper .address-content .address-list-wrapper > div label:after {
  right: 30px;
  left: auto;
}

.address-wrapper .address-content .address-list-wrapper > div img {
  cursor: pointer;
}

.address-wrapper .address-content .add-address-wrapper h4 {
  margin-bottom: 15px;
}

.address-wrapper .address-content .add-address-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.address-wrapper .address-content .add-address-wrapper form.was-validated .form-control:valid {
  border-color: #28a745 !important;
}

@media only screen and (max-width: 991px) {
  .address-wrapper .address-content .add-address-wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .address-wrapper .address-content .add-address-wrapper form > div {
    margin: 0 !important;
  }
}

.address-wrapper .address-content .add-address-wrapper form > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

body.rtl .address-wrapper .address-content .add-address-wrapper form > div {
  margin-left: 15px;
  margin-right: 0;
}

body.rtl .address-wrapper .address-content .add-address-wrapper form > div:last-of-type {
  margin-left: 0;
}

.address-wrapper .address-content .add-address-wrapper form > div:last-of-type {
  margin-right: 0;
}

.address-wrapper .address-content .add-address-wrapper form > div textarea {
  height: 135px;
}

.address-wrapper .address-content .add-address-wrapper form > div button {
  width: 100%;
  height: 55px;
  font-weight: bold;
  line-height: 1.56;
  text-transform: uppercase;
}

.user-account-wrapper {
  min-height: 100vh;
  height: 100%;
  background-color: #f9f9f9;
  padding: 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-account-wrapper .account-step-header {
  padding-bottom: 30px;
}

.user-account-wrapper .account-step-header h1 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.75px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
}

.user-account-wrapper .account-step-header h1 + .hint-holder {
  padding-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  text-align: center;
  color: #002575;
}

.user-account-wrapper form {
  border-radius: 13px;
  -webkit-box-shadow: 0 30px 50px 0 rgba(226, 226, 226, 0.34);
          box-shadow: 0 30px 50px 0 rgba(226, 226, 226, 0.34);
  background-color: #ffffff;
  padding: 90px 60px 40px 60px;
  width: 40%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user-account-wrapper form button {
  height: 53px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.user-account-wrapper > div {
  width: 100%;
  height: 100%;
  text-align: center;
}

.user-account-wrapper .have-account {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: -0.42px;
  text-align: center;
  color: #000000;
  padding-top: 30px;
}

.user-account-wrapper .have-account a {
  font-weight: 500;
  color: #002575;
  text-decoration: underline;
}

.user-account-wrapper .login-wrapper .forget-password-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  text-align: left;
  color: #002575;
  margin-top: 20px;
  margin-bottom: 25px;
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .user-account-wrapper form {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .user-account-wrapper {
    padding: 20px 25px !important;
  }
  .user-account-wrapper form {
    width: 100%;
    padding: 20;
  }
  .user-account-wrapper form label {
    cursor: pointer;
  }
}

.account-setting-wrapper {
  width: 75%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .account-setting-wrapper {
    width: 100%;
  }
}

.account-setting-wrapper .account-setting-content > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account-setting-wrapper .account-setting-content > .content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.account-setting-wrapper .account-setting-content > .content .nav-pills {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
}

.account-setting-wrapper .account-setting-content > .content .nav-pills > .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 64px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #002575;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .account-setting-wrapper .account-setting-content > .content .nav-pills > .nav-link {
    padding: 15px 20px;
  }
}

.account-setting-wrapper .account-setting-content > .content .nav-pills > .nav-link img {
  margin-right: 18px;
}

body.rtl .account-setting-wrapper .account-setting-content > .content .nav-pills > .nav-link img {
  margin-left: 18px;
  margin-right: 0;
}

.account-setting-wrapper .account-setting-content > .content .nav-pills > .nav-link:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.account-setting-wrapper .account-setting-content > .content .nav-pills > .nav-link:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.account-setting-wrapper .account-setting-content > .content .nav-pills > .nav-link.active {
  background-color: #f5f8ff;
}

.account-setting-wrapper .account-setting-content > .content .tab-content-holder {
  position: relative;
}

.account-setting-wrapper .account-setting-content > .content .tab-content {
  border: solid 1px #ececec;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
}

@media only screen and (max-width: 767px) {
  .account-setting-wrapper .account-setting-content > .content .tab-content {
    padding: 15px 20px;
  }
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  color: #000000;
  margin-bottom: 10px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.active {
  opacity: 1;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .passwrod-done-wrapper {
  display: none;
  height: 33vh;
  text-align: center;
  padding: 20px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .passwrod-done-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.19px;
  color: #000000;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .passwrod-done-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.19px;
  color: #002575;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .edit-data-wrapper {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .edit-data-wrapper form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .change-password-wrapper {
  display: none;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .form-group {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .form-group {
    width: 100%;
  }
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .change-password-hinte {
  margin-bottom: 24px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(1) .change-password-hinte p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #000000;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details {
  height: 80px;
  padding: 18px 36px 18px 20px;
  border-radius: 9px;
  border: solid 1px #002575;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details.pending {
  border-color: #ff9306;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details > div .order-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #848484;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details > div .order-num h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details time {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #848484;
}

body.rtl .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .order-details {
  padding: 18px 20px 18px 36px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .pending-orders-wrapper {
  border-bottom: solid 1px #ececec;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane:nth-child(2) .pending-orders-wrapper .alt-alert {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.48px;
  text-align: left;
  color: #856404;
  margin-bottom: 10px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder header h5 {
  margin-bottom: 0;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 500px;
  overflow: auto;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60px;
  border-bottom: solid 1px #ececec;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper > div:last-of-type {
  border-bottom: none;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper > div > div {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper > div > div button {
    margin: 0;
  }
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper > div h6 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.13px;
  color: #002575;
  margin-right: 30px;
}

body.rtl .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane.address-tab-holder .address-list-wrapper > div h6 {
  margin-left: 30px;
  margin-right: 0;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content > header h5 {
  margin-bottom: 0;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alt-msg {
  color: #757373;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder {
  margin-top: 25px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder > div .img-holder {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  padding: 4px;
  margin-right: 15px;
}

body.rtl .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder > div .img-holder {
  margin-left: 15px;
  margin-right: 0;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder > div .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder > div .info-holder .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #002575;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder > div .info-holder .price p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  color: #000000;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .detailes-holder > img {
  cursor: pointer;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper {
  text-align: center;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper input[type="radio"]:checked + label .product-choose {
  border: solid 1px #002575;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper input[type="radio"]:checked + label .product-choose .btn-select {
  border: solid 1px #002575;
  background-color: #002575;
  color: #ffffff;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper label .product-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  border: solid 1px #d1cdcd;
  background-color: #ffffff;
  margin: 5px 10px;
  padding: 10px 15px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper label .product-choose {
    padding: 15px 25px;
  }
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper label .product-choose .product-desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.36px;
  text-align: center;
  color: #002575;
  margin-top: 8px;
  margin-bottom: 15px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper label .product-choose .img-holder {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  padding: 4px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper label .product-choose .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper label .product-choose .price p {
  font-size: 11px;
  font-weight: 500;
  line-height: 2.27;
  letter-spacing: -0.33px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.account-setting-wrapper .account-setting-content > .content .tab-content > .tab-pane .alt-choose-content .alternatives-product-list .alt-product-holder .alt-slider-holder .slick-track .radio-wrapper label .product-choose .btn-select {
  width: 100%;
  border: solid 1px #d1cdcd;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
}

.order-detailes-wrapper {
  width: 75%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .order-detailes-wrapper {
    width: 100%;
  }
}

.order-detailes-wrapper .order-detailes-content > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-detailes-wrapper .order-detailes-content > .content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-summary-holder {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 20px 25px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-summary-holder h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: -0.54px;
  color: #000000;
  margin-bottom: 20px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-summary-holder h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.48px;
  color: #000000;
}

.order-detailes-wrapper .order-detailes-content > .content .order-summary-holder h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #002575;
  margin-top: 7px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-summary-holder .total-price {
  margin-bottom: 30px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-summary-holder .total-price p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: -0.42px;
  color: #002575;
  margin-top: 15px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 25px 30px 25px 36px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder > header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder > header > div .order-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  color: #000000;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder > header > div .order-num h4 {
  font-size: 14px;
  font-weight: 500;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder > header > div .order-num time {
  color: #9a9999;
  margin: 0 35px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder > header .order-hint {
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: -0.42px;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 30px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div .img-holder {
  width: 65px;
  height: 65px;
  margin-right: 8px;
}

body.rtl .order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div .img-holder {
  margin-left: 8px;
  margin-right: 0;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: left;
  color: #002575;
  text-transform: capitalize;
}

body.rtl .order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div .name {
  text-align: right;
}

.order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: -0.42px;
  text-align: left;
  color: #000000;
}

body.rtl .order-detailes-wrapper .order-detailes-content > .content .order-info-holder .product-list > div .price {
  text-align: right;
}

.all-recipes-wrapper .recipes-header-img {
  width: 100%;
  height: 45vh;
  position: relative;
}

.all-recipes-wrapper .recipes-header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .all-recipes-wrapper .recipes-header-img {
    height: 30vh;
  }
}

.all-recipes-wrapper .recipes-header-img .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.all-recipes-wrapper .recipes-header-img .content h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.65px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.all-recipes-wrapper .all-recipes-content {
  width: 80%;
  margin: auto;
}

.all-recipes-wrapper .all-recipes-content > nav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-recipes-wrapper .all-recipes-content .recipes-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 80px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .all-recipes-wrapper .all-recipes-content {
    width: 100%;
  }
  .all-recipes-wrapper .all-recipes-content > nav {
    height: auto;
  }
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 20px 40px 30px 30px;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.6px;
  color: #000000;
  margin-bottom: 15px;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper > div {
  margin-bottom: 30px;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .recipes-img-holder {
  height: 50vh;
  width: 100%;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .recipes-img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .recipes-img-holder {
    height: 30vh;
  }
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .steps-holder > .step-holder {
  margin-bottom: 20px;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .steps-holder > .step-holder h5 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 1.93;
  letter-spacing: -0.42px;
  color: #000000;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .steps-holder > .step-holder:first-of-type p, .all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .steps-holder > .step-holder:last-of-type p {
  font-size: 20px;
  letter-spacing: -0.6px;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .recipes-detailes-wrapper .ingredients-holder ul > li {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.14;
  letter-spacing: -0.42px;
  color: #000000;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .related-recipes-wrapper {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 16px;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .related-recipes-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: -0.51px;
  color: #000000;
}

.all-recipes-wrapper.single-recipes-wrapper .recipes-content .related-recipes-wrapper > .recipes-card-holder {
  margin-bottom: 70px;
}

.recipes-card-holder > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.recipes-card-holder > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipes-card-holder > a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(199, 199, 199, 0.16);
          box-shadow: 0 10px 20px 0 rgba(199, 199, 199, 0.16);
  border: solid 1px #eeeeee;
  padding: 28px 30px 15px 30px;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -50px;
}

.recipes-card-holder > a .content h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: -0.51px;
  text-align: center;
  color: #000000;
  margin-bottom: 7px;
}

.recipes-card-holder > a .content p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.42px;
  text-align: center;
  color: #000000;
}

.terms-wrapper .terms-content {
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .terms-wrapper .terms-content {
    width: 100%;
  }
  .terms-wrapper .terms-content .terms-article-holder {
    height: 55vh;
  }
}

.terms-wrapper .terms-content .title-of-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  text-align: center;
}

.terms-wrapper .terms-content .title-of-article h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.65px;
  text-align: center;
  color: #002575;
}

@media only screen and (max-width: 767px) {
  .terms-wrapper .terms-content .title-of-article h1 {
    font-size: 32px;
  }
}

.terms-wrapper .terms-content .terms-article-holder {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 30px 40px 50px 30px;
  max-height: 70vh;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
}

.terms-wrapper .terms-content .terms-article-holder::-webkit-scrollbar {
  width: 8px;
}

.terms-wrapper .terms-content .terms-article-holder::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.terms-wrapper .terms-content .terms-article-holder::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
}

.terms-wrapper .terms-content .terms-article-holder .top-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.6px;
  color: #000000;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#002575), color-stop(#651378), color-stop(#a00067), color-stop(#c80046), to(#da1b15));
  background-image: linear-gradient(to right, #002575, #651378, #a00067, #c80046, #da1b15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-wrapper .terms-content .terms-article-holder h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.6px;
  color: #000000;
}

.terms-wrapper .terms-content .terms-article-holder h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.6px;
  color: #000000;
}

.terms-wrapper .terms-content .terms-article-holder h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.6px;
  color: #002575;
  margin: 15px 0;
}

.terms-wrapper .terms-content .terms-article-holder p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
  margin: 20px 0;
}

.terms-wrapper .terms-content .terms-article-holder p.start-parg {
  margin-left: 70px;
  font-size: 17px;
}

body.rtl .terms-wrapper .terms-content .terms-article-holder p.start-parg {
  margin-right: 70px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .terms-wrapper .terms-content .terms-article-holder p.start-parg {
    margin-left: 30px;
  }
  body.rtl .terms-wrapper .terms-content .terms-article-holder p.start-parg {
    margin-right: 30px;
    margin-left: 0;
  }
}

.terms-wrapper .terms-content .terms-article-holder a {
  color: #002575;
  font-weight: 500;
}

.terms-wrapper .terms-content .terms-article-holder ul {
  list-style: initial;
}

.terms-wrapper .terms-content .terms-article-holder ul li {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
  margin: 20px 0;
  margin-left: 70px;
}

body.rtl .terms-wrapper .terms-content .terms-article-holder ul li {
  margin-right: 70px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .terms-wrapper .terms-content .terms-article-holder ul li {
    margin-left: 30px;
  }
  body.rtl .terms-wrapper .terms-content .terms-article-holder ul li {
    margin-right: 30px;
    margin-left: 0;
  }
}

.about-us-wrapper .about-us-header {
  width: 100%;
  height: 45vh;
  position: relative;
}

.about-us-wrapper .about-us-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .about-us-wrapper .about-us-header {
    height: 26vh;
  }
}

.about-us-wrapper .about-us-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.about-us-wrapper .about-us-header .content h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.65px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .about-us-wrapper .about-us-header .content h1 {
    font-size: 32px;
  }
}

.about-us-wrapper .about-us-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.about-us-wrapper .about-us-content {
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .about-us-wrapper .about-us-content {
    width: 100%;
    margin: 10px auto;
  }
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: 40px;
  }
  .about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section:first-of-type {
    margin-top: 10px;
  }
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section.about-main-section p {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
  text-align: center;
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section.about-main-section p::first-letter {
  font-size: 35px;
  color: #002575;
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .img-wrapper {
  width: 50%;
  max-height: 50vh;
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .img-wrapper .img-holder {
  width: 100%;
  height: 100%;
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .img-wrapper .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .img-wrapper {
    width: 100%;
    height: 50vh;
    margin-bottom: 30px;
  }
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .article {
  width: 50%;
  margin: 0 40px;
}

body.rtl .about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .article {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .article {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .article h4 {
  font-size: 24px;
  color: #002575;
  letter-spacing: -0.75px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section .article p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section:nth-child(even) .article {
  margin-left: 0;
}

body.rtl .about-us-wrapper .about-us-content > .content .about-sections-holder .metro-section:nth-child(even) .article {
  margin-left: 40px;
  margin-right: 0;
}

.faq-wrapper {
  background-color: #fbfbfb;
}

.faq-wrapper .faq-header {
  width: 100%;
  height: 45vh;
  position: relative;
}

.faq-wrapper .faq-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-header {
    height: 26vh;
  }
}

.faq-wrapper .faq-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.faq-wrapper .faq-header .content h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.65px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-header .content h1 {
    font-size: 32px;
  }
}

.faq-wrapper .faq-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.faq-wrapper .faq-content {
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-content {
    width: 100%;
  }
}

.faq-wrapper .faq-content .faq-sections-holder {
  margin: 30px 0;
}

.faq-wrapper .faq-content .faq-sections-holder .faq-section h2 {
  font-size: 30px;
  color: #000;
  letter-spacing: -0.75px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 35px;
}

.faq-wrapper .faq-content .faq-sections-holder .faq-section h3 {
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.75px;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-content .faq-sections-holder .faq-section h3 {
    font-size: 17px;
  }
}

.faq-wrapper .faq-content .faq-sections-holder .faq-section .card {
  margin-bottom: 15px;
  border: solid 1px #ececec;
  background-color: #ffffff;
}

.faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-header {
  background-color: #002575;
}

.faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-block p {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-block p {
    font-size: 16px;
  }
}

.faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-block ul {
  list-style: initial;
}

.faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-block ul li {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
  margin: 20px 0;
  margin-left: 70px;
  margin-bottom: 0;
}

body.rtl .faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-block ul li {
  margin-right: 70px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-block ul li {
    margin-left: 30px;
  }
  body.rtl .faq-wrapper .faq-content .faq-sections-holder .faq-section .card .card-block ul li {
    margin-right: 30px;
    margin-left: 0;
  }
}

.contact-us-wrapper .contact-us-header {
  width: 100%;
  height: 45vh;
  position: relative;
}

.contact-us-wrapper .contact-us-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .contact-us-wrapper .contact-us-header {
    height: 26vh;
  }
}

.contact-us-wrapper .contact-us-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.contact-us-wrapper .contact-us-header .content h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.65px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .contact-us-wrapper .contact-us-header .content h1 {
    font-size: 32px;
  }
}

.contact-us-wrapper .contact-us-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.contact-us-wrapper .contact-us-content {
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-us-wrapper .contact-us-content {
    width: 100%;
  }
}

.contact-us-wrapper .contact-us-section .form-group {
  width: 48%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .contact-us-wrapper .contact-us-section .form-group {
    width: 100%;
    display: block;
  }
}

.vt-view-wrapper {
  max-height: 100vh !important;
  width: 100% !important;
  max-width: 1900px !important;
  margin: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vt-view--instructions {
  background-color: #f5f8ff;
  margin-top: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.vt-view--instructions h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.66px;
  color: #002575;
  margin-bottom: 20px;
}

.vt-view--instructions h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: -0.54px;
  color: #333333;
}

.vt-view--instructions .instructions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.vt-view--instructions .instructions-grid > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 300px;
  padding-bottom: 40px;
}

.vt-view--instructions .instructions-grid > div:first-of-type {
  padding-top: 30px;
}

.vt-view--instructions .instructions-grid > div p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.48px;
  color: #002575;
  width: 70%;
  margin: 0 auto;
  margin-top: 22px;
  text-align: center;
}

.barcode-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  background-color: #ffffff;
  padding: 40px 60px 40px 60px;
  border-radius: 13px;
  margin: 50px auto;
  text-align: center;
}

.barcode-form .verify-btn {
  height: 55px;
}

@media only screen and (max-width: 575px) {
  .barcode-form {
    width: 100%;
    padding: 16px;
    margin: auto;
    margin-top: 16px;
  }
}

.show-barcode-btn {
  position: fixed;
  bottom: 20px;
  left: 25px;
  z-index: 5;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.metro-bank-wrapper .modal {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.metro-bank-wrapper .bank-steps-wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 2px;
          perspective: 2px;
  /* Track */
  /* Handle */
}

@media only screen and (max-width: 767px) {
  .metro-bank-wrapper .bank-steps-wrapper {
    height: auto;
  }
}

.metro-bank-wrapper .bank-steps-wrapper::-webkit-scrollbar {
  width: 8px;
  display: none;
}

.metro-bank-wrapper .bank-steps-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

.metro-bank-wrapper .bank-steps-wrapper::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
  display: none;
}

.metro-bank-wrapper .bank-steps-wrapper .section {
  position: relative;
  height: 90vh;
  max-height: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;
}

@media only screen and (max-width: 767px) {
  .metro-bank-wrapper .bank-steps-wrapper .section {
    height: 55vh;
    margin: 0 5px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .metro-bank-wrapper .bank-steps-wrapper .section.slick-current {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.metro-bank-wrapper .bank-steps-wrapper .parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(-1px) scale(1.5);
          transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .metro-bank-wrapper .bank-steps-wrapper .parallax::after {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    height: 100%;
  }
}

.metro-bank-wrapper .bank-steps-wrapper .static {
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  background-position: center;
}

.metro-bank-wrapper .bank-steps-wrapper .static.static-bg2 {
  background-image: url(../../images/Metro-pics/step2.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg1::after {
  background-image: url(../../images/Metro-pics/step1.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg2::after {
  background-image: url(../../images/Metro-pics/step2.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg2 {
  background-image: url(../../images/Metro-pics/step2.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg3::after {
  background-image: url(../../images/Metro-pics/step3.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg4::after {
  background-image: url(../../images/Metro-pics/step4.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg4 {
  background-image: url(../../images/Metro-pics/step4.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg5::after {
  background-image: url(../../images/Metro-pics/step5.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg6::after {
  background-image: url(../../images/Metro-pics/step6.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg6 {
  background-image: url(../../images/Metro-pics/step6.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg7::after {
  background-image: url(../../images/Metro-pics/step7.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg8::after {
  background-image: url(../../images/Metro-pics/step8.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg8 {
  background-image: url(../../images/Metro-pics/step8.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg9::after {
  background-image: url(../../images/Metro-pics/step9.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg10::after {
  background-image: url(../../images/Metro-pics/step10.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg10 {
  background-image: url(../../images/Metro-pics/step10.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg11::after {
  background-image: url(../../images/Metro-pics/step11.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg12::after {
  background-image: url(../../images/Metro-pics/step12.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg12 {
  background-image: url(../../images/Metro-pics/step12.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg13::after {
  background-image: url(../../images/Metro-pics/step13.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg14::after {
  background-image: url(../../images/Metro-pics/step14.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg14 {
  background-image: url(../../images/Metro-pics/step14.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg15::after {
  background-image: url(../../images/Metro-pics/step15.png);
}

.metro-bank-wrapper .bank-steps-wrapper .bg16::after {
  background-image: url(../../images/Metro-pics/step16.png);
}

.metro-bank-wrapper .bank-steps-wrapper .static-bg16 {
  background-image: url(../../images/Metro-pics/step16.png);
}

.metro-bank-wrapper .bank-steps-wrapper.is-firefox .section::after {
  -webkit-transform: unset;
          transform: unset;
}

.corporate-wrapper .corporate-header {
  width: 100%;
  height: 45vh;
  position: relative;
}

.corporate-wrapper .corporate-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media only screen and (max-width: 767px) {
  .corporate-wrapper .corporate-header {
    height: 30vh;
  }
}

.corporate-wrapper .corporate-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.corporate-wrapper .corporate-header .content h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -1.65px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .corporate-wrapper .corporate-header .content h1 {
    font-size: 32px;
  }
}

.corporate-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .corporate-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corporate-content .content .corporate--services-wrapper {
    width: 100% !important;
    margin-top: 40px;
    padding-bottom: 0 !important;
  }
}

.corporate-content .services-holder {
  margin-bottom: 70px;
}

.corporate-content .corporate--links {
  min-width: 315px;
  margin-right: 30px;
  position: relative;
}

body.rtl .corporate-content .corporate--links {
  margin-right: 0;
  margin-left: 30px;
}

.corporate-content .corporate--links + .corporate--links-res {
  width: 44px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1.5px solid #002575;
  opacity: 0;
  position: fixed;
  top: 140px;
  left: -1px;
  background: #fff;
  border-radius: 0 6px 6px 0;
  -webkit-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
  z-index: 5;
}

body.rtl .corporate-content .corporate--links + .corporate--links-res {
  left: auto;
  right: -1px;
  border-radius: 6px 0 0 6px;
}

.corporate-content .corporate--links + .corporate--links-res span {
  font-size: 33px;
  margin-top: -6px;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}

.corporate-content .corporate--links.menu-moving {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

body.rtl .corporate-content .corporate--links.menu-moving {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.corporate-content .corporate--links.menu-moving + .corporate--links-res {
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  opacity: 1;
}

.corporate-content .corporate--links.menu-moving.show-menu {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  position: fixed;
  left: 0;
  top: 180px;
  z-index: 55;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body.rtl .corporate-content .corporate--links.menu-moving.show-menu {
  left: auto;
  right: 0;
}

.corporate-content .corporate--links.menu-moving.show-menu + .corporate--links-res span {
  margin-top: 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.rtl .corporate-content .corporate--links.menu-moving.show-menu + .corporate--links-res span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media only screen and (max-width: 991px) {
  .corporate-content .corporate--links {
    min-height: 135px;
  }
}

.corporate-content .corporate--links ul {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.corporate-content .corporate--links ul > li {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.6px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.corporate-content .corporate--links ul > li.active, .corporate-content .corporate--links ul > li:hover {
  background-color: #002575;
  color: #fff;
}

.corporate-content .corporate--services-wrapper {
  width: calc(100% - 315px);
  padding-bottom: 60px;
}

.corporate-content .corporate--services-wrapper .customers-slider .slick-list {
  margin: 0 -15px;
}

.corporate-content .corporate--services-wrapper .customers-slider .customer-img {
  height: 180px;
  max-height: 180px;
  margin: 0 15px;
}

.corporate-content .corporate--services-wrapper .customers-slider .customer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.corporate-content .corporate--services-wrapper article {
  margin: 20px 0;
}

.corporate-content .corporate--services-wrapper h3 {
  font-size: 30px;
  color: #002575;
  letter-spacing: -0.75px;
  font-weight: 500;
  margin-bottom: 20px;
}

.corporate-content .corporate--services-wrapper h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.6px;
  color: #000000;
  margin-bottom: 10px;
}

.corporate-content .corporate--services-wrapper h5 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.6px;
  color: #000000;
  margin-bottom: 10px;
}

.corporate-content .corporate--services-wrapper p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.42px;
  color: #000000;
  margin-bottom: 15px;
  width: 80%;
  text-align: justify;
}

@media only screen and (max-width: 575px) {
  .corporate-content .corporate--services-wrapper p {
    width: 90%;
  }
}

.corporate-content .corporate--services-wrapper p i {
  margin-top: -1px;
  display: inline-block;
  font-weight: bold;
  font-style: italic;
}

.corporate-content .corporate--services-wrapper ol,
.corporate-content .corporate--services-wrapper ul {
  margin-bottom: 10px;
}

.corporate-content .corporate--services-wrapper ol li,
.corporate-content .corporate--services-wrapper ul li {
  width: 80%;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.14;
  letter-spacing: -0.42px;
  color: #000000;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
}

@media only screen and (max-width: 575px) {
  .corporate-content .corporate--services-wrapper ol li,
  .corporate-content .corporate--services-wrapper ul li {
    width: 90%;
  }
}

.bullet-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  min-width: 7px;
  min-height: 7px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
}

body.rtl .bullet-list li::before {
  margin-left: 7px;
  margin-right: 0;
}

.bullet-list.bullet-list--content li h6 {
  font-weight: 500;
  font-style: 18px;
}

.bullet-list.bullet-list--content li::before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  top: 14px;
}

.dash-list li::before {
  content: "";
  width: 7px;
  min-width: 7px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  margin-right: 7px;
}

body.rtl .dash-list li::before {
  margin-left: 7px;
  margin-right: 0;
}

.join-us-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10%;
}

.join-us-btn button {
  width: 450px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .join-us-btn button {
    width: 90%;
  }
}

.go-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #002575;
  color: #fff;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
  opacity: 0;
  visibility: hidden;
}

.go-top:hover {
  opacity: 1;
}

.go-top span {
  display: block;
  position: relative;
  left: -3px;
  font-size: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (max-width: 991px) {
  .go-top.active {
    opacity: 0.9;
    visibility: visible;
    display: none !important;
  }
}

.search-parent-wrapper .search-wrapper {
  background-color: #fff;
  padding-top: 35px;
}

.search-parent-wrapper .search-wrapper .upper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.search-parent-wrapper .search-wrapper .upper-content .upper-content--left {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.search-parent-wrapper .search-wrapper .upper-content .upper-content--banner {
  width: 80%;
  height: 150px;
  border-radius: 10px;
}

.search-parent-wrapper .search-wrapper .upper-content .upper-content--banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .search-parent-wrapper .search-wrapper .upper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-parent-wrapper .search-wrapper .upper-content > div {
    width: 100% !important;
  }
}

.search-parent-wrapper .search-wrapper .result-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2%;
  padding-bottom: 1.5%;
}

@media only screen and (max-width: 575px) {
  .search-parent-wrapper .search-wrapper .result-holder {
    height: 30px;
    padding-bottom: 25px;
    padding-right: 10px;
  }
  body.rtl .search-parent-wrapper .search-wrapper .result-holder {
    padding-left: 10px;
    padding-right: 0;
  }
}

.search-parent-wrapper .search-wrapper .result-holder p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #a5a5a5;
  padding-right: 15px;
}

body.rtl .search-parent-wrapper .search-wrapper .result-holder p {
  padding-left: 15px;
  padding-right: 0;
}

.search-parent-wrapper .search-wrapper .result-holder h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.17px;
  color: rgba(0, 0, 0, 0.87);
}

.search-parent-wrapper .search-wrapper .result-holder img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .search-parent-wrapper .search-wrapper .result-holder img {
    display: block;
  }
}

.search-parent-wrapper .search-wrapper .search-content {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper {
    width: 100% !important;
  }
  .search-parent-wrapper .search-wrapper .search-content .filter-wrapper {
    width: 0 !important;
  }
}

.search-parent-wrapper .search-wrapper .search-content .res-filter-icon {
  text-align: right;
  position: relative;
  bottom: -25px;
  z-index: 1;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .search-parent-wrapper .search-wrapper .search-content .res-filter-icon {
    display: block;
    cursor: pointer;
  }
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .search-parent-wrapper .search-wrapper .search-content .filter-wrapper.active .overlay {
    display: block;
  }
  .search-parent-wrapper .search-wrapper .search-content .filter-wrapper.active .filter-by-holder {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.47);
  top: 0;
  z-index: 33;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder {
  border-radius: 10px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  padding: 23px 25px 20px 25px;
  margin-right: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

body.rtl .search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder {
  margin-left: 10px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder {
    position: fixed;
    background: #fff;
    z-index: 44;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    width: 80%;
    border-radius: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  body.rtl .search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    left: auto;
  }
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.17px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content.active header img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content header h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: left;
  color: #002575;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content header img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 22px;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder form, .search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder .check-list-wrapper {
  max-height: 400px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2px;
  /* width */
  /* Track */
  /* Handle */
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder form::-webkit-scrollbar, .search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder .check-list-wrapper::-webkit-scrollbar {
  width: 8px;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder form::-webkit-scrollbar-track, .search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder .check-list-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder form::-webkit-scrollbar-thumb, .search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder .check-list-wrapper::-webkit-scrollbar-thumb {
  background: #002575;
  border-radius: 4px;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder .type-check {
  margin-bottom: 10px;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .filter-by-holder .search-type-content .check-list-holder .type-check label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0.13px;
  color: #000000;
  cursor: pointer;
}

.search-parent-wrapper .search-wrapper .search-content .filter-wrapper .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper {
  width: 80%;
}

.search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  color: #2e2e2e;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 24px;
}

.search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper .grid-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px 15px;
}

@media only screen and (max-width: 1247px) {
  .search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper .grid-holder {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper .grid-holder {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 399px) {
  .search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper .grid-holder {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.search-parent-wrapper .search-wrapper .search-content .search-grid-wrapper .grid-holder > .card {
  border-radius: 10px;
  margin: 0;
}
