@charset "UTF-8";
/*--------------------------------------------------------------
# Import Modules
--------------------------------------------------------------*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p {
  margin: 0 0 20px;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

embed,
iframe,
object {
  max-width: 100%;
}

/* Text-level semantics
======================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

code, kbd, tt, var, samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.elementor-invisible {
  visibility: visible !important;
}

hr {
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul ul,
ol ul {
  list-style: disc;
}

ul li {
  margin-bottom: 0;
}

ul, ol {
  padding-left: 20px;
}

li > ul, li > ol {
  margin-bottom: 0;
  padding-left: 20px;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}
@keyframes upsdown {
  0% {
    transform: translateY(-100px);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes toptobottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes bottomtotop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Rtdraw {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 770;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.move {
  animation: move 3s linear infinite;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.move1 {
  animation: move1 2s linear infinite;
}

@keyframes move1 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(30px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.move2 {
  animation: move2 2s linear infinite;
}

@keyframes move2 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes dash-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 100%;
  }
}
@keyframes rt-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rt-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes marquee_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes marquee_top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes marquee_bottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.spin {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes showPrice {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hidePrice {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes rtDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fold {
  0% {
    transform: perspective(300px) rotateY(0deg);
  }
  100% {
    transform: perspective(300px) rotateY(90deg);
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

:focus-visible {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0 20px;
}

pre {
  background: #f1f1f1;
  line-height: 1.2;
  max-width: 100%;
  overflow: auto;
  padding: 32px;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

mark, ins {
  background: #006D5B;
  text-decoration: none;
  color: #ffffff;
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: 600;
}

kbd {
  color: #041b16;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #f1f1f1;
}

.wp-block-code {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}

a {
  color: var(--rt-primary-color);
}

a:hover {
  color: var(--rt-primary-color);
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}

table th,
table td,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #e7e7e7;
  padding: 8px;
  text-align: center;
}

td,
th {
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--rt-gray20);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--rt-meta-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--rt-primary-color);
}

.container,
.container-fluid,
.rt-container,
.rt-container-fluid,
.container-narrow {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
.container::after,
.container-fluid::after,
.rt-container::after,
.rt-container-fluid::after,
.container-narrow::after {
  content: "";
  display: table;
  clear: both;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .rt-container,
  .container {
    max-width: var(--rt-container-width, 1344px);
  }
}
@media (min-width: 1200px) {
  .rt-container-lg {
    max-width: 1644px;
  }
}
.row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-right: -12px;
  margin-left: -12px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}

.row.g-1 {
  margin-right: -2px;
  margin-left: -2px;
  margin-top: -4px;
}
.row.g-1 > * {
  padding-right: 2px;
  padding-left: 2px;
  margin-top: 4px;
}

.row.g-2 {
  margin-right: -4px;
  margin-left: -4px;
  margin-top: -8px;
}
.row.g-2 > * {
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 8px;
}

.row.g-3 {
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -16px;
}
.row.g-3 > * {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 16px;
}

.row.g-4 {
  margin-right: -12px;
  margin-left: -12px;
  margin-top: -24px;
}
.row.g-4 > * {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 24px;
}

.row.g-5 {
  margin-right: -24px;
  margin-left: -24px;
  margin-top: -48px;
}
.row.g-5 > * {
  padding-right: 24px;
  padding-left: 24px;
  margin-top: 48px;
}

.row.g-6 {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -40px;
}
.row.g-6 > * {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 40px;
}

.nowrap {
  flex-wrap: nowrap;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-item {
  flex: 0 0 auto;
}
.flex-item.grow {
  flex-grow: 1;
}

[class^=col-],
[class*=" col-"] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  flex: 0 0 auto;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.checkout.woocommerce-checkout .col-1 {
  max-width: 100%;
  flex: unset;
}

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.checkout.woocommerce-checkout .col-2 {
  max-width: 100%;
  flex: unset;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.checkout.woocommerce-checkout .col-3 {
  max-width: 100%;
  flex: unset;
}

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.checkout.woocommerce-checkout .col-4 {
  max-width: 100%;
  flex: unset;
}

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.checkout.woocommerce-checkout .col-5 {
  max-width: 100%;
  flex: unset;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.checkout.woocommerce-checkout .col-6 {
  max-width: 100%;
  flex: unset;
}

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.checkout.woocommerce-checkout .col-7 {
  max-width: 100%;
  flex: unset;
}

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.checkout.woocommerce-checkout .col-8 {
  max-width: 100%;
  flex: unset;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.checkout.woocommerce-checkout .col-9 {
  max-width: 100%;
  flex: unset;
}

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.checkout.woocommerce-checkout .col-10 {
  max-width: 100%;
  flex: unset;
}

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.checkout.woocommerce-checkout .col-11 {
  max-width: 100%;
  flex: unset;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.checkout.woocommerce-checkout .col-12 {
  max-width: 100%;
  flex: unset;
}

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1140px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
}
.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-none {
  display: none;
}

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

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.p-0 {
  padding: 0px;
}

.m-0 {
  margin: 0px;
}

.p-5 {
  padding: 5px;
}

.m-5 {
  margin: 5px;
}

.p-8 {
  padding: 8px;
}

.m-8 {
  margin: 8px;
}

.p-10 {
  padding: 10px;
}

.m-10 {
  margin: 10px;
}

.p-15 {
  padding: 15px;
}

.m-15 {
  margin: 15px;
}

.p-16 {
  padding: 16px;
}

.m-16 {
  margin: 16px;
}

.p-20 {
  padding: 20px;
}

.m-20 {
  margin: 20px;
}

.p-30 {
  padding: 30px;
}

.m-30 {
  margin: 30px;
}

.p-40 {
  padding: 40px;
}

.m-40 {
  margin: 40px;
}

.p-50 {
  padding: 50px;
}

.m-50 {
  margin: 50px;
}

.p-60 {
  padding: 60px;
}

.m-60 {
  margin: 60px;
}

.p-80 {
  padding: 80px;
}

.m-80 {
  margin: 80px;
}

.p-100 {
  padding: 100px;
}

.m-100 {
  margin: 100px;
}

.p-120 {
  padding: 120px;
}

.m-120 {
  margin: 120px;
}

.p-150 {
  padding: 150px;
}

.m-150 {
  margin: 150px;
}

.p-180 {
  padding: 180px;
}

.m-180 {
  margin: 180px;
}

.p-200 {
  padding: 200px;
}

.m-200 {
  margin: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
}
@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
}
.pr-0 {
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
}
@media (min-width: 768px) {
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
}
@media (min-width: 576px) {
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
}
.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
}
.pl-0 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
}
@media (min-width: 768px) {
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
}
@media (min-width: 576px) {
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
}
.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
}
@media (max-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
}
.mr-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
}
@media (max-width: 768px) {
  .mr-md-30 {
    margin-right: 30px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
}
@media (max-width: 576px) {
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
}
.ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
}
@media (max-width: 768px) {
  .ml-md-30 {
    margin-left: 30px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .ml-md-150 {
    margin-left: 150px;
  }
}
@media (max-width: 576px) {
  .ml-sm-30 {
    margin-left: 30px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
}
.gap-0 {
  gap: 0px;
}

.column-gap-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.row-gap-0 {
  row-gap: 0px;
}

.gap-5 {
  gap: 5px;
}

.column-gap-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.row-gap-5 {
  row-gap: 5px;
}

.gap-8 {
  gap: 8px;
}

.column-gap-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.row-gap-8 {
  row-gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.column-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.row-gap-10 {
  row-gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.column-gap-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.row-gap-15 {
  row-gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.column-gap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.row-gap-16 {
  row-gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.column-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.row-gap-20 {
  row-gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.column-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.row-gap-30 {
  row-gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.column-gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.row-gap-40 {
  row-gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.column-gap-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.row-gap-50 {
  row-gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.column-gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.row-gap-60 {
  row-gap: 60px;
}

.gap-80 {
  gap: 80px;
}

.column-gap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row-gap-80 {
  row-gap: 80px;
}

.gap-100 {
  gap: 100px;
}

.column-gap-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.row-gap-100 {
  row-gap: 100px;
}

.gap-120 {
  gap: 120px;
}

.column-gap-120 {
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.row-gap-120 {
  row-gap: 120px;
}

.gap-150 {
  gap: 150px;
}

.column-gap-150 {
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.row-gap-150 {
  row-gap: 150px;
}

.gap-180 {
  gap: 180px;
}

.column-gap-180 {
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.row-gap-180 {
  row-gap: 180px;
}

.gap-200 {
  gap: 200px;
}

.column-gap-200 {
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.row-gap-200 {
  row-gap: 200px;
}

/* WordPress Core
***************************/
.aligncenter,
div.aligncenter {
  display: block;
  margin: 12px auto 12px auto;
}

.alignright {
  float: right;
  margin: 12px 0 24px 24px;
}

.alignleft {
  float: left;
  margin: 12px 24px 24px 0;
}

a img.alignright {
  float: right;
  margin: 12px 0 48px 48px;
}

a img.alignnone {
  margin: 12px 48px 48px 0;
}

a img.alignleft {
  float: left;
  margin: 12px 48px 48px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wp-block-query-pagination {
  margin-top: 10px;
}
.wp-block-query-pagination > a {
  color: #000000;
  font-size: 15px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers > *:not(.dots) {
  display: inline-flex;
  padding: 3px 8px;
  background-color: var(--rt-gray10);
  line-height: 1.3;
  min-width: 30px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  color: #111111;
  border: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background-color: var(--rt-meta-color);
  color: #FFFFFF;
}

/* Gutenberg Style */
.blocks-gallery-grid, .wp-block-gallery {
  margin-bottom: 25px;
  margin-top: 25px;
}

.gallery-caption {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

.wp-block-latest-comments__comment-date,
.wp-block-image figcaption,
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 14px;
}

.wp-block-image figcaption {
  color: #70778b;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 10px 10px 0;
  width: calc(50% - 10px);
  border-radius: 4px;
  overflow: hidden;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc(33.33333% - 10px);
  margin-right: 10px;
}

.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: calc(25% - 10px);
  margin-right: 10px;
}

.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc(20% - 5px);
  margin-right: 5px;
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

.columns-5 .blocks-gallery-image figcaption,
.columns-5 .blocks-gallery-item figcaption,
.columns-6 .blocks-gallery-image figcaption,
.columns-6 .blocks-gallery-item figcaption,
.columns-7 .blocks-gallery-image figcaption,
.columns-7 .blocks-gallery-item figcaption,
.columns-8 .blocks-gallery-image figcaption,
.columns-8 .blocks-gallery-item figcaption {
  font-size: 14px;
}

.single-blog .single-blog-content .post-details .wp-block-rss,
.single-blog .single-blog-content .post-details .wp-block-latest-posts {
  list-style: none;
  padding: 0;
}

.single-blog .single-blog-content .post-details > *:last-child {
  margin-bottom: 0;
}

.single-blog .single-blog-content .post-details .wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar {
  margin-bottom: 15px;
}

.single-blog .single-blog-content .post-details .wp-block-latest-comments,
.single-blog .single-blog-content .post-details .wp-block-archives {
  padding-left: 0;
}

form.post-password-form label > input {
  background: #FFFFFF;
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  padding: 10px 8px;
  height: 44px;
}

form.post-password-form input[type=submit] {
  background: var(--rt-primary-color);
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 500;
  outline: none;
  height: 44px;
  transition: all ease 0.31s;
}

.comment-list .pingback-entry {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__label {
  display: none;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  border: none;
  background-color: var(--rt-primary-color);
  border-radius: 0 6px 6px 0;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--rt-button-color);
  transition: 0.4s;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--rt-secondary-color);
}
.wp-block-search .wp-block-search__input {
  border-radius: 6px 0 0 6px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-search .wp-block-search__input:focus-visible {
  outline: none;
  border-color: #565656;
}

.wp-block-cover {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 6px;
  overflow: hidden;
}
.wp-block-cover .wp-block-cover__background {
  border-radius: 12px;
}
.wp-block-cover.is-repeated {
  border-radius: 12px;
}
.wp-block-cover a {
  color: #FFFFFF;
}

.has-large-font-size,
.has-x-large-font-size {
  line-height: 1.24;
}

figcaption,
figure.wp-block-image figcaption {
  border-radius: 12px;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #FFFFFF;
}

.wp-block-media-text {
  margin-bottom: 15px;
}
.wp-block-media-text figure {
  border-radius: 12px;
  overflow: hidden;
}

.wp-block-button {
  margin-bottom: 12px;
}
.wp-block-button .wp-block-button__link {
  color: var(--rt-button-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  letter-spacing: 0.5px;
  padding: 16px 26px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  z-index: 1;
  transition: all 520ms ease;
}
.wp-block-button .wp-block-button__link:before, .wp-block-button .wp-block-button__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: all 520ms ease;
}
.wp-block-button .wp-block-button__link:before {
  background-color: var(--rt-primary-color);
  transform: translate3D(0, 0, 0);
  z-index: -1;
}
.wp-block-button .wp-block-button__link::after {
  background-color: var(--rt-tertiary-color);
  transform: translate3D(0, -100%, 0);
  z-index: -1;
}
.wp-block-button .wp-block-button__link:hover:after {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--rt-button-text-color);
  border: 2px solid var(--rt-primary-color);
  background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--rt-button-color);
  border-color: var(--rt-secondary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:before {
  display: none;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
  border-radius: 0;
}

.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button .wp-block-button__link.no-border-radius:before {
  border-radius: 0;
}

.wp-block-button .has-foodymat-primary-background-color:before {
  background-color: #006D5B;
}

.wp-block-button .has-foodymat-secondary-background-color:before {
  background-color: #00473b;
}

.wp-block-button .has-foodymat-yellow-background-color:before {
  background-color: #ffb000;
}

.wp-block-button .has-foodymat-dark-gray-background-color:before {
  background-color: #edf5f4;
}

.wp-block-button .has-foodymat-light-gray-background-color:before {
  background-color: #f1f1f1;
}

.wp-block-button .has-foodymat-white-background-color:before {
  background-color: #ffffff;
}

.wp-block-post {
  margin-bottom: 24px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  padding: 20px 30px 20px 30px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border-left: 6px solid;
  border-color: #ffb000;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
  border: none;
  border-bottom: 4px solid;
  border-top: 4px solid;
  color: currentColor;
  margin-bottom: 1.75em;
  margin-top: 1.5em;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px;
}

.has-foodymat-primary-background-color {
  background-color: var(--rt-primary-color) !important;
}

.has-foodymat-secondary-background-color {
  background-color: var(--rt-secondary-color) !important;
}

.has-foodymat-yellow-background-color {
  background-color: var(--rt-tertiary-color) !important;
}

.has-foodymat-dark-gray-background-color {
  background-color: var(--rt-gray20) !important;
}

.has-foodymat-light-gray-background-color {
  background-color: var(--rt-gray10) !important;
}

.has-foodymat-white-background-color {
  background-color: #FFFFFF !important;
}

.has-foodymat-primary-color {
  color: var(--rt-primary-color) !important;
}

.has-foodymat-secondary-color {
  color: var(--rt-secondary-color) !important;
}

.has-foodymat-yellow-color {
  color: var(--rt-tertiary-color) !important;
}

.has-foodymat-dark-gray-color {
  color: var(--rt-gray20) !important;
}

.has-foodymat-light-gray-color {
  color: var(--rt-gray10) !important;
}

.has-foodymat-white-color {
  color: #FFFFFF !important;
}

.wp-block-gallery.alignleft.extraclass {
  margin-right: 30px;
}

.wp-block-gallery-1.wp-block-gallery.columns-3 {
  margin-bottom: 15px;
}

.variations_button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.variations_button .single_add_to_cart_button {
  height: 50px;
}

.fmp-modal.modal .quantity input[type=number] {
  width: 70px !important;
}

/* Form
***************************/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: medium none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--rt-body-color);
  border: 1px solid var(--rt-border-color);
  transition: all 520ms ease;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=range]:hover,
input[type=range]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=month]:hover,
input[type=month]:focus,
input[type=week]:hover,
input[type=week]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=color]:hover,
input[type=color]:focus,
textarea:hover,
textarea:focus {
  outline: none;
  border-color: rgba(var(--rt-primary-rgb), 0.5);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--rt-primary-rgb), 0.25);
}

select {
  border: 1px solid var(--rt-border-color);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

.content-area {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.foodymat-breadcrumb-wrapper.no-bg.no-color + div {
  padding-top: 0;
}

.post-edit-link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  line-height: 1;
  max-width: 44px;
  max-height: 24px;
  opacity: 0;
  visibility: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.post-edit-link:hover {
  background: #000000;
}
.post-thumbnail:hover .post-edit-link {
  opacity: 1;
  visibility: visible;
}

/*blend mode*/
.rt-blend img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg) !important;
}

/*scroll bar*/
.foodymat-offcanvas-drawer::-webkit-scrollbar {
  width: 1px;
}

.foodymat-offcanvas-drawer::-webkit-scrollbar {
  background: var(--rt-primary-color);
}

.foodymat-offcanvas-drawer::-webkit-scrollbar-thumb {
  background: var(--rt-primary-color);
}

.foodymat-accordion1 summary {
  justify-content: space-between !important;
}
.foodymat-accordion1 .e-n-accordion-item:first-child summary {
  border-width: 0 0 0 0 !important;
}

.metaStyleDash, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a::before, .meta-style-dash-bg .rt-post-meta li::before, .meta-style-dash .rt-post-meta li::before {
  content: "-----";
  margin-right: 7px;
  letter-spacing: -4px;
  transform: scaleY(0.8);
  width: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.primaryColor, .single-post-pagination .nav-title:hover, .single-post-pagination .link:hover, .blog-grid-2 .entry-title a:hover, .foodymat-post-card .entry-header .entry-title a:hover, .above-meta-style-border .separate-meta a, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a, .meta-style-dash-bg .rt-post-meta li:not(.category, .tag) a, .meta-style-dash-bg .rt-post-meta li:not(.category, .tag):before, .meta-style-dash-bg .rt-post-meta li:not(.category, .tag), .meta-style-border .rt-post-meta ul li:is(.category, .tag) a, .meta-style-border .rt-post-meta ul li:not(.category, .tag) a, .meta-style-border .rt-post-meta ul li:not(.category, .tag), .widget a:hover, .foodymat-widget-area .rt-blog-post .entry-title a:hover, .foodymat-breadcrumb-wrapper .breadcrumb li.active .title, .foodymat-offcanvas-drawer ul li.current-menu-item > a,
.foodymat-offcanvas-drawer ul li.current-menu-ancestor > a, .foodymat-offcanvas-drawer nav ul li a:hover, .foodymat-navigation ul.menu li.current-menu-item > a,
.foodymat-navigation ul.menu li.current > a, .foodymat-navigation ul.menu > li > a:hover, .foodymat-navigation ul li a:hover, .site-branding h1 a {
  color: var(--rt-primary-color);
}

.primaryBG, .above-meta-style-border .separate-meta a:hover, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a:hover, .meta-style-border .rt-post-meta ul li:is(.category, .tag) a:hover, .foodymat-navigation ul.menu li ul.dropdown-menu li a:before, .foodymat-navigation ul li ul li > a:before, button,
input[type=button],
input[type=reset],
input[type=submit], button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: var(--rt-primary-color);
}

.secondaryColor, .meta-style-border .rt-post-meta ul li:not(.category, .tag) a:hover {
  color: var(--rt-secondary-color);
}

.secondaryBG {
  background-color: var(--rt-secondary-color);
}

.tertiaryColor {
  color: var(--rt-tertiary-color);
}

.tertiaryBG {
  background-color: var(--rt-tertiary-color);
}

.whiteColor, .single-post.foodymat-single-3 .content-top-area .rt-post-meta a,
.single-post.foodymat-single-3 .content-top-area .rt-post-meta li:before, .single-post.foodymat-single-3 .content-top-area .rt-post-meta, .single-post.foodymat-single-3 .content-top-area .entry-title, .above-meta-style-border .separate-meta a:hover, .meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a:hover, .meta-style-border .rt-post-meta ul li:is(.category, .tag) a:hover {
  color: #FFFFFF;
}

.whiteBG {
  background-color: #FFFFFF;
}

.blackColor {
  color: #000000;
}

.blackBG {
  background-color: #000000;
}

@font-face {
  font-family: "rt-fontello";
  src: url("../fonts/fontello-icon/rt-fontello.eot?65066266");
  src: url("../fonts/fontello-icon/rt-fontello.eot?65066266#iefix") format("embedded-opentype"), url("../fonts/fontello-icon/rt-fontello.woff2?65066266") format("woff2"), url("../fonts/fontello-icon/rt-fontello.woff?65066266") format("woff"), url("../fonts/fontello-icon/rt-fontello.ttf?65066266") format("truetype"), url("../fonts/fontello-icon/rt-fontello.svg?65066266#rt-fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'rt-fontello';
    src: url('../font/rt-fontello.svg?65066266#rt-fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "rt-fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-rt-warning-empty:before {
  content: "\e800";
} /* '' */
.icon-rt-tag:before {
  content: "\e801";
} /* '' */
.icon-rt-filter:before {
  content: "\e802";
} /* '' */
.icon-rt-tags:before {
  content: "\e803";
} /* '' */
.icon-rt-flower:before {
  content: "\e804";
} /* '' */
.icon-rt-grid:before {
  content: "\e805";
} /* '' */
.icon-rt-minus:before {
  content: "\e806";
} /* '' */
.icon-rt-up-angle-bar:before {
  content: "\e807";
} /* '' */
.icon-rt-paper-plane:before {
  content: "\e808";
} /* '' */
.icon-rt-plus:before {
  content: "\e809";
} /* '' */
.icon-rt-quote:before {
  content: "\e80a";
} /* '' */
.icon-rt-reply:before {
  content: "\e80b";
} /* '' */
.icon-rt-search:before {
  content: "\e80c";
} /* '' */
.icon-rt-list:before {
  content: "\e80d";
} /* '' */
.icon-rt-calendar:before {
  content: "\e80e";
} /* '' */
.icon-rt-chevron-right-1:before {
  content: "\e80f";
} /* '' */
.icon-rt-location-4:before {
  content: "\e810";
} /* '' */
.icon-rt-user-1:before {
  content: "\e811";
} /* '' */
.icon-rt-user:before {
  content: "\e812";
} /* '' */
.icon-rt-down-arrow:before {
  content: "\e813";
} /* '' */
.icon-rt-tree:before {
  content: "\e814";
} /* '' */
.icon-rt-email:before {
  content: "\e815";
} /* '' */
.icon-rt-play:before {
  content: "\e816";
} /* '' */
.icon-rt-cart:before {
  content: "\e817";
} /* '' */
.icon-rt-clock:before {
  content: "\e818";
} /* '' */
.icon-rt-arrow-circle:before {
  content: "\e819";
} /* '' */
.icon-rt-phone:before {
  content: "\e81a";
} /* '' */
.icon-rt-user-2:before {
  content: "\e81b";
} /* '' */
.icon-rt-comment-2:before {
  content: "\e81c";
} /* '' */
.icon-rt-medicine:before {
  content: "\e81d";
} /* '' */
.icon-rt-ei_user:before {
  content: "\e81e";
} /* '' */
.icon-rt-marketing:before {
  content: "\e81f";
} /* '' */
.icon-rt-education:before {
  content: "\e820";
} /* '' */
.icon-rt-round-border-tick:before {
  content: "\e821";
} /* '' */
.icon-rt-award:before {
  content: "\e822";
} /* '' */
.icon-rt-image:before {
  content: "\e823";
} /* '' */
.icon-rt-video:before {
  content: "\e824";
} /* '' */
.icon-rt-check:before {
  content: "\e825";
} /* '' */
.icon-rt-share:before {
  content: "\e826";
} /* '' */
.icon-rt-location-2:before {
  content: "\e827";
} /* '' */
.icon-rt-location-3:before {
  content: "\e828";
} /* '' */
.icon-rt-carbon_forum:before {
  content: "\e829";
} /* '' */
.icon-rt-comment-1:before {
  content: "\e82a";
} /* '' */
.icon-rt-check-2:before {
  content: "\e82b";
} /* '' */
.icon-rt-feedback:before {
  content: "\e82c";
} /* '' */
.icon-rt-chevron-down:before {
  content: "\e82d";
} /* '' */
.icon-rt-eye:before {
  content: "\e82e";
} /* '' */
.icon-rt-grid-2:before {
  content: "\e82f";
} /* '' */
.icon-rt-i:before {
  content: "\e830";
} /* '' */
.icon-rt-location-1:before {
  content: "\e831";
} /* '' */
.icon-rt-location-pointer:before {
  content: "\e832";
} /* '' */
.icon-rt-location-pointer-2:before {
  content: "\e833";
} /* '' */
.icon-rt-lock:before {
  content: "\e834";
} /* '' */
.icon-rt-search-1:before {
  content: "\e835";
} /* '' */
.icon-rt-phone-2:before {
  content: "\e836";
} /* '' */
.icon-rt-round-tick:before {
  content: "\e837";
} /* '' */
.icon-rt-star:before {
  content: "\e838";
} /* '' */
.icon-rt-subscibe-email:before {
  content: "\e839";
} /* '' */
.icon-rt-user-3:before {
  content: "\e83a";
} /* '' */
.icon-rt-arrow-double:before {
  content: "\e83b";
} /* '' */
.icon-zoom-in:before {
  content: "\e83c";
} /* '' */
.icon-rt-article:before {
  content: "\e83d";
} /* '' */
.icon-rt-available-location:before {
  content: "\e83e";
} /* '' */
.icon-rt-calender-2:before {
  content: "\e83f";
} /* '' */
.icon-rt-calender-3:before {
  content: "\e840";
} /* '' */
.icon-rt-calender-4:before {
  content: "\e841";
} /* '' */
.icon-rt-plus-1:before {
  content: "\e842";
} /* '' */
.icon-rt-select-category:before {
  content: "\e843";
} /* '' */
.icon-rt-registration:before {
  content: "\e844";
} /* '' */
.icon-rt-pdf:before {
  content: "\e845";
} /* '' */
.icon-rt-arrow-right-1:before {
  content: "\e846";
} /* '' */
.icon-rt-like:before {
  content: "\e847";
} /* '' */
.icon-rt-heart:before {
  content: "\e848";
} /* '' */
.icon-zoom-out:before {
  content: "\e849";
} /* '' */
.icon-check:before {
  content: "\e84a";
} /* '' */
.icon-quotes-stroke:before {
  content: "\e84b";
} /* '' */
.icon-rt-check-mark:before {
  content: "\e84c";
} /* '' */
.icon-rt-heart-1:before {
  content: "\e84d";
} /* '' */
.icon-rt-doctor:before {
  content: "\e84e";
} /* '' */
.icon-rt-trust-badge:before {
  content: "\e84f";
} /* '' */
.icon-rt-x-twitter:before {
  content: "\e850";
} /* '' */
.icon-guidance-service:before {
  content: "\e851";
} /* '' */
.icon-rt-find-doctor:before {
  content: "\e852";
} /* '' */
.icon-finance-feature:before {
  content: "\e853";
} /* '' */
.icon-google-play:before {
  content: "\e854";
} /* '' */
.icon-rt-dollar-1:before {
  content: "\e855";
} /* '' */
.icon-left-arrow:before {
  content: "\e856";
} /* '' */
.icon-rt-location-5:before {
  content: "\e857";
} /* '' */
.icon-right-arrow:before {
  content: "\e858";
} /* '' */
.icon-rt-solar_star-fall:before {
  content: "\e859";
} /* '' */
.icon-message:before {
  content: "\e85a";
} /* '' */
.icon-money-analysis-service:before {
  content: "\e85b";
} /* '' */
.icon-quarter-circle:before {
  content: "\e85c";
} /* '' */
.icon-quotation-right:before {
  content: "\e85d";
} /* '' */
.icon-quotation-right-small:before {
  content: "\e85e";
} /* '' */
.icon-quotation-small:before {
  content: "\e85f";
} /* '' */
.icon-quotation-small-alt:before {
  content: "\e860";
} /* '' */
.icon-review:before {
  content: "\e861";
} /* '' */
.icon-icon-quixa-quote:before {
  content: "\e862";
} /* '' */
.icon-rt-chevron-right:before {
  content: "\e863";
} /* '' */
.icon-search:before {
  content: "\e864";
} /* '' */
.icon-secure-data-service:before {
  content: "\e865";
} /* '' */
.icon-security-service:before {
  content: "\e866";
} /* '' */
.icon-solve-problems:before {
  content: "\e867";
} /* '' */
.icon-tax-service:before {
  content: "\e868";
} /* '' */
.icon-arrow_vector:before {
  content: "\e869";
} /* '' */
.icon-time-data-service:before {
  content: "\e86a";
} /* '' */
.icon-rt-comments:before {
  content: "\e86b";
} /* '' */
.icon-uiux-service:before {
  content: "\e86c";
} /* '' */
.icon-user:before {
  content: "\e86d";
} /* '' */
.icon-user-datalist-feature:before {
  content: "\e86e";
} /* '' */
.icon-analysis-service:before {
  content: "\e86f";
} /* '' */
.icon-angle-down:before {
  content: "\e870";
} /* '' */
.icon-application-feature:before {
  content: "\e871";
} /* '' */
.icon-apple:before {
  content: "\e872";
} /* '' */
.icon-app-service:before {
  content: "\e873";
} /* '' */
.icon-app-service-alt:before {
  content: "\e874";
} /* '' */
.icon-comunication-service:before {
  content: "\e875";
} /* '' */
.icon-clock:before {
  content: "\e876";
} /* '' */
.icon-comunication-service-alt:before {
  content: "\e877";
} /* '' */
.icon-content-marketing:before {
  content: "\e878";
} /* '' */
.icon-correct:before {
  content: "\e879";
} /* '' */
.icon-credit-feature:before {
  content: "\e87a";
} /* '' */
.icon-data-service:before {
  content: "\e87b";
} /* '' */
.icon-degital-art:before {
  content: "\e87c";
} /* '' */
.icon-development-service:before {
  content: "\e87d";
} /* '' */
.icon-digital-marketing-service:before {
  content: "\e87e";
} /* '' */
.icon-download:before {
  content: "\e87f";
} /* '' */
.icon-file:before {
  content: "\e880";
} /* '' */
.icon-file-alt:before {
  content: "\e881";
} /* '' */
.icon-filter:before {
  content: "\e882";
} /* '' */
.icon-parcentege:before {
  content: "\e883";
} /* '' */
.icon-play:before {
  content: "\e884";
} /* '' */
.icon-savings-feature:before {
  content: "\e885";
} /* '' */
.icon-finance-consulting-feature:before {
  content: "\e886";
} /* '' */
.icon-rt-medical:before {
  content: "\e887";
} /* '' */
.icon-rt-plane:before {
  content: "\e888";
} /* '' */
.icon-rt-umbrella-2:before {
  content: "\e889";
} /* '' */
.icon-rt-umbrella-1:before {
  content: "\e88a";
} /* '' */
.icon-rt-car:before {
  content: "\e88b";
} /* '' */
.icon-rt-home:before {
  content: "\e88c";
} /* '' */
.icon-rt-fill-arrow:before {
  content: "\e88d";
} /* '' */
.icon-rt-round-chevron-left:before {
  content: "\e88e";
} /* '' */
.icon-rt-round-chevron-right:before {
  content: "\e88f";
} /* '' */
.icon-rt-phone-stroke:before {
  content: "\e890";
} /* '' */
.icon-rt-email-stroke:before {
  content: "\e891";
} /* '' */
.icon-cancel:before {
  content: "\e892";
} /* '' */
.icon-secure:before {
  content: "\e893";
} /* '' */
.icon-rt-short-arrow:before {
  content: "\e894";
} /* '' */
.icon-health:before {
  content: "\e895";
} /* '' */
.icon-car:before {
  content: "\e896";
} /* '' */
.icon-home:before {
  content: "\e897";
} /* '' */
.icon-trusted:before {
  content: "\e898";
} /* '' */
.icon-money:before {
  content: "\e899";
} /* '' */
.icon-h2-info-ic-1:before {
  content: "\e89a";
} /* '' */
.icon-h2-info-ic-3:before {
  content: "\e89b";
} /* '' */
.icon-home-on-hand:before {
  content: "\e89c";
} /* '' */
.icon-home-spark:before {
  content: "\e89d";
} /* '' */
.icon-caleder-f:before {
  content: "\e89e";
} /* '' */
.icon-delivary:before {
  content: "\e89f";
} /* '' */
.icon-user-plus:before {
  content: "\e8a0";
} /* '' */
.icon-foods:before {
  content: "\e8a1";
} /* '' */
.icon-dish:before {
  content: "\e8a2";
} /* '' */
.icon-location-network:before {
  content: "\e8a3";
} /* '' */
.icon-group-1171274701:before {
  content: "\e8a4";
} /* '' */
.icon-tip:before {
  content: "\e8a9";
} /* '' */
.icon-location-fill:before {
  content: "\e8aa";
} /* '' */
.icon-breakfast:before {
  content: "\e8ab";
} /* '' */
.icon-caleder-f-1:before {
  content: "\e8ac";
} /* '' */
.icon-comments-3:before {
  content: "\e8ae";
} /* '' */
.icon-custom-menu:before {
  content: "\e8af";
} /* '' */
.icon-dinner:before {
  content: "\e8b0";
} /* '' */
.icon-email-fill:before {
  content: "\e8b1";
} /* '' */
.icon-ice-cream:before {
  content: "\e8b2";
} /* '' */
.icon-juice:before {
  content: "\e8b3";
} /* '' */
.icon-lunch:before {
  content: "\e8b4";
} /* '' */
.icon-meat:before {
  content: "\e8b5";
} /* '' */
.icon-pick-up:before {
  content: "\e8b7";
} /* '' */
.icon-pixel-arrow:before {
  content: "\e8b8";
} /* '' */
.icon-pizza:before {
  content: "\e8b9";
} /* '' */
.icon-cart:before {
  content: "\e8ba";
} /* '' */
.icon-quote-stroke-3:before {
  content: "\e8bb";
} /* '' */
.icon-rt-paper-plane-2:before {
  content: "\e8bc";
} /* '' */
.icon-small-arrow-left:before {
  content: "\e8bd";
} /* '' */
.icon-small-arrow-right:before {
  content: "\e8be";
} /* '' */
.icon-star-circle:before {
  content: "\e8bf";
} /* '' */
.icon-minus-circle:before {
  content: "\e8c0";
} /* '' */
.icon-play-stroke:before {
  content: "\e8c1";
} /* '' */
.icon-quotes-stroke-2:before {
  content: "\e8c2";
} /* '' */
.icon-round:before {
  content: "\e8c3";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
} /* '' */
.icon-pinterest-squared:before {
  content: "\f0d3";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-folder-empty:before {
  content: "\f114";
} /* '' */
.icon-star-half-alt:before {
  content: "\f123";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-skype:before {
  content: "\f17e";
} /* '' */
.icon-vimeo-squared:before {
  content: "\f194";
} /* '' */
.icon-vine:before {
  content: "\f1ca";
} /* '' */
.icon-cc-stripe:before {
  content: "\f1f5";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-envelope-open-o:before {
  content: "\f2b7";
} /* '' */
.icon-twitter-squared:before {
  content: "\f304";
} /* '' */
.icon-facebook-squared:before {
  content: "\f308";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */
.icon-rt-youtube:before {
  content: "\f315";
} /* '' */
body {
  font-family: var(--rt-body-font, "Quicksand"), sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  background-color: var(--rt-body-bg-color);
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--rt-heading-font, "Quicksand"), sans-serif;
  margin: 0 0 15px 0;
  font-weight: 700;
  color: var(--rt-title-color);
}

h1,
.h1 {
  font-size: 44px;
  line-height: 54px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 42px;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 36px;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 28px;
}

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

h6,
.h6 {
  font-size: 14px;
  line-height: 18px;
}

small,
.small {
  font-size: 15px;
  line-height: 28px;
}

input {
  font-family: var(--rt-body-font, "Quicksand"), sans-serif !important;
}

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

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

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

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.text-uppercase {
  text-transform: uppercase;
}

.no-line-height {
  line-height: 1em !important;
}

button {
  transition: all 520ms ease;
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50px;
  letter-spacing: 0.5px;
  padding: 16px 26px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  z-index: 1;
  transition: all 520ms ease;
}
.btn:active {
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn.btn-xl {
  padding: 24px 32px;
  font-size: 24px;
  line-height: 24px;
}
.btn.btn-lg {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 18px;
}
.btn.btn-sm {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 13px;
}
.btn.btn-xs {
  padding: 11px 18px;
  font-size: 10px;
  line-height: 10px;
}

.btn-primary {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: var(--rt-secondary-color);
  border-color: var(--rt-secondary-color);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: var(--rt-secondary-color);
  border-color: var(--rt-secondary-color);
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: rgba(var(--rt-secondary-rgb), 0.8);
  border-color: rgba(var(--rt-secondary-rgb), 0.8);
}

.btn-light {
  color: #FFFFFF;
  background-color: var(--rt-meta-color);
  border-color: var(--rt-meta-color);
}
.btn-light:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.btn-gray {
  color: #FFFFFF;
  background-color: var(--rt-meta-color);
  border-color: var(--rt-meta-color);
}
.btn-gray:hover {
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.rt-button .btn {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rt-button .btn:before, .rt-button .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: all 520ms ease;
}
.rt-button .btn i {
  font-size: 16px;
  display: inline-block;
}
.rt-button .button-1 {
  color: var(--rt-button-color);
  border: 1px solid #FFFFFF;
  position: relative;
  z-index: 0;
}
.rt-button .button-1::before {
  content: "";
  position: absolute;
  top: -90%;
  left: -5px;
  transform: translatey(-7.3125rem);
  width: 11.625rem;
  height: 8.3125rem;
  background-image: url(../images/button-shape-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
.rt-button .button-1:hover {
  color: var(--rt-primary-color);
}
.rt-button .button-1:hover::before {
  transform: translatey(0.625rem);
}

.rt-button .button-2 {
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-primary-color);
  position: relative;
  z-index: 0;
}
.rt-button .button-2::before {
  content: "";
  position: absolute;
  top: -90%;
  left: 0;
  transform: translatey(-7.3125rem);
  width: 13.625rem;
  height: 8.3125rem;
  background-image: url(../images/button-shapes.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
.rt-button .button-2:hover {
  color: #fff;
}
.rt-button .button-2:hover::before {
  transform: translatey(0.025rem);
}

.rt-button .button-2X {
  color: var(--rt-button-text-color);
}
.rt-button .button-2X i {
  color: var(--rt-button-text-color);
}
.rt-button .button-2X:before {
  background-color: var(--rt-tertiary-color);
  transform: translate3D(0, 0, 0);
  z-index: -1;
}
.rt-button .button-2X::after {
  background-color: var(--rt-primary-color);
  transform: translate3D(0, -100%, 0);
  z-index: -1;
}
.rt-button .button-2X:hover {
  color: var(--rt-button-color);
}
.rt-button .button-2X:hover i {
  color: var(--rt-button-color);
}
.rt-button .button-2X:hover:after {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.rt-button .button-3 {
  color: var(--rt-button-color);
}
.rt-button .button-3 i {
  color: var(--rt-button-color);
}
.rt-button .button-3:before {
  background-color: var(--rt-primary-color);
  transform: translate3D(0, 0, 0);
  z-index: -1;
}
.rt-button .button-3::after {
  background-color: var(--rt-tertiary-color);
  transform: translate3D(0, -100%, 0);
  z-index: -1;
}
.rt-button .button-3:hover {
  color: var(--rt-button-text-color);
}
.rt-button .button-3:hover i {
  color: var(--rt-button-text-color);
}
.rt-button .button-3:hover:after {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.rt-button .button-4 {
  color: var(--rt-button-text-color);
  border: 1px solid var(--rt-border-color);
}
.rt-button .button-4:before {
  background-color: var(--rt-body-bg-color);
  transform: translate3D(0, 0, 0);
  z-index: -1;
}
.rt-button .button-4::after {
  background-color: var(--rt-primary-color);
  transform: translate3D(0, -100%, 0);
  z-index: -1;
}
.rt-button .button-4:hover {
  color: var(--rt-button-color);
}
.rt-button .button-4:hover:after {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.rt-button .button-4:hover i {
  color: var(--rt-button-color);
}

.rt-button .button-5 {
  color: var(--rt-button-text-color);
}
.rt-button .button-5:before {
  background-color: var(--rt-gray20);
  transform: translate3D(0, 0, 0);
  z-index: -1;
}
.rt-button .button-5::after {
  background-color: var(--rt-tertiary-color);
  transform: translate3D(0, -100%, 0);
  z-index: -1;
}
.rt-button .button-5:hover:after {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

a {
  transition: all 520ms ease;
}
a, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

.text-primary {
  color: var(--rt-primary-color);
}

.bg-primary {
  background-color: var(--rt-primary-color);
}

.border-primary {
  border-color: var(--rt-primary-color);
}

.text-secondary {
  color: var(--rt-secondary-color);
}

.bg-secondary {
  background-color: var(--rt-secondary-color);
}

.border-secondary {
  border-color: var(--rt-secondary-color);
}

.text-body {
  color: var(--rt-body-color);
}

.bg-body {
  background-color: var(--rt-body-color);
}

.border-body {
  border-color: var(--rt-body-color);
}

.text-title {
  color: var(--rt-title-color);
}

.bg-title {
  background-color: var(--rt-title-color);
}

.border-title {
  border-color: var(--rt-title-color);
}

.text-meta {
  color: var(--rt-meta-color);
}

.bg-meta {
  background-color: var(--rt-meta-color);
}

.border-meta {
  border-color: var(--rt-meta-color);
}

.text-grey1 {
  color: var(--rt-gray10);
}

.bg-grey1 {
  background-color: var(--rt-gray10);
}

.border-grey1 {
  border-color: var(--rt-gray10);
}

.text-grey2 {
  color: var(--rt-gray20);
}

.bg-grey2 {
  background-color: var(--rt-gray20);
}

.border-grey2 {
  border-color: var(--rt-gray20);
}

.text-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.border-white {
  border-color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.border-black {
  border-color: #000000;
}

::-moz-selection {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

::selection {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

::-moz-selection {
  background: var(--rt-primary-color);
  color: #FFFFFF;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table .display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.overlay-dark {
  position: relative;
}
.overlay-dark:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.5;
  background-color: #000000;
}

.hide {
  display: none;
  visibility: hidden;
}

.show {
  display: inline-block;
  visibility: visible;
}

.elementor-element.rt-parallax-bg-yes {
  transition: none !important;
}

[class*=rticon] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

[class*=rticon] svg {
  fill: var(--rt-meta-color);
  width: 18px;
  height: 18px;
}

[class*=rticon] svg {
  transition: all 520ms ease;
}

.video-container,
figure.wp-block-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container embed,
.video-container object,
.video-container video,
figure.wp-block-embed iframe,
figure.wp-block-embed embed,
figure.wp-block-embed object,
figure.wp-block-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img, img.img-responsive {
  max-width: 100%;
  height: auto;
}

/*============================
# Review Schema Style
=============================*/
.rtrs-review-wrap {
  border-radius: 4px;
  padding: 25px 30px 30px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}

.rtrs-review-wrap .rtrs-sorting-bar {
  background-color: #fff;
  padding: 0;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select select {
  padding: 7px 32px 5px 13px;
  box-shadow: none;
  border: 1px solid #eaeaea;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-title {
  font-size: 18px;
  font-weight: 500;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
  padding: 23px 25px 24px !important;
  background: transparent !important;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
  background-color: var(--rt-primary-light3, #EAF7F4) !important;
  color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
  background-color: var(--rt-primary-dark) !important;
  color: #fff !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-review-title {
  margin: 0 0 8px;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body p {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn {
  padding: 0 !important;
}

body .rtrs-review-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.rtrs-review-wrap .rtrs-paginate {
  margin: 0 0 10px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
  line-height: 2 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group {
  margin-bottom: 20px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group.rtrs-submit-button {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group input[submit] {
  margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
  background-color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
  background-color: var(--rt-primary-dark) !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li {
  margin-bottom: 0 !important;
}

.rtrs-summary {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress {
  margin-bottom: 10px !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
  margin-bottom: 0 !important;
}

.rtrs-summary .rtrs-progress-wrap {
  padding: 20px 30px 10px !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-value {
  background: var(--rt-primary-color) !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-moz-progress-bar {
  background: var(--rt-primary-color) !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-bar {
  background: #C7E6DE !important;
}

.rtrs-summary .rtrs-progress-wrap progress {
  color: var(--rt-primary-dark) !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before {
  color: var(--rt-primary-color) !important;
}

/* Back to top
======================*/
.scrollToTop {
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.scrollToTop.show {
  opacity: 1;
  visibility: visible;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
}
.scrollToTop svg {
  fill: var(--rt-button-color);
}
.scrollToTop:hover {
  background: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.scrollToTop:hover i {
  animation: toBottomFromTop 0.7s forwards;
}
.scrollToTop:hover svg {
  fill: var(--rt-button-text-color);
}

/*-------------------
#. Preloader css
--------------------*/
.preloading {
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 75px;
  width: 100%;
  height: 100%;
  background: var(--rt-primary-color);
  z-index: 9999;
}
.preloading .style-1 {
  margin-left: 20px;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  animation-duration: 1.5s;
  animation-name: rotating-text-1;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  animation: blur-text 0.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.1s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.3s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.5s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(8) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.7s infinite linear alternate;
}
.loading-text span:nth-child(9) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(10) {
  filter: blur(0px);
  animation: blur-text 0.5s 0.9s infinite linear alternate;
}
.loading-text span:nth-child(11) {
  filter: blur(0px);
  animation: blur-text 0.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(12) {
  filter: blur(0px);
  animation: blur-text 0.5s 1.1s infinite linear alternate;
}
.loading-text span:nth-child(13) {
  filter: blur(0px);
  animation: blur-text 0.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(14) {
  filter: blur(0px);
  animation: blur-text 0.5s 1.3s infinite linear alternate;
}
.loading-text span:nth-child(15) {
  filter: blur(0px);
  animation: blur-text 0.5s 1.4s infinite linear alternate;
}

@keyframes rotating-text-1 {
  0% {
    transform: translateY(100%);
  }
  30% {
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}
/* reservation form */
.fmp-reservation-form-wrap {
  background-color: #FFFFFF;
  border: 1px solid var(--rt-primary-color);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px 55px;
}

.fmp-reservation-form-wrap .fmp-field {
  margin-bottom: 25px;
}

.fmp-reservation-form-wrap .fmp-field.fmp-resi-submit-btn-wrap {
  margin-bottom: 0;
}

.fmp-reservation-form-wrap .fmp-resi-container form label {
  display: block;
  color: var(--rt-title-color);
  font-weight: 500;
  margin-bottom: 7px;
}

.fmp-reservation-form-wrap .fmp-resi-container form input,
.fmp-reservation-form-wrap .fmp-resi-container form select {
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  font-size: 15px;
  padding: 6px 12px;
  width: 100%;
  background-color: #F8F8F8;
  height: 50px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EAEAEA;
}

.fmp-reservation-form-wrap .fmp-resi-container form textarea {
  background: #fff;
  outline: none;
  border-radius: 5px;
  height: 200px;
  padding: 12px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EAEAEA;
}

.fmp-reservation-form-wrap .fmp-resi-container form button {
  background-color: var(--rt-primary-color);
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 10px;
  padding: 5px 24px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  border: 1px solid transparent !important;
}

.fmp-reservation-form-wrap .fmp-resi-container form button:hover {
  background-color: #fff;
  color: #000000 !important;
  border: 1px solid var(--rt-primary-color) !important;
}

.fmp-field {
  position: relative;
}

@media (min-width: 1025px) {
  .rt-mobile-logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-header .rt-container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1024px) {
  .rt-site-logo,
  .desktop-hamburg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .desktop-hamburg {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-hamburg {
    display: none;
  }
}
.main-header-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-branding {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
}
.site-branding h1 {
  margin: 0;
}
.site-branding h1 a {
  display: flex;
  padding: 10px 0;
  font-weight: bold;
  transition: color 0.4s;
}
.site-branding h1 a:hover {
  color: var(--rt-secondary-color);
}

.site-header {
  position: relative;
  background-color: var(--rt-body-bg-color);
  z-index: 9;
}
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.phone-with-menu-icon-wrapper {
  gap: 24px;
}
@media (max-width: 1024px) {
  .phone-with-menu-icon-wrapper {
    justify-content: end;
  }
}
@media (min-width: 361px) and (max-width: 1024px) {
  .phone-with-menu-icon-wrapper {
    flex: 1;
  }
}

.phone-item {
  display: none;
}
@media (min-width: 1340px) {
  .phone-item {
    display: flex;
  }
}
.phone-item i {
  color: var(--rt-primary-color);
  font-size: 45px;
}
.phone-item .phone-text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #02060C;
}
.phone-item .phone-text a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #02060C;
}
.phone-item--style-2 .wrap-content {
  padding: 10px 18px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.phone-item--style-2 .wrap-content i {
  font-size: 40px;
}
.phone-item--style-2 .wrap-content .phone-text p {
  line-height: 14px;
}
.phone-item--style-2 .wrap-content .phone-text a {
  color: var(--rt-primary-color);
  line-height: 10px;
}

.menu-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.menu-icon-wrapper .menu-icon-action {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .menu-icon-wrapper .menu-icon-action {
    justify-content: center;
  }
}
.menu-icon-wrapper .menu-icon-action .rt-cart .cart-count {
  position: absolute;
  background-color: var(--rt-primary-color);
  width: 24px;
  height: 24px;
  top: -5px;
  right: -9px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 26px;
  font-size: 12px;
  border: 1px solid transparent;
  transition: all 520ms ease;
}
.menu-icon-wrapper .menu-icon-action .rt-cart:hover .cart-count {
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.menu-icon-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-icon-wrapper .menu-icon {
  width: 45px;
  height: 45px;
  border: 1px solid var(--rt-primary-color);
  border-radius: 50px;
  color: var(--rt-primary-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.menu-icon-wrapper .menu-icon i {
  font-size: 19px;
  transition: all 520ms ease;
}
.menu-icon-wrapper .menu-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  background-color: var(--rt-primary-color);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.menu-icon-wrapper .menu-icon:hover i {
  color: #FFFFFF;
}
.menu-icon-wrapper .menu-icon:hover::before {
  height: 100% !important;
}
.menu-icon-wrapper a:hover svg {
  fill: var(--rt-primary-color);
}
.menu-icon-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-icon-wrapper ul li {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.menu-icon-wrapper .menu-search-bar {
  font-size: 26px;
}
.menu-icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.menu-icon-wrapper .has-separator li:not(:last-child) {
  padding-right: 15px;
}
.menu-icon-wrapper .has-separator li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 23px;
  background: var(--rt-meta-color);
  top: 50%;
  transform: translateY(-50%);
}
.menu-icon-wrapper .has-button li:nth-last-child(1) {
  padding-right: 0;
}
.menu-icon-wrapper .has-button li:nth-last-child(1)::after,
.menu-icon-wrapper .has-button li:nth-last-child(2)::after {
  content: none;
}
@media (max-width: 1200px) {
  .menu-icon-wrapper .rt-button {
    display: none;
  }
}

.header-search {
  position: fixed;
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.3);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  transition: all ease 0.31s;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-search .header-search-wrap {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 345px;
  background-color: #FFFFFF;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-search .close {
  position: absolute;
  top: 100px;
  right: 30px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  opacity: 0;
  visibility: visible;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  color: var(--rt-button-color);
  background: var(--rt-primary-color);
  border-radius: 50%;
  z-index: 1;
}
.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search] {
  width: 90%;
  height: 60px;
  color: var(--rt-title-color);
  font-size: 16px;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  padding: 15px 35px 15px 0;
  outline: none;
  background: transparent;
  border-bottom: 1px solid var(--rt-border-color);
  line-height: 28px;
  transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search]:focus {
  box-shadow: none;
}
.header-search .header-search-form .search-btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: var(--rt-primary-color);
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-left: -24px;
  background: transparent;
  line-height: 29px;
  transition: all 0s ease-in-out;
}
.header-search.open {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-search.open .header-search-wrap {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-search.open .close {
  opacity: 1;
  visibility: visible;
}

.foodymat-header-2 .main-header-section {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF0F1 90.5%);
}
.foodymat-header-3 .main-header-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1660px) {
  .page-id-100 .site:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #D2E2E0;
    position: absolute;
    top: 0;
    left: 115px;
    z-index: 9;
  }
}
@media (min-width: 1440px) and (max-width: 1660px) {
  .home-four-hero.elementor-element:before {
    background-size: 750px 877px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .home-four-hero.elementor-element:before {
    background-size: cover !important;
    opacity: 0.2;
  }
}
/* Main Navigation
***************************/
@media (min-width: 1350px) {
  .navigation-menu-wrap {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .navigation-menu-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .navigation-menu-wrap {
    justify-content: center;
    gap: 12px;
  }
  .navigation-menu-wrap .menu-icon-wrapper {
    margin-left: unset;
    padding-left: 0;
  }
  .navigation-menu-wrap .menu-icon-wrapper > ul {
    justify-content: center;
  }
}

.foodymat-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  /* #. Submenu */
  /*Menu hover effect*/
}
@media (max-width: 1024px) {
  .main-header-section .foodymat-navigation {
    display: none;
  }
}
.foodymat-navigation ul.foodymat-navbar {
  padding: 0;
  margin: 0;
}
.foodymat-navigation ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.foodymat-navigation ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--rt-title-color);
  text-decoration: none;
  text-transform: capitalize;
  padding: 34px 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 1199px) {
  .foodymat-navigation ul li a {
    padding: 26px 15px;
  }
}
.foodymat-navigation ul li.current-menu-item > a svg,
.foodymat-navigation ul li.current-menu-ancestor > a svg {
  fill: var(--rt-primary-color);
}
.foodymat-navigation ul li.current-menu-item > a,
.foodymat-navigation ul li.current-menu-ancestor > a {
  position: relative;
  color: var(--rt-primary-color);
}
.foodymat-navigation ul li.current-menu-item > a:before,
.foodymat-navigation ul li.current-menu-ancestor > a:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 2px;
  border-radius: 10px;
  background: var(--rt-primary-color);
  bottom: 0;
  left: 15px;
}
.foodymat-navigation ul li ul li.current-menu-item > a:before,
.foodymat-navigation ul li ul li.current-menu-ancestor > a:before {
  display: none;
}
.foodymat-navigation ul li a:hover svg {
  fill: var(--rt-primary-color);
}
.foodymat-navigation ul > li > ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 0;
  width: 240px;
  text-align: left;
  border-radius: 0 0 15px 15px;
  background-color: var(--rt-body-bg-color);
  box-shadow: 0 8px 8px rgba(23, 22, 24, 0.04), 0 4px 4px rgba(23, 22, 24, 0.04), 0 2px 2px rgba(23, 22, 24, 0.04);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.foodymat-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.foodymat-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 240px;
}
.foodymat-navigation ul li ul li {
  display: block;
  padding: 0 24px;
}
.foodymat-navigation ul li ul li a {
  position: relative;
  display: block;
  color: var(--rt-title-color);
  padding: 10px 0;
  z-index: 2;
  font-size: 15px;
  border-bottom: 1px dashed var(--rt-border-color);
}
.foodymat-navigation ul li ul li > a:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  width: 5px;
  height: 5px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 520ms ease;
}
.foodymat-navigation ul li ul li:hover > a {
  padding-left: 15px;
}
.foodymat-navigation ul li ul li:hover > a:before {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.foodymat-navigation ul li ul > li:last-child > a {
  border-bottom: none;
}
.foodymat-navigation ul li ul li:hover > a {
  color: var(--rt-primary-color);
}
.foodymat-navigation ul.menu li ul.dropdown-menu li:last-child:after {
  border-bottom: none;
}
.foodymat-navigation ul.menu li ul.dropdown-menu li a:hover {
  color: var(--rt-primary-color);
}
.foodymat-navigation ul.menu li ul.dropdown-menu li a:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 0.0625rem;
  width: 0;
  right: 0;
  left: inherit;
  bottom: 0;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.foodymat-navigation ul.menu li ul.dropdown-menu li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}
.foodymat-navigation > ul li.page_item_has_children > a:after,
.foodymat-navigation > ul li.menu-item-has-children > a:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid var(--rt-primary-color);
  display: inline-block;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
  margin-left: 8px;
  transition: all 520ms ease;
}
.foodymat-navigation .caret svg {
  fill: unset;
  transition: fill 0.4s;
}
.foodymat-navigation .dropdown-menu .caret {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.foodymat-navigation .dropdown-menu .caret svg {
  transform: rotate(-90deg) scale(0.9);
}

.foodymat-navbar li > .dropdown-menu li.dropdown-inverse .dropdown-menu {
  left: auto;
  min-width: 195px;
  transition: all 0.2s;
}
.foodymat-navbar li > .dropdown-menu li.dropdown-inverse:hover .dropdown-menu {
  margin-right: -5px;
}

/* Mega-menu CSS
***************************/
.mega-menu-wrap .e-con-inner {
  position: relative;
}
.mega-menu-wrap .elementor-element,
.mega-menu-wrap .elementor-widget-container {
  position: unset;
}

.foodymat-navigation {
  /*start mega menu two column*/
  /*start mega menu three column*/
  /*end mega menu three column*/
}
.foodymat-navigation ul.menu li.mega-menu ul.dropdown-menu li a:before,
.foodymat-navigation ul.menu li.mega-menu ul.dropdown-menu li:after,
.foodymat-navigation ul.menu li.mega-menu ul.dropdown-menu li.menu-item-has-children:before {
  display: none;
}
.foodymat-navigation ul.menu li.mega-menu ul.dropdown-menu li a {
  padding: 0 0 8px;
}
.foodymat-navigation ul.menu li.mega-menu .dropdown-menu .dropdown-toggle {
  padding-bottom: 0 !important;
}
.foodymat-navigation ul li.mega-menu {
  position: static;
}
.foodymat-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}
.foodymat-navigation ul li.mega-menu > ul.dropdown-menu {
  justify-content: flex-start;
  display: flex;
  background-color: var(--rt-body-bg-color);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.foodymat-navigation ul li > ul.dropdown-menu {
  transform: translate3d(0px, 2rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  pointer-events: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.foodymat-navigation ul > li:hover > ul.dropdown-menu {
  transform: translateY(0);
  pointer-events: all;
}
.foodymat-navigation ul li.mega-menu.two-column {
  position: relative;
}
.foodymat-navigation ul li.mega-menu.two-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 520px !important;
}
.foodymat-navigation ul li.mega-menu.two-column {
  position: relative;
}
.foodymat-navigation ul li.mega-menu.three-column > ul.dropdown-menu {
  background-color: #FFFFFF !important;
  width: 780px !important;
}
.foodymat-navigation ul li.mega-menu > ul.dropdown-menu > li {
  display: inline-block;
  width: 100%;
  border: none;
}
.foodymat-navigation ul li.mega-menu > ul.dropdown-menu > li > ul.dropdown-menu {
  transform: unset;
}
.foodymat-navigation ul li.mega-menu > ul.dropdown-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
  border-top: none;
  padding: 0;
}
.foodymat-navigation ul li.mega-menu > ul.dropdown-menu > li > a {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 24px;
  border-bottom: 1px dashed var(--rt-border-color);
}
.foodymat-navigation ul li.mega-menu > ul.dropdown-menu > li > a:before {
  display: none;
}
.foodymat-navigation ul li.mega-menu.hide-header > ul.dropdown-menu > li > a {
  display: none;
}
.foodymat-navigation ul li.mega-menu > ul .caret {
  display: none !important;
}
.foodymat-navigation ul li.mega-menu.mega-menu-col-2 > ul {
  width: 45%;
}
.foodymat-navigation ul li.mega-menu.mega-menu-col-3 > ul {
  width: 65%;
}

/* Header search
***************************/
.rt-search-popup.show .rt-search-form {
  visibility: visible;
  opacity: 1;
  top: 51px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 520ms ease;
}
.rt-search-popup .rt-search-form {
  position: absolute;
  top: 70px;
  right: -12px;
  width: 300px;
  padding: 5px 12px 6px 14px;
  background: var(--rt-title-color);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  font-size: var(--rt-body-font, "Quicksand"), sans-serif-1;
}
.rt-search-popup .rt-search-form::before {
  content: "";
  position: absolute;
  background: var(--rt-title-color);
  width: 14px;
  height: 14px;
  top: -6px;
  right: 26px;
  transform: rotate(-45deg);
}
.rt-search-popup .rt-search-form .search-box {
  position: relative;
  border: none;
}
.rt-search-popup .rt-search-form .search-box svg {
  fill: var(--rt-meta-color);
}
.rt-search-popup .rt-search-form input[type=text] {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: none;
  background: none;
  transition: 0.4s;
  color: var(--rt-meta-color);
}
.rt-search-popup .rt-search-form input[type=text]:hover, .rt-search-popup .rt-search-form input[type=text]:focus {
  outline: none;
}
.rt-search-popup .rt-search-form input[type=text]:focus + button {
  opacity: 1;
}
.rt-search-popup .rt-search-form button {
  position: absolute;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  background: none;
  border: none;
  outline: none;
  height: 100%;
  padding: 3px 8px 0;
  opacity: 0;
}

/* Off canvas drawer */
.foodymat-offcanvas-drawer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 40px;
  width: 350px;
  margin-left: -350px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--rt-body-bg-color);
  color: var(--rt-body-color);
  z-index: 99999;
  box-sizing: border-box;
  transition: 0.4s ease-in-out;
  max-width: 100%;
  overflow: auto;
}
.foodymat-offcanvas-drawer.is-open {
  margin-left: 0;
}
.foodymat-offcanvas-drawer .offcanvas-logo {
  margin-bottom: 30px;
}
.foodymat-offcanvas-drawer .offcanvas-logo .rt-site-logo {
  display: none !important;
}
.foodymat-offcanvas-drawer .offcanvas-logo .rt-mobile-logo {
  display: block !important;
}
.foodymat-offcanvas-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.foodymat-offcanvas-drawer nav ul li a {
  padding: 10px 40px 10px 0;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--rt-title-color);
  line-height: 1.3;
}
.foodymat-offcanvas-drawer nav ul li ul a {
  font-size: 15px;
  font-weight: 600;
}
.foodymat-offcanvas-drawer .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-49%);
  right: 6px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rt-primary-color);
  border-radius: 50%;
}
.foodymat-offcanvas-drawer .caret svg {
  fill: #FFFFFF;
}
.foodymat-offcanvas-drawer ul > li.is-open > a > .caret > svg {
  transform: rotate(180deg);
}
.foodymat-offcanvas-drawer ul ul {
  padding-left: 30px;
}
.foodymat-offcanvas-drawer .offcanvas-navigation {
  margin-bottom: 25px;
}
.foodymat-offcanvas-drawer .offcanvas-navigation li > ul {
  display: none;
}
.foodymat-offcanvas-drawer .offcanvas-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foodymat-offcanvas-drawer .offcanvas-logo .trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 26px;
  cursor: pointer;
  color: var(--rt-button-color);
  background: var(--rt-primary-color);
  border-radius: 50%;
  z-index: 1;
}

.foodymat-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99990;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.foodymat-offcanvas-drawer.is-open + .foodymat-body-overlay {
  opacity: 1;
  visibility: visible;
}

.offcanvas-address label {
  display: block;
  color: var(--rt-title-color);
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  width: 100%;
}
.offcanvas-address .offcanvas-info li {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 8px;
  color: var(--rt-body-color);
}
.offcanvas-address .offcanvas-info a {
  color: var(--rt-body-color);
}
.offcanvas-address .offcanvas-info a:hover {
  color: var(--rt-primary-color);
}
.offcanvas-address .offcanvas-info svg {
  width: 14px;
  height: 14px;
}
.offcanvas-address .offcanvas-social-icon {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.offcanvas-address .offcanvas-social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  border: 1px solid var(--rt-border-color);
  color: var(--rt-meta-color);
  overflow: hidden;
}
.offcanvas-address .offcanvas-social-icon a svg {
  fill: var(--rt-meta-color);
  width: 15px;
  height: 15px;
}
.offcanvas-address .offcanvas-social-icon a:hover svg {
  animation: headShake 1.5s;
}

/* Topbar Navigation
***************************/
.foodymat-topbar {
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--rt-primary-color);
  color: var(--rt-meta-light);
  min-height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 650px) {
  .foodymat-topbar .topbar-right {
    padding: 5px 0;
  }
}
.foodymat-topbar .topbar-row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .foodymat-topbar .topbar-row {
    justify-content: center;
  }
}
.foodymat-topbar .topbar-left span {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.foodymat-topbar .topbar-left span:not(:last-child):before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #8DA4A2;
  position: absolute;
  top: 12px;
  right: -18px;
  border-radius: 50%;
}
.foodymat-topbar .topbar-left svg {
  fill: var(--rt-meta-light);
  width: 15px;
  height: 15px;
}
.foodymat-topbar .topbar-left a {
  color: var(--rt-meta-light);
}
.foodymat-topbar .topbar-left a:hover {
  color: var(--rt-tertiary-color);
}
@media (max-width: 767px) {
  .foodymat-topbar .topbar-left {
    justify-content: center;
  }
}
.foodymat-topbar .social-icon {
  display: inline-flex;
  align-items: center;
}
.foodymat-topbar .social-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  width: 50px;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.foodymat-topbar .social-icon a:hover svg {
  fill: var(--rt-tertiary-color);
}
.foodymat-topbar .social-icon [class*=rticon] svg {
  width: 15px;
  height: 15px;
  fill: var(--rt-meta-light);
}

.has-trheader .site-header .foodymat-topbar * {
  color: var(--rt-meta-light);
}

/*========================================
//  HeadRoom Sticky
==========================================*/
.site-header.scrolling {
  background-color: var(--rt-body-bg-color);
  box-shadow: 6px 6px 32px 0 rgba(0, 80, 191, 0.08);
}

.has-trheader .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}

.has-sticky-header .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.has-sticky-header.tr-header-dark .site-header.scrolling {
  background-color: var(--rt-body-bg-color);
}
.has-sticky-header.tr-header-light .site-header.scrolling {
  background-color: var(--rt-primary-color);
}
.has-sticky-header.tr-header-light .site-header.scrolling .menu-icon-wrapper .menu-icon::before {
  background-color: #FFFFFF;
}
.has-sticky-header.tr-header-light .site-header.scrolling .menu-icon-wrapper .menu-icon-action li a:hover i {
  color: var(--rt-primary-color) !important;
}
.has-sticky-header.tr-header-light .site-header.scrolling .rt-button .button-2:hover {
  color: var(--rt-primary-color);
}
.has-sticky-header.tr-header-light .site-header.scrolling .rt-button .button-2:hover::before {
  background-image: url(../images/button-shape-white.svg);
}

.admin-bar.has-trheader .site-header,
.admin-bar.has-sticky-header .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar.has-trheader .site-header,
  .admin-bar.has-sticky-header .site-header {
    top: 46px;
  }
}

.headroom {
  will-change: transform;
  transition: transform 250ms ease-in-out;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.header--not-top.headroom--pinned {
  transform: translateY(calc(86px - 100%));
}

/* Transparent Header */
.has-trheader.has-menu-shadow .site-header::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  position: absolute;
  width: 100%;
  height: 220px;
  z-index: -1;
  pointer-events: none;
}
.has-trheader .site-header .foodymat-navigation ul li a svg {
  opacity: 0.7;
}

.tr-header-light .light-logo {
  display: block;
}
.tr-header-light .dark-logo, .tr-header-light .rt-mobile-logo {
  display: none;
}
.tr-header-light .foodymat-navigation .menu-main-menu-container > ul > li > a, .tr-header-light .menu-menu-right-container > ul > li > a, .tr-header-light .menu-menu-left-container > ul > li > a {
  color: #FFFFFF;
}
.tr-header-light .foodymat-navigation .menu-main-menu-container > ul > li > a svg, .tr-header-light .menu-menu-right-container > ul > li > a svg, .tr-header-light .menu-menu-left-container > ul > li > a svg {
  fill: #FFFFFF;
}
.tr-header-light .ham-burger .btn-hamburger span {
  background-color: #FFFFFF;
}
.tr-header-light .ham-burger .menu-label {
  color: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper a svg {
  fill: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .ham_burger .line {
  stroke: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .has-separator li:not(:last-child):after {
  background-color: #FFFFFF;
}
.tr-header-light .phone-item i {
  color: #FFFFFF;
}
.tr-header-light .phone-item .phone-text .phone-label {
  color: #FFFFFF;
}
.tr-header-light .phone-item .phone-text a {
  color: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .menu-icon-action li a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.tr-header-light .menu-icon-wrapper .menu-icon-action li a:hover {
  border-color: var(--rt-primary-color);
}
.tr-header-light .foodymat-navigation ul li.current-menu-item > a:before, .tr-header-light .foodymat-navigation ul li.current-menu-ancestor > a:before {
  background-color: #FFFFFF;
}

.has-trheader.foodymat-header-2 .main-header-section {
  background: transparent;
}

.foodymat-header-3.tr-header-light .foodymat-navigation ul li.current-menu-item > a:before, .foodymat-header-3.tr-header-light .foodymat-navigation ul li.current-menu-ancestor > a:before {
  bottom: -15px;
}
.foodymat-header-3.tr-header-light .menu-icon-wrapper .menu-icon-action li a:hover {
  color: var(--rt-primary-color);
}
.foodymat-header-3.tr-header-light .menu-icon-wrapper .menu-icon-action li a:hover i {
  color: var(--rt-primary-color);
}
.foodymat-header-3.tr-header-light .menu-icon-wrapper .menu-icon-action li a:hover::before {
  background-color: #FFFFFF;
}
.foodymat-header-3.tr-header-light .menu-icon-action .rt-button .button-2::before {
  background-image: url(../images/button-shape-white.svg);
}
.ham-burger .menu-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 0;
  transition: all 520ms ease;
}
.ham-burger .menu-label {
  color: var(--rt-title-color);
  font-weight: 600;
}
.ham-burger .btn-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  background-color: var(--rt-meta-color);
  border-radius: 12px;
  transition: all 520ms ease;
}
.ham-burger .btn-hamburger span:nth-child(2) {
  width: 18px;
}
.ham-burger .btn-hamburger span:nth-child(3) {
  width: 12px;
}
.ham-burger .btn-hamburger span:nth-child(3) {
  margin-bottom: 0;
}
.ham-burger:hover .btn-hamburger span {
  width: 22px;
}

.border-anim {
  background: linear-gradient(90deg, #f16f99 50%, transparent 50%), linear-gradient(90deg, #f16f99 50%, transparent 50%), linear-gradient(0deg, #f16f99 50%, transparent 50%), linear-gradient(0deg, #f16f99 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px;
  background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
  animation: dash 6s linear infinite;
}

@keyframes dash {
  to {
    background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
  }
}
.foodymat-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  padding: 120px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .foodymat-breadcrumb-wrapper {
    padding: 80px 0;
  }
}
.foodymat-breadcrumb-wrapper.has-bg {
  position: relative;
  background-color: var(--rt-secondary-color);
  z-index: 0;
}
.foodymat-breadcrumb-wrapper.has-bg .entry-title {
  color: #FFFFFF;
}
.foodymat-breadcrumb-wrapper.banner-dark .entry-title {
  color: var(--rt-title-color);
}
.foodymat-breadcrumb-wrapper.banner-light .entry-title {
  color: #FFFFFF;
}
.foodymat-breadcrumb-wrapper .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.foodymat-breadcrumb-wrapper .breadcrumb {
  display: block;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: var(--rt-meta-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.foodymat-breadcrumb-wrapper .breadcrumb li {
  display: inline;
  position: relative;
  align-items: center;
  gap: 10px;
}
.foodymat-breadcrumb-wrapper .breadcrumb .raquo {
  padding: 0 5px;
  line-height: 1;
  color: var(--rt-title-color);
}
.foodymat-breadcrumb-wrapper .breadcrumb a {
  color: var(--rt-meta-color);
}
.foodymat-breadcrumb-wrapper .breadcrumb path {
  stroke: var(--rt-meta-color);
}
.foodymat-breadcrumb-wrapper .container {
  z-index: 1;
}
.foodymat-breadcrumb-wrapper .entry-breadcrumb span {
  font-size: 15px;
  font-weight: 500;
}
.foodymat-breadcrumb-wrapper .entry-breadcrumb span a {
  color: var(--rt-title-color);
}
.foodymat-breadcrumb-wrapper .entry-breadcrumb span a:hover {
  color: var(--rt-tertiary-color);
}
.foodymat-breadcrumb-wrapper .entry-breadcrumb .current-item {
  color: var(--rt-primary-color);
}
.foodymat-breadcrumb-wrapper .entry-breadcrumb .dvdr {
  color: var(--rt-primary-color);
  line-height: 1;
  padding: 0 10px;
}
.foodymat-breadcrumb-wrapper .entry-title {
  color: var(--rt-title-color);
  font-size: clamp(44px, 4vw, 54px);
  line-height: 1.2;
  margin-bottom: 0;
}
.foodymat-breadcrumb-wrapper .align-items-center .entry-breadcrumb {
  text-align: center;
}
.foodymat-breadcrumb-wrapper .align-items-end .entry-breadcrumb {
  text-align: right;
}

.has-trheader .foodymat-breadcrumb-wrapper {
  padding-top: 205px;
}
.has-trheader .foodymat-breadcrumb-wrapper.has-bg {
  padding-bottom: 120px;
}
.has-trheader .foodymat-breadcrumb-wrapper.has-color {
  padding-bottom: 120px;
}

.has-sticky-header .foodymat-breadcrumb-wrapper {
  padding-top: 185px;
}
.has-sticky-header .foodymat-breadcrumb-wrapper.has-bg {
  padding-bottom: 120px;
}
.has-sticky-header .foodymat-breadcrumb-wrapper.has-color {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .has-sticky-header .foodymat-breadcrumb-wrapper.has-bg {
    padding-top: 135px;
    padding-bottom: 70px;
  }
  .has-sticky-header .foodymat-breadcrumb-wrapper.has-color {
    padding-bottom: 80px;
  }
}

.has-sticky-header.has-top-bar .foodymat-breadcrumb-wrapper {
  padding-top: 250px;
}
@media (max-width: 480px) {
  .has-sticky-header.has-top-bar .foodymat-breadcrumb-wrapper {
    padding-top: 345px;
  }
}

.foodymat-breadcrumb-wrapper .breadcrumb,
.has-trheader .foodymat-breadcrumb-wrapper .breadcrumb {
  color: var(--rt-meta-color);
}
.foodymat-breadcrumb-wrapper .breadcrumb a,
.has-trheader .foodymat-breadcrumb-wrapper .breadcrumb a {
  color: var(--rt-meta-color);
}
.foodymat-breadcrumb-wrapper .breadcrumb a:hover,
.has-trheader .foodymat-breadcrumb-wrapper .breadcrumb a:hover {
  color: var(--rt-primary-color);
}
.foodymat-breadcrumb-wrapper .breadcrumb li.active .title,
.has-trheader .foodymat-breadcrumb-wrapper .breadcrumb li.active .title {
  color: var(--rt-primary-color);
}

.banner-light .entry-title {
  color: #FFFFFF;
}
.banner-light .entry-breadcrumb span a {
  color: #FFFFFF;
}
.banner-light .entry-breadcrumb .dvdr {
  color: #FFFFFF;
}

@media (min-width: 1140px) {
  .layout-left-sidebar .foodymat-widget-area {
    padding-right: 24px;
  }
}

@media (min-width: 1140px) {
  .layout-right-sidebar .foodymat-widget-area {
    padding-left: 24px;
  }
}

@media (max-width: 1140px) {
  .layout-right-sidebar .foodymat-widget-area {
    padding-top: 60px;
  }
  .layout-left-sidebar .foodymat-widget-area {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  body .sidebar-sticky {
    align-self: flex-start;
    position: sticky;
    top: 70px;
  }
  body .sidebar-sticky-100 {
    align-self: flex-start;
    position: sticky;
    top: 100px;
  }
  body .sidebar-sticky-200 {
    align-self: flex-start;
    position: sticky;
    top: 200px;
  }
}
.foodymat-widget-area .sidebar-section-wrap {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 35px;
}
.foodymat-widget-area .widget:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.foodymat-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.foodymat-widget-area ul > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}
.foodymat-widget-area ul > li:last-child {
  margin-bottom: 0;
}
.foodymat-widget-area ul > li > a {
  position: relative;
}
.foodymat-widget-area ul.sub-menu {
  margin-top: 5px;
}
.foodymat-widget-area .widget-title, .foodymat-widget-area .wp-block-heading {
  font-size: 22px;
}
.foodymat-widget-area .rt-sidebar, .foodymat-widget-area .rt-single-sidebar {
  border-bottom: 1px solid var(--rt-border-color);
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.foodymat-widget-area .rt-sidebar ul.children, .foodymat-widget-area .rt-single-sidebar ul.children {
  margin-top: 10px;
}
.foodymat-widget-area .wp-block-categories li,
.foodymat-widget-area .wp-block-archives li,
.foodymat-widget-area .wp-block-page-list li,
.foodymat-widget-area .widget_archive ul li,
.foodymat-widget-area .widget_categories ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.foodymat-widget-area .wp-block-categories li a,
.foodymat-widget-area .wp-block-archives li a,
.foodymat-widget-area .wp-block-page-list li a,
.foodymat-widget-area .widget_archive ul li a,
.foodymat-widget-area .widget_categories ul li a {
  color: var(--rt-title-color);
}
.foodymat-widget-area .wp-block-categories li a:hover,
.foodymat-widget-area .wp-block-archives li a:hover,
.foodymat-widget-area .wp-block-page-list li a:hover,
.foodymat-widget-area .widget_archive ul li a:hover,
.foodymat-widget-area .widget_categories ul li a:hover {
  color: var(--rt-primary-color);
}
.foodymat-widget-area .wp-block-categories li a:hover:before,
.foodymat-widget-area .wp-block-archives li a:hover:before,
.foodymat-widget-area .wp-block-page-list li a:hover:before,
.foodymat-widget-area .widget_archive ul li a:hover:before,
.foodymat-widget-area .widget_categories ul li a:hover:before {
  background-color: var(--rt-tertiary-color);
}
.foodymat-widget-area .wp-block-categories li:last-child,
.foodymat-widget-area .wp-block-archives li:last-child,
.foodymat-widget-area .wp-block-page-list li:last-child,
.foodymat-widget-area .widget_archive ul li:last-child,
.foodymat-widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.foodymat-widget-area .wp-block-categories.category-layout-2 li a,
.foodymat-widget-area .wp-block-archives.category-layout-2 li a,
.foodymat-widget-area .widget_archive.category-layout-2 ul li a,
.foodymat-widget-area .widget_categories.category-layout-2 ul li a {
  color: var(--rt-meta-color);
}
.foodymat-widget-area .wp-block-categories.category-layout-2 li a:before,
.foodymat-widget-area .wp-block-archives.category-layout-2 li a:before,
.foodymat-widget-area .widget_archive.category-layout-2 ul li a:before,
.foodymat-widget-area .widget_categories.category-layout-2 ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  background-color: var(--rt-border-color);
  transition: all 520ms ease;
}
.foodymat-widget-area .wp-block-categories.category-layout-2 li a:hover,
.foodymat-widget-area .wp-block-archives.category-layout-2 li a:hover,
.foodymat-widget-area .widget_archive.category-layout-2 ul li a:hover,
.foodymat-widget-area .widget_categories.category-layout-2 ul li a:hover {
  padding-left: 22px;
  color: var(--rt-primary-color);
}
.foodymat-widget-area .wp-block-categories.category-layout-2 li a:hover:before,
.foodymat-widget-area .wp-block-archives.category-layout-2 li a:hover:before,
.foodymat-widget-area .widget_archive.category-layout-2 ul li a:hover:before,
.foodymat-widget-area .widget_categories.category-layout-2 ul li a:hover:before {
  background-color: var(--rt-primary-color);
}
.foodymat-widget-area .widget_nav_menu ul li,
.foodymat-widget-area .widget_pages ul li,
.foodymat-widget-area .widget_meta ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.foodymat-widget-area .widget_nav_menu ul li a,
.foodymat-widget-area .widget_pages ul li a,
.foodymat-widget-area .widget_meta ul li a {
  padding-left: 16px;
}
.foodymat-widget-area .widget_nav_menu ul li a:before,
.foodymat-widget-area .widget_pages ul li a:before,
.foodymat-widget-area .widget_meta ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  transition: all 520ms ease;
}
.foodymat-widget-area .widget_nav_menu ul li a:hover,
.foodymat-widget-area .widget_pages ul li a:hover,
.foodymat-widget-area .widget_meta ul li a:hover {
  color: var(--rt-tertiary-color);
}
.foodymat-widget-area .widget_nav_menu ul li a:hover:before,
.foodymat-widget-area .widget_pages ul li a:hover:before,
.foodymat-widget-area .widget_meta ul li a:hover:before {
  background-color: var(--rt-tertiary-color);
}
.foodymat-widget-area .widget_nav_menu ul li:last-child,
.foodymat-widget-area .widget_pages ul li:last-child,
.foodymat-widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.foodymat-widget-area .wp-block-tag-cloud, .foodymat-widget-area .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.foodymat-widget-area .wp-block-tag-cloud a, .foodymat-widget-area .tagcloud a {
  color: var(--rt-title-color);
  background: var(--rt-gray20);
  border-radius: 5px;
  display: inline-block;
  font-size: 15px !important;
  font-weight: 600;
  margin: 0;
  padding: 7px 12px;
  line-height: 19px;
  background: #F9F9F9;
  border: 1px solid var(--rt-border-color);
}
.foodymat-widget-area .wp-block-tag-cloud a:hover, .foodymat-widget-area .tagcloud a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-color: var(--rt-primary-color);
}
.foodymat-widget-area .rt-blog-post {
  margin-bottom: 25px;
}
.foodymat-widget-area .rt-blog-post:last-child {
  margin-bottom: 0;
}
.foodymat-widget-area .rt-blog-post .post-thumbnail {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0;
  height: 100%;
}
.foodymat-widget-area .rt-blog-post .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.foodymat-widget-area .rt-blog-post:hover img {
  transform: scale(1.09);
}
.foodymat-widget-area .rt-blog-post ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  margin: 0;
  padding: 0;
}
.foodymat-widget-area .rt-blog-post .rt-post-meta {
  padding-top: 20px;
}
.foodymat-widget-area .rt-blog-post .entry-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.foodymat-widget-area .rt-blog-post .entry-title a {
  color: var(--rt-title-color);
}
.foodymat-widget-area .rt-blog-post .entry-content {
  padding-top: 12px;
}
.foodymat-widget-area .rt-blog-post .post-thumbnail-wrap .posted-on {
  display: none;
}
.foodymat-widget-area .blog-list-style .rt-post-meta {
  padding-top: 0;
  margin-bottom: 9px;
}
.foodymat-widget-area .blog-list-style .article-inner-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.foodymat-widget-area .blog-list-style .post-thumbnail-wrap {
  width: 80px;
  height: 80px;
}
.foodymat-widget-area .blog-list-style .entry-wrapper {
  flex: 1;
}

.wc-block-price-slider .wc-block-components-price-slider {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  overflow: hidden;
}

.widget a {
  color: var(--rt-body-color);
}

.widget ul, .widget ol {
  padding-left: 0;
}
.widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
  padding-left: 20px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

@media (max-width: 992px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    max-width: 45.1%;
  }
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 22%;
  }
}
@media (max-width: 550px) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 45.1%;
  }
}
/*------------------------
  Sidebar Widget
-------------------------*/
/*------ List ----------*/
.widget_block .wp-block-group__inner-container > ul,
.widget > ul {
  margin-top: 0;
}

.widget_block .wp-block-group__inner-container > ul > li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.6;
}

.wp-block-latest-posts__featured-image img {
  float: left;
  width: 100px;
  margin-right: 12px;
  border-radius: 8px;
  display: inline-block;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  color: var(--rt-body-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 16px;
}

ol.wp-block-latest-comments {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
}

/*------ Recent Comments ------*/
.widget_recent_comments ul li {
  margin-bottom: 12px;
}
.widget_recent_comments ul li a {
  border-bottom: none;
  padding: 0;
}
.widget_recent_comments ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*---- RSS ------*/
.widget_rss .widget-heading img {
  margin-top: -3px;
}
.widget_rss ul li {
  margin-bottom: 12px;
}
.widget_rss ul li .rsswidget {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.4;
}
.widget_rss ul li:last-child {
  margin-bottom: 0;
}

/*--------- Text Widget ---------*/
.widget_text .widget-heading {
  margin-bottom: 15px;
}

.widget_text select {
  margin-top: 0;
}

/*------ Select ----------*/
.widget select {
  background-color: #FFFFFF;
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  padding: 16px 13px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 10px;
  background-image: url(../images/select-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: 95%;
  transition: all ease 0.31s;
}

/*------ Calender ----------*/
.wp-calendar-table caption {
  caption-side: top;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  text-align: center;
  background-color: var(--rt-gray10);
}
.wp-calendar-table td {
  padding: 0;
  text-align: center;
  line-height: 32px;
}
.wp-calendar-table td a {
  font-weight: 600;
}
.wp-calendar-table td#today, .wp-calendar-table a {
  color: #fff;
  background-color: var(--rt-primary-color);
}

.widget_foodymat_about .about-logo a {
  font-size: 36px;
  font-weight: 600;
}

.widget_foodymat_contact ul {
  padding: 0 30px;
}
.widget_foodymat_contact ul li {
  display: flex;
  align-items: flex-start;
}
.widget_foodymat_contact ul li.phone-no {
  font-size: 20px;
  font-weight: 600;
}
.widget_foodymat_contact li [class*=rticon-] {
  flex: 0 0 30px;
  padding-top: 4px;
  justify-content: start;
}
.widget_foodymat_contact li svg {
  fill: var(--rt-primary-color);
}
.widget_foodymat_contact li p {
  margin: 0;
}

.download-widget .rt-download .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 6px;
  padding: 20px 30px;
  color: var(--rt-button-text-color);
  background-color: var(--rt-tertiary-color);
}
.download-widget .rt-download .link:hover .icon i {
  animation: rtDown 2s linear infinite;
}
.download-widget .rt-download .text {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.download-widget .rt-download i {
  display: block;
  font-size: 24px;
}

/* Site Footer
***************************/
.site-footer {
  position: relative;
  z-index: 1;
}
.site-footer .footer-container {
  position: relative;
  z-index: 1;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-sidebar ul li {
  margin-bottom: 0;
  padding-bottom: 8px;
}
.footer-sidebar ul li:last-child {
  padding-bottom: 0;
}

/* Footer Menu Wrapper
***************************/
.site-footer .footer-menu-wrapper {
  border-top: 1px solid var(--rt-gray20);
}
.foodymat-footer-1 .site-footer .footer-menu-wrapper .align-default {
  justify-content: center;
}
.site-footer .foodymat-navigation ul > li > ul.depth_0 {
  bottom: 100%;
  top: auto;
}
.site-footer .foodymat-navigation ul li ul li ul {
  left: 100%;
  top: auto;
  bottom: 0;
}

/* Footer Widget wrapper
***************************/
.site-footer {
  overflow: hidden;
  z-index: 2;
}

.footer-widgets-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 15px;
}
.footer-widgets-wrapper .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-widgets-wrapper .footer-widgets .widget-title, .footer-widgets-wrapper .footer-widgets .widgettitle {
  font-size: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.footer-widgets-wrapper .footer-widgets > .widget {
  flex-grow: 25;
}
.footer-widgets-wrapper .footer-widgets ul {
  list-style: none;
  padding-left: 0;
}
.footer-widgets-wrapper .footer-widgets ul ul {
  padding-left: 20px;
}
.footer-widgets-wrapper .about-widget {
  color: #BEBCBC;
}

.site-footer .footer-shortcode {
  margin-top: 24px;
}
.site-footer .footer-widget-logo img {
  margin-bottom: 15px;
}
.site-footer .footer-social:not(:has(*)) {
  background: red;
  padding: 15px;
}
.site-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.site-footer .footer-social a {
  height: 38px;
  width: 38px;
  border-radius: 38px;
  background-color: transparent;
  color: var(--rt-button-text-color);
  border: 1px solid #BEBCBC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.site-footer .footer-social a svg {
  fill: #BEBCBC;
}
.site-footer .footer-social a:hover {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  border-color: var(--rt-primary-color);
}
.site-footer .footer-social a:hover svg {
  animation: toBottomFromTop 0.7s forwards;
  fill: #FFFFFF;
}
.site-footer .footer-social svg {
  width: 14px;
  height: 14px;
}
.site-footer .fluentform .ff-t-container {
  position: relative;
}
@media (min-width: 768px) {
  .site-footer .fluentform .ff-t-container {
    gap: 0;
    align-items: start;
  }
}
.site-footer .fluentform .ff-el-group {
  margin-bottom: 0;
}
.site-footer .fluentform .ff-btn-submit {
  margin-bottom: 0 !important;
}
.site-footer .fluentform .ff-btn-submit i {
  display: block;
  transition: all 0.4s ease-in-out;
}
.site-footer .fluentform .ff-btn-submit:hover i {
  animation: fadeInBottomLeftExtend 0.7s;
}
.site-footer .fluentform .ff-t-cell:first-of-type {
  flex-basis: 90% !important;
}
.site-footer .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.site-footer .tagcloud a {
  color: var(--rt-primary-color);
  background: var(--rt-gray20);
  border-radius: 6px;
  display: inline-block;
  font-size: 16px !important;
  margin: 0;
  padding: 8px 18px;
  line-height: 1.4;
}
.site-footer .tagcloud a:hover {
  background-color: var(--rt-secondary-color);
  color: var(--rt-button-color);
}
.site-footer .widget_nav_menu ul li a,
.site-footer .widget_archive ul li a,
.site-footer .widget_categories ul li a,
.site-footer .widget_pages ul li a,
.site-footer .widget_meta ul li a {
  position: relative;
  color: #BEBCBC;
}
.site-footer .widget_nav_menu ul li a:before,
.site-footer .widget_archive ul li a:before,
.site-footer .widget_categories ul li a:before,
.site-footer .widget_pages ul li a:before,
.site-footer .widget_meta ul li a:before {
  background-color: var(--rt-primary-color);
  position: absolute;
  content: "";
  bottom: 1px;
  right: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  transition: 0.5s;
}
.site-footer .widget_nav_menu ul li a:hover,
.site-footer .widget_archive ul li a:hover,
.site-footer .widget_categories ul li a:hover,
.site-footer .widget_pages ul li a:hover,
.site-footer .widget_meta ul li a:hover {
  color: #FFFFFF;
}
.site-footer .widget_nav_menu ul li a:hover:before,
.site-footer .widget_archive ul li a:hover:before,
.site-footer .widget_categories ul li a:hover:before,
.site-footer .widget_pages ul li a:hover:before,
.site-footer .widget_meta ul li a:hover:before {
  width: 100%;
  left: 0;
  opacity: 1;
}

/* Footer Copyright
***************************/
.footer-copyright-wrapper {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BEBCBC;
  font-size: 16px;
}
.footer-copyright-wrapper .copyright-text {
  text-align: center;
}
.footer-copyright-wrapper a {
  color: var(--rt-meta-color);
}
.footer-copyright-wrapper a:hover {
  color: var(--rt-tertiary-color);
}
.footer-copyright-wrapper .social-icon {
  align-items: center;
}
.footer-copyright-wrapper .social-icon a {
  height: 38px;
  width: 38px;
  border-radius: 38px;
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.footer-copyright-wrapper .social-icon a svg {
  fill: var(--rt-button-color);
}
.footer-copyright-wrapper .social-icon a:hover {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.footer-copyright-wrapper .social-icon a:hover svg {
  animation: toBottomFromTop 0.7s forwards;
}
.footer-copyright-wrapper .social-icon svg {
  width: 14px;
  height: 14px;
}

@media (min-width: 1400px) {
  .has-sticky-footer .site-footer {
    position: sticky;
    bottom: 0;
    top: 0;
    z-index: 0;
  }
  .has-sticky-footer .site-content {
    position: relative;
    background-color: var(--rt-body-bg-color);
    z-index: 1;
  }
}
.foodymat-footer-1 .site-footer {
  background-color: #000000;
}
.foodymat-footer-1 .footer-blur-shape ul li {
  border-radius: 322px;
  width: 322px;
  height: 322px;
  filter: blur(100px);
  background: #231435;
  position: absolute;
}
.foodymat-footer-1 .footer-blur-shape ul li:nth-child(1) {
  background-color: #EEFDE8;
}
.foodymat-footer-1 .footer-blur-shape ul li:nth-child(2) {
  background-color: #FFFBE8;
  top: 0;
  right: 0;
  left: auto;
}
.foodymat-footer-1 .footer-copyright-wrapper {
  border-top: 1px solid var(--rt-border-color);
}

.foodymat-footer-2 .footer-widgets-wrapper {
  background-color: #006d5b;
}
.foodymat-footer-2 .foodymat-navigation ul > li:hover > ul {
  z-index: 9999;
}
.foodymat-footer-2 .site-footer .widget-title, .foodymat-footer-2 .site-footer .widgettitle {
  color: #FFFFFF;
}
.foodymat-footer-2 .site-footer .tagcloud a {
  color: var(--rt-primary-color);
}
.foodymat-footer-2 .footer-sidebar {
  color: var(--rt-meta-light);
}
.foodymat-footer-2 .footer-sidebar a {
  color: var(--rt-meta-light);
}
.foodymat-footer-2 .footer-sidebar a:hover {
  color: #FFFFFF;
}
.foodymat-footer-2 .footer-sidebar .phone-no a {
  color: #FFFFFF;
}
.foodymat-footer-2 .footer-copyright-wrapper {
  border-top: 1px solid #177d6c;
  background-color: #006d5b;
  color: var(--rt-meta-light);
}
.foodymat-footer-2 .footer-copyright-wrapper a {
  color: var(--rt-meta-light);
}
.foodymat-footer-2 .footer-copyright-wrapper a:hover {
  color: var(--rt-tertiary-color);
}
.foodymat-footer-2 .footer-blur-shape ul li {
  width: 431px;
  height: 431px;
  border-radius: 431px;
  background: #231435;
  filter: blur(100px);
  position: absolute;
}
.foodymat-footer-2 .footer-blur-shape ul li:nth-child(1) {
  bottom: -36%;
  left: 0;
}
.foodymat-footer-2 .footer-blur-shape ul li:nth-child(2) {
  top: -40%;
  left: 17%;
  background-color: #141C35;
}
.foodymat-footer-2 .footer-blur-shape ul li:nth-child(3) {
  top: -35%;
  right: -10%;
  background-color: #141C35;
}
.foodymat-footer-2 .footer-blur-shape ul li:nth-child(4) {
  bottom: -35%;
  right: 5%;
  background-color: #130B31;
}
@media (max-width: 767px) {
  .foodymat-footer-2 .copyright-text-wrap {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

.foodymat-footer-2 .site-footer .widget_nav_menu ul li a:before {
  background-color: #FFFFFF;
}

.rt-sidebar.widget_foodymat_search,
.rt-single-sidebar.widget_foodymat_search {
  border: none;
  padding: 0;
  border-radius: unset;
}

.foodymat-search-form .search-box {
  position: relative;
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
  overflow: hidden;
}
.foodymat-search-form .search-box input {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 0 50px 0 20px;
  border: none;
  width: 100%;
  border-radius: 6px;
  background-color: #F8F8F8;
  color: #333333;
}
.foodymat-search-form .search-box input::-moz-placeholder {
  color: #333333;
}
.foodymat-search-form .search-box input::placeholder {
  color: #333333;
}
.foodymat-search-form .search-box button {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  background: var(--rt-primary-color);
  padding: 0 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foodymat-search-form .search-box button svg {
  fill: #FFFFFF;
  width: 16px;
  height: 16px;
  margin-top: 1.5px;
}
.foodymat-search-form .search-box button .btn-label {
  display: none;
}

.comments-area .comment-list-wrapper {
  margin-top: 50px;
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
  padding: 40px 40px 0 40px;
  margin-bottom: 45px;
}
.comments-area .comments-title {
  font-size: 32px;
  margin-bottom: 26px;
}
.comments-area dd {
  margin-bottom: 15px;
}
.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}

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

.comment-author {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.comment-author .vcard {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .comment-author .vcard {
    flex: 0 0 50px;
  }
}
.comment-author .vcard img {
  border-radius: 50%;
}
.comment-author .author-info {
  margin-top: -4px;
  flex: 1;
}
.comment-author .author-info .comment-details .comment-text {
  padding-right: 64px;
}
.comment-author .author-info .comment-details .comment-text p {
  margin-bottom: 0;
}
.comment-author .author-info cite {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin-right: 10px;
  line-height: 22px;
}
.comment-author .author-info cite a {
  color: var(--rt-title-color);
}
.comment-author .author-info cite a:hover {
  color: var(--rt-primary-color);
}
.comment-author .comment-meta {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.comment-author .comment-meta a {
  color: var(--rt-meta-color);
}

.comment-metadata {
  margin-left: 50px;
}

.comment-reply-link {
  padding: 0 8px;
  width: 35px;
  height: 35px;
  color: var(--rt-meta-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .comment-reply-link {
    position: relative;
    margin-top: 12px;
  }
}
.comment-reply-link svg path {
  transition: all 520ms ease;
}
.comment-reply-link:hover {
  background: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.comment-reply-link:hover svg path {
  fill: #FFFFFF;
}

#cancel-comment-reply-link {
  padding-left: 12px;
}

.comment-list li {
  font-size: 16px;
  position: relative;
}
.comment-list .comment-body {
  margin-bottom: 40px;
}
.comment-list > li ol,
.comment-list > li ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.comment-list li ol.children {
  padding-left: 88px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}
.comment-list li.comment:last-child {
  border-bottom: 0 solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
  padding: 40px;
}
.comment-respond .comment-reply-title {
  font-size: 32px;
}
.comment-respond .comment-notes, .comment-respond .logged-in-as {
  color: var(--rt-title-color);
  font-size: 16px;
}
.comment-respond .comment-notes a, .comment-respond .logged-in-as a {
  color: var(--rt-title-color);
}
.comment-respond .comment-notes a:hover, .comment-respond .logged-in-as a:hover {
  color: var(--rt-primary-color);
}

@media (min-width: 768px) {
  .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .comment-form .comment-form-email {
    width: 50%;
    padding-left: 12px;
  }
}
.comment-form label {
  color: var(--rt-title-color);
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}
.comment-form input,
.comment-form textarea {
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  width: 100%;
  padding: 14px 15px;
  line-height: 1.3;
}
.comment-form input:focus,
.comment-form textarea:focus {
  box-shadow: unset;
  border: 1px solid var(--rt-primary-color);
}
.comment-form textarea {
  resize: vertical;
}
.comment-form input[type=submit] {
  width: auto;
  background: var(--rt-primary-color);
  color: #FFFFFF;
  padding: 13px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 19.2px;
  border: 1px solid transparent;
  transition: all 520ms ease;
}
.comment-form input[type=submit]:hover {
  background: transparent;
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-primary-color);
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .required {
  color: #FF0000;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
  flex: 1;
}

.comment-notes {
  font-size: 90%;
  margin-bottom: 30px;
}

p.comment-form-cookies-consent {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}
p.comment-form-cookies-consent input {
  width: auto;
}
p.comment-form-cookies-consent * {
  margin: 0;
}

.comment-navigation {
  margin-top: 26px;
  border-top: 1px solid var(--rt-border-color);
  padding-top: 30px;
}
.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.comment-navigation .nav-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--rt-title-color);
  border: 1px solid var(--rt-gray20);
  padding: 6px 15px;
}
.comment-navigation .nav-links a:hover {
  background: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.comment-navigation .nav-links a:hover svg {
  fill: var(--rt-button-color);
}

/* Blog Card CSS
===============================*/
.layout-left-sidebar #sidebar {
  order: -1;
}

.rt-post-meta {
  color: var(--rt-meta-color);
  font-size: 16px;
}
.rt-post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.rt-post-meta ul li {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.rt-post-meta ul li .bypostauthor {
  margin-right: 4px;
}
.rt-post-meta ul li.edit-link {
  opacity: 0;
  visibility: hidden;
}
.rt-post-meta ul li i {
  padding-right: 6px;
  color: var(--rt-primary-color);
}
.rt-post-meta ul li:last-child:after {
  display: none;
}
article:hover .rt-post-meta ul li.edit-link {
  opacity: 1;
  visibility: visible;
}
.rt-post-meta ul li a {
  color: var(--rt-meta-color);
  padding-bottom: 0;
}
.rt-post-meta ul li a:hover {
  color: var(--rt-primary-color);
}
.meta-style-default .rt-post-meta ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: block;
}
.meta-style-default .rt-post-meta ul li {
  display: inline;
}
.meta-style-default .rt-post-meta ul li:not(:last-child) {
  margin-right: 16px;
}
.meta-style-border .rt-post-meta ul {
  gap: 5px;
}
.meta-style-border .rt-post-meta ul li:not(.category, .tag) {
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  min-height: 32px;
  padding: 0 12px;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) {
  padding: 0;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) .tag-links,
.meta-style-border .rt-post-meta ul li:is(.category, .tag) .category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) .sp {
  display: none;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) a {
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
}
.meta-style-pipe .rt-post-meta li:not(:last-child)::after {
  content: " | ";
  transform: scaleY(0.9);
  margin: 0 1px 0 10px;
}
.meta-style-divider .rt-post-meta li:not(:last-child)::after {
  content: " / ";
  transform: scaleY(0.9);
  margin: 0 1px 0 10px;
}
.meta-style-dot .rt-post-meta li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 12px;
  transform: translateY(-50%);
  background-color: #D0D0D0;
}
.meta-style-dash-bg .rt-post-meta ul {
  gap: 6px;
}
.meta-style-dash-bg .rt-post-meta li {
  padding: 0;
}
.meta-style-dash-bg .rt-post-meta .tag-links,
.meta-style-dash-bg .rt-post-meta .category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.meta-style-dash-bg .rt-post-meta li:not(.category, .tag) {
  background: var(--rt-gray20);
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  margin: 0;
  transition: all 520ms ease;
}
.meta-style-dash-bg .rt-post-meta li:not(.category, .tag) a:hover {
  color: var(--rt-title-color);
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag) .sp {
  display: none;
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a {
  display: inline-block;
  height: 100%;
  padding: 7px 12px;
  line-height: 1;
  position: relative;
  background-color: var(--rt-gray10);
  border-radius: 6px;
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag)::before {
  content: none;
}

.widget .rt-post-meta {
  margin-bottom: 6px;
}

.separate-meta {
  margin-bottom: 5px;
}
.separate-meta a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 4px 4px 0;
  line-height: 19px;
}
.separate-meta a:hover {
  background: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.separate-meta .sp {
  display: none;
}
.above-meta-style-border .separate-meta a {
  height: 100%;
  border: 1px solid var(--rt-primary-color);
  padding: 4px 10px;
  line-height: 1.2;
  background: #FFFFFF;
}
/* Post Block
===================================*/
.foodymat-post-card .article-inner-wrapper {
  transition: all 520ms ease;
}
.foodymat-post-card .article-inner-wrapper .entry-content {
  margin-top: 10px;
}
.foodymat-post-card .article-inner-wrapper .entry-content p {
  margin-bottom: 0;
}
.foodymat-post-card .entry-header .entry-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}
.foodymat-post-card .entry-header .entry-title a {
  color: var(--rt-title-color);
}
.foodymat-post-card .entry-footer {
  margin-top: 18px;
}
.foodymat-post-card:hover .article-inner-wrapper .post-thumbnail img {
  transform: scale(1.05);
}

.thumb-above-title-wrap {
  position: relative;
}
.thumb-above-title-wrap .separate-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.thumb-above-title-wrap .separate-meta a {
  margin: 0;
  margin-right: 5px;
  border-radius: 0px 5px 0px 0px;
  text-transform: uppercase;
}
.thumb-above-title-wrap .separate-meta a:hover {
  background-color: #000000;
}

.post-thumbnail-wrap {
  position: relative;
}
.post-thumbnail-wrap .post-thumbnail {
  overflow: hidden;
  margin-bottom: 0;
  line-height: 0;
}
.post-thumbnail-wrap .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s;
  width: 100%;
}
.post-thumbnail-wrap .post-thumbnail a {
  width: 100%;
}
.post-thumbnail-wrap .rt-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.post-thumbnail-wrap .rt-video .video-popup-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
  line-height: 42px;
  text-align: center;
  font-size: 18px;
}
.post-thumbnail-wrap .swiper-slide {
  line-height: 0;
}

.blog-default .entry-wrapper {
  padding: 23px 24px 25px 24px;
}
.blog-default .article-inner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: var(--rt-body-bg-color);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.blog-default .rt-button .btn i {
  transition: all 0.3s ease-in-out, color 0.05s ease-in-out;
}

.blog-list .entry-wrapper {
  padding: 50px;
}
@media (max-width: 767px) {
  .blog-list .entry-wrapper {
    padding: 24px;
  }
}
.blog-list .separate-meta a {
  background-color: var(--rt-body-bg-color);
  color: var(--rt-primary-color);
}
.blog-list .separate-meta a:hover {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.blog-list .article-inner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: var(--rt-gray20);
}
.blog-list .rt-button .btn {
  height: 55px;
}

.blog-list-2 .separate-meta a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border: 1px solid transparent;
  margin-bottom: 12px;
}
.blog-list-2 .separate-meta a:hover {
  background-color: transparent;
  color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.blog-list-2 .entry-wrapper {
  flex: 1;
  background-color: #F9F9F9;
  padding: 30px 40px;
  border-radius: 0 5px 5px 0;
}
.blog-list-2 .entry-wrapper .entry-header .entry-title {
  font-size: 22px;
}
.blog-list-2 .entry-wrapper .entry-content {
  margin-top: 14px;
}
.blog-list-2 .article-inner-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .blog-list-2 .article-inner-wrapper {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
}
@media (min-width: 1025px) {
  .blog-list-2 .post-thumbnail-wrap {
    max-width: 410px;
  }
}
.blog-list-2 .post-thumbnail-wrap .post-thumbnail {
  border-radius: 5px 0 0 5px;
}
@media (min-width: 768px) {
  .blog-list-2 .post-thumbnail-wrap .post-thumbnail {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .blog-list-2 .post-thumbnail-wrap .post-thumbnail img {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .blog-list-2 .post-thumbnail-wrap .post-thumbnail {
    margin-bottom: 30px !important;
  }
  .blog-list-2 .post-thumbnail-wrap .post-thumbnail img {
    width: 100%;
  }
}

.blog-grid-2:hover .post-thumbnail a::before {
  opacity: 1;
  visibility: visible;
}
.blog-grid-2:hover .post-thumbnail a::after {
  opacity: 1;
  visibility: visible;
}
.blog-grid-2:hover .post-thumbnail .circle {
  visibility: visible;
  opacity: 1;
}
.blog-grid-2:hover .post-thumbnail .circle i {
  animation: fadeInBottomLeftExtend 0.4s;
}
.blog-grid-2 .post-thumbnail {
  border-radius: 15px;
  position: relative;
}
.blog-grid-2 .post-thumbnail a {
  display: inline-block;
}
.blog-grid-2 .post-thumbnail a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.blog-grid-2 .post-thumbnail .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #FFFFFF;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.blog-grid-2 .post-thumbnail-wrap {
  margin-bottom: 24px;
}
.blog-grid-2 .post-thumbnail-wrap img {
  border-radius: 15px;
}
.blog-grid-2 .post-thumbnail-wrap .posted-on {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--rt-primary-color);
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
  width: 65px;
  height: 65px;
  font-size: 14px;
  line-height: 1.1;
}
.blog-grid-2 .post-thumbnail-wrap .posted-on .day {
  display: block;
  font-size: 26px;
  font-weight: 700;
}
.blog-grid-2 .entry-header .entry-title {
  font-size: 30px;
  line-height: 42px;
}
.blog-grid-2 .rt-post-meta {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.blog-grid-2 .rt-post-meta ul {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.blog-grid-2 .rt-post-meta li::after {
  content: "/";
  position: absolute;
  right: -15px;
  color: var(--rt-meta-color);
}
.blog-grid-2 .rt-post-meta li:last-child::after {
  display: none;
}
.blog-grid-2 .rt-post-meta li:hover::after {
  color: var(--rt-primary-color);
}
.blog-grid-2 .entry-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 14px;
}
.blog-grid-2 .entry-title a {
  color: var(--rt-title-color);
}
@media (max-width: 1199px) {
  .blog-grid-2.is-above-meta .post-thumbnail {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.blog-grid-3 .post-thumbnail {
  border-radius: 15px;
}
.blog-grid-3 .article-inner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-grid-3 .article-inner-wrapper:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-grid-3 .entry-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 26px;
  color: #FFFFFF;
  z-index: 1;
}
.blog-grid-3 .entry-wrapper .entry-title a {
  color: #FFFFFF;
}
.blog-grid-3 .entry-wrapper .entry-title a:hover {
  color: var(--rt-tertiary-color);
}
.blog-grid-3 .rt-post-meta {
  color: #FFFFFF;
}
.blog-grid-3 .rt-post-meta a {
  color: #FFFFFF;
}
.blog-grid-3 .rt-post-meta a:hover {
  color: var(--rt-tertiary-color);
}

.blog-grid-4 .post-thumbnail, .blog-grid-4 img {
  border-radius: 15px;
}
.blog-grid-4 .separate-meta a {
  background-color: var(--rt-gray20);
  border: 1px solid var(--rt-border-color);
  color: var(--rt-primary-color);
  border-radius: 50px;
}
.blog-grid-4 .separate-meta a:hover {
  border: 1px solid var(--rt-primary-color);
  color: var(--rt-primary-color);
}
.blog-grid-4 .is-image .post-thumbnail-wrap {
  margin-bottom: 34px;
}
.blog-grid-4 .is-image .separate-meta {
  position: absolute;
  left: 24px;
  bottom: -24px;
  z-index: 1;
}
.blog-grid-4.no-above-meta .entry-wrapper {
  margin-top: 20px;
}

.sticky .article-inner-wrapper {
  background-color: rgba(var(--rt-primary-rgb), 0.08);
  border-color: var(--rt-primary-color);
  border-radius: 15px;
}

.blog-grid-2.sticky .entry-wrapper {
  padding: 0 24px 24px;
}

.blog-grid-4.sticky .entry-wrapper {
  padding: 0 24px 24px;
}

.pagination-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: flex;
}
.pagination-list li i {
  font-size: 15px;
}
.pagination-list li:first-child i {
  transform: rotate(-180deg);
}
.pagination-list li.active a {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.pagination-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 22px;
  font-weight: 600;
  color: var(--rt-title-color);
  background-color: var(--rt-gray10);
  border-radius: 6px;
}
.pagination-list a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

.pagination-area-2 .pagination-list li a {
  border-radius: 50%;
}
.pagination-area-2 .pagination-list li a:hover {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.pagination-area-2 .pagination-list li.active a {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}

.single-content .foodymat-post-card .entry-content {
  margin-bottom: 40px;
}
.single-content .foodymat-post-card .entry-content > p + :is(h1, h2, h3) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-content .foodymat-post-card .separate-meta {
  margin-bottom: 15px;
}
.single-content .single-inner-wrapper {
  display: inline-block;
  width: 100%;
}

.post-thumbnail-wrap .wp-caption-text {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.entry-content img {
  border-radius: 12px;
}

.entry-video-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
.entry-video-area .embed-responsive-item {
  width: 100%;
  height: 450px;
  border-radius: 12px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 24px;
}

:where(.wp-block-columns) {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rt-related-post {
  margin-top: 60px;
}
.rt-related-post .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}
.rt-related-post .rt-post-meta {
  margin-bottom: 0 !important;
}

.single-post .single-post-thumbnail {
  margin-bottom: 50px;
}
.single-post .single-post-thumbnail img {
  border-radius: 15px;
  width: 100%;
}
.single-post .foodymat-post-card .entry-header .entry-title {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  margin-bottom: 24px;
}
.single-post .foodymat-post-card .rt-post-meta {
  margin-bottom: 24px;
}
.single-post .entry-footer {
  background-color: transparent;
  display: flex;
  border-bottom: 1px solid var(--rt-border-color);
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .single-post .entry-footer {
    flex-direction: column;
    align-items: baseline !important;
    gap: 20px;
  }
}
.single-post .entry-footer .post-tags {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-post .entry-footer .tag-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.single-post .entry-footer .tag-links .sp {
  display: none;
}
.single-post .entry-footer .tag-links a {
  background-color: #F9F9F9;
  color: var(--rt-primary-color);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 7px 12px;
  line-height: 19px;
  border: 1px solid var(--rt-border-color);
}
.single-post .entry-footer .tag-links a:hover {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.single-post .entry-footer .post-share {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-post .entry-footer .social-share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.single-post .entry-footer .social-share-list li {
  margin-bottom: 0;
}
.single-post .entry-footer .social-share-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--rt-border-color);
  border-radius: 4px;
  color: var(--rt-primary-color);
}
.single-post .entry-footer .social-share-list a i {
  display: block;
  color: var(--rt-primary-color);
}
.single-post .entry-footer .social-share-list a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-color: transparent;
}
.single-post .entry-footer .social-share-list a:hover i {
  animation: headShake 1.5s;
  color: #FFFFFF;
}

.author .profile-author {
  margin-bottom: 60px;
  margin-top: 0;
}
@media (min-width: 1199px) {
  .author .profile-author {
    padding: 60px;
  }
}

.profile-author {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px;
  margin-top: 50px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid var(--rt-border-color);
}
.profile-author .profile-thumb {
  width: 80px;
  height: 80px;
}
.profile-author .profile-thumb img {
  border-radius: 50%;
}
.profile-author .profile-content {
  flex: 1;
}
@media (max-width: 575px) {
  .profile-author .profile-content {
    flex: auto;
  }
}
.profile-author .profile-content .profile-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.profile-author .profile-title {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.profile-author .profile-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--rt-meta-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.profile-author .author-bio {
  margin-bottom: 0px;
}
.profile-author .profile-author-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.profile-author .profile-author-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  color: var(--rt-meta-color);
}
.profile-author .profile-author-social a:hover i {
  color: var(--rt-primary-color);
  animation: bounce 1.5s ease-in-out;
}

.wp-block-quote {
  border: 1px solid var(--rt-primary-color);
  border-radius: 10px;
  color: var(--rt-title-color);
  margin: 30px 0;
  padding: 28px 54px 28px 154px;
  font-size: 18px;
  line-height: 1.5;
}
.wp-block-quote p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.wp-block-quote cite {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 700;
}
.wp-block-quote.has-text-align-right {
  padding-left: 0;
  padding-right: 30px;
  border-left: 0;
  border-right: 6px solid;
  border-color: var(--rt-tertiary-color);
}

@media (min-width: 1140px) {
  .foodymat-single-1:not(.layout-left-sidebar) .single-content .entry-wrapper,
  .foodymat-single-1:not(.layout-left-sidebar) .single-content .single-post-pagination,
  .foodymat-single-1:not(.layout-left-sidebar) .single-content .comments-area {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.single-content .foodymat-post-card .wp-block-column ul {
  padding-left: 0px;
  margin: 0;
}
.single-content .foodymat-post-card .wp-block-column ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.single-content .foodymat-post-card .wp-block-column ul li::before {
  content: "\e837";
  position: absolute;
  font-family: rt-fontello;
  font-size: 18px;
  left: 0;
  top: 0;
  color: var(--rt-primary-color);
}

.wp-block-quote {
  position: relative;
}
.wp-block-quote::before {
  content: "\e84b";
  font-family: rt-fontello;
  font-size: 40px;
  position: absolute;
  color: var(--rt-primary-color);
  left: 54px;
  top: 17%;
}

.foodymat-single-2 .single-post-container .content-top-area .post-thumbnail {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .foodymat-single-2 .single-post-container .content-top-area .post-thumbnail {
    height: 640px;
  }
}

.single-post.foodymat-single-3 .content-area {
  padding-top: 0;
}
.single-post.foodymat-single-3 .content-top-area {
  position: relative;
  padding: 0;
}
.single-post.foodymat-single-3 .content-top-area .post-thumbnail-wrap {
  height: 840px;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .single-post.foodymat-single-3 .content-top-area .post-thumbnail-wrap {
    height: 400px;
  }
}
.single-post.foodymat-single-3 .content-top-area .post-thumbnail-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.single-post.foodymat-single-3 .content-top-area .single-top-header {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
}
.single-post.foodymat-single-3 .content-top-area .separate-meta a {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  border: none;
}
.single-post.foodymat-single-3 .content-top-area .separate-meta a:hover {
  background-color: var(--rt-secondary-color);
  color: var(--rt-button-color);
}
.single-post.foodymat-single-3 .content-top-area .wp-caption-text {
  position: absolute;
  right: 24px;
  bottom: 9px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  padding: 5px 16px;
}
.single-post.foodymat-single-3 .content-top-area .post-thumbnail {
  position: relative;
}
.single-post.foodymat-single-3 .content-top-area .post-thumbnail img {
  border-radius: 0;
  height: 100%;
}
.single-post.foodymat-single-3 .content-top-area .rt-post-meta a:hover {
  color: var(--rt-primary-color);
}

.single-post.foodymat-single-4 .content-area {
  padding-top: 0;
}
.single-post.foodymat-single-4 .single-post-container .foodymat-widget-area {
  display: none !important;
}
.single-post.foodymat-single-4 .single-post-container .content-row {
  justify-content: center;
  margin-top: -90px;
}
.single-post.foodymat-single-4 .single-post-container .content-col {
  max-width: 86% !important;
  flex: 0 0 86% !important;
  background-color: var(--rt-body-bg-color);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media (min-width: 992px) {
  .single-post.foodymat-single-4 .single-post-container .content-col {
    padding: 70px 80px;
  }
}
.single-post.foodymat-single-4 .single-post-container .content-top-area {
  padding: 0;
}
.single-post.foodymat-single-4 .single-post-container .content-top-area .post-thumbnail-wrap {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-post.foodymat-single-4 .single-post-container .content-top-area .post-thumbnail-wrap {
    height: 840px;
  }
}
.single-post.foodymat-single-4 .single-post-container .content-top-area .post-thumbnail-wrap .wp-caption-text {
  position: absolute;
  right: 24px;
  bottom: 9px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  padding: 5px 16px;
}
.single-post.foodymat-single-4 .single-post-container .content-top-area .post-thumbnail img {
  border-radius: 0;
}

.single-post-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  border-bottom: 1px solid var(--rt-border-color);
  margin-bottom: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.single-post-pagination p {
  margin: 0;
}
.single-post-pagination .post-navigation {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 50%;
}
.single-post-pagination .post-navigation.next {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .single-post-pagination .post-navigation {
    flex: 0 0 100%;
  }
  .single-post-pagination .post-navigation:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.single-post-pagination .post-thumb {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  flex: 0 0 50px;
}
.single-post-pagination .link {
  display: flex;
  flex: 0 0 calc(100% - 50px);
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--rt-title-color);
}
.single-post-pagination .nav-title {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 100%;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--rt-title-color);
}
.single-post-pagination .nav-title:hover svg {
  fill: var(--rt-primary-color);
}
.single-post-pagination .nav-title svg {
  width: 12px;
  height: 12px;
}
.single-post-pagination .next .nav-title,
.single-post-pagination .next .link {
  justify-content: flex-end;
}

.service-sidebar-menu .foodymat-navigation,
.service-sidebar-menu2 .foodymat-navigation {
  display: block;
}

.rt-service-sidebar ul.menu li,
.rt-service-sidebar .foodymat-navbar li, .service-sidebar-menu ul.menu li,
.service-sidebar-menu .foodymat-navbar li, .service-sidebar-menu2 ul.menu li,
.service-sidebar-menu2 .foodymat-navbar li {
  padding-bottom: 0;
}
.rt-service-sidebar ul.menu li a,
.rt-service-sidebar .foodymat-navbar li a, .service-sidebar-menu ul.menu li a,
.service-sidebar-menu .foodymat-navbar li a, .service-sidebar-menu2 ul.menu li a,
.service-sidebar-menu2 .foodymat-navbar li a {
  position: relative;
  display: block;
  color: var(--rt-primary-color);
  background-color: var(--rt-gray20);
  border-radius: 6px;
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  z-index: 1;
}
.rt-service-sidebar ul.menu li a:after,
.rt-service-sidebar .foodymat-navbar li a:after, .service-sidebar-menu ul.menu li a:after,
.service-sidebar-menu .foodymat-navbar li a:after, .service-sidebar-menu2 ul.menu li a:after,
.service-sidebar-menu2 .foodymat-navbar li a:after {
  position: absolute;
  right: 24px;
  font-size: 12px;
  font-weight: 500;
  content: "\e858";
  font-family: "rt-fontello";
}
.rt-service-sidebar ul.menu li a:before,
.rt-service-sidebar .foodymat-navbar li a:before, .service-sidebar-menu ul.menu li a:before,
.service-sidebar-menu .foodymat-navbar li a:before, .service-sidebar-menu2 ul.menu li a:before,
.service-sidebar-menu2 .foodymat-navbar li a:before {
  display: none;
}
.rt-service-sidebar ul.menu li a:hover,
.rt-service-sidebar .foodymat-navbar li a:hover, .service-sidebar-menu ul.menu li a:hover,
.service-sidebar-menu .foodymat-navbar li a:hover, .service-sidebar-menu2 ul.menu li a:hover,
.service-sidebar-menu2 .foodymat-navbar li a:hover {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.rt-service-sidebar .frm-fluent-form .ff-el-input--label, .service-sidebar-menu .frm-fluent-form .ff-el-input--label, .service-sidebar-menu2 .frm-fluent-form .ff-el-input--label {
  display: none;
}
.rt-service-sidebar .frm-fluent-form .ff-el-form-control, .service-sidebar-menu .frm-fluent-form .ff-el-form-control, .service-sidebar-menu2 .frm-fluent-form .ff-el-form-control {
  font-size: 15px;
}
.rt-service-sidebar .frm-fluent-form input, .service-sidebar-menu .frm-fluent-form input, .service-sidebar-menu2 .frm-fluent-form input {
  height: 55px;
}
.rt-service-sidebar .frm-fluent-form .ff-btn-submit, .service-sidebar-menu .frm-fluent-form .ff-btn-submit, .service-sidebar-menu2 .frm-fluent-form .ff-btn-submit {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 18px 30px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.rt-service-sidebar .frm-fluent-form .ff-btn-submit:hover, .service-sidebar-menu .frm-fluent-form .ff-btn-submit:hover, .service-sidebar-menu2 .frm-fluent-form .ff-btn-submit:hover {
  background-color: var(--rt-secondary-color);
  color: var(--rt-button-color);
}
.rt-service-sidebar .frm-fluent-form .ff-el-form-check-label, .service-sidebar-menu .frm-fluent-form .ff-el-form-check-label, .service-sidebar-menu2 .frm-fluent-form .ff-el-form-check-label {
  font-size: 15px;
  line-height: 1.6;
}

.rt-team-default .team-item {
  position: relative;
  transition: all 520ms ease;
}
.rt-team-default .team-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-team-default .team-item .team-title {
  position: relative;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 32px;
}
.rt-team-default .team-item .team-title a {
  color: var(--rt-title-color);
}
.rt-team-default .team-item .team-title a:hover {
  color: var(--rt-primary-color);
}
.rt-team-default .team-item .team-designation {
  color: var(--rt-primary-color);
}
.rt-team-default .team-item p {
  margin-top: 8px;
}
.rt-team-default .team-item:hover .team-social {
  transform: translateY(-50%) rotateY(0deg);
}
.rt-team-default .team-item:hover .team-thumbs img {
  transform: scale(1.15);
}
.rt-team-default .team-thumbs {
  position: relative;
}
.rt-team-default .team-thumbs img {
  transition: all 520ms ease;
}
.rt-team-default ul.team-social {
  padding: 14px 11px;
}
.rt-team-default .team-social {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  top: 50%;
  transform: translateY(-50%) rotateY(90deg);
  right: 0;
  background-color: #FFFFFF;
  border-radius: 10px 0px 0px 10px;
  transform-origin: right;
  transition: transform 0.4s ease-in-out;
}
.rt-team-default .team-social li {
  position: relative;
  transition: all 520ms ease;
  line-height: 1;
}
.rt-team-default .team-social li .social-link {
  display: inline-flex;
  transition: all 0.21s ease-in-out;
  color: var(--rt-primary-color);
}
.rt-team-default .team-social li .social-link i {
  display: block;
  transition: all 0.21s ease-in-out;
}
.rt-team-default .team-social li .social-link i.icon-facebook {
  color: #1877F2;
}
.rt-team-default .team-social li .social-link i.icon-rt-x-twitter {
  color: #000000;
}
.rt-team-default .team-social li .social-link i.icon-pinterest {
  color: rgba(225, 48, 108, 0.9490196078);
}
.rt-team-default .team-social li .social-link i.icon-instagram {
  color: #E60023;
}
.rt-team-default .team-social li .social-link:hover i {
  transform: scale(1.3);
}

.rt-team-multi-layout-1 .team-item {
  border-radius: 20px;
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .rt-team-multi-layout-1 .team-item {
    margin-bottom: 51px;
  }
}
.rt-team-multi-layout-1 .team-item .team-thumbs {
  border-radius: 20px;
  overflow: hidden;
}
.rt-team-multi-layout-1 .team-item .post-thumbnail:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.44%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.rt-team-multi-layout-1 .team-item .team-content {
  background-color: var(--rt-body-bg-color);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 47px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  transition: all 520ms ease;
}
.rt-team-multi-layout-2 .team-item {
  overflow: hidden;
  border-radius: 20px;
}
.rt-team-multi-layout-2 .team-item .post-thumbnail:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.44%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.rt-team-multi-layout-2 .team-item .team-title a {
  color: #FFFFFF;
}
.rt-team-multi-layout-2 .team-item .team-title a:hover {
  color: var(--rt-tertiary-color);
}
.rt-team-multi-layout-2 .team-item .team-content {
  padding: 12px 18px;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.rt-team-multi-layout-2 .team-item p {
  color: var(--rt-meta-light);
}
.rt-team-multi-layout-2 .team-item:hover .post-thumbnail img {
  filter: grayscale(0);
}

.rt-team-multi-layout-3 .team-item {
  text-align: center;
}
.rt-team-multi-layout-3 .team-item .team-thumbs {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 20px;
}
.rt-team-multi-layout-3 .team-item:hover .team-thumbs img {
  filter: grayscale(1);
}

.rt-team-multi-layout-4 .team-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid var(--rt-border-color);
  overflow: hidden;
}
.rt-team-multi-layout-4 .team-item .team-thumbs {
  overflow: hidden;
  border-radius: 10px;
}
.rt-team-multi-layout-4 .team-item .team-content {
  background-color: var(--rt-body-bg-color);
  border-radius: 0 10px 10px 10px;
  margin-right: 30px;
  margin-top: -30px;
  padding: 15px 24px;
  position: relative;
  left: 0;
  bottom: 0;
  transition: all 520ms ease;
}
.rt-team-multi-layout-4 .team-item .team-social {
  position: unset;
  transform: unset;
  margin-top: 12px;
}
.rt-team-multi-layout-4 .team-item .team-social li {
  opacity: 1;
  visibility: visible;
  transform: unset;
}
.rt-team-multi-layout-4 .team-item .team-social li .social-link {
  background-color: var(--rt-gray20);
  border-radius: 4px;
}
.rt-team-multi-layout-4 .team-item .team-social li .social-link:hover {
  color: var(--rt-primary-color);
}
.rt-team-multi-layout-4 .team-item:hover .team-content {
  bottom: 12px;
}

.rt-team-multi-layout-5 .team-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid var(--rt-border-color);
  overflow: hidden;
}
.rt-team-multi-layout-5 .team-item .team-thumbs {
  overflow: hidden;
  border-radius: 10px;
}
.rt-team-multi-layout-5 .team-item .team-content {
  padding: 15px 0 0;
  position: relative;
  left: 0;
  bottom: 0;
  transition: all 520ms ease;
}
.rt-team-multi-layout-5 .team-item ul.share {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.rt-team-multi-layout-5 .team-item ul.share .share-icon {
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rt-primary-color);
  background-color: var(--rt-gray20);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(1) {
  opacity: 1;
  visibility: visible;
  top: -40px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(2) {
  opacity: 1;
  visibility: visible;
  top: -80px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(3) {
  opacity: 1;
  visibility: visible;
  top: -120px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(4) {
  opacity: 1;
  visibility: visible;
  top: -160px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(5) {
  opacity: 1;
  visibility: visible;
  top: -200px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(6) {
  opacity: 1;
  visibility: visible;
  top: -240px;
  transform: rotate(0deg);
  transition-delay: 0.48s;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(7) {
  opacity: 1;
  visibility: visible;
  top: -280px;
  transform: rotate(0deg);
  transition-delay: 0.56s;
}
.rt-team-multi-layout-5 .team-item ul.share li:hover .team-social li:nth-child(8) {
  opacity: 1;
  visibility: visible;
  top: -320px;
  transform: rotate(0deg);
  transition-delay: 0.64s;
}
.rt-team-multi-layout-5 .team-item .team-social {
  position: unset;
  transform: unset;
}
.rt-team-multi-layout-5 .team-item .team-social li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rt-team-multi-layout-5 .team-item .team-social li .social-link {
  background-color: var(--rt-gray20);
  border-radius: 50%;
}
.rt-team-multi-layout-5 .team-item .team-social li .social-link:hover {
  color: var(--rt-primary-color);
}
.rt-team-multi-layout-5 .team-item:hover .team-social li {
  opacity: 0;
  visibility: hidden;
}

.team-slider-layout-5 .team-item .team-content {
  bottom: 19px;
  margin: 0 19px;
}

.team-single-item {
  background-color: #F9F7F7;
  border-radius: 20px;
}
.team-single-item b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-single-item .thumb-right .team-single-content-wrap {
  padding: 92px 34px 86px 60px;
}
.team-single-item .thumb-right .team-thumb-square img {
  border-radius: 0 20px 20px 0;
}
.team-single-item .team-single-wrap .order-2 {
  order: 2;
}
@media (min-width: 1025px) {
  .team-single-item .team-single-wrap .order-2 .team-single-content-wrap {
    padding: 92px 60px 86px 34px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .team-single-item .team-single-wrap .order-2 .team-single-content-wrap {
    padding: 30px 30px 25px 15px;
  }
}
@media (max-width: 991px) {
  .team-single-item .team-single-wrap .order-2 .team-single-content-wrap {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .team-single-item .team-single-wrap .order-1 .team-single-content-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .team-single-item .team-single-wrap .order-1 .team-single-content-wrap {
    padding-bottom: 50px;
  }
}
.team-single-item .team-single-image {
  line-height: 0;
}
.team-single-item .team-single-image img {
  width: 100%;
}
.team-single-item .team-thumb-square img {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 768px) {
  .team-single-item .team-thumb-square img {
    border-radius: 20px 20px 0 0;
  }
}
.team-single-item .team-thumb-round {
  border-radius: 12px;
  padding: 24px 30px 30px;
  border: 1px solid var(--rt-border-color);
  background-color: var(--rt-gray20);
  text-align: center;
}
.team-single-item .team-thumb-round img {
  background-color: var(--rt-gray10);
  border-radius: 1000px;
}
.team-single-item .entry-title {
  font-size: clamp(30px, 4vw, 36px);
  line-height: 1.2;
  margin-bottom: 5px;
}
.team-single-item .designation {
  display: block;
  color: var(--rt-primary-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.team-single-item .excerpt p {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  margin-bottom: 0;
}
.team-single-item .team-single-content-wrap h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 18px;
  line-height: 1.4;
}
.team-single-item .team-single-content-wrap .team-info {
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .team-single-item .team-single-content-wrap .team-info {
    margin-top: 20px;
  }
}
.team-single-item .team-single-content-wrap .team-info ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .team-single-item .team-single-content-wrap .team-info ul {
    row-gap: 5px;
  }
}
.team-single-item .team-single-content-wrap .team-info ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  color: var(--rt-body-color);
  flex: 1 1 50%;
}
.team-single-item .team-single-content-wrap .team-info ul li a {
  color: var(--rt-title-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
}
.team-single-item .team-single-content-wrap .team-info ul li a:hover {
  color: var(--rt-primary-color);
}
.team-single-item .team-single-content-wrap .team-info ul li i {
  height: 45px;
  width: 45px;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .team-single-item .team-single-content-wrap .team-info ul li {
    float: unset;
    width: 100%;
  }
}
.team-single-item .team-single-content-wrap .team-info ul li:last-child {
  margin-bottom: 0;
}
.team-single-item .team-single-content-wrap .team-info ul .team-label {
  color: var(--rt-title-color);
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.team-single-item .single-team-social-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .team-single-item .single-team-social-wrap {
    margin-top: 0;
  }
}
.team-single-item .single-team-social-wrap span {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: var(--rt-title-color);
}
.team-single-item .team-social-social {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.team-single-item .team-social-social li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--rt-meta-color);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #E2E1E1;
}
.team-single-item .team-social-social li a i {
  display: block;
  transition: all 0.41s ease-in-out;
}
.team-single-item .team-social-social li a:hover {
  color: var(--rt-tertiary-color);
  background-color: var(--rt-primary-color);
}
.team-single-item .team-social-social li a:hover i {
  color: #FFFFFF;
  border-color: var(--rt-primary-color);
  transform: rotateY(380deg);
}
.team-single-item .rt-skill-wrap {
  margin-top: 40px;
}
.team-single-item .rt-skill-wrap .rt-skill-each {
  margin-top: 15px;
}
.team-single-item .rt-skill-wrap .rt-name {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.team-single-item .rt-skill-wrap .progress {
  position: relative;
  background-color: var(--rt-gray20);
  border-radius: 100px;
  height: 8px;
}
.team-single-item .rt-skill-wrap .progress-bar {
  position: relative;
  height: 8px;
  width: 0;
  background-color: var(--rt-tertiary-color);
  border-radius: 100px;
  transition: 2s linear;
}
.team-single-item .rt-skill-wrap .progress-bar span {
  font-size: 16px;
  font-weight: 500;
  color: var(--rt-title-color);
  position: absolute;
  right: 0;
  top: -28px;
  padding-bottom: 10px;
  line-height: 1;
}
.team-single-item .rt-skill-wrap .progress-bar:before {
  content: attr(data-per);
  position: absolute;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--rt-title-color);
  bottom: 10px;
  right: 0;
}

.team-contact-form {
  background-color: var(--rt-gray20);
  border-radius: 20px;
  margin-top: 40px;
  padding: 40px;
}
.team-contact-form .frm-fluent-form .ff-el-input--label {
  display: none;
}
.team-contact-form .frm-fluent-form .ff-el-form-control {
  border: 1px solid #FFFFFF;
  font-size: 15px;
  height: 54px;
}
.team-contact-form .frm-fluent-form .ff-el-form-control:focus {
  border: 1px solid var(--rt-primary-color);
  outline: none;
  box-shadow: unset;
}
.team-contact-form .frm-fluent-form .ff-btn-submit {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 38px;
  letter-spacing: 0.5px;
}
.team-contact-form .frm-fluent-form .ff-btn-submit:hover {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}

.rt-related-team {
  margin-top: 120px;
}
.rt-related-team .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}

.rt-service-default .service-item {
  position: relative;
  transition: all 520ms ease;
}
.rt-service-default .service-item .service-thumbs {
  margin-bottom: 30px;
}
.rt-service-default .service-item .service-thumbs img {
  transition: all 520ms ease;
}
.rt-service-default .service-item .service-icon {
  display: flex;
  font-size: 40px;
  color: var(--rt-primary-color);
}
.rt-service-default .service-item .service-icon i {
  transition: all 520ms ease;
}
.rt-service-default .service-item .service-title {
  font-size: 22px;
  line-height: 1.4;
}
.rt-service-default .service-item .service-title a {
  color: var(--rt-title-color);
}
.rt-service-default .service-item .service-title a:hover {
  color: var(--rt-primary-color);
}
.rt-service-default .service-item .service-info p {
  margin-bottom: 0;
}
.rt-service-default .service-item .rt-button {
  margin-top: 28px;
}
.rt-service-default .service-item:hover .service-thumbs img {
  transform: scale(1.08);
}

.rt-service-multi-layout-1 .service-item {
  border-radius: 20px;
  border: 1px solid var(--rt-border-color);
  background-color: var(--rt-body-bg-color);
  padding: 48px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 991px) {
  .rt-service-multi-layout-1 .service-item {
    display: block;
  }
}
.rt-service-multi-layout-1 .service-item .service-icon {
  position: relative;
  z-index: 0;
  background-color: var(--rt-gray20);
  color: var(--rt-primary-color);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt-service-multi-layout-1 .service-item .post-thumbnail {
  border-radius: 12px;
  width: 80px;
}
@media (max-width: 991px) {
  .rt-service-multi-layout-1 .service-item .post-thumbnail {
    width: 100%;
  }
}
.rt-service-multi-layout-1 .service-item:hover .service-icon {
  color: var(--rt-tertiary-color);
}
.rt-service-multi-layout-1 .service-item:hover .service-icon i {
  transform: scale(1.1);
}

.rt-service-multi-layout-2 .service-item:hover .service-icon {
  color: var(--rt-tertiary-color);
}
.rt-service-multi-layout-2 .service-item:hover .service-icon i {
  transform: scale(1.2);
}
.rt-service-multi-layout-2 .service-content {
  padding: 35px 45px;
  border: 1px solid var(--rt-border-color);
  border-radius: 20px;
  transition: all 520ms ease;
}
.rt-service-multi-layout-2 .service-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 18px;
}
.rt-service-multi-layout-2 .service-title {
  margin-bottom: 0;
}
.rt-service-multi-layout-2 .rt-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 0;
}
.rt-service-multi-layout-2 .rt-shape svg {
  color: var(--rt-border-color);
  transition: color 0.4s ease;
}

.rt-service-multi-layout-3 .service-item {
  border-radius: 20px;
  background-color: var(--rt-gray20);
  padding: 55px;
  text-align: center;
}
.rt-service-multi-layout-3 .service-item .service-icon {
  justify-content: center;
  background-color: var(--rt-body-bg-color);
  color: var(--rt-primary-color);
  border-radius: 12px;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .rt-service-multi-layout-3 .service-item .service-title {
    padding: 0 45px;
  }
}
.rt-service-multi-layout-3 .service-item .post-thumbnail {
  border-radius: 12px;
}
.rt-service-multi-layout-3 .service-item:hover .service-icon {
  color: var(--rt-tertiary-color);
}
.rt-service-multi-layout-3 .service-item:hover .service-icon i {
  transform: scale(1.1);
}

.rt-service-multi-layout-4 .service-item {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .rt-service-multi-layout-4 .service-item {
    display: block;
  }
}
.rt-service-multi-layout-4 .service-item .service-content {
  border-radius: 20px;
  background-color: var(--rt-body-bg-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 28px;
}
@media (min-width: 1200px) {
  .rt-service-multi-layout-4 .service-item .service-content {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .rt-service-multi-layout-4 .service-item .service-content {
    margin-bottom: 18px;
  }
}
.rt-service-multi-layout-4 .service-item .service-icon {
  justify-content: center;
  background-color: var(--rt-gray20);
  color: var(--rt-primary-color);
  border-radius: 8px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}
.rt-service-multi-layout-4 .service-item .service-thumbs {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .rt-service-multi-layout-4 .service-item .service-thumbs {
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
.rt-service-multi-layout-4 .service-item .post-thumbnail {
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .rt-service-multi-layout-4 .service-item .post-thumbnail img {
    height: 274px;
    width: 342px;
  }
}
.rt-service-multi-layout-4 .service-item:hover .service-icon {
  color: var(--rt-tertiary-color);
}
.rt-service-multi-layout-4 .service-item:hover .service-icon i {
  transform: scale(1.2);
}
.rt-service-multi-layout-4 .service-item .post-thumbnail-wrap, .rt-service-multi-layout-4 .service-item .post-thumbnail {
  height: 100%;
}

.rt-service-multi-layout-5 .service-item {
  padding: 48px;
  z-index: 0;
}
.rt-service-multi-layout-5 .service-item:after {
  content: "";
  height: 71%;
  width: 100%;
  background-color: var(--rt-body-bg-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  border-radius: 15px;
  transition: all 0.5s ease-in-out 0s;
}
.rt-service-multi-layout-5 .service-item .service-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  justify-content: center;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  border-radius: 8px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}
.rt-service-multi-layout-5 .service-item .post-thumbnail {
  border-radius: 12px;
}
.rt-service-multi-layout-5 .service-item .service-thumbs {
  position: relative;
}
.rt-service-multi-layout-5 .service-item .rt-button .btn {
  width: 100%;
}
.rt-service-multi-layout-5 .service-item:hover:after {
  height: 100%;
}
.rt-service-multi-layout-5 .service-item.no-image .service-icon {
  position: unset;
  margin-bottom: 0;
}

.service-single .service-single-item .entry-title {
  font-size: clamp(30px, 4vw, 36px);
  margin-bottom: 20px;
  line-height: 1.2;
}
.service-single .service-single-item .post-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.service-single .service-single-item .wp-block-image img {
  border-radius: 12px;
}
.service-single .service-single-item ul.wp-block-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.service-single .service-single-item ul.wp-block-list li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: var(--rt-title-color);
}
.service-single .service-single-item ul.wp-block-list li + li {
  margin-top: 10px;
}
.service-single .service-single-item ul.wp-block-list li:before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 11px;
  content: "\e825";
  font-family: "rt-fontello";
  transition: all ease 0.31s;
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.rt-related-service {
  margin-top: 60px;
}
.rt-related-service .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}

.rt-project-default > .row {
  justify-content: center;
}
.rt-project-default .project-item {
  position: relative;
  transition: all 520ms ease;
}
.rt-project-default .project-item .project-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 12px;
}
.rt-project-default .project-item .project-thumbs img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.rt-project-default .project-item .project-title {
  font-size: 22px;
  margin-bottom: 2px;
  line-height: 1.4;
}
.rt-project-default .project-item .project-title a {
  color: var(--rt-title-color);
}
.rt-project-default .project-item .project-title a:hover {
  color: var(--rt-primary-color);
}
.rt-project-default .project-item .project-cat {
  display: block;
}
.rt-project-default .project-item .project-cat a {
  color: var(--rt-tertiary-color);
}
.rt-project-default .project-item .project-cat a:hover {
  text-decoration: underline;
}
.rt-project-default .project-item .project-excerpt {
  margin-top: 12px;
}
.rt-project-default .project-item .is-blend img {
  filter: grayscale(100%);
}
.rt-project-default .project-item .rt-button .btn {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  padding: 0;
}
.rt-project-default .project-item .rt-button .btn i {
  margin-left: 0;
  transform: rotate(-45deg);
}
.rt-project-default .project-item .rt-button .btn svg, .rt-project-default .project-item .rt-button .btn path {
  transition: all 520ms ease;
}
.rt-project-default .project-item .rt-button .btn:hover i {
  transform: rotate(-45deg) translateX(5px);
}
.rt-project-default .project-item:hover .is-blend img {
  filter: grayscale(0);
}
.rt-project-default .project-item:hover .project-thumbs img {
  transform: scale(1.05);
}
.rt-project-default .rt-project-tab {
  margin-bottom: 30px;
}
.rt-project-default .rt-project-tab .case-cat-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 5px;
}
.rt-project-default .rt-project-tab .case-cat-tab a {
  display: inline-block;
  color: var(--rt-meta-color);
  position: relative;
  font-size: 18px;
}
.rt-project-default .rt-project-tab .case-cat-tab a:hover {
  color: var(--rt-title-color);
}
.rt-project-default .rt-project-tab .separator a:before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.rt-project-default .rt-project-tab .separator a:last-child:before {
  display: none;
}

.rt-project-multi-layout-2 .project-item .project-thumbs {
  margin-bottom: 0;
}
.rt-project-multi-layout-2 .project-item .project-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
  border-radius: 15px;
  background: linear-gradient(96deg, rgba(0, 0, 0, 0.44) 15.13%, rgba(0, 0, 0, 0.64) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: 0 24px;
  padding: 20px;
  gap: 12px;
}
.rt-project-multi-layout-2 .project-item .project-title a {
  color: #FFFFFF;
}
.rt-project-multi-layout-2 .project-item .project-title a:hover {
  color: var(--rt-meta-light);
}
.rt-project-multi-layout-2 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 24px;
}

.rt-project-multi-layout-3 .project-item .project-thumbs:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(96deg, rgba(0, 0, 0, 0.44) 15.13%, rgba(0, 0, 0, 0.64) 99.38%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  z-index: 1;
}
.rt-project-multi-layout-3 .project-item .rt-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.rt-project-multi-layout-3 .project-item:hover .project-thumbs:before {
  transform: scale(1);
}
.rt-project-multi-layout-3 .project-item:hover .rt-button {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.rt-project-multi-layout-4 .project-item {
  overflow: hidden;
}
.rt-project-multi-layout-4 .project-item .project-thumbs {
  margin-bottom: 0;
}
.rt-project-multi-layout-4 .project-item .project-thumbs:before {
  content: "";
  height: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(var(--rt-secondary-rgb), 0.7) 10%, rgba(var(--rt-primary-rgb), 1) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: height 0.5s;
  z-index: 1;
}
.rt-project-multi-layout-4 .project-item .project-content {
  color: #FFFFFF;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -40%;
  z-index: 2;
  transition: all 0.7s ease;
}
.rt-project-multi-layout-4 .project-item .project-title a {
  color: #FFFFFF;
}
.rt-project-multi-layout-4 .project-item .project-title a:hover {
  color: var(--rt-meta-light);
}
.rt-project-multi-layout-4 .project-item:hover .project-thumbs:before {
  height: 100%;
}
.rt-project-multi-layout-4 .project-item:hover .project-content {
  bottom: 30px;
}

.rt-project-multi-layout-5 .project-item {
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.rt-project-multi-layout-5 .project-item .project-thumbs {
  margin-bottom: 0;
  height: 100%;
}
.rt-project-multi-layout-5 .project-item .project-thumbs .post-thumbnail-wrap, .rt-project-multi-layout-5 .project-item .project-thumbs .post-thumbnail {
  height: 100%;
}
.rt-project-multi-layout-5 .project-item .project-thumbs img {
  height: 100%;
}
.rt-project-multi-layout-5 .project-item .project-thumbs:before {
  position: absolute;
  content: "";
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.7) 1.88%, rgba(255, 255, 255, 0.7) 99.38%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  width: 100%;
  transition: 0.5s;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.rt-project-multi-layout-5 .project-item .project-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.rt-project-multi-layout-5 .project-item .rt-button {
  margin-top: 24px;
}
.rt-project-multi-layout-5 .project-item .rt-button .btn {
  border-radius: 50px;
  background: linear-gradient(180deg, var(--rt-primary-color) -8.33%, var(--rt-secondary-color) 100%);
}
.rt-project-multi-layout-5 .project-item:hover .project-thumbs:before {
  visibility: visible;
  opacity: 1;
}
.rt-project-multi-layout-5 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.rt-project-multi-layout-5 .item-gallery {
  display: grid;
  grid-gap: 24px;
  grid-template: "grid-item-1 grid-item-1 grid-item-4 grid-item-4 grid-item-5 grid-item-6" "grid-item-2 grid-item-3 grid-item-4 grid-item-4 grid-item-7 grid-item-7";
}
@media (max-width: 991px) {
  .rt-project-multi-layout-5 .item-gallery {
    grid-template: "grid-item-1 grid-item-1 grid-item-2 grid-item-2 grid-item-3 grid-item-3" "grid-item-2 grid-item-2 grid-item-5 grid-item-5 grid-item-6 grid-item-6" "grid-item-7 grid-item-7";
  }
}
@media (max-width: 576px) {
  .rt-project-multi-layout-5 .item-gallery {
    grid-template: "grid-item-1 grid-item-1 grid-item-1 grid-item-1 grid-item-1 grid-item-1" "grid-item-3 grid-item-3 grid-item-3 grid-item-3 grid-item-4 grid-item-4" "grid-item-5 grid-item-5 grid-item-5 grid-item-5 grid-item-6 grid-item-7" "grid-item-7 grid-item-7 grid-item-7 grid-item-7 grid-item-7 grid-item-7";
  }
}
.rt-project-multi-layout-5 .grid-item-1 {
  grid-area: grid-item-1;
}
.rt-project-multi-layout-5 .grid-item-2 {
  grid-area: grid-item-2;
}
.rt-project-multi-layout-5 .grid-item-3 {
  grid-area: grid-item-3;
}
.rt-project-multi-layout-5 .grid-item-4 {
  grid-area: grid-item-4;
}
.rt-project-multi-layout-5 .grid-item-5 {
  grid-area: grid-item-5;
}
.rt-project-multi-layout-5 .grid-item-6 {
  grid-area: grid-item-6;
}
.rt-project-multi-layout-5 .grid-item-7 {
  grid-area: grid-item-7;
}

.rt-project-multi-layout-6 .project-item {
  overflow: hidden;
  height: 100%;
}
.rt-project-multi-layout-6 .project-item .project-thumbs {
  margin-bottom: 0;
  height: 100%;
}
.rt-project-multi-layout-6 .project-item .project-thumbs .post-thumbnail-wrap,
.rt-project-multi-layout-6 .project-item .project-thumbs .post-thumbnail {
  height: 100%;
}
.rt-project-multi-layout-6 .project-item .project-thumbs img {
  height: 510px;
}
@media (max-width: 767px) {
  .rt-project-multi-layout-6 .project-item .project-thumbs img {
    height: 380px;
  }
}
.rt-project-multi-layout-6 .project-item .project-thumbs:before {
  content: "";
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: height 0.5s;
  z-index: 1;
}
.rt-project-multi-layout-6 .project-item .project-content {
  color: #FFFFFF;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -60%;
  z-index: 2;
  transition: all 0.7s ease;
}
.rt-project-multi-layout-6 .project-item .project-title a {
  color: #FFFFFF;
}
.rt-project-multi-layout-6 .project-item .project-cat a {
  color: #FFFFFF;
}
.rt-project-multi-layout-6 .project-item .project-cat a:hover {
  color: var(--rt-primary-color);
}
.rt-project-multi-layout-6 .project-item .rt-button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.rt-project-multi-layout-6 .project-item:hover .project-thumbs:before {
  height: 100%;
}
.rt-project-multi-layout-6 .project-item:hover .project-content {
  bottom: 30px;
}

.rt-project-multi-layout-7 .project-item {
  overflow: hidden;
  height: 100%;
}
.rt-project-multi-layout-7 .project-item .project-thumbs {
  margin-bottom: 0;
  height: 100%;
}
.rt-project-multi-layout-7 .project-item .project-thumbs .post-thumbnail-wrap,
.rt-project-multi-layout-7 .project-item .project-thumbs .post-thumbnail {
  height: 380px;
}
.rt-project-multi-layout-7 .project-item .project-thumbs img {
  height: 100%;
}
.rt-project-multi-layout-7 .project-item .project-thumbs:before {
  content: "";
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: height 0.5s;
  z-index: 1;
}
.rt-project-multi-layout-7 .project-item .project-content {
  color: #FFFFFF;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -60%;
  z-index: 2;
  transition: all 0.7s ease;
}
.rt-project-multi-layout-7 .project-item .project-title a {
  color: #FFFFFF;
}
.rt-project-multi-layout-7 .project-item .project-cat a {
  color: #FFFFFF;
}
.rt-project-multi-layout-7 .project-item .project-cat a:hover {
  color: var(--rt-primary-color);
}
.rt-project-multi-layout-7 .project-item .rt-button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.rt-project-multi-layout-7 .project-item:hover .project-thumbs:before {
  height: 100%;
}
.rt-project-multi-layout-7 .project-item:hover .project-content {
  bottom: 30px;
}

.rt-project-multi-layout-8 .project-item .project-thumbs {
  margin-bottom: 0;
}
.rt-project-multi-layout-8 .project-item .project-thumbs:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.44%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rt-project-multi-layout-8 .project-item .project-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
  margin: 0 24px;
  padding: 20px;
  gap: 12px;
}
.rt-project-multi-layout-8 .project-item .project-title a {
  color: #FFFFFF;
}
.rt-project-multi-layout-8 .project-item .project-title a:hover {
  color: var(--rt-meta-light);
}
.rt-project-multi-layout-8 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 34px;
}

@media (min-width: 1140px) {
  .project-single .project-item-wrap {
    display: flex;
    gap: 24px;
    justify-content: space-between;
  }
  .project-single .project-item-content {
    flex: 1;
  }
  .project-single .project-content-info {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 1139px) {
  .project-single .project-item-content {
    margin-bottom: 48px;
  }
}
.project-single .post-thumbnail-wrap img {
  border-radius: 16px;
}
.project-single .project-item-content .wp-block-image img {
  border-radius: 12px;
}
.project-single .project-item-content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.project-single .project-item-content ul li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: var(--rt-title-color);
}
.project-single .project-item-content ul li + li {
  margin-top: 10px;
}
.project-single .project-item-content ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  content: "\e879";
  font-family: "rt-fontello";
  transition: all ease 0.31s;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 1140px) {
  .project-single .project-information {
    padding-right: 60px;
  }
}
@media (max-width: 1139px) {
  .project-single .project-information {
    margin-bottom: 40px;
  }
}
.project-single .project-information ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-single .project-information .info-title {
  font-size: 30px;
  line-height: 1.4;
}
.project-single .project-information .info-list > li {
  border-bottom: 1px solid var(--rt-border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.project-single .project-information .info-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.project-single .project-information .info-list a {
  color: var(--rt-body-color);
}
.project-single .project-information .info-list a:hover {
  color: var(--rt-primary-color);
}
.project-single .project-information .info-list label {
  color: var(--rt-title-color);
  font-size: 15px;
  width: 110px;
  display: inline-block;
}
.project-single .project-information ul.rating {
  display: inline-flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.project-single .project-information ul.rating li.star-rate i {
  color: var(--rt-tertiary-color);
}
.project-single .project-content {
  margin-top: 30px;
}
.project-single .project-content .entry-title {
  font-size: clamp(30px, 4vw, 36px);
  margin-bottom: 20px;
  line-height: 1.2;
}

.elementor-lightbox .elementor-lightbox-image {
  border-radius: 12px;
}
.elementor-lightbox .elementor-swiper-button > i {
  background-color: #FFFFFF;
  color: var(--rt-button-text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.rt-related-project {
  margin-top: 60px;
}
.rt-related-project .related-title {
  font-size: 30px;
  margin-bottom: 26px;
}

.error-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 990px;
    height: auto;
  }
}
.error-404 .error-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 40px;
  text-align: center;
}
.error-404 .error-info .error-title {
  margin-bottom: 15px;
}
.error-404 .error-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #848484;
}

.woocommerce div.product div.images {
  margin-bottom: 50px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
  overflow: hidden;
  border-radius: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  overflow: hidden;
  border-radius: 10px;
  width: 33.33%;
}
.woocommerce div.product div.summary {
  margin-bottom: 50px;
}
.woocommerce div.product div.summary .product_title {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce div.product div.summary .price {
  color: var(--rt-title-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce div.product div.summary .price del {
  order: 2;
  color: #858585;
}
.woocommerce div.product div.summary .price ins {
  color: var(--rt-title-color);
  order: 1;
}
.woocommerce div.product div.summary .price ins span {
  font-weight: 600;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 17px;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
  text-align: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
  color: var(--rt-title-color);
}
.woocommerce div.product form.cart .variations select {
  min-width: 50%;
  height: 50px;
}
@media (max-width: 600px) {
  .woocommerce div.product form.cart .variations select {
    min-width: 100%;
  }
}
.woocommerce div.product form.cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce .quantity .qty {
  height: 50px;
  border-radius: 4px;
  width: 70px;
}
.woocommerce .quantity input.input-text:focus {
  outline: none;
  box-shadow: unset;
}
.woocommerce .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce .product_meta > span {
  color: var(--rt-title-color);
  font-weight: 700;
}
.woocommerce .product_meta > span span, .woocommerce .product_meta > span a {
  color: var(--rt-body-color);
  font-weight: 400;
}
.woocommerce .product_meta > span span:hover, .woocommerce .product_meta > span a:hover {
  color: var(--rt-primary-color);
}
.woocommerce .post-share-btn {
  margin-top: 20px;
}
.woocommerce .post-share-btn .item-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 5px;
  list-style: none;
  padding-left: 0;
}
.woocommerce .post-share-btn .item-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: var(--rt-body-color);
  font-size: 14px;
  border: 1px solid var(--rt-border-color);
}
.woocommerce .post-share-btn .item-social a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-color: var(--rt-primary-color);
}

.woocommerce div.product .woocommerce-tabs {
  border-radius: 12px;
  margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid var(--rt-border-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--rt-title-color);
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
  content: "";
  position: absolute;
  width: 101.77px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #161619;
  transition: left 0.3s, width 0.3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 15px;
  color: #979797;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  background-color: #FFFFFF;
  border-radius: 6px;
  margin-top: 8px;
  padding: 20px 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  border: none;
  margin-right: 25px;
  border-radius: 50%;
  padding: 0;
  position: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  color: var(--rt-title-color);
}
.woocommerce .comment-respond .comment-reply-title {
  color: var(--rt-title-color);
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.related.products {
  margin-top: 50px;
}
.related.products h2 {
  font-size: 30px;
  margin-bottom: 26px;
}

.fmp-product-addons-wrap .fmp-addon-inner-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #EAE9E9;
  border-radius: 5px;
  padding: 20px;
  row-gap: 6px;
}
.fmp-product-addons-wrap .fmp-addon-inner-content h3 {
  flex: 1 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--rt-title-color);
  margin-bottom: 3px;
}
.fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-checkbox {
  flex: 1 0 33%;
}
.fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=checkbox] + span.fmp-label::before, .fmp-product-addons-wrap .fmp-addon-inner-content .fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=radio] + span.fmp-label::before {
  width: 12px;
  height: 12px;
  border: 1px solid #DEDEDE;
  border-radius: 1px;
  left: 3px;
  top: 4px;
}
.fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=checkbox] + span.fmp-label, .fmp-product-addons-wrap .fmp-addon-inner-content .fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=radio] + span.fmp-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--rt-title-color);
}
.fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=checkbox]:checked + span.fmp-label:before {
  background-color: var(--rt-primary-color);
}
.fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=checkbox]:checked + span.fmp-label:after {
  background: #FFFFFF;
  box-shadow: 2px 0 0 #FFFFFF, 4px 0 0 #FFFFFF, 4px -2px 0 #FFFFFF, 4px -4px 0 #FFFFFF, 4px -6px 0 #FFFFFF, 4px -8px 0 #FFFFFF;
}

.jquery-modal > .fmp-modal.modal .quantity input[type=number] {
  height: 50px;
  border-radius: 4px;
  padding: 10px;
}

#rtsb-builder-content .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active a {
  color: var(--rt-title-color);
}

.rtsb-product-filters .filter-content {
  padding-left: 0;
  padding-right: 0;
}

.woo-archive-sidebar {
  border-bottom: 1px solid var(--rt-border-color);
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0 5px 30px 5px;
}
.woo-archive-sidebar.widget_search {
  border: unset;
  border-radius: unset;
  padding: 0;
}
.woo-archive-sidebar .wc-block-product-categories {
  margin-bottom: 0;
}
.woo-archive-sidebar .wp-block-woocommerce-filter-wrapper .wc-block-price-slider .wc-block-components-price-slider__controls input {
  border-color: #E0E0E0 !important;
  border-radius: 3px;
  max-width: 110px;
}
.woo-archive-sidebar .wp-block-woocommerce-product-categories .wc-block-product-categories-list .wc-block-product-categories-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.woo-archive-sidebar .wp-block-woocommerce-product-categories .wc-block-product-categories-list .wc-block-product-categories-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNGRUY2RjciLz4KPHBhdGggZD0iTTE0LjcyNzMgN0w4LjcyNzI3IDEzTDYgMTAuMjcyNyIgc3Ryb2tlPSIjRTkwMDRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 520ms ease;
}
.woo-archive-sidebar .wp-block-woocommerce-product-categories .wc-block-product-categories-list .wc-block-product-categories-list-item:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNFOTAwNEIiLz4KPHBhdGggZD0iTTE0LjcyNzMgN0w4LjcyNzI3IDEzTDYgMTAuMjcyNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}
.woo-archive-sidebar .wp-block-woocommerce-product-categories .wc-block-product-categories-list .wc-block-product-categories-list-item:hover .wc-block-product-categories-list-item-count {
  color: var(--rt-primary-color);
}
.woo-archive-sidebar .wp-block-tag-cloud {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 15px;
}
.woo-archive-sidebar .wp-block-tag-cloud a {
  padding: 0;
  background-color: transparent;
  border: none;
  flex: 1 1 30%;
  margin: 0;
  position: relative;
  padding-left: 30px;
}
.woo-archive-sidebar .wp-block-tag-cloud a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNGRUY2RjciLz4KPHBhdGggZD0iTTE0LjcyNzMgN0w4LjcyNzI3IDEzTDYgMTAuMjcyNyIgc3Ryb2tlPSIjRTkwMDRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 520ms ease;
}
.woo-archive-sidebar .wp-block-tag-cloud a:hover {
  background-color: transparent;
  color: var(--rt-title-color);
}
.woo-archive-sidebar .wp-block-tag-cloud a:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNFOTAwNEIiLz4KPHBhdGggZD0iTTE0LjcyNzMgN0w4LjcyNzI3IDEzTDYgMTAuMjcyNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}

.woocommerce ul.product_list_widget li {
  color: var(--rt-primary-color);
  font-weight: 700;
}
.woocommerce ul.product_list_widget li del {
  opacity: 0.5;
  font-weight: 400;
}
.woocommerce ul.product_list_widget li ins {
  background-color: transparent;
  color: inherit;
}
.woocommerce ul.product_list_widget li img {
  width: 60px;
  border-radius: 6px;
}
.woocommerce ul.product_list_widget li a {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.woocommerce ul.product_list_widget li a:hover {
  color: var(--rt-primary-color);
}
.woocommerce ul.product_list_widget li .rtsb-star-rating {
  margin-bottom: 6px;
}

.woocommerce .price {
  color: var(--rt-primary-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.woocommerce .price del {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
}
.woocommerce .price ins {
  color: var(--rt-primary-color);
  background-color: transparent;
}
.woocommerce select,
.woocommerce .wc-blocks-components-select .wc-blocks-components-select__container {
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  padding: 5px 24px 5px 12px !important;
  transition: all 0.21s ease-in-out;
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .rtsb-archive-catalog-ordering .woocommerce-ordering select {
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  padding: 5px 24px 5px 12px;
  font-size: 16px;
  font-weight: 500;
  width: initial;
  height: 40px;
  outline: none;
  vertical-align: middle;
}

.woo-shop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid var(--rt-border-color);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 12px 24px;
}
.woo-shop-top .view-mode ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woo-shop-top .view-mode ul a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-content: center;
  border-radius: 5px;
  border: 1px solid var(--rt-border-color);
  color: var(--rt-meta-light);
}
.woo-shop-top .view-mode ul .selected a {
  color: var(--rt-primary-color);
}

.rt-shop-meta .button-text {
  display: none;
}

.woocommerce .star-rating {
  font-size: 14px;
  margin: 0 0 3px;
}
.woocommerce .star-rating:before {
  content: "SSSSS";
  font-size: 12px;
}
.woocommerce .star-rating span:before {
  color: var(--rt-tertiary-color);
  font-size: 12px;
}
.woocommerce .woocommerce-review-link {
  color: var(--rt-body-color);
}
.woocommerce .rating-count {
  color: var(--rt-meta-light);
  font-size: 14px;
}
.woocommerce span.onsale {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 6px 0;
  margin: 0;
  padding: 6px 12px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  font-weight: 500;
  left: 0;
  top: 0;
}
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
.woocommerce ul.products li.product {
  float: none;
  flex: 0 0 auto;
  max-width: initial;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product img {
  margin-bottom: 0 !important;
  transform: scaleX(1);
  transition: all 0.45s;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: auto;
  left: 0;
  margin: 0;
}
.woocommerce ul.products li.product .rt-product-grid .rt-product-thumb {
  border-radius: 6px 6px 0 0;
}
.woocommerce ul.products li.product .rt-product-grid .rt-content-area {
  text-align: center;
  padding: 23px 20px 30px 20px;
}
.woocommerce ul.products li.product .rt-product-grid .rt-content-area .price-cart-wrap {
  justify-content: center;
}
.woocommerce ul.products li.product .rt-product-grid .rt-content-area .product-rating {
  justify-content: center;
}
.woocommerce ul.products li.product .rt-product-block {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rt-border-color);
  border-radius: 10px;
  transition: all 0.21s ease-in-out;
}
.woocommerce ul.products li.product .rt-product-block .rt-product-thumb {
  position: relative;
  overflow: hidden;
  background-color: var(--rt-gray20);
}
.woocommerce ul.products li.product .rt-product-block .rt-content-area .price-cart-wrap {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.woocommerce ul.products li.product .rt-product-block .rt-content-area .price-cart-wrap .add-to-cart-btn a {
  font-size: 14px;
  padding: 8.5px 15px;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  transition: all 0.4s;
  position: absolute;
  right: 15px;
  top: 15px;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 14px;
  padding: 5px 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta > a:hover {
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta .action-cart i {
  padding-right: 5px;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat {
  margin-bottom: 12px;
  line-height: 15px;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat a {
  color: var(--rt-primary-color);
  background-color: #fff1f1;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 30px;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0;
  line-height: 28px;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title a {
  color: var(--rt-title-color);
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title a:hover {
  color: var(--rt-primary-color);
}
.woocommerce ul.products li.product .rt-product-block .rt-price {
  color: var(--rt-title-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.woocommerce ul.products li.product .rt-product-block:hover .rt-product-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.woocommerce ul.products li.product .rt-product-block:hover .rt-shop-meta a {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.08, 0.27, 0.04, 1.11);
  visibility: visible;
}
.woocommerce ul.products li.product .rt-product-block:hover .rt-shop-meta a:first-child {
  transition-delay: 0.3s;
}
.woocommerce ul.products li.product .rt-product-block:hover .rt-shop-meta a:nth-child(2) {
  transition-delay: 0.4s;
}
.woocommerce ul.products li.product .rt-product-block:hover .rt-shop-meta a:last-child {
  transition-delay: 0.5s;
}
.woocommerce ul.products li.product .rt-product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row;
  gap: 30px;
  padding: 15px;
}
.woocommerce ul.products li.product .rt-product-list .rt-content-area {
  flex: 1;
  padding: 0;
}
.woocommerce ul.products li.product .rt-product-list .rt-product-thumb {
  margin-bottom: 0;
  border-radius: 6px;
}
.woocommerce ul.products li.product .rt-product-list .rt-product-thumb img {
  height: 100%;
}
.woocommerce ul.products li.product .rt-product-list .rt-shop-title {
  font-size: 22px;
}
.woocommerce ul.products li.product .rating-custom,
.woocommerce ul.products li.product .woocommerce-product-rating {
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce ul.products li.product .rating-custom {
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .product-rating {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}
.woocommerce ul.products li.product .product-rating .star-rating {
  margin-bottom: 0;
}

.woocommerce ul.products:before {
  display: none;
}

.woocommerce ul.products.columns-2 li.product {
  width: calc(50% - 12px);
}

.woocommerce ul.products.columns-3 li.product {
  width: calc(33.3333333333% - 16px);
}

.woocommerce ul.products.columns-4 li.product {
  width: calc(25% - 18px);
}

.woocommerce ul.products.columns-5 li.product {
  width: calc(20% - 19.2px);
}

.woocommerce ul.products.columns-6 li.product {
  width: calc(16.6666666667% - 20px);
}

@media (max-width: 1199px) {
  .product-grid-view ul.products.columns-4 li.product,
  .product-grid-view ul.products.columns-5 li.product,
  .product-grid-view ul.products.columns-6 li.product {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 991px) {
  .product-grid-view ul.products.columns-3 li.product,
  .product-grid-view ul.products.columns-4 li.product,
  .product-grid-view ul.products.columns-5 li.product,
  .product-grid-view ul.products.columns-6 li.product {
    width: calc(50% - 12px);
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .product-grid-view ul.products.columns-2 li.product,
  .product-grid-view ul.products.columns-3 li.product,
  .product-grid-view ul.products.columns-4 li.product,
  .product-grid-view ul.products.columns-5 li.product,
  .product-grid-view ul.products.columns-6 li.product {
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce ul.products li.product .rt-product-list {
    display: block;
  }
  .woocommerce ul.products li.product .rt-product-list .rt-product-thumb {
    margin-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .woo-shop-top {
    display: block;
    text-align: center;
  }
  .limit-sort-wrap {
    margin-bottom: 7px;
  }
}
.wc-block-grid .wc-block-grid__product-title {
  font-size: 17px;
}
.wc-block-grid .wp-block-button__link {
  font-size: 16px !important;
}
.wc-block-grid .rtsb-wishlist-btn {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button,
.components-button,
.wc-block-components-button,
.mini-cart-footer a.button {
  background: var(--rt-primary-color);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 28px;
  letter-spacing: 0.16px;
  line-height: 1;
  opacity: 1;
  transition: all 0.21s ease-in-out;
  border: 1px solid var(--rt-primary-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.components-button:hover,
.wc-block-components-button:hover,
.mini-cart-footer a.button:hover {
  color: var(--rt-primary-color);
  background-color: transparent;
}

.wc-block-cart {
  margin-bottom: 0 !important;
}
.wc-block-cart table.wc-block-cart-items {
  border: 1px solid var(--rt-border-color);
  margin-bottom: 0 !important;
}
.wc-block-cart table.wc-block-cart-items td {
  text-align: left;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: 14px;
  color: var(--rt-title-color);
  font-weight: 600;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: var(--rt-primary-color);
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
  background-color: #000000 !important;
  color: #FFFFFF;
  font-size: 15px;
  padding: 16px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible;
}
.wc-block-cart .wc-block-components-product-name {
  font-weight: 600;
}
.wc-block-cart .wc-block-components-product-badge {
  border: none;
  background-color: var(--rt-tertiary-color);
  color: var(--rt-title-color);
  display: none;
}
.wc-block-cart .wc-block-components-quantity-selector {
  height: 40px;
  margin-bottom: 0 !important;
}
.wc-block-cart .wc-block-components-product-metadata {
  display: none;
}
.wc-block-cart .wc-block-cart-item__quantity {
  display: flex;
  justify-content: space-between;
}
.wc-block-cart .wc-block-cart-items__row {
  padding: 20px !important;
}
.wc-block-cart .wc-block-cart-items__row .wc-block-components-product-price {
  color: var(--rt-title-color);
  font-weight: 600;
}
.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__prices del {
  opacity: 0.5;
}
.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__prices ins {
  background-color: transparent;
  color: inherit;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  padding: 30px;
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
  color: var(--rt-title-color);
  font-size: 15px;
  padding: 0 0 12px;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon {
  padding: 0;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  color: var(--rt-title-color);
}

.rtsb-cart-table table th, .rtsb-cart-table table td, .rtsb-cart-table .wp-block-table td, .rtsb-cart-table .wp-block-table th {
  border: none;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  opacity: 1;
  padding: 15px 20px 16px 20px;
}

.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border: 1px solid var(--rt-border-color) !important;
}

body .is-large .wc-block-checkout__actions {
  padding: 0;
}

body .wc-blocks-components-select .wc-blocks-components-select__container {
  border: 1px solid var(--rt-border-color) !important;
  padding: 0 0.5em;
}

body .wc-blocks-components-select .wc-blocks-components-select__label {
  display: none;
}

body .wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 0;
}

body .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: unset;
}

body .wc-block-checkout__sidebar .wc-block-components-product-name {
  color: var(--rt-title-color);
  font-size: 16px;
  font-weight: 700;
}

body .wc-block-checkout__sidebar .wc-block-components-totals-item {
  color: var(--rt-title-color);
  font-weight: 700;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .product_title {
  color: var(--rt-title-color);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .price {
  color: var(--rt-primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .price .woocommerce-Price-amount {
  font-size: unset;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
  background-color: var(--rt-primary-color);
  min-height: 48px;
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button:hover {
  background-color: var(--rt-secondary-color);
}

.rtsb-wishlist-content .rtsb-wishlist-table th {
  color: var(--rt-title-color);
}
.rtsb-wishlist-content .rtsb-wl-product-price {
  color: var(--rt-title-color);
  font-weight: 600;
}
.rtsb-wishlist-content del {
  opacity: 0.5;
}
.rtsb-wishlist-content ins {
  background-color: transparent;
  color: inherit;
}

.rtsb-compare-list .rtsb-compare-field-label {
  color: var(--rt-title-color);
  font-weight: 600;
}
.rtsb-compare-list .rtsb-compare-product-price {
  color: var(--rt-title-color);
  font-weight: 600;
}
.rtsb-compare-list .rtsb-compare-product-price del {
  opacity: 0.5;
}
.rtsb-compare-list .rtsb-compare-product-price ins {
  background-color: transparent;
  color: inherit;
}

.added_to_cart.wc-forward {
  position: absolute;
  width: 110px;
  left: 0;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  bottom: -12px;
  padding: 2px 5px !important;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.fmp-wc-add-to-cart-wrap .added_to_cart.wc-forward {
  bottom: 0;
}

.fmp-box-wrapper .fmp-wc-add-to-cart-wrap .loading.fmp-wc-add-to-cart-btn {
  background: transparent !important;
}

.rtsb-product-add-to-cart .variations select {
  min-width: 75% !important;
  padding: 5px 24px 5px 12px !important;
}

.woocommerce-billing-fields, .woocommerce-additional-fields, .fmp-pickup-delivery-setting-form-wrap {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px 55px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .woocommerce-billing-fields, .woocommerce-additional-fields, .fmp-pickup-delivery-setting-form-wrap {
    padding: 25px 30px;
  }
}

.woocommerce-input-wrapper input {
  background: #F8F8F8;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  height: 50px;
  padding: 10px 20px;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  background: #F8F8F8;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  height: 50px;
  padding: 15px 20px;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  left: 5%;
}

.fmp-pickup-delivery-setting-form-wrap, .fmp_order_time_type {
  margin-bottom: 30px !important;
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.fmp_order_time_type {
  padding: 15px 60px !important;
  margin-bottom: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  border: 1px solid #EEEEEE;
  border-bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
@media (min-width: 922px) {
  .fmp_order_time_type {
    max-width: 100%;
  }
}
.fmp_order_time_type .input-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 5px;
}
.fmp_order_time_type .input-radio:checked {
  border: 1px solid var(--rt-primary-color); /* Change the border color of the checked radio button */
}
.fmp_order_time_type .input-radio:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--rt-primary-color); /* Change the background color of the checked radio button */
  position: absolute;
  top: 3px;
  left: 3px;
}

.fmp-pickup-delivery-setting-form-wrap {
  border-radius: 0 0 10px 10px;
  border-top: 0;
}
@media (min-width: 922px) {
  .fmp-pickup-delivery-setting-form-wrap {
    max-width: 100%;
  }
}

#order_review_heading {
  margin-left: 12px;
  margin-right: 12px;
}

.woocommerce-checkout-review-order {
  margin: 0 12px;
}

.fmp-delivery-message {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: var(--rt-primary-color);
  text-transform: capitalize;
}

.woocommerce-checkout .col2-set .col-1 {
  width: 50%;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
  }
}
.woocommerce-checkout .col2-set .col-2 {
  width: 50%;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
  }
}

.fmp-tip-container .fmp-tip-button-wrap input[type=button]:nth-child(1) {
  background: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.fmp-tip-container .fmp-tip-button-wrap input[type=button]:nth-child(1):hover {
  background-color: transparent;
  color: var(--rt-primary-color);
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table tbody {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 50px;
}
.woocommerce table.shop_table tbody tr:last-child td {
  padding-bottom: 25px !important;
}
.woocommerce table.shop_table tr.order-total {
  border-top: 1px solid #ECECEC;
}
.woocommerce table.shop_table .woocommerce-shipping-totals {
  border-top: 1px solid #ECECEC;
}

.woocommerce-checkout #payment {
  background-color: #FFFFFF;
}

.woocommerce-form-coupon, .woocommerce-form-login {
  background: #FFFFFF;
  border: 1px solid red;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px 55px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.rtsb-notice .wc-block-components-notice-banner.is-info > svg {
  background-color: var(--rt-primary-color);
}

.wc-block-components-form {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px 55px;
  margin-bottom: 30px;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid transparent !important;
}

.rtsb-checkout-coupon-form {
  background-color: #FFFFFF;
}

.woocommerce-info::before {
  color: var(--rt-primary-color);
}

.woocommerce-info {
  border-top-color: var(--rt-primary-color);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  background-color: var(--rt-primary-color);
  padding: 25px 25px;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
  color: var(--rt-primary-color);
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 8px 0;
  color: #FFFFFF;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: yellow;
}

.woocommerce-MyAccount-content {
  padding: 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info {
  background-color: #FFFFFF;
  border-color: var(--rt-primary-color);
}
.woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info svg {
  background-color: var(--rt-primary-color);
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: unset;
  flex: unset;
}

.woocommerce form .form-row input.input-text {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EAEAEA;
  height: 50px;
  background-color: #F8F8F8;
  padding: 0px 15px 0px 15px;
  border-radius: 5px;
}

.woocommerce-EditAccountForm fieldset {
  margin-bottom: 30px;
  border-color: var(--rt-primary-color);
  border-radius: 5px;
}

.rtsb-compare-wrap {
  padding: 25px;
}
.rtsb-compare-wrap .rtsb-compare-empty {
  background-color: #f6f2f2;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .fmp-box {
    gap: 15px;
    flex-direction: column;
  }
  .fmp-layout2 .fmp-box .fmp-img-wrapper {
    max-width: 100%;
  }
}
.shop_table tbody tr {
  border-bottom: 1px solid var(--rt-primary-color);
}
.shop_table tbody tr:last-child {
  border-bottom: none;
}

@media (min-width: 1140px) {
  .wp-block-woocommerce-cart table tbody tr td {
    vertical-align: middle !important;
  }
}
.wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap {
    flex-direction: column;
    align-items: start;
  }
}
.wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap .wc-block-components-product-name {
  margin-bottom: 0;
}
.wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  margin-bottom: 0;
}
.wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap .price, .wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap .wc-block-components-product-price {
  margin-bottom: 0;
}
.wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  gap: 20px;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart table tbody tr td .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    align-self: flex-start !important;
  }
}
.wp-block-woocommerce-cart table tbody tr td .price.wc-block-components-product-price {
  margin-bottom: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  height: 65px;
  border-radius: 6px;
}

.wc-block-components-totals-coupon__form {
  align-items: center;
}

/*===============================
Section Title
================================*/
.elementor-section-wrap {
  overflow: hidden;
}

.section-title-wrapper {
  position: relative;
  z-index: 1;
}
.section-title-wrapper .top-sub-title-wrap {
  display: block;
}
.section-title-wrapper .top-sub-title {
  font-size: 14px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: var(--rt-primary-color);
  font-weight: 700;
  letter-spacing: 0.96px;
}
.section-title-wrapper .top-sub-title i {
  margin-right: 5px;
}
.section-title-wrapper .top-sub-title.left-right-shape {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
  background: linear-gradient(111deg, var(--rt-primary-color) 19.42%, var(--rt-secondary-color) 73.08%);
  padding: 4px 24px;
  color: #FFFFFF;
}
.section-title-wrapper .main-title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
}
.section-title-wrapper .main-title .has-animation {
  width: 0;
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 1;
}
.section-title-wrapper .main-title .active-animation {
  stroke-dasharray: 770;
  animation: Rtdraw 1s reverse;
  width: auto;
}
.section-title-wrapper .main-title path {
  stroke: var(--rt-primary-color);
}
.section-title-wrapper .main-title span {
  font-weight: 400;
}
.section-title-wrapper .main-title img.spin {
  animation: spin 15s linear infinite;
}
@media (max-width: 1024px) {
  .section-title-wrapper .main-title {
    font-size: 32px;
    line-height: 41px;
  }
}
@media (max-width: 676px) {
  .section-title-wrapper .main-title {
    font-size: 28px;
    line-height: 37px;
  }
}
.section-title-wrapper .title-gradient {
  background: linear-gradient(90deg, var(--rt-title-color) 7.83%, var(--rt-primary-color) 46.69%, var(--rt-secondary-color) 92.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 100%;
}
.section-title-wrapper .title-gradient-animation {
  animation: gradient 5s ease infinite;
}
.section-title-wrapper .line-shape:after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  width: 0;
  height: 7px;
  background-color: var(--rt-primary-color);
  z-index: -1;
  transition: all ease 1s;
}
.section-title-wrapper .line-shape.center:after {
  right: 0;
  margin: 0 auto;
}
.section-title-wrapper .line-shape.right:after {
  left: auto;
  right: 0;
}
.section-title-wrapper .line-shape.active-animation:after {
  width: 325px;
}
.section-title-wrapper .baseline img {
  vertical-align: baseline;
}
.section-title-wrapper .middle img {
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
}
.section-title-wrapper .bottom img {
  vertical-align: bottom;
}
.section-title-wrapper .description p {
  opacity: 1 !important;
  margin-bottom: 15px;
}
.section-title-wrapper ul.feature-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .section-title-wrapper ul.feature-list.two-column li {
    width: 50%;
    float: left;
  }
}
.section-title-wrapper .list-layout-1 li {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--rt-title-color);
}
.section-title-wrapper .list-layout-1 li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border-radius: 100%;
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
}
.section-title-wrapper .list-layout-2 li {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--rt-title-color);
}
.section-title-wrapper .list-layout-2 li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 44px;
  height: 44px;
  margin-right: 9px;
  border-radius: 100%;
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-border-color);
  background-color: var(--rt-body-bg-color);
}
.section-title-wrapper .shadow-title-wrap {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
}
.section-title-wrapper .shadow-title-wrap .shadow-title {
  display: inline-block;
  font-size: 150px;
  line-height: 48px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E4E9F1;
  text-transform: uppercase;
}

.rt-animated-headline .ah-words-wrapper p {
  margin-bottom: 0;
}
.rt-animated-headline .ah-headline.clip .ah-words-wrapper:after {
  content: "";
  position: absolute;
  top: auto;
  right: 10px;
  width: 100%;
  height: 2px;
  background-color: var(--rt-primary-color);
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 991px) {
  .section-title-wrapper .description br,
  .section-title-wrapper .main-title br {
    display: none;
  }
}
.title-layout-3 .title-inner-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.title-layout-3 .title-inner-wrapper .top-sub-title-wrap {
  background: #FF8800;
  border: 2px solid #000000;
  display: inline-block;
  padding: 8px 22px;
}
@media (min-width: 992px) {
  .title-layout-3 .title-inner-wrapper .top-sub-title-wrap {
    margin-left: 70px;
  }
}
.title-layout-3 .title-inner-wrapper .top-sub-title-wrap .top-sub-title {
  margin-bottom: 0;
}
.title-layout-3 .title-inner-wrapper .main-title-wrap {
  background: #FFFFFF;
  border: 2px solid #000000;
  display: inline-block;
  padding: 6px 22px;
}
.title-layout-3 .title-inner-wrapper .main-title-wrap .main-title {
  color: var(--rt-title-color);
  margin-bottom: 0;
}
.title-layout-3 .title-inner-wrapper .description {
  background: var(--rt-primary-color);
  border: 2px solid #000000;
  display: inline-block;
  padding: 8px 22px;
}
@media (min-width: 992px) {
  .title-layout-3 .title-inner-wrapper .description {
    margin-left: 150px;
  }
}
.title-layout-3 .title-inner-wrapper .description p {
  margin-bottom: 0;
}

/* End Section Title */
.rt-swiper-hero-slider {
  overflow: hidden;
}

.rt-hero-slider .slider-content {
  position: relative;
  max-width: 700px;
  z-index: 9;
}
@media (max-width: 767px) {
  .rt-hero-slider .slider-content {
    max-width: 100%;
  }
}
.rt-hero-slider .single-slider {
  background-size: cover;
  background-position: top center;
  min-height: 900px;
  display: flex;
  align-items: center;
}
.rt-hero-slider .sub-title {
  position: relative;
  display: inline-block;
  color: var(--rt-tertiary-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1.4;
  z-index: 1;
}
.rt-hero-slider .slider-title {
  font-size: 60px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.1;
}
.rt-hero-slider .slider-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.rt-hero-slider .animation .single-slide .sub-title {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide .slider-title {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide .slider-text {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide .slider-btn-area {
  transform: translateY(70px);
  transition: all ease 1.2s;
  opacity: 0;
  visibility: hidden;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .sub-title {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .slider-title {
  transform: translateY(0);
  transition-delay: 1s;
  opacity: 1;
  visibility: visible;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .slider-text {
  transform: translateY(0);
  transition-delay: 1.5s;
  opacity: 1;
  visibility: visible;
}
.rt-hero-slider .animation .single-slide.swiper-slide-active .slider-btn-area {
  transform: translateX(0);
  transition-delay: 2s;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .rt-hero-slider .slider-title br,
  .rt-hero-slider .slider-text br {
    display: none;
  }
}
.rt-hero-slider .swiper-pagination {
  position: absolute;
  margin-top: 0;
  justify-content: right;
  -moz-column-gap: 7px;
       column-gap: 7px;
  bottom: 70px !important;
  right: 70px;
  left: auto !important;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: 100%;
  text-align: left;
  color: #9DB8B6;
  background: transparent !important;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  color: #FFFFFF;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  position: absolute;
  content: "";
  right: -7px;
  top: 13px;
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  text-align: right;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
  display: none;
}
.rt-hero-slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 13px;
  right: auto;
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: #FFFFFF;
}

/*===============================
RT Post Grid
================================*/
.blog-grid-5 .separate-meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.blog-grid-5 .separate-meta a {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.blog-grid-5 .separate-meta a:hover {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.blog-grid-5 .rt-post-meta {
  margin-bottom: 16px;
}
.blog-grid-5 .entry-wrapper {
  padding-top: 24px;
}

@media (min-width: 1025px) {
  .blog-list-2.rt-el-post-wrapper .post-thumbnail-wrap {
    max-width: 286px;
  }
}
.rt-pricing-box-wrapper {
  border: 1px solid var(--rt-border-color);
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  z-index: 0;
  position: relative;
}
.rt-pricing-box-wrapper::before, .rt-pricing-box-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
.rt-pricing-box-wrapper::before {
  background-color: var(--rt-body-bg-color);
}
.rt-pricing-box-wrapper::after {
  opacity: 0;
  visibility: hidden;
}
.rt-pricing-box-wrapper:hover::after {
  opacity: 1;
  visibility: visible;
}
.rt-pricing-box-wrapper .is-featured {
  background: var(--rt-primary-color);
  position: absolute;
  width: 200px;
  text-align: center;
  transform: rotate(41deg);
  right: -58px;
  height: 43px;
  line-height: 43px;
  top: 16px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.rt-pricing-box-wrapper .plan-name-wrap .plan-name {
  color: var(--rt-title-color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.9px;
  transition: 0.4s ease-in-out;
}
.rt-pricing-box-wrapper .subtitle {
  padding-bottom: 22px;
}
.rt-pricing-box-wrapper .price-wrap .price {
  font-size: 36px;
  font-weight: 700;
  color: var(--rt-title-color);
  line-height: 1.2;
  transition: 0.4s ease-in-out;
}
.rt-pricing-box-wrapper .price-wrap .seperator, .rt-pricing-box-wrapper .price-wrap .period {
  font-size: 14px;
  color: var(--rt-meta-color);
  transition: 0.4s ease-in-out;
}
.rt-pricing-box-wrapper .feature-lists ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-pricing-box-wrapper .feature-lists ul li {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 14px;
  transition: 0.4s ease-in-out;
}
.rt-pricing-box-wrapper .feature-lists ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-right: 7px;
  font-size: 10px;
  color: var(--rt-primary-color);
  background-color: rgba(var(--rt-primary-rgb), 0.1);
  transition: 0.4s ease-in-out;
}
.rt-pricing-box-wrapper .feature-lists ul li svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.rt-pricing-box-wrapper .rt-button {
  padding-top: 20px;
}
.rt-pricing-box-wrapper .icon-holder {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  z-index: -1;
}
.rt-pricing-box-wrapper hr {
  margin: 20px 0;
}

.rt-pricing-layout-2 .price-wrap .price {
  display: block;
}
.rt-pricing-layout-2 .price-wrap .period {
  font-size: 16px;
}
.rt-pricing-layout-2 hr {
  border-bottom: 1px solid var(--rt-border-color);
  margin: 30px 0;
}

.rt-pricing-layout-3 header {
  text-align: center;
}
.rt-pricing-layout-3 .price-wrap .price {
  display: block;
}
.rt-pricing-layout-3 .price-wrap .period {
  font-size: 16px;
}

.rt-pricing-tab .price-switch-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.rt-pricing-tab .pack-name {
  display: inline-block;
  font-size: 16px;
  color: var(--rt-meta-color);
  font-weight: 600;
  text-transform: capitalize;
}
.rt-pricing-tab .pack-name:last-of-type {
  color: var(--rt-primary-color);
}
.rt-pricing-tab .pricing-switch-container {
  width: 60px;
  height: 30px;
  clear: both;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 2px #949494;
}
.rt-pricing-tab .pricing-switch-container .pricing-switch {
  cursor: pointer;
  width: 100%;
  float: left;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  z-index: 888;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.rt-pricing-tab .pricing-switch-container .pricing-switch:nth-child(2).pricing-switch-active ~ .switch-button {
  left: 55%;
}
.rt-pricing-tab .pricing-switch-container .switch-button {
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  z-index: 555;
  margin: 0;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
}
.rt-pricing-tab .price-switch-box--active .pack-name:first-of-type {
  color: var(--rt-primary-color);
}
.rt-pricing-tab .price-switch-box--active .pack-name:last-of-type {
  color: var(--rt-meta-color);
}
.rt-pricing-tab .price-wrap {
  position: relative;
  height: 80px;
  overflow: hidden;
}
.rt-pricing-tab .price-wrap .price-box {
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
}
.rt-pricing-tab .price-wrap .price-box.price-box-show {
  animation: showPrice 0.7s forwards;
}
.rt-pricing-tab .price-wrap .price-box.price-box-hide {
  animation: hidePrice 0.7s forwards;
}
.rt-pricing-tab .price-note {
  background-color: var(--rt-gray10);
  border-radius: 6px;
  text-align: center;
  margin-top: 12px;
  padding: 12px 24px;
}

.rt-price-tab-box {
  border: 1px solid var(--rt-border-color);
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  z-index: 0;
  position: relative;
}
.rt-price-tab-box::before, .rt-price-tab-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box::before {
  background-color: var(--rt-body-bg-color);
}
.rt-price-tab-box::after {
  opacity: 0;
  visibility: hidden;
}
.rt-price-tab-box:hover::after {
  opacity: 1;
  visibility: visible;
}
.rt-price-tab-box .is-featured {
  background: var(--rt-primary-color);
  position: absolute;
  width: 200px;
  text-align: center;
  transform: rotate(41deg);
  right: -58px;
  height: 43px;
  line-height: 43px;
  top: 16px;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .rt-title {
  color: var(--rt-title-color);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.9px;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .sub-title {
  padding-bottom: 22px;
}
.rt-price-tab-box .price-wrap .price {
  font-size: 36px;
  font-weight: 700;
  color: var(--rt-title-color);
  line-height: 1.2;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .price-wrap .seperator, .rt-price-tab-box .price-wrap .period {
  font-size: 14px;
  color: var(--rt-meta-color);
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .feature-lists ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-price-tab-box .feature-lists ul li {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 14px;
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .feature-lists ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 10px;
  color: var(--rt-primary-color);
  background-color: rgba(var(--rt-primary-rgb), 0.1);
  transition: 0.4s ease-in-out;
}
.rt-price-tab-box .rt-button {
  padding-top: 20px;
}

/*-------------------------------------
#. EL: Logo Slider
---------------------------------------*/
.rt-logo-brand .logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.rt-logo-brand .logo-box.gray img {
  transition: all ease 0.21s;
  opacity: 0.7;
}
.rt-logo-brand .logo-box.gray:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.rt-logo-brand .logo-box.brightness img {
  filter: brightness(0) invert(1);
  transition: all ease 0.21s;
  opacity: 0.4;
}
.rt-logo-brand .logo-box.brightness:hover img {
  opacity: 1;
}
.rt-logo-brand .logo-box a {
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

.h2-brand-wrap .rt-logo-brand .logo-box img {
  opacity: 0.25;
}
.h2-brand-wrap .rt-logo-brand .logo-box:hover img {
  opacity: 0.5;
}

.rt-testimonial-slider .testimonial-img {
  margin-bottom: 12px;
}
.rt-testimonial-slider .testimonial-img img {
  display: block;
  max-width: 90px;
  border-radius: 100%;
  cursor: pointer;
}
.rt-testimonial-slider .slider-item {
  position: relative;
  z-index: 0;
}
.rt-testimonial-slider .slider-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-testimonial-slider .slider-item .item-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 22px;
  margin-bottom: 12px;
}
.rt-testimonial-slider .slider-item .item-rating .icon-rt-star {
  font-weight: 900;
}
.rt-testimonial-slider .slider-item .item-rating .active {
  color: var(--rt-tertiary-color);
}
.rt-testimonial-slider .slider-item .item-rating .deactive {
  color: var(--rt-gray20);
}
.rt-testimonial-slider .slider-item .rt-content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
.rt-testimonial-slider .slider-item .rt-content p {
  margin-bottom: 0;
}
.rt-testimonial-slider .slider-item .rt-title {
  color: var(--rt-primary-color);
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.4;
}
.rt-testimonial-slider .slider-item .rt-subtitle {
  color: var(--rt-meta-color);
}
.rt-testimonial-slider .slider-item .quote {
  position: absolute;
  right: 12px;
  bottom: 0;
  font-size: 60px;
  color: var(--rt-gray10);
  z-index: -1;
}

.rt-testimonial-layout-1 .slider-item {
  transition: all 520ms ease;
}
.rt-testimonial-layout-1 .slider-item .author-text-info {
  text-align: left;
}
.rt-testimonial-layout-1 .slider-item .quote {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.rt-testimonial-layout-1 .item-author-info,
.rt-testimonial-layout-7 .item-author-info {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.rt-testimonial-layout-1 .testimonial-img,
.rt-testimonial-layout-7 .testimonial-img {
  margin-bottom: 0;
}

.rt-testimonial-layout-2 .slider-item .rt-title {
  font-size: 24px;
}
.rt-testimonial-layout-2 .slider-item .main-title {
  color: var(--rt-title-color);
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.rt-testimonial-layout-2 .slider-item .rt-content {
  border-bottom: 1px solid var(--rt-border-color);
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.rt-testimonial-layout-2 .item-author-info {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.rt-testimonial-layout-2 .testimonial-img {
  margin-bottom: 0;
}
.rt-testimonial-layout-2 .testimonial-img img {
  max-width: 100%;
  border-radius: 30px;
}
.rt-testimonial-layout-2 .swiper-navigation .swiper-button-prev {
  left: calc(50% + 12px);
  right: auto;
}
.rt-testimonial-layout-2 .swiper-navigation .swiper-button-next {
  right: auto;
  left: calc(50% + 24px + 50px);
}
.rt-testimonial-layout-2 .hover-visibility:hover .swiper-navigation .swiper-button-prev {
  left: calc(50% + 12px);
}
@media (max-width: 991px) {
  .rt-testimonial-layout-2 .testimonial-content {
    padding-top: 36px;
  }
}

.rt-testimonial-layout-3 {
  padding: 0 50px;
}
.rt-testimonial-layout-3 .rt-thumbnail-area {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .rt-testimonial-layout-3 .rt-thumbnail-area {
    width: 400px;
  }
}
.rt-testimonial-layout-3 .testimonial-img img {
  border: 4px solid #FFFFFF;
  max-width: 71px;
}
.rt-testimonial-layout-3 .slider-item {
  padding-top: 30px;
}
.rt-testimonial-layout-3 .slider-item .rt-content {
  margin-bottom: 30px;
}
.rt-testimonial-layout-3 .quote {
  position: relative;
  background-image: url(../images/element/quote-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 133px;
  margin: 0 auto;
  font-size: 48px;
  color: var(--rt-meta-color);
}

.rt-testimonial-layout-4 .slider-item {
  padding: 30px 45px 50px;
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 26px;
}
.rt-testimonial-layout-4 .slider-item .item-rating {
  position: absolute;
  right: 8%;
}
@media (max-width: 575px) {
  .rt-testimonial-layout-4 .slider-item .item-rating {
    position: unset;
  }
}
.rt-testimonial-layout-4 .slider-item .quote {
  font-size: 36px;
  right: 8%;
  top: auto;
  bottom: 24px;
}
.rt-testimonial-layout-4 .swiper-cards {
  overflow: visible;
}
.rt-testimonial-layout-4 .swiper-cards .swiper-slide-shadow {
  background-color: transparent;
}
.rt-testimonial-layout-4 .item-author-info {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 8px;
}
.rt-testimonial-layout-4 .testimonial-img {
  margin-bottom: 0;
}
.rt-testimonial-layout-4 .testimonial-img img {
  max-width: 50px;
}
.rt-testimonial-layout-4 .swiper-navigation .swiper-button-prev {
  transform: rotate(-90deg);
  right: -112px;
  left: auto;
  top: 65%;
}
.rt-testimonial-layout-4 .swiper-navigation .swiper-button-next {
  top: 40%;
  right: -112px;
  left: auto;
  transform: rotate(-90deg);
}
.rt-testimonial-layout-4 .hover-visibility:hover .swiper-navigation .swiper-button-prev {
  left: auto !important;
  right: 0;
}

.rt-testimonial-layout-5,
.rt-testimonial-layout-8 {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-right: 24px;
}
.rt-testimonial-layout-5 .slider-item,
.rt-testimonial-layout-8 .slider-item {
  width: 447px;
  white-space: normal;
}
.rt-testimonial-layout-5 .slider-item .quote,
.rt-testimonial-layout-8 .slider-item .quote {
  font-size: 36px;
  top: 10px;
  right: 24px;
}
.rt-testimonial-layout-5 .item-author-info,
.rt-testimonial-layout-8 .item-author-info {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 8px;
}
.rt-testimonial-layout-5 .testimonial-img,
.rt-testimonial-layout-8 .testimonial-img {
  margin-bottom: 0;
}
.rt-testimonial-layout-5 .testimonial-img img,
.rt-testimonial-layout-8 .testimonial-img img {
  max-width: 50px;
}

.rt-testimonial-marquee-one .rt-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.rt-testimonial-marquee-one .rt-marquee.marquee-left .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_left 50s linear infinite;
}
.rt-testimonial-marquee-one .rt-marquee.marquee-right .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_right 50s linear infinite;
}
.rt-testimonial-marquee-one .rt-marquee:hover .rt-marquee-item {
  animation-play-state: paused;
}

.rt-testimonial-layout-6,
.rt-testimonial-layout-9 {
  display: inline-grid;
  row-gap: 24px;
  margin-bottom: 24px;
}
.rt-testimonial-layout-6 .slider-item,
.rt-testimonial-layout-9 .slider-item {
  border: 1px solid var(--rt-border-color);
  border-radius: 12px;
  padding: 30px;
  white-space: normal;
}
.rt-testimonial-layout-6 .slider-item .quote,
.rt-testimonial-layout-9 .slider-item .quote {
  font-size: 36px;
  top: auto;
  right: 30px;
  bottom: 30px;
}
.rt-testimonial-layout-6 .item-author-info,
.rt-testimonial-layout-9 .item-author-info {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.rt-testimonial-layout-6 .testimonial-img,
.rt-testimonial-layout-9 .testimonial-img {
  margin-bottom: 0;
}
.rt-testimonial-layout-6 .testimonial-img img,
.rt-testimonial-layout-9 .testimonial-img img {
  max-width: 50px;
}

.rt-testimonial-marquee-two .rt-marquee {
  overflow: hidden;
  white-space: nowrap;
  display: inline-grid;
  height: 600px;
}
.rt-testimonial-marquee-two .rt-marquee.marquee-top .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_top 20s linear infinite;
}
.rt-testimonial-marquee-two .rt-marquee.marquee-bottom .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_bottom 20s linear infinite;
}
.rt-testimonial-marquee-two .rt-marquee:hover .rt-marquee-item {
  animation-play-state: paused;
}

.rt-marquee-slider {
  position: relative;
}
.rt-marquee-slider .rt-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px;
  line-height: 1;
}
.rt-marquee-slider .rt-marquee.marquee-left .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_left 40s linear infinite;
}
.rt-marquee-slider .rt-marquee.marquee-right .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_right 40s linear infinite;
}
.rt-marquee-slider .rt-marquee:hover .rt-marquee-item {
  animation-play-state: paused;
}
.rt-marquee-slider .rt-marquee-item .entry-title {
  display: inline-flex;
  align-items: center;
  font-size: 80px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rt-body-color);
  color: transparent;
}
.rt-marquee-slider .rt-marquee-item .entry-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--rt-primary-color);
  white-space: nowrap;
  content: attr(data-per);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.rt-marquee-slider .rt-marquee-item .entry-title:hover:before {
  width: 100%;
}
.rt-marquee-slider .rt-marquee-item .entry-title a {
  color: transparent;
}
.rt-marquee-slider .rt-marquee-item .title-gradient {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rt-marquee-slider .rt-marquee-item .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  text-align: center;
}

.rt-counter-layout .rt-counter-box {
  position: relative;
  display: inline-block;
}
.rt-counter-layout .rt-counter-box .bg-shape {
  display: inline-block;
  line-height: 1;
}
.rt-counter-layout .rt-counter-box .counter-number {
  display: inline-flex;
  font-size: 100px;
  color: var(--rt-title-color);
  line-height: 1.2;
  transition: all 520ms ease;
}
.rt-counter-layout .rt-counter-box .counter-label {
  font-size: 20px;
  font-weight: 600;
  color: var(--rt-title-color);
  line-height: 1;
  margin-bottom: 0;
}
.rt-counter-layout .rt-counter-box .counter-gradient {
  -webkit-text-stroke: 2px transparent;
}
.rt-counter-layout .rt-counter-box:hover .counter-number {
  color: initial;
  -webkit-text-stroke: unset;
}

.rt-counter-layout-1 .counter-blr-shape {
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 160px;
  background-color: rgba(186, 241, 130, 0.5);
  filter: blur(125px);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
.rt-counter-layout-1 .shape-2 {
  background-color: rgba(226, 130, 241, 0.5);
}
.rt-counter-layout-1 .shape-3 {
  background-color: rgba(130, 135, 241, 0.5);
}
.rt-counter-layout-1 .shape-4 {
  background-color: rgba(130, 241, 208, 0.5);
}

.rt-counter-layout-2 .rt-counter-box .counter-number {
  color: transparent;
  text-decoration: none;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-stroke: 2px #565656;
  transition: all 520ms ease;
}

.rt-counter-layout-3 .rt-counter-box {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.rt-counter-layout-3 .rt-counter-box .counter-number {
  font-size: 30px;
}
.rt-counter-layout-3 .rt-counter-box .counter-label {
  font-size: 16px;
}

.rt-counter-layout-4 .rt-counter-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.rt-rating-layout .rating-number {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1;
}
.rt-rating-layout .rating-wrap {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.rt-rating-layout .item-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 20px;
}
.rt-rating-layout .item-rating .active {
  color: var(--rt-tertiary-color);
}
.rt-rating-layout .item-rating .deactive {
  color: var(--rt-gray10);
}

.rt-image-layout {
  position: relative;
}
.rt-image-layout .rt-image {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.rt-image-layout .rt-image .rt-img {
  display: block;
}
.rt-image-layout .rt-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .rt-image-layout .rt-image img {
    width: 100%;
  }
}
.rt-image-layout .rt-content {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rt-image-layout-1 .rt-image {
  position: relative;
  z-index: 1;
}
.rt-image-layout-1 .rt-image img {
  transition: all 520ms ease;
}
.center .rt-blr-shape2::after,
.center .rt-blr-shape3::after,
.center .rt-blr-shape4::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.right .rt-blr-shape2::after,
.right .rt-blr-shape3::after,
.right .rt-blr-shape4::after {
  right: 0;
}

.rt-blr-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #EBE89A;
  filter: blur(125px);
  height: 277px;
  width: 277px;
  border-radius: 277px;
  z-index: -1;
}

.rt-blr-shape2::after {
  position: absolute;
  content: "";
  height: 327px;
  width: 545px;
  border-radius: 35px;
  background-color: var(--rt-gray20);
  bottom: 0;
  z-index: -1;
}

.rt-blr-shape3::after {
  position: absolute;
  content: "";
  height: 570px;
  width: 570px;
  border-radius: 570px;
  background-color: #FFDFD4;
  filter: blur(200px);
  bottom: 0;
  z-index: 0;
}

.rt-blr-shape4::after {
  position: absolute;
  content: "";
  height: 570px;
  width: 570px;
  border-radius: 570px;
  background-color: var(--rt-gray20);
  bottom: 0;
  z-index: -1;
}

.rt-gallery-item .image-link {
  position: relative;
  overflow: hidden;
  background-color: var(--rt-title-color);
}
.rt-gallery-item .image-link i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.31s;
}
.rt-gallery-item .image-link img {
  opacity: 1;
  transition: all ease 0.31s;
}
.rt-gallery-item:hover .image-link i {
  visibility: visible;
  opacity: 1;
}
.rt-gallery-item:hover .image-link img {
  opacity: 0.5;
}

.img-hover-zoom .rt-image-layout-1 .rt-image:hover img {
  transform: scale(1.05);
}

.rt-blur-shape ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-blur-shape ul li {
  position: absolute;
  z-index: -1;
}

.rt-blur-shape-layout-1 li {
  height: 536px;
  width: 536px;
  border-radius: 536px;
  background-color: #EDFBF3;
  filter: blur(150px);
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.rt-blur-shape-layout-2 li {
  width: 431px;
  height: 431px;
  border-radius: 431px;
  background: #EAE8FF;
  filter: blur(100px);
}
.rt-blur-shape-layout-2 li:nth-child(1) {
  top: 0;
  left: 0;
}
.rt-blur-shape-layout-2 li:nth-child(2) {
  top: 0;
  right: 0;
}

.rt-blur-shape-layout-3 li {
  height: 529px;
  width: 529px;
  border-radius: 529px;
  filter: blur(100px);
}
.rt-blur-shape-layout-3 li:nth-child(1) {
  background-color: #E5E6FF;
  top: -200px;
  left: 0;
}
.rt-blur-shape-layout-3 li:nth-child(2) {
  background-color: #FAECE8;
  top: -300px;
  right: 0;
}
.rt-blur-shape-layout-3 li:nth-child(3) {
  background-color: #EBF8FF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rt-tab-block .tab-block-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-tab-block .tab-block-tab {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 24px;
  position: relative;
  color: var(--rt-primary-color);
  transition: all 520ms ease;
}
.rt-tab-block .tab-block-tab.is-active {
  color: var(--rt-tertiary-color);
}
@media (max-width: 575px) {
  .rt-tab-block .tab-block-tab {
    width: 100%;
  }
}
.rt-tab-block .tab-block-content p:last-child {
  margin: 0;
}
.rt-tab-block .tab-block-content .rt-button {
  margin-top: 35px;
}
.rt-tab-block .tab-block-content .feature-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 7px;
}
@media (max-width: 991px) {
  .rt-tab-block .tab-block-content .feature-wrap {
    flex-direction: column;
  }
}
.rt-tab-block .tab-block-content .content-wrap {
  flex: 1;
}
.rt-tab-block .tab-block-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-tab-block .tab-block-content ul li {
  position: relative;
  padding-left: 32px;
  color: var(--rt-title-color);
}
.rt-tab-block .tab-block-content ul li:before {
  position: absolute;
  left: 0;
  font-size: 11px;
  content: "\e825";
  font-family: "rt-fontello";
  transition: all ease 0.31s;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.rt-tab-block .tab-block-content ul li + li {
  margin-top: 10px;
}

.rt-tab-layout-1 .tab-block-tab {
  background-color: var(--rt-body-bg-color);
  border-color: var(--rt-border-color);
  border-left-style: solid;
  border-top: solid;
  border-width: 1px;
}
.rt-tab-layout-1 .tab-block-tab:last-of-type {
  border-right-style: solid;
}
.rt-tab-layout-1 .tab-block-tab::before,
.rt-tab-layout-1 .tab-block-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
.rt-tab-layout-1 .tab-block-tab::before {
  background-color: var(--rt-primary-color);
  left: 0;
  right: 0;
  top: -2px;
}
.rt-tab-layout-1 .tab-block-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
.rt-tab-layout-1 .tab-block-tab.is-active::before {
  background-color: var(--rt-tertiary-color);
}
.rt-tab-layout-1 .tab-block-tab.is-active::after {
  background-color: #fff;
}
.rt-tab-layout-1 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 0 12px 12px 12px;
  padding: 24px;
}

.rt-tab-layout-2 .tab-block-tabs {
  gap: 10px;
  margin-bottom: 30px;
}
.rt-tab-layout-2 .tab-block-tab {
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
}
.rt-tab-layout-2 .tab-block-tab.is-active {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.rt-tab-layout-2 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 12px;
  padding: 24px;
}

.rt-tab-layout-3 .tab-block {
  display: flex;
  gap: 30px;
}
.rt-tab-layout-3 .tab-block-tabs {
  gap: 10px;
}
@media (min-width: 1025px) {
  .rt-tab-layout-3 .tab-block-tabs {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .rt-tab-layout-3 .tab-block {
    flex-direction: column;
  }
}
.rt-tab-layout-3 .tab-block-tab {
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
}
.rt-tab-layout-3 .tab-block-tab.is-active {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.rt-tab-layout-3 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 12px;
  padding: 24px;
  flex: 1;
}

.rt-case-study .case-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.rt-case-study .case-info label {
  color: var(--rt-title-color);
  font-weight: 600;
}

.case-study-layout-1 .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D0DCDA;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.case-study-layout-1 .list-item:hover .service-img {
  opacity: 1;
  overflow: visible;
  transform: translateX(-120px) rotate(6deg);
}
.case-study-layout-1 .list-item:hover .rt-number {
  color: var(--rt-title-color);
}
.case-study-layout-1 .list-item:hover .rt-button .btn:after {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.case-study-layout-1 .list-item:hover .rt-button .btn i {
  transform: rotate(0deg);
}
.case-study-layout-1 .rt-title {
  position: relative;
  z-index: 0;
}
.case-study-layout-1 .rt-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 10px;
  width: 200px;
  background-color: #D0E2DF;
  z-index: -1;
}
.case-study-layout-1 .rt-number {
  position: relative;
  top: 6px;
  color: #ABABAB;
  font-size: 18px;
  transition: all 520ms ease;
}
.case-study-layout-1 .content-wrap {
  display: flex;
  align-items: start;
  gap: 15px;
}
.case-study-layout-1 .content-info {
  padding-right: 24px;
}
.case-study-layout-1 .service-img {
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 2;
  line-height: 0;
  border: 10px solid #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 8px;
  transform: translateX(-160px) rotate(6deg);
  transition: all 0.5s ease;
}
.case-study-layout-1 .service-img img {
  width: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case-study-layout-1 .rt-button .btn i {
  transform: rotate(-45deg);
  transition: all 520ms ease;
}

.case-study-layout-2 .list-item {
  margin-bottom: 24px;
}
.case-study-layout-2 .list-item:last-child {
  margin-bottom: 0 !important;
}
.case-study-layout-2 .rt-number {
  position: absolute;
  top: 24px;
  left: 24px;
  color: var(--rt-button-color);
  background-color: var(--rt-primary-color);
  border-radius: 6px;
  font-size: 18px;
  padding: 10px;
  line-height: 1;
  transition: all 520ms ease;
}
.case-study-layout-2 .content-wrap {
  display: flex;
  align-items: center;
  background-color: var(--rt-gray20);
  border-radius: 15px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 1139px) {
  .case-study-layout-2 .content-wrap {
    margin-top: 24px;
    height: auto;
  }
}
.case-study-layout-2 .service-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  line-height: 0;
}

.rt-info-box .info-box {
  position: relative;
  background-size: cover;
  transition: all 520ms ease;
  z-index: 0;
}
.rt-info-box .info-box .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  transition: all 520ms ease;
}
.rt-info-box .info-box .info-icon i, .rt-info-box .info-box .info-icon svg, .rt-info-box .info-box .info-icon img {
  display: flex;
  transition: all 520ms ease;
  color: var(--rt-primary-color);
}
.rt-info-box .info-box:hover .info-icon i, .rt-info-box .info-box:hover .info-icon svg, .rt-info-box .info-box:hover .info-icon img {
  transform: scale(1.1);
  color: var(--rt-tertiary-color);
}
.rt-info-box .info-icon-holder {
  position: relative;
  margin-bottom: 24px;
  line-height: 0;
}
.rt-info-box .info-icon-holder a {
  display: inline-block;
}
.rt-info-box .content-holder p {
  margin-bottom: 0;
  line-height: 1.75;
}
.rt-info-box .rt-info-image {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  line-height: 0;
}
.rt-info-box .rt-button {
  margin-top: 24px;
}
.rt-info-box .info-title {
  font-size: 22px;
  line-height: 1.2;
}
.rt-info-box .info-title a {
  color: var(--rt-title-color);
}
.rt-info-box .info-title a:hover {
  color: var(--rt-primary-color);
}
@media (max-width: 767px) {
  .rt-info-box .info-title br {
    display: none;
  }
}
.rt-info-box .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 18px;
}
.rt-info-box .feature-list li {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--rt-title-color);
}
.rt-info-box .feature-list li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border-radius: 100%;
  color: #FFFFFF;
  background-color: var(--rt-primary-color);
}
.rt-info-box .button-hover-visibility .btn {
  position: relative;
  color: #FFFFFF;
  padding: 13px 24px;
}
.rt-info-box .button-hover-visibility .btn .btn-text {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  transition: all 520ms ease;
}
.rt-info-box .button-hover-visibility .btn i, .rt-info-box .button-hover-visibility .btn svg {
  visibility: visible;
  opacity: 1;
  position: absolute;
  transition: 0.5s;
  margin-left: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.rt-info-box .button-hover-visibility .btn:hover {
  padding-right: 50px;
}
.rt-info-box .button-hover-visibility .btn:hover .btn-text {
  visibility: visible;
  opacity: 1;
  font-size: initial;
}
.rt-info-box .button-hover-visibility .btn:hover i, .rt-info-box .button-hover-visibility .btn:hover svg {
  left: calc(100% - 30px);
}

.rt-info-layout-1 .info-box {
  border: 1px solid var(--rt-border-color);
  background-color: var(--rt-body-bg-color);
  border-radius: 20px;
  padding: 35px 45px;
  overflow: hidden;
}
.rt-info-layout-1 .info-icon-holder {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 18px;
}
.rt-info-layout-1 .info-title {
  margin-bottom: 0;
}
.rt-info-layout-1 .rt-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 0;
  z-index: -1;
}
.rt-info-layout-1 .rt-shape svg {
  color: var(--rt-border-color);
  transition: all 520ms ease;
}

.rt-info-layout-2 .info-box {
  border: 1px solid transparent;
  background-color: var(--rt-body-bg-color);
  border-radius: 20px;
  padding: 48px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.rt-info-layout-2 .info-box .info-icon {
  position: relative;
  z-index: 0;
  background-color: var(--rt-gray20);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .rt-info-layout-2 .info-box {
    display: block;
  }
}
.rt-info-layout-2 .info-box:hover .info-icon i, .rt-info-layout-2 .info-box:hover .info-icon svg, .rt-info-layout-2 .info-box:hover .info-icon img {
  animation: pulse 0.8s forwards;
}

.rt-info-layout-3 .info-box {
  background-color: var(--rt-gray20);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}
.rt-info-layout-3 .info-box .info-icon {
  position: relative;
  z-index: 0;
  background-color: var(--rt-body-bg-color);
  border-radius: 12px;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rt-info-layout-4 .info-box {
  display: inline-block;
  background-color: #FEF6F7;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  position: relative;
}
.rt-info-layout-4 .info-box .info-icon-holder {
  position: unset;
}
.rt-info-layout-4 .info-box .icon-holder {
  text-align: center;
  margin-bottom: 0;
}
.rt-info-layout-4 .info-box .icon-holder .info-icon {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFE0E1;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
}
@media (min-width: 1025px) {
  .rt-info-layout-4 .info-box .icon-holder .info-icon.icon-top {
    top: -38px;
    bottom: auto;
  }
  .rt-info-layout-4 .info-box .icon-holder .info-icon.icon-bottom {
    top: auto;
    bottom: -38px;
  }
}
.rt-info-layout-4 .info-box:hover .icon-holder .info-icon {
  background-color: var(--rt-primary-color);
  animation: pulse 0.9s forwards;
}
.rt-info-layout-4 .info-box:hover .icon-holder .info-icon i {
  color: #FFFFFF;
}
.rt-info-layout-4 .info-content-holder {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.rt-info-layout-4 .info-content-holder .info-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.rt-info-layout-4 .info-content-holder .info-title:has(+ .content-holder) {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .rt-info-layout-5 .info-box {
    display: flex;
    align-items: center;
  }
}
.rt-info-layout-5 .info-box .info-icon {
  position: relative;
  z-index: 0;
  background-color: var(--rt-gray20);
  border-radius: 6px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt-info-layout-5 .info-box .info-content-holder {
  border-radius: 20px;
  background-color: var(--rt-body-bg-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  padding: 28px;
}
@media (min-width: 1200px) {
  .rt-info-layout-5 .info-box .info-content-holder {
    margin-bottom: 0;
    width: 360px;
  }
}
.rt-info-layout-5 .rt-info-image {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .rt-info-layout-5 .rt-info-image {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 340px;
  }
}

.rt-info-layout-6 .info-box .info-content-holder {
  position: relative;
  z-index: 1;
}
.rt-info-layout-6 .info-box .info-icon {
  position: relative;
  z-index: 1;
}
.rt-info-layout-6 .info-box .image-class {
  border-radius: 20px;
  background-color: #FFF7E6;
  margin-bottom: 24px;
  text-align: center;
  overflow: hidden;
}
.rt-info-layout-6 .info-box .image-class .info-icon {
  height: 260px;
}
.rt-info-layout-6 .info-box .image-class .info-icon img {
  width: 170px;
}
.rt-info-layout-6 .info-box .info-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rt-info-layout-6 .info-box .info-shape path {
  fill: #F4E7CC;
}
.rt-info-layout-6 .info-box:hover .info-shape {
  opacity: 1;
  visibility: visible;
}

.rt-info-layout-7 .info-box {
  overflow: hidden;
}
.rt-info-layout-7 .info-box .info-content-holder {
  position: relative;
  bottom: 0;
  transition: all 0.5s;
  z-index: 1;
}
.rt-info-layout-7 .info-box .rt-button {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.rt-info-layout-7 .info-box:hover .info-content-holder {
  bottom: 20px;
}
.rt-info-layout-7 .info-box:hover .rt-button {
  bottom: 0;
}

.rt-working-process .process-item {
  position: relative;
  text-align: center;
}
.rt-working-process .process-info {
  margin-bottom: 50px;
}
.rt-working-process .rt-step {
  margin-bottom: 15px;
}
.rt-working-process .rt-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-working-process .process-content {
  position: relative;
}
.rt-working-process .rt-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.rt-working-process .right {
  left: auto;
}

.rt-process-layout-1 .rt-center-line {
  position: absolute;
  width: 78%;
  border-bottom: 2px dashed #053129;
  height: 1px;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
@media (max-width: 1139px) {
  .rt-process-layout-1 .rt-center-line {
    display: none;
  }
}
.rt-process-layout-1 .rt-step {
  color: var(--rt-meta-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.rt-process-layout-1 .rt-number {
  color: var(--rt-title-color);
  text-shadow: 0 10px 9.1px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  font-size: 64px;
  line-height: 55px;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: all 520ms ease;
}
.rt-process-layout-1 .process-content {
  padding-top: 30px;
}
.rt-process-layout-1 .rt-step-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 5px solid #003D33;
  background-color: var(--rt-tertiary-color);
  transition: all 0.7s;
}
.rt-process-layout-1 .has-animation {
  opacity: 0;
  visibility: hidden;
}
.rt-process-layout-1 .active-animation {
  opacity: 1;
  visibility: visible;
}
.rt-process-layout-1 .rt-step-dot-item1 {
  left: -10%;
}
.rt-process-layout-1 .rt-step-dot-item2 {
  left: 23%;
}
.rt-process-layout-1 .rt-step-dot-item3 {
  left: 56%;
}
.rt-process-layout-1 .rt-step-dot-item4 {
  left: 90%;
}
.rt-process-layout-1 .active-animation.rt-step-dot-item1 {
  left: 0;
  transition-delay: 400ms;
}
.rt-process-layout-1 .active-animation.rt-step-dot-item2 {
  left: 33%;
  transition-delay: 800ms;
}
.rt-process-layout-1 .active-animation.rt-step-dot-item3 {
  left: 66%;
  transition-delay: 1200ms;
}
.rt-process-layout-1 .active-animation.rt-step-dot-item4 {
  left: 100%;
  transition-delay: 1600ms;
}

.rt-process-layout-2 .rt-step {
  color: var(--rt-meta-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.rt-process-layout-2 .rt-number {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  width: 60px;
  color: var(--rt-button-text-color);
  background-color: var(--rt-tertiary-color);
  border: 7px solid var(--rt-primary-color);
  border-radius: 50%;
  transition: all 520ms ease;
}
.rt-process-layout-2 .process-content {
  box-shadow: 0 22px 30px rgba(0, 46, 39, 0.5);
  border-radius: 10px 30px;
  padding: 53px 30px 35px;
  transition: all 520ms ease;
}

.rt-process-layout-3 .process-item {
  background-color: var(--rt-body-bg-color);
  border-bottom: 2px solid var(--rt-border-color);
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 46, 39, 0.1);
  padding: 50px 50px 90px;
  overflow: hidden;
}
.rt-process-layout-3 .process-item.left .rt-number {
  right: auto;
}
.rt-process-layout-3 .process-item.right .rt-number {
  left: auto;
}
.rt-process-layout-3 .process-info {
  margin-bottom: 0;
}
.rt-process-layout-3 .rt-step {
  color: var(--rt-meta-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.rt-process-layout-3 .rt-number {
  color: var(--rt-border-color);
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 520ms ease;
  position: absolute;
  bottom: -115px;
  left: 0;
  right: 0;
  margin: auto;
}

.rt-opening-hour ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-opening-hour ul li:not(:last-child) {
  border-bottom: 1px solid #5a5a5a;
  padding-bottom: 12px;
  margin-bottom: 13px;
}
.rt-opening-hour ul li.opening-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*===============================
Fluent form style
================================*/
@media (min-width: 768px) {
  .hero-subscribe .frm-fluent-form .ff-t-container {
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-container {
    align-items: self-start;
  }
}
@media (min-width: 768px) {
  .rt-contact-form .frm-fluent-form .rt-contact-form {
    gap: 24px;
  }
}
.rt-contact-form .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0 !important;
}

.rt-subscription-checkbox .ff-el-form-check .ff-el-form-check-label span {
  color: #bebcbc;
}

.rt-footer-copyright-text p a {
  color: #FFFFFF;
}
.rt-footer-copyright-text p a:hover {
  color: var(--rt-primary-color);
}

/* Start Progressbar style */
.rt-progress-bar .title-bar .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.rt-progress-bar .skill-bar {
  position: relative;
  background-color: var(--rt-gray20);
  border-radius: 100px;
}
.rt-progress-bar .skill-bar .skill-per {
  height: 8px;
  width: 0;
  background: linear-gradient(45deg, var(--rt-primary-color) 20.79%, var(--rt-tertiary-color) 100%);
  border-radius: 100px;
  transition: 2s linear;
  position: relative;
}
.rt-progress-bar .is-percentage .skill-per:before {
  content: attr(data-per);
  position: absolute;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--rt-title-color);
  bottom: 10px;
  right: 0;
}

.rt-video-icon {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rt-video-icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.rt-video-icon .video-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rt-video-icon .icon-box {
  position: relative;
  z-index: 1;
}
.rt-video-icon .video-popup-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--rt-primary-color);
  line-height: 42px;
  text-align: center;
  font-size: 22px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.rt-video-icon .video-popup-icon:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.rt-video-icon .video-popup-icon::before, .rt-video-icon .video-popup-icon::after {
  content: "";
  background-color: transparent;
  border: 1px solid #B2C2C0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  animation: pulse_border 2000ms ease-out infinite;
  z-index: -1;
}
.rt-video-icon .button-text {
  margin-left: 24px;
  display: inline-block;
  font-size: 16px;
  color: var(--rt-meta-color);
  font-weight: 800;
}

.icon-style1 .video-popup-icon {
  z-index: 1;
}

.icon-style1 .video-popup-icon::before {
  height: 83px;
  width: 83px;
}

.icon-style1 .video-popup-icon::after {
  height: 100px;
  width: 100px;
}

.icon-style2 .video-popup-icon::before {
  height: 83px;
  width: 83px;
}

.icon-style2 .video-popup-icon::after {
  height: 100px;
  width: 100px;
}
@keyframes sppbModalRipple {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes pulse_border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
}
.rt-contact-info .info-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--rt-title-color);
  margin-bottom: 20px;
  line-height: 1.2;
}
.rt-contact-info .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-contact-info .contact-list li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--rt-body-color);
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.rt-contact-info .contact-list li:last-child {
  margin-bottom: 0 !important;
}
.rt-contact-info .contact-list li span {
  color: var(--rt-title-color);
  font-weight: 600;
  margin-right: 5px;
}
.rt-contact-info .contact-list li i {
  margin-right: 5px;
}
.rt-contact-info .contact-list li a {
  color: var(--rt-body-color);
}
.rt-contact-info .contact-list li a:hover {
  color: var(--rt-primary-color);
}
.rt-contact-info .contact-list li svg {
  width: 18px;
  height: 18px;
}
.rt-contact-info .list-horizontal {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .rt-contact-info .list-horizontal {
    justify-content: center;
  }
}
.rt-contact-info .list-horizontal li:not(:last-child):after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #8DA4A2;
  position: absolute;
  top: 12px;
  right: -18px;
  border-radius: 50%;
}

.rt-social-icon {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.rt-social-icon .rt-social-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.rt-social-icon .rt-social-item a {
  height: 38px;
  width: 38px;
  font-size: 14px;
  border-radius: 50px;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.21s ease-in-out;
  overflow: hidden;
}
.rt-social-icon .rt-social-item a svg {
  width: 15px;
}
.rt-social-icon .rt-social-item a:hover {
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
}
.rt-social-icon .rt-social-item a:hover i {
  animation: headShake 1.5s;
}

.rt-hero-section-search {
  position: relative;
  z-index: 2;
}

.rt-search-box-container:not(.rt-search-container) ~ #rt_datafetch, .rt-search-box-container:not(.rt-search-container) #rt_datafetch {
  opacity: 0;
  visibility: hidden;
}

.rt-search-box-form {
  width: 100%;
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 3px;
}
.rt-search-box-form .search-box-text-field,
.rt-search-box-form .input-area,
.rt-search-box-form .input-group-addon {
  width: 100%;
}
.rt-search-box-form .search-box-input {
  font-size: 16px;
  background-color: transparent;
  color: #000000;
  width: 94%;
  height: 54px;
  border: none;
}
.rt-search-box-form .search-box-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.rt-search-box-form #cleanText {
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  color: var(--rt-primary-color);
}
.rt-search-box-form .category-selector {
  position: relative;
  min-width: 165px;
}
.rt-search-box-form .category-selector select {
  border: none;
  cursor: pointer;
  width: 100%;
}
.rt-search-box-form .category-selector .nice-select {
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.rt-search-box-form .category-selector .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 40%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.rt-search-box-form .category-selector .nice-select span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: var(--rt-button-text-color);
}
.rt-search-box-form .category-selector .nice-select .list {
  font-size: 15px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
  padding: 15px 20px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.rt-search-box-form .category-selector .nice-select .list li {
  margin: 3px 0;
}
.rt-search-box-form .category-selector .nice-select .list li.selected, .rt-search-box-form .category-selector .nice-select .list li:hover {
  color: var(--rt-primary-color);
}
.rt-search-box-form .category-selector .nice-select.open .list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1) translateY(16px);
}
.rt-search-box-form .category-selector .nice-select.open:after {
  transform: rotate(-135deg);
}
.rt-search-box-form .rt-search-box-btn {
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  letter-spacing: 0.5px;
  height: 48px;
  border: none;
  background: var(--rt-primary-color);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
@media (max-width: 575px) {
  .rt-search-box-form {
    display: block;
    border-radius: 12px;
    padding: 0 20px 20px;
  }
  .rt-search-box-form .search-box-input {
    border-bottom: 1px solid var(--rt-border-color) !important;
  }
  .rt-search-box-form .category-selector {
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid var(--rt-border-color) !important;
  }
  .rt-search-box-form .rt-search-box-btn {
    border-radius: 6px;
    margin-top: 12px;
    width: 100%;
  }
}

.rt-data-fetch {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -33px;
  border-radius: 5px;
  padding: 20px;
  transform: translateX(-50%);
  z-index: 2;
}
.rt-data-fetch .rt-search-result-list + .rt-search-result-list {
  border-top: 1px solid #D7D7D7;
  padding-top: 10px;
  margin-top: 10px;
}
.rt-data-fetch .rt-search-result-list .rt-top-title {
  color: var(--rt-body-color);
  font-size: 16px;
  font-weight: 600;
}
.rt-data-fetch .rt-search-result-list .rt-top-title i {
  color: var(--rt-meta-color);
  font-size: 12px;
  margin-right: 5px;
}
.rt-data-fetch .rt-search-result-list .rt-top-title:hover {
  color: var(--rt-primary-color);
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb i {
  color: var(--rt-meta-color);
  font-size: 12px;
  margin-right: 5px;
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb a {
  color: var(--rt-body-color);
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb a:hover {
  color: var(--rt-primary-color);
}

.rt-search-container .rt-data-fetch {
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  text-align: left;
  z-index: 3;
}
.rt-search-container #cleanText {
  opacity: 1;
  visibility: visible;
}

.rt-search-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
.rt-search-text .popular-label {
  font-size: 15px;
  font-weight: 600;
}
.rt-search-text .rt-search-key {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 7px;
}
.rt-search-text .rt-search-key li {
  position: relative;
  display: inline-block;
}
.rt-search-text .rt-search-key li a {
  border-radius: 100px;
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 15px;
  color: var(--rt-body-color);
  line-height: 1.3;
  transition: unset;
}

.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container) ~ #rt_datafetch,
.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container) #rt_datafetch {
  opacity: 0;
  visibility: hidden;
}

.rt-search-box-wrap form {
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
}
.rt-search-box-wrap.flex-grow-1 {
  flex-grow: 1;
}
.rt-search-box-wrap .flex-grow-1 {
  flex-grow: 1;
}

ul.rt-action-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.rt-action-list .dropdown {
  position: relative;
}
ul.rt-action-list .rt-drop-menu {
  position: absolute;
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.16);
  border: none;
  z-index: 4;
  inset: auto;
  list-style: none;
  transform: translate(0px, 20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.21s ease-in-out;
  left: 20px;
}
ul.rt-action-list .rt-drop-menu li {
  font-size: 14px;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  color: var(--rt-title-color);
  transition: all 120ms ease;
}
ul.rt-action-list .rt-drop-menu li:hover {
  color: var(--rt-primary-color);
}
ul.rt-action-list .cat-btn-wrap:hover .rt-drop-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
ul.rt-action-list .rt-btn {
  padding-right: 17px;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
  color: var(--rt-button-text-color);
  background-color: transparent;
  position: relative;
  height: 54px;
  min-width: 160px;
  z-index: 5;
}
ul.rt-action-list .rt-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--rt-border-color);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
}
ul.rt-action-list .rt-btn .down-arrow {
  position: relative;
  top: 0;
  left: 3px;
  margin-right: 8px;
}

.rt-advanced-search .rt-input-group {
  position: relative;
}
.rt-advanced-search .product-search-form {
  background-color: transparent;
  border: none;
  padding: 14px 60px 14px 15px;
  line-height: 1;
  height: 54px;
  transition: unset;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}
.rt-advanced-search .product-search-form:focus {
  box-shadow: none;
  border: none;
}
.rt-advanced-search .product-search-form::-moz-placeholder {
  font-size: 15px;
  color: #A0A0A0;
}
.rt-advanced-search .product-search-form::placeholder {
  font-size: 15px;
  color: #A0A0A0;
}
.rt-advanced-search .input-group-append {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.rt-advanced-search .input-group-append button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  font-size: 16px;
  font-weight: 600;
  width: 142px;
  height: 44px;
  line-height: 1;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  transition: all 0.21s ease-in-out;
}
.rt-advanced-search .input-group-append button:hover {
  background-color: var(--rt-secondary-color);
  color: #FFFFFF;
}

.product-search .result-wrap {
  background: #FFFFFF;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
}
.product-search .result {
  position: relative;
}
.product-search .result ul {
  margin: 0;
  padding: 0;
}
.product-search .result ul li {
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-search .result ul li:nth-child(odd) {
  background-color: #FFFFFF;
}
.product-search .result ul li:nth-child(even) {
  background-color: green;
}
.product-search .result ul li .thumb {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 5px;
}
.product-search .result ul li img {
  max-width: 48px;
}
.product-search .result .title {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 500;
}
.product-search .result .title a {
  color: var(--rt-title-color);
}
.product-search .result .title a:hover {
  color: var(--rt-primary-color);
}
.product-search .rt-price {
  color: var(--rt-title-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.product-search .rt-price del {
  font-weight: 400;
  color: var(--rt-meta-color);
  margin-right: 6px;
}
.product-search .rt-price ins {
  background-color: transparent;
}
@media (max-width: 600px) {
  .product-search .search-btn span {
    display: none;
  }
}

.rt-search-box-wrap form {
  border: 1px solid rgba(var(--rt-title-color), 0.2);
  border-radius: 5px;
}
.rt-search-box-wrap.flex-grow-1 {
  flex-grow: 1;
}
.rt-search-box-wrap .flex-grow-1 {
  flex-grow: 1;
}

ul.rt-action-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}
ul.rt-action-list .dropdown {
  position: relative;
}
ul.rt-action-list .rt-drop-menu {
  position: absolute;
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.16);
  border: none;
  z-index: 4;
  inset: auto;
  list-style: none;
  transform: translate(0px, 20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.21s ease-in-out;
}
ul.rt-action-list .rt-drop-menu li {
  font-size: 14px;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  color: var(--rt-title-color);
  transition: all 120ms ease;
}
ul.rt-action-list .rt-drop-menu li:hover {
  color: var(--rt-primary-color);
}
ul.rt-action-list .cat-btn-wrap:hover .rt-drop-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
ul.rt-action-list .rt-btn {
  padding-right: 60px;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 400;
  color: var(--rt-button-text-color);
  background-color: transparent;
  position: relative;
  height: 54px;
  min-width: 160px;
  z-index: 5;
}
ul.rt-action-list .rt-btn:after {
  content: "";
  position: absolute;
  height: 45%;
  width: 1px;
  background-color: #E4E4E4;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  left: auto;
}
ul.rt-action-list .rt-btn:before {
  content: "\e88f";
  font-family: "rt-fontello";
  font-size: 10px;
  transform: rotate(90deg) translateY(-50%);
  color: #333333;
  position: absolute;
  top: 40%;
  right: 0;
  left: auto;
  transition: all 520ms ease;
}
ul.rt-action-list .rt-btn .down-arrow {
  position: relative;
  top: -1px;
  left: 3px;
  font-size: 14px;
}
ul.rt-action-list .rt-btn:hover:before {
  transform: scaleZ(-1);
}

.rt-advanced-search .rt-input-group {
  position: relative;
}
.rt-advanced-search .product-search-form {
  background-color: transparent;
  color: var(--rt-title-color);
  border: none;
  font-size: 16px;
  padding: 14px 60px 14px 15px;
  line-height: 1;
  height: 54px;
  transition: unset;
  width: 100%;
}
.rt-advanced-search .product-search-form:focus {
  box-shadow: none;
  border: none;
}
.rt-advanced-search .input-group-append {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.rt-advanced-search .input-group-append button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  width: 44px;
  line-height: 1;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  transition: all 0.21s ease-in-out;
}
.rt-advanced-search .input-group-append button:hover {
  background-color: #000000;
  color: var(--rt-button-color);
}

.product-search .result-wrap {
  background: #FFFFFF;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
}
.product-search .result {
  position: relative;
}
.product-search .result ul {
  margin: 0;
  padding: 0;
}
.product-search .result ul li {
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-search .result ul li:nth-child(odd) {
  background-color: #FFFFFF;
}
.product-search .result ul li:nth-child(even) {
  background-color: var(--rt-gray10);
}
.product-search .result ul li .thumb {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 5px;
}
.product-search .result ul li img {
  max-width: 48px;
}
.product-search .result .title {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 500;
}
.product-search .result .title a {
  color: var(--rt-title-color);
}
.product-search .result .title a:hover {
  color: var(--rt-primary-color);
}
.product-search .rt-price {
  color: var(--rt-title-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.product-search .rt-price del {
  font-weight: 400;
  color: var(--rt-meta-color);
  margin-right: 6px;
}
.product-search .rt-price ins {
  background-color: transparent;
}

.has-animation .process-box-layout1 .content-holder li .dashed1 {
  stroke-dashoffset: 1500;
}

.has-animation.active-animation .process-box-layout1 .content-holder li:nth-child(1n) .dashed1 {
  animation-delay: 2s;
}

.has-animation.active-animation .process-box-layout1 .content-holder li:nth-child(2n) .dashed1 {
  animation-delay: 3s;
}

.has-animation.active-animation .process-box-layout1 .content-holder .dashed1 {
  animation: dash_fill_1500 2s linear forwards;
}
@keyframes dash_fill_1500 {
  from {
    stroke-dashoffset: 1500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.has-animation .indicator-wrap .dash-left .dashed1 {
  stroke-dashoffset: 872;
}

.has-animation .indicator-wrap .dash-right .dashed1 {
  stroke-dashoffset: 872;
}

.has-animation .indicator-wrap .dashed1 {
  stroke-dasharray: 872;
}

.has-animation .indicator-wrap .dashed2 {
  stroke-dasharray: 4;
}

@keyframes dash_animation {
  to {
    stroke-dashoffset: 0;
  }
}
.has-animation.active-animation .indicator-wrap .dashed1 {
  animation: dash_animation 1.5s linear forwards;
  animation-delay: 1s;
}

.download-list .item-list + .item-list {
  margin-top: 12px;
}
.download-list .download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--rt-tertiary-color);
  color: var(--rt-button-text-color);
  border-radius: 6px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 600;
}
.download-list .download-link i {
  display: block;
  font-size: 22px;
  transition: all 520ms ease;
}
.download-list .download-link .text {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.download-list .download-link:hover .icon i {
  animation: rtDown 2s linear infinite;
}

.rt-icon-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-icon-list ul li {
  margin-bottom: 5px;
}
.rt-icon-list ul li:last-child {
  margin-bottom: 0 !important;
}
.rt-icon-list .title-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--rt-gray20);
  color: var(--rt-primary-color);
  border-radius: 6px;
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  z-index: 1;
}
.rt-icon-list .title-link i {
  font-size: 22px;
}
.rt-icon-list .title-link svg {
  width: 26px;
}
.rt-icon-list .title-link:hover {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.rt-icon-list .right-arrow-icon .title-link:after {
  position: absolute;
  right: 24px;
  font-size: 12px;
  font-weight: 500;
  content: "\e858";
  font-family: "rt-fontello";
}
.rt-icon-list-style2 ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .rt-icon-list-style2 ol {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.rt-icon-list-style2 ol li {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}
.rt-icon-list-style2 ol li .title-link {
  flex: 1;
  background-color: transparent !important;
  padding: 0;
  color: var(--rt-title-color);
}
.rt-icon-list-style2 ol li .title-link:hover {
  color: var(--rt-title-color);
}
.rt-icon-list-style2 ol li::before {
  content: counter(item);
  counter-increment: item;
  font-family: "Quicksand";
  width: 60px;
  height: 60px;
  border: 1px solid var(--rt-primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--rt-primary-color);
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  transition: all 520ms ease;
}
.rt-icon-list-style2 ol li:hover::before {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}

.rt-phone-1 {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.rt-phone-1 .phone-icon {
  padding-right: 8px;
}
.rt-phone-1 .phone-label {
  padding-right: 8px;
}
.rt-phone-1 .content {
  display: flex;
  align-items: center;
}

.rt-phone-2 {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.rt-phone-2 .phone-icon {
  color: var(--rt-button-color);
  padding-right: 8px;
}
.rt-phone-2 .phone-icon i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-phone-2 .phone-label {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 600;
  padding-right: 8px;
}

.elementor-widget-rt-site-logo .site-branding .rt-mobile-logo, .elementor-widget-rt-site-logo .site-branding .rt-site-logo {
  display: none !important;
}
.elementor-widget-rt-site-logo .site-branding.dark .dark-logo {
  display: block !important;
}
.elementor-widget-rt-site-logo .site-branding.light .light-logo {
  display: block !important;
}

.foodymat-footer-builder .foodymat-navbar li a {
  position: relative;
}
.foodymat-footer-builder .foodymat-navbar li a:before {
  background-color: var(--rt-meta-color);
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  transition: 0.5s;
}
.foodymat-footer-builder .foodymat-navbar li a:hover:before {
  width: 100%;
  opacity: 1;
}

/* Elementor global CSS
===============================*/
.elementor-icon.elementor-social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mfp-iframe-holder .mfp-iframe {
  border-radius: 20px;
}
.mfp-iframe-holder .mfp-close {
  top: -44px;
  right: 0;
  text-align: center;
  width: 44px;
  opacity: 1;
  padding-right: 0;
  background-color: var(--rt-tertiary-color);
}

.faq-style-1 .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid #B8CECB;
}
.faq-style-1 .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: none;
}
.faq-style-1 .elementor-accordion .elementor-tab-title {
  color: var(--rt-primary-color);
  font-size: 22px;
  font-weight: 600;
  padding: 22px 0;
  line-height: 1.4;
}
.faq-style-1 .elementor-accordion .elementor-tab-title .elementor-accordion-title:hover {
  color: var(--rt-tertiary-color);
}
.faq-style-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  font-size: 16px;
  width: auto;
}
.faq-style-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: 31px;
  height: 31px;
}
.faq-style-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon rect, .faq-style-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon path {
  stroke: var(--rt-primary-color);
}
.faq-style-1 .elementor-accordion .elementor-tab-title.elementor-active {
  color: var(--rt-tertiary-color);
}
.faq-style-1 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  color: var(--rt-tertiary-color);
}
.faq-style-1 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened rect, .faq-style-1 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened path {
  stroke: var(--rt-tertiary-color);
}
.faq-style-1 .elementor-accordion .elementor-tab-content {
  border: none;
  padding: 0 0 10px;
}

.faq-style-2 .elementor-accordion .elementor-accordion-item {
  border: none;
  margin-bottom: 15px;
}
.faq-style-2 .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.faq-style-2 .elementor-accordion .elementor-tab-title {
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
  line-height: 1.4;
}
.faq-style-2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  position: relative;
  top: 5px;
  font-size: 16px;
  width: auto;
}
.faq-style-2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: 31px;
  height: 31px;
}
.faq-style-2 .elementor-accordion .elementor-tab-title .elementor-accordion-title:hover {
  color: var(--rt-tertiary-color);
}
.faq-style-2 .elementor-accordion .elementor-tab-title.elementor-active {
  color: var(--rt-tertiary-color);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.faq-style-2 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  color: var(--rt-tertiary-color);
}
.faq-style-2 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened rect, .faq-style-2 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened path {
  stroke: var(--rt-tertiary-color);
}
.faq-style-2 .elementor-accordion .elementor-tab-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 20px;
}

@media (min-width: 1800px) {
  body .hero-margin-pleft {
    margin-left: 12%;
  }
  body .hero-margin-mleft {
    margin-left: -12%;
  }
}
@media (min-width: 1600px) {
  body .hero9-margin-left {
    margin-left: calc((100% - 1364px) / 2 + 12px);
  }
}
body .home4-hero-social {
  position: absolute;
  left: -60px;
  bottom: 400px;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  body .home4-hero-social {
    left: auto;
    right: 0;
  }
}
body .home4-hero-social .rt-social-icon {
  transform: rotate(-90deg);
  left: 0;
  position: relative;
  gap: 10px;
}
@media (min-width: 1440px) and (max-width: 1660px) {
  body .home4-hero-social .rt-social-icon {
    left: -90px;
  }
}

body .home7-hero-social {
  position: absolute;
  left: 0;
  bottom: 450px;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  body .home7-hero-social {
    left: auto;
    right: 0;
  }
}
body .home7-hero-social .rt-social-icon {
  transform: rotate(-90deg);
  left: 0;
  position: relative;
  gap: 10px;
}
@media (min-width: 1440px) and (max-width: 1660px) {
  body .home7-hero-social .rt-social-icon {
    left: -90px;
  }
}

.page-id-9694 .scrolling .header-top-space > .e-con-inner {
  padding-top: 0 !important;
}

.page-id-8441 .scrolling .header-top-space > .e-con-inner {
  padding-top: 0 !important;
}

/*-------------------------------------
#. EL: Swiper Slider
---------------------------------------*/
.rt-swiper-slider {
  overflow: hidden;
}
.hover-visibility .swiper-navigation .swiper-button {
  opacity: 0;
  visibility: hidden;
}
.hover-visibility:hover .swiper-navigation .swiper-button {
  opacity: 1;
  visibility: visible;
}
.hover-visibility:hover .swiper-navigation .swiper-button-prev {
  left: 12px !important;
}
.hover-visibility:hover .swiper-navigation .swiper-button-next {
  right: 12px !important;
}

.swiper-navigation .swiper-button-prev {
  left: 12px;
}
.swiper-navigation .swiper-button-next {
  right: 12px;
}
.swiper-navigation .swiper-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 12px;
  margin-top: -22px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--rt-gray10);
  color: var(--rt-button-text-color);
  transition: all 520ms ease;
}
.swiper-navigation .swiper-button:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.swiper-navigation .swiper-button:after {
  display: none;
}

.swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  z-index: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.21s ease-in-out;
  background: var(--rt-gray10);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 30px;
  background: var(--rt-primary-color);
}

@media (max-width: 767px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-scrollbar {
  position: relative !important;
  border: 1px solid var(--rt-meta-color);
  background-color: #FFFFFF;
  height: 17px !important;
  margin-top: 60px;
  margin-bottom: 20px;
  width: 100% !important;
  left: 0 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 100px;
  border: 2px solid #000000;
  background-color: var(--rt-primary-color);
  box-shadow: 4px 7px 0 0 rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  width: 156px !important;
  height: 40px;
  padding: 10px 0;
  top: -15px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.swiper-scrollbar .swiper-scrollbar-drag i {
  font-size: 12px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.default-woo-category-box {
  position: relative;
}
.default-woo-category-box .rt-swiper-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.default-woo-category-box .rt-swiper-slider .swiper-wrapper {
  position: relative;
}
.default-woo-category-box .rt-swiper-slider .swiper-navigation .swiper-button {
  background-color: transparent;
  color: #000000;
  width: 40px;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 50px;
  top: -40px;
}
.default-woo-category-box .rt-swiper-slider .swiper-navigation .swiper-button:hover {
  border-color: var(--rt-primary-color);
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
}
.default-woo-category-box .rt-swiper-slider .swiper-navigation .swiper-button-prev {
  left: auto;
  right: 50px;
}
.default-woo-category-box .rt-swiper-slider .swiper-navigation .swiper-button-next {
  right: 0;
}

.woo-category-item {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  padding: 26px 18px 33px 18px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.woo-category-item .woo-category-thumb {
  display: inline-block;
  text-align: center;
  line-height: 0;
  margin-bottom: 8px;
  width: auto;
  height: 132px;
}
.woo-category-item .woo-category-thumb img {
  width: auto;
  height: 132px;
  transition: all 0.35s ease-in-out;
}
.woo-category-item .icon-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.woo-category-item .icon-wrap i {
  font-size: 35px;
}
.woo-category-item .icon-wrap svg {
  width: 35px;
}
.woo-category-item .category-title {
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.woo-category-item .category-title a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--rt-title-color);
}
.woo-category-item .category-title a:hover {
  color: var(--rt-primary-color);
}
.woo-category-item .category-title span {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #ACA9A9;
}
.woo-category-item::before, .woo-category-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.35s;
  opacity: 0;
}
.woo-category-item::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid var(--rt-primary-color);
  border-bottom: 1px solid var(--rt-primary-color);
}
.woo-category-item::after {
  top: 0;
  right: 0;
  border-right: 1px solid var(--rt-primary-color);
  border-top: 1px solid var(--rt-primary-color);
}
.woo-category-item:hover::before, .woo-category-item:hover::after {
  width: 100%;
  height: 100%;
  transition: width 0.35s, height 0.35s, border-radius 0.15s 0.15s, opacity 0.5s;
  border-radius: 20px;
  opacity: 1;
}
.woo-category-item:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.woo-category-item:hover .woo-category-thumb img {
  transform: scale(1.08);
}

/* ------------------------------------------------------------ *\
	Cursor
\* ------------------------------------------------------------ */
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.cursor.visible {
  opacity: 1;
  visibility: visible;
}
.cursor__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -80%) scale(0.7);
  width: 60px;
  height: 60px;
  border: 1px solid #000000;
  background-color: #000000;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s;
  color: #FFFFFF;
}
.visible .cursor__inner {
  transform: translate(-50%, -80%) scale(1);
}

.swiper-slide a {
  position: relative;
  z-index: 1;
  pointer-events: auto; /* Ensure links can be clicked */
}

.product-item {
  margin-bottom: 30px !important;
  border: 1px solid var(--rt-border-color);
  border-radius: 10px;
  background-color: #FFFFFF;
}
.product-item .img-wrap {
  position: relative;
}
.product-item .img-wrap .item-img {
  line-height: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.product-item .img-wrap .item-img img {
  width: 100%;
  transition: all 520ms ease;
}
.product-item .img-wrap .discount-flag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 30px 7px 15px;
  background-color: var(--rt-primary-color);
  height: 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  z-index: 1;
  -webkit-clip-path: polygon(83.097% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 100%, 98.812% 98.824%, 97.72% 95.56%, 96.723% 90.609%, 95.823% 84.368%, 95.02% 77.237%, 94.313% 69.614%, 93.704% 61.898%, 93.192% 54.488%, 92.777% 47.783%, 92.46% 42.182%, 92.46% 42.182%, 91.734% 30.75%, 90.937% 21.597%, 90.08% 14.468%, 89.17% 9.111%, 88.216% 5.273%, 87.227% 2.7%, 86.212% 1.139%, 85.179% 0.337%, 84.138% 0.042%, 83.097% 0%);
          clip-path: polygon(83.097% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 100%, 98.812% 98.824%, 97.72% 95.56%, 96.723% 90.609%, 95.823% 84.368%, 95.02% 77.237%, 94.313% 69.614%, 93.704% 61.898%, 93.192% 54.488%, 92.777% 47.783%, 92.46% 42.182%, 92.46% 42.182%, 91.734% 30.75%, 90.937% 21.597%, 90.08% 14.468%, 89.17% 9.111%, 88.216% 5.273%, 87.227% 2.7%, 86.212% 1.139%, 85.179% 0.337%, 84.138% 0.042%, 83.097% 0%);
}
.product-item .img-wrap .discount-flag span {
  color: #FFFFFF;
}
.product-item .img-wrap .discount-flag span .price-percent {
  font-weight: 700;
}
.product-item .img-wrap .discount-flag:before {
  position: absolute;
  right: -38px;
  top: 0;
  width: 100%;
  z-index: -1;
}
.product-item .product-rating i {
  color: #E9A800;
  margin-right: 5px;
}
.product-item .product-rating .average-rating {
  color: var(--rt-title-color);
}
.product-item .item-content {
  position: relative;
  padding: 18px 20px 30px 20px;
}
.product-item .item-content .product-categories {
  margin-bottom: 10px;
}
.product-item .item-content .product-categories a {
  border: 1px solid #D0D0D0;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  padding: 4px 10px;
}
.product-item .item-content .product-categories a:hover {
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  border-color: var(--rt-primary-color);
}
.product-item .item-content .item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.product-item .item-content .item-title a {
  color: var(--rt-title-color);
}
.product-item .item-content .item-title a:hover {
  color: var(--rt-primary-color);
}
.product-item .item-content .product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-item .item-content .product-rating span {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  color: #333333;
  vertical-align: middle;
}
.product-item .item-content .product-rating i {
  color: #E9A800;
}
.product-item .item-content .excerpt {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
}
.product-item .item-content .price-order-btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .product-item .item-content .price-order-btn-wrap {
    gap: 25px;
  }
}
.product-item .item-content .item-price {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--rt-title-color);
}
.product-item .item-content .item-price .variable-price {
  font-size: 20px;
  font-weight: 700;
}
.product-item .item-content .item-price .original-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #A0A0A0;
}
.product-item .item-content .item-price .sale-price {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--rt-title-color);
  margin-right: 8px;
}
.product-item .item-content .btn-wrap a {
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.product-item:hover .img-wrap .item-img img {
  transform: scale(1.15);
}
.product-item-style1 .item-content .product-categories a, .product-item-style3 .item-content .product-categories a, .product-item-style4 .item-content .product-categories a {
  border: none;
  background: #FFE0E1;
  color: var(--rt-primary-color);
}
.product-item-style2 {
  border: none;
  display: flex;
  justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF3F3;
  text-align: center;
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .product-item-style2 {
    flex-direction: column;
  }
}
.product-item-style2 .img-wrap {
  position: relative;
  flex: 0 1 50%;
}
.product-item-style2 .img-wrap .item-img {
  border-radius: unset;
}
.product-item-style2 .item-content {
  padding: 115px 50px;
  flex: 0 1 50%;
}
@media (max-width: 1290px) {
  .product-item-style2 .item-content {
    padding: 70px 40px;
  }
}
@media (max-width: 1100px) {
  .product-item-style2 .item-content {
    padding: 30px 35px;
  }
}
.product-item-style2 .item-content .item-title {
  font-size: 32px;
  line-height: 40px;
}
.product-item-style2 .item-content .item-title a {
  color: var(--rt-title-color);
}
.product-item-style2 .item-content .discount-flag {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: var(--rt-primary-color);
  color: #FFFFFF;
  padding: 7px 50px;
  width: 250px;
  height: 40px;
  border-radius: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .product-item-style2 .item-content .discount-flag {
    position: absolute;
    top: 45px;
    right: -55px;
    left: auto;
    transform: rotate(45deg);
    border-radius: 0;
  }
}
.product-item-style2 .item-content .product-categories {
  margin-bottom: 18px;
}
.product-item-style2 .item-content .product-rating {
  margin-bottom: 8px;
}
.product-item-style2 .item-content .product-rating span {
  font-size: 14px;
}
.product-item-style2 .item-content .price-order-btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
}
@media (max-width: 768px) {
  .product-item-style2 .item-content .price-order-btn-wrap {
    gap: 25px;
  }
}
.product-item-style2 .item-content .price-order-btn-wrap .item-price {
  position: relative;
  font-weight: 500;
  font-size: 50px !important;
  line-height: 25px;
  color: #848484;
}
.product-item-style2 .item-content .price-order-btn-wrap .item-price .original-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #848484;
}
.product-item-style2 .item-content .price-order-btn-wrap .item-price .sale-price {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: var(--rt-title-color);
  margin-right: 8px;
}
.product-item-style2 .item-content .price-order-btn-wrap .item-price .variable-price {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: var(--rt-title-color);
}
.product-item-style2 .item-content .price-order-btn-wrap .item-price::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 1px;
  height: 40px;
  background-color: #D0D0D0;
}
@media (max-width: 768px) {
  .product-item-style2 .item-content .price-order-btn-wrap .item-price::after {
    display: none;
  }
}
.product-item-style2 .item-content .price-order-btn-wrap .btn-wrap a {
  padding: 10px 22px;
}
.product-item-style3 {
  padding: 10px 10px 24px 10px;
}
.product-item-style3 .img-wrap {
  border-radius: 6px;
  overflow: hidden;
}
.product-item-style3 .img-wrap .item-img {
  border-radius: 6px;
}
.product-item-style3 .item-content {
  padding: 24px 15px 0 15px;
}
.product-item-style3 .item-content .product-categories {
  margin-bottom: 10px;
}
.product-item-style3 .item-content .title-price-wrap {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.product-item-style3 .item-content .title-price-wrap .item-title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 38px;
}
.product-item-style3 .item-content .title-price-wrap .item-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  flex: 1;
}
.product-item-style3 .item-content .title-price-wrap .item-price .sale-price {
  margin-right: 0;
}
.product-item-style3 .item-content .product-rating {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 24px;
}
.product-item-style3 .item-content .product-rating:has(+ p) {
  margin-bottom: 12px;
}
.product-item-style3 .item-content .excerpt {
  margin-bottom: 20px;
}
.product-item-style3 .item-content .btn-wrap a {
  padding: 13px 20px;
}
.product-item-style3 .item-content .rt-button {
  text-align: left;
}
.product-item-style4 .flag-wrap {
  background: #F2F2F2;
  display: flex;
  height: 29px;
  align-items: center;
}
.product-item-style4 .product-rating {
  flex: 1;
  margin: 0;
}
.product-item-style4 .discount-flag {
  display: inline-block;
  position: relative;
  left: 0;
  bottom: 0;
  padding: 7px 30px 7px 15px;
  background-color: var(--rt-primary-color);
  height: 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  z-index: 1;
  -webkit-clip-path: polygon(83.097% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 100%, 98.812% 98.824%, 97.72% 95.56%, 96.723% 90.609%, 95.823% 84.368%, 95.02% 77.237%, 94.313% 69.614%, 93.704% 61.898%, 93.192% 54.488%, 92.777% 47.783%, 92.46% 42.182%, 92.46% 42.182%, 91.734% 30.75%, 90.937% 21.597%, 90.08% 14.468%, 89.17% 9.111%, 88.216% 5.273%, 87.227% 2.7%, 86.212% 1.139%, 85.179% 0.337%, 84.138% 0.042%, 83.097% 0%);
          clip-path: polygon(83.097% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 100%, 98.812% 98.824%, 97.72% 95.56%, 96.723% 90.609%, 95.823% 84.368%, 95.02% 77.237%, 94.313% 69.614%, 93.704% 61.898%, 93.192% 54.488%, 92.777% 47.783%, 92.46% 42.182%, 92.46% 42.182%, 91.734% 30.75%, 90.937% 21.597%, 90.08% 14.468%, 89.17% 9.111%, 88.216% 5.273%, 87.227% 2.7%, 86.212% 1.139%, 85.179% 0.337%, 84.138% 0.042%, 83.097% 0%);
}
.product-item-style4 .discount-flag span {
  color: #FFFFFF;
}
.product-item-style4 .discount-flag span .price-percent {
  font-weight: 700;
}
.product-item-style4 .discount-flag:before {
  position: absolute;
  right: -38px;
  top: 0;
  width: 100%;
  z-index: -1;
}
.product-item-style4 .item-content {
  padding: 20px;
}
.product-item-style4 .item-content .item-title {
  margin-bottom: 0;
}
.product-item-style4 .item-content .product-categories a {
  background-color: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--rt-title-color);
}
.product-item-style4 .item-content .product-categories a:hover {
  background-color: transparent;
  color: var(--rt-primary-color);
}
.product-item-style4 .item-content .price-order-btn-wrap {
  justify-content: space-between;
}
.product-item-style6 .item-content .item-title {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .product-item.reverse .item-content .discount-flag {
    position: absolute;
    top: 45px;
    right: auto;
    left: -55px;
    transform: rotate(-45deg);
  }
}

.woo-layout-style2 .show-more-btn {
  margin-top: 20px;
}
.woo-layout-style2 .show-more-btn a {
  background-color: #FEF6F7;
}

.countdown-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
}
.countdown-container ul li {
  text-align: center;
}
.countdown-container ul li .timer {
  width: 80px;
  height: 80px;
  border: 1px solid var(--rt-primary-color);
  border-radius: 50%;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--rt-primary-color);
  margin-bottom: 15px;
}
.countdown-container ul li .label {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--rt-title-color);
}

.countdown-layout-1 .title-area .title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: var(--rt-title-color);
  text-transform: capitalize;
}
.countdown-layout-1 .title-area .subtitle {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  color: var(--rt-title-color);
  font-weight: 600;
}
.countdown-layout-1 .title-area .offer-text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--rt-title-color);
  text-transform: uppercase;
}

.foodymat-accordion1 summary {
  justify-content: space-between !important;
}
.foodymat-accordion1 .e-n-accordion-item:first-child summary {
  border-width: 0 0 0 0 !important;
}

.isotope-1 .fmp-load-more {
  border: 1px solid var(--rt-primary-color);
  border-radius: 50px;
  overflow: hidden;
}
.isotope-1 .fmp-load-more button {
  font-weight: 700;
}
.isotope-1 .fmp-isotope-buttons button {
  border: 1px solid var(--rt-primary-color);
}
.isotope-1 .fmp-iso-filter button {
  transition: all 520ms ease;
}
.isotope-1 .fmp-iso-filter button:hover {
  color: #FFFFFF !important;
}
.isotope-1 .fmp-iso-filter button.selected {
  box-shadow: none;
}
.isotope-1 .fmp-layout2 .fmp-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .isotope-1 .fmp-layout2 .fmp-box .fmp-img-wrapper {
    max-width: 200px;
  }
}
.isotope-1 .fmp-layout2 .fmp-box .fmp-img-wrapper a i {
  background-color: var(--rt-primary-color) !important;
}
.isotope-1 .fmp-layout2 .fmp-content .fmp-title {
  padding: 0;
  margin: 0 0 10px;
  flex-wrap: wrap;
  gap: 15px;
}
.isotope-1 .fmp-layout2 .fmp-content .fmp-title::before {
  display: none;
}
.isotope-1 .fmp-layout2 .fmp-content .fmp-title h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.isotope-1 .fmp-layout2 .fmp-btn-read-more {
  border: 1px solid var(--rt-primary-color);
  border-radius: 50px;
  overflow: hidden;
  min-height: 35px;
  line-height: 1.2;
}
.isotope-1 .fmp-layout2 .fmp-content .fmp-wc-add-to-cart-wrap {
  margin-top: 16px;
}
.isotope-1 .fmp-layout2 .fmp-wc-add-to-cart-btn {
  border: 1px solid var(--rt-primary-color) !important;
  border-radius: 50px !important;
  overflow: hidden;
}
.isotope-1 .product-categories a {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}
.isotope-1 .product-categories a:hover {
  color: var(--rt-primary-color);
}

.isotope-2 .fmp-isotope-buttons {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #D9D9D9;
}
.isotope-2 .fmp-isotope-buttons button {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  border-radius: 0;
  box-shadow: none;
  border-color: transparent;
}
.isotope-2 .fmp-isotope-buttons button::before {
  transition: unset;
  border-radius: 0;
}
.isotope-2 .fmp-isotope-buttons button:hover {
  background-color: transparent;
}
.isotope-2 .fmp-isotope-buttons button.selected {
  box-shadow: none;
  position: relative;
}
.isotope-2 .fmp-isotope-buttons button.selected::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 2px;
  background: var(--rt-primary-color) !important;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: -23px;
}
.isotope-2 .fmp-iso-filter button {
  transition: all 520ms ease;
}
.isotope-2 .fmp-iso-filter button:hover {
  color: var(--rt-primary-color) !important;
}
.isotope-2 .type-2 {
  overflow-x: clip;
}
.isotope-2 .fmp-layout2-custom .fmp-content .fmp-price {
  color: var(--rt-title-color);
}
.isotope-2 .fmp-layout2-custom .fmp-content .fmp-price .amount {
  font-size: 19px;
  color: var(--rt-title-color);
}
.isotope-2 .fmp-layout2-custom .fmp-content .price-order-wrap ins span.woocommerce-Price-amount.amount {
  font-weight: 700 !important;
  font-size: 19px !important;
}
.isotope-2 .fmp-layout2-custom .fmp-content .price-order-wrap del {
  margin-right: 0 !important;
}
.isotope-2 .fmp-layout2-custom .fmp-content .price-order-wrap del span.woocommerce-Price-amount.amount {
  font-size: 14.5px !important;
}
.isotope-2 .fmp-layout2-custom .fmp-content .fmp-title h3 {
  font-size: 22px !important;
}

.isotope-1 .fmp-layout2 .fmp-content .price-order-wrap {
  margin-top: 22px;
  flex-wrap: wrap;
}
.isotope-1 .fmp-layout2 .fmp-content .price-order-wrap .fmp-wc-add-to-cart-wrap {
  margin-top: 0;
}
.isotope-1 .fmp-layout2 .fmp-content .price-order-wrap .fmp-wc-add-to-cart-wrap .woocommerce .price, .isotope-1 .fmp-layout2 .fmp-content .price-order-wrap .fmp-wc-add-to-cart-wrap .woocommerce .price ins {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--rt-title-color) !important;
}

.fmp-layout2-custom .fmp-content .fmp-title {
  margin: 0;
}

@media (max-width: 1024px) {
  .isotope-1 .fmp-layout2-custom .fmp-box .fmp-img-wrapper img.fmp-feature-img {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .isotope-1 .fmp-layout2-custom .fmp-box .fmp-img-wrapper img.fmp-feature-img {
    border-radius: 5px;
  }
}
@media (max-width: 1024px) {
  .isotope-1 .fmp-layout2-custom .fmp-content {
    text-align: center;
  }
}
.isotope-1 .fmp-layout2-custom .fmp-content .fmp-title {
  margin-bottom: 2px;
}
.isotope-1 .fmp-layout2-custom .fmp-content .fmp-title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.isotope-1 .fmp-layout2-custom .fmp-content .product-categories {
  margin-bottom: 17px;
}
.isotope-1 .fmp-layout2-custom .fmp-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}
.isotope-1 .fmp-layout2-custom .fmp-content .price-order-wrap ins span.woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--rt-title-color);
}
.isotope-1 .fmp-layout2-custom .fmp-content .price-order-wrap del {
  color: var(--rt-title-color);
}
.isotope-1 .fmp-layout2-custom .fmp-content .price-order-wrap .fmp-wc-add-to-cart-btn {
  min-height: 35px;
  line-height: 1.3;
}

.isotope-1 .fmp-load-more {
  display: none;
}

.grid-by-cat-2 .fmp-category-title-wrapper.type-2 .fmp-category-title {
  line-height: 50px;
}
.grid-by-cat-2 .fmp-category-title-wrapper.type-2 .fmp-category-title span {
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  color: var(--rt-title-color);
}

.grid-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::before, .list-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::before {
  border-radius: 50px;
  background: var(--rt-primary-color);
}
.grid-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-btn-read-more::before, .list-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-btn-read-more::before {
  border-radius: 50px;
  background: var(--rt-primary-color);
}
.grid-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::after, .list-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::after {
  border-radius: 50px;
  background: var(--rt-primary-color);
}
.grid-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-btn-read-more::after, .list-custom-1 .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-btn-read-more::after {
  border-radius: 50px;
  background: var(--rt-primary-color);
}
.grid-custom-1 .fmp-layout1 .fmp-price-wrapper span.fmp-price, .list-custom-1 .fmp-layout1 .fmp-price-wrapper span.fmp-price {
  background: var(--rt-primary-color);
}
.grid-custom-1 .fmp-layout1 .fmp-price-wrapper span.fmp-price::before, .list-custom-1 .fmp-layout1 .fmp-price-wrapper span.fmp-price::before {
  border-right: 13px solid var(--rt-primary-color);
}

.grid-custom-1 .fmp-pagination ul.pagination-list li.active span, .list-custom-1 .fmp-pagination ul.pagination-list li.active span {
  color: #fff !important;
}
.grid-custom-1 .fmp-pagination ul.pagination-list li a:hover, .list-custom-1 .fmp-pagination ul.pagination-list li a:hover {
  color: #FFFFFF !important;
}
.grid-custom-1 .fmp-pagination ul.pagination-list li a::after, .list-custom-1 .fmp-pagination ul.pagination-list li a::after {
  background: var(--rt-primary-color) !important;
}

.slider-custom-layout .fmp-box {
  margin-bottom: 0;
}

.menu-1 .fmp-box-wrapper, .combo-menu .fmp-box-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 40px 35px;
}
.menu-1 .fmp-cat-title, .combo-menu .fmp-cat-title {
  background-image: url("../images/menu-title-shape.svg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  border-bottom: 0;
}
.menu-1 .fmp-cat-title h2, .combo-menu .fmp-cat-title h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 15px 0;
}
.menu-1 .fmp-cat-title h2::after, .combo-menu .fmp-cat-title h2::after {
  display: none;
}
.menu-1 .fmp-box ul.menu-list, .combo-menu .fmp-box ul.menu-list {
  padding: 0;
}
.menu-1 .fmp-box ul.menu-list li, .combo-menu .fmp-box ul.menu-list li {
  margin-bottom: 30px;
}
.menu-1 .fmp-box .fmp-media-body .fmp-title-price, .combo-menu .fmp-box .fmp-media-body .fmp-title-price {
  margin-bottom: 0;
}
.menu-1 .fmp-box .fmp-media-body .fmp-title, .combo-menu .fmp-box .fmp-media-body .fmp-title {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  z-index: 0;
  text-transform: capitalize;
}
.menu-1 .fmp-box .fmp-media-body .fmp-title a, .combo-menu .fmp-box .fmp-media-body .fmp-title a {
  color: #FFFFFF;
}
.menu-1 .fmp-box .fmp-media-body .fmp-title::before, .combo-menu .fmp-box .fmp-media-body .fmp-title::before {
  content: "";
  border: 1px dashed #656565;
  position: absolute;
  right: 0;
  top: 10px;
  width: 50%;
  z-index: -1;
}
@media (max-width: 992px) {
  .menu-1 .fmp-box .fmp-media-body .fmp-title::before, .combo-menu .fmp-box .fmp-media-body .fmp-title::before {
    display: none;
  }
}
.menu-1 .fmp-box .fmp-media-body .fmp-price.price ins, .combo-menu .fmp-box .fmp-media-body .fmp-price.price ins {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
}
.menu-1 .fmp-box .fmp-media-body p, .combo-menu .fmp-box .fmp-media-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.grid-by-cat-2 .fmp-category-title-wrapper.type-2 {
  margin-bottom: 29px;
}
.grid-by-cat-2 .fmp-category-title-wrapper.type-2 .fmp-category-title {
  width: 100%;
  justify-content: center;
}
.grid-by-cat-2 .fmp-category-title-wrapper.type-2 .fmp-category-title::before {
  display: none;
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item {
  border: 1px solid #D2D2D2;
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.05));
  border-radius: 10px;
  box-shadow: none;
  padding: 0;
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item .fmp-image-wrap {
  flex: unset;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item .fmp-image-wrap {
    width: 112px;
    height: 112px;
  }
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item .fmp-image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item .fmp-content-wrap .fmp-title .price ins {
  color: var(--rt-title-color);
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item .fmp-content-wrap .fmp-footer .fmp-add-to-cart a {
  border: 1px solid var(--rt-primary-color);
  border-radius: 50px;
  min-height: 35px;
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item .fmp-content-wrap .fmp-footer .fmp-add-to-cart a::before, .grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item .fmp-content-wrap .fmp-footer .fmp-add-to-cart a::after {
  border-radius: 50px;
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item:hover {
  border-color: var(--rt-primary-color);
}
.grid-by-cat-2 .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item {
  padding: 20px;
}
.grid-by-cat-2 .fmp-row::after {
  display: none;
  width: 0;
}

/*# sourceMappingURL=style.css.map*/