@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);
  }
}
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: #111111;
}

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: var(--rt-gray-color);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 32px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark, ins {
  background: var(--rt-primary-color);
  text-decoration: none;
  color: #ffffff;
  padding: 2px 5px 1px;
  border-radius: 3px;
  font-weight: 500;
}

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

.wp-block-code {
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}

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

a:hover {
  color: var(--rt-secondary-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 var(--rt-border-color);
  padding: 8px;
  text-align: center;
}

td,
th {
  padding: 0;
}

.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, 1314px);
  }
}
.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;
}

.nowrap {
  flex-wrap: nowrap;
}

.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%;
}

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

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

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

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

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

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

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

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

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

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

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

@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: #111111;
  font-size: 15px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers > *:not(.dots) {
  display: inline-flex;
  padding: 3px 8px;
  background-color: var(--rt-gray-color);
  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: 17px;
  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: 16px;
}

.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: 0;
  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;
  line-height: 0;
  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 15px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  transition: 0.4s;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--rt-secondary-color);
  color: #ffffff;
}
.wp-block-search .wp-block-search__input {
  background-color: transparent;
  border-radius: 6px 0 0 6px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.wp-block-cover {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-cover .wp-block-cover__background {
  border-radius: 10px;
}
.wp-block-cover.is-repeated {
  border-radius: 10px;
}
.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: 10px;
}

.wp-block-image img {
  border-radius: 10px;
}

: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: 10px;
  overflow: hidden;
}

.wp-block-button {
  margin-bottom: 12px;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  background-color: var(--rt-gray-color);
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  padding: 18px 32px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
  z-index: 1;
  text-transform: uppercase;
  transition: all 320ms ease;
}
.wp-block-button .wp-block-button__link:hover {
  color: #ffffff;
  background-color: var(--rt-primary-color);
}

.wp-block-button.is-style-fill .wp-block-button__link {
  border-radius: 30px;
}

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

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--rt-primary-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 {
  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-blusho-primary-background-color:before {
  background-color: var(--rt-primary-color);
}

.wp-block-button .has-blusho-secondary-background-color:before {
  background-color: var(--rt-secondary-rgb);
}

.wp-block-button .has-blusho-black-background-color:before {
  background-color: var(--rt-heading-color);
}

.wp-block-button .has-blusho-gray-background-color:before {
  background-color: var(--rt-gray-color);
}

.wp-block-button .has-blusho-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: 30px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border: none;
}

.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 {
  color: var(--rt-heading-color);
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
}

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

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

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

.has-blusho-black-background-color {
  background-color: var(--rt-heading-color) !important;
}

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

.has-blusho-white-background-color {
  background-color: #ffffff !important;
}

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

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

.has-blusho-black-color {
  color: var(--rt-heading-color) !important;
}

.has-blusho-gray-color {
  color: var(--rt-gray-color) !important;
}

.has-blusho-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;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
  padding: 0;
}

figure img,
.wp-block-gallery img,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  border-radius: 10px;
}

/* 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: #111;
  font-weight: 700;
  padding: 17px 28px;
  border-radius: 0;
}

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 320ms ease;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=url]:hover,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=range]:hover,
input[type=range]:focus,
input[type=range]:focus-visible,
input[type=date]:hover,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=month]:hover,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=week]:hover,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=time]:hover,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=color]:hover,
input[type=color]:focus,
input[type=color]:focus-visible,
textarea:hover,
textarea:focus,
textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

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: 140px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.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: #111111;
}
.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;
}

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

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

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

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

/*offcanvas scroll bar*/
ul.rt-action-list .rt-drop-menu::-webkit-scrollbar,
.blusho-offcanvas-drawer::-webkit-scrollbar {
  width: 1px;
}

ul.rt-action-list .rt-drop-menu::-webkit-scrollbar,
.blusho-offcanvas-drawer::-webkit-scrollbar {
  background: var(--rt-border-color);
}

ul.rt-action-list .rt-drop-menu::-webkit-scrollbar-thumb,
.blusho-offcanvas-drawer::-webkit-scrollbar-thumb {
  background: var(--rt-black-bg-color);
}

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

.primaryColor, .above-meta-style-border .separate-meta a, .site-branding h1 a {
  color: var(--rt-primary-color);
}

.primaryBG, .above-meta-style-border .separate-meta a:hover, .blusho-navigation ul.menu li ul.dropdown-menu 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 {
  color: var(--rt-secondary-color);
}

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

.whiteColor, .above-meta-style-border .separate-meta a:hover {
  color: #ffffff;
}

.whiteBG {
  background-color: #ffffff;
}

.blackColor {
  color: #111111;
}

.blackBG {
  background-color: #111111;
}

@font-face {
  font-family: "rt-fontello";
  src: url("../fonts/fontello-icon/rt-fontello.eot?99477873");
  src: url("../fonts/fontello-icon/rt-fontello.eot?99477873#iefix") format("embedded-opentype"), url("../fonts/fontello-icon/rt-fontello.woff2?99477873") format("woff2"), url("../fonts/fontello-icon/rt-fontello.woff?99477873") format("woff"), url("../fonts/fontello-icon/rt-fontello.ttf?99477873") format("truetype"), url("../fonts/fontello-icon/rt-fontello.svg?99477873#rt-fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-rt],
[class*=" icon-rt"] {
  line-height: 1;
}

[class^=icon-rt]:before, [class*=" icon-rt"]:before {
  font-family: "rt-fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rt-cart-2:before {
  transform: scale(1.1);
}

.icon-rt-shuffle:before {
  transform: scale(0.9);
}

.icon-rt-list-2:before {
  transform: scale(0.7);
}

.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-grid:before {
  content: "\e805";
} /* '' */
.icon-rt-minus:before {
  content: "\e806";
} /* '' */
.icon-rt-up-angle-bar:before {
  content: "\e807";
} /* '' */
.icon-rt-plus:before {
  content: "\e809";
} /* '' */
.icon-rt-reply:before {
  content: "\e80b";
} /* '' */
.icon-rt-list:before {
  content: "\e80d";
} /* '' */
.icon-rt-calendar:before {
  content: "\e80e";
} /* '' */
.icon-rt-user:before {
  content: "\e812";
} /* '' */
.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-phone:before {
  content: "\e81a";
} /* '' */
.icon-rt-comment-2:before {
  content: "\e81c";
} /* '' */
.icon-rt-award:before {
  content: "\e822";
} /* '' */
.icon-rt-check-1:before {
  content: "\e825";
} /* '' */
.icon-rt-share:before {
  content: "\e826";
} /* '' */
.icon-rt-location-2:before {
  content: "\e827";
} /* '' */
.icon-rt-carbon-forum:before {
  content: "\e829";
} /* '' */
.icon-rt-comment-1:before {
  content: "\e82a";
} /* '' */
.icon-rt-chevron-down:before {
  content: "\e82d";
} /* '' */
.icon-rt-grid-2:before {
  content: "\e82f";
} /* '' */
.icon-rt-i:before {
  content: "\e830";
} /* '' */
.icon-rt-location-pointer:before {
  content: "\e832";
} /* '' */
.icon-rt-location-pointer-2:before {
  content: "\e833";
} /* '' */
.icon-rt-lock:before {
  content: "\e834";
} /* '' */
.icon-rt-star:before {
  content: "\e838";
} /* '' */
.icon-rt-zoom-in:before {
  content: "\e83c";
} /* '' */
.icon-rt-plus-1:before {
  content: "\e842";
} /* '' */
.icon-rt-pdf:before {
  content: "\e845";
} /* '' */
.icon-rt-zoom-out:before {
  content: "\e849";
} /* '' */
.icon-rt-check-2:before {
  content: "\e84a";
} /* '' */
.icon-rt-quotes-stroke:before {
  content: "\e84b";
} /* '' */
.icon-rt-heart-1:before {
  content: "\e84d";
} /* '' */
.icon-rt-dollar-1:before {
  content: "\e855";
} /* '' */
.icon-rt-message:before {
  content: "\e85a";
} /* '' */
.icon-rt-quotation-right:before {
  content: "\e85d";
} /* '' */
.icon-rt-quotation-right-small:before {
  content: "\e85e";
} /* '' */
.icon-rt-quotation-small:before {
  content: "\e85f";
} /* '' */
.icon-rt-quotation-small-alt:before {
  content: "\e860";
} /* '' */
.icon-rt-chevron-right:before {
  content: "\e863";
} /* '' */
.icon-rt-search:before {
  content: "\e864";
} /* '' */
.icon-rt-secure-data-service:before {
  content: "\e865";
} /* '' */
.icon-rt-security-service:before {
  content: "\e866";
} /* '' */
.icon-rt-tax-service:before {
  content: "\e868";
} /* '' */
.icon-rt-time-data-service:before {
  content: "\e86a";
} /* '' */
.icon-rt-comments:before {
  content: "\e86b";
} /* '' */
.icon-rt-uiux-service:before {
  content: "\e86c";
} /* '' */
.icon-rt-user-datalist-feature:before {
  content: "\e86e";
} /* '' */
.icon-rt-analysis-service:before {
  content: "\e86f";
} /* '' */
.icon-rt-clock-2:before {
  content: "\e876";
} /* '' */
.icon-rt-communication-service-alt:before {
  content: "\e877";
} /* '' */
.icon-rt-digital-art:before {
  content: "\e87c";
} /* '' */
.icon-rt-development-service:before {
  content: "\e87d";
} /* '' */
.icon-rt-digital-marketing-service:before {
  content: "\e87e";
} /* '' */
.icon-rt-file:before {
  content: "\e880";
} /* '' */
.icon-rt-file-alt:before {
  content: "\e881";
} /* '' */
.icon-rt-percentage:before {
  content: "\e883";
} /* '' */
.icon-rt-round-chevron-left:before {
  content: "\e88e";
} /* '' */
.icon-rt-round-chevron-right:before {
  content: "\e88f";
} /* '' */
.icon-rt-cancel:before {
  content: "\e892";
} /* '' */
.icon-rt-user-plus:before {
  content: "\e8a0";
} /* '' */
.icon-rt-location-fill:before {
  content: "\e8aa";
} /* '' */
.icon-rt-play-stroke:before {
  content: "\e8c1";
} /* '' */
.icon-rt-check-circle:before {
  content: "\e8ef";
} /* '' */
.icon-rt-check-round:before {
  content: "\e8f0";
} /* '' */
.icon-rt-clock-3:before {
  content: "\e8f3";
} /* '' */
.icon-rt-comment-3:before {
  content: "\e8f4";
} /* '' */
.icon-rt-corner-left-up:before {
  content: "\e8f5";
} /* '' */
.icon-rt-credit-card:before {
  content: "\e8f6";
} /* '' */
.icon-rt-cross:before {
  content: "\e8f7";
} /* '' */
.icon-rt-eye:before {
  content: "\e8f8";
} /* '' */
.icon-rt-filters:before {
  content: "\e8f9";
} /* '' */
.icon-rt-flash:before {
  content: "\e8fa";
} /* '' */
.icon-rt-gift-card:before {
  content: "\e8fb";
} /* '' */
.icon-rt-globe:before {
  content: "\e8fc";
} /* '' */
.icon-rt-grid-four:before {
  content: "\e8fd";
} /* '' */
.icon-rt-grid-three:before {
  content: "\e8fe";
} /* '' */
.icon-rt-grid-two:before {
  content: "\e8ff";
} /* '' */
.icon-rt-hart:before {
  content: "\e900";
} /* '' */
.icon-rt-home:before {
  content: "\e901";
} /* '' */
.icon-rt-list-2:before {
  content: "\e902";
} /* '' */
.icon-rt-mail:before {
  content: "\e903";
} /* '' */
.icon-rt-map:before {
  content: "\e904";
} /* '' */
.icon-rt-minus-2:before {
  content: "\e905";
} /* '' */
.icon-rt-moon:before {
  content: "\e906";
} /* '' */
.icon-rt-natural-food:before {
  content: "\e907";
} /* '' */
.icon-rt-next:before {
  content: "\e908";
} /* '' */
.icon-rt-prev:before {
  content: "\e924";
} /* '' */
.icon-rt-paper-plane:before {
  content: "\e909";
} /* '' */
.icon-rt-percent:before {
  content: "\e90a";
} /* '' */
.icon-rt-phone-call:before {
  content: "\e90b";
} /* '' */
.icon-rt-pie-chart:before {
  content: "\e90c";
} /* '' */
.icon-rt-play-2:before {
  content: "\e90d";
} /* '' */
.icon-rt-plus-2:before {
  content: "\e90e";
} /* '' */
.icon-rt-question:before {
  content: "\e90f";
} /* '' */
.icon-rt-quote-down:before {
  content: "\e910";
} /* '' */
.icon-rt-search-2:before {
  content: "\e911";
} /* '' */
.icon-rt-quote-up:before {
  content: "\e912";
} /* '' */
.icon-rt-shipment:before {
  content: "\e913";
} /* '' */
.icon-rt-shopping-bag:before {
  content: "\e914";
} /* '' */
.icon-rt-shuffle:before {
  content: "\e915";
} /* '' */
.icon-rt-star-2:before {
  content: "\e916";
} /* '' */
.icon-rt-sun:before {
  content: "\e917";
} /* '' */
.icon-rt-support-2:before {
  content: "\e918";
} /* '' */
.icon-rt-tag-2:before {
  content: "\e919";
} /* '' */
.icon-rt-transport-ship:before {
  content: "\e91a";
} /* '' */
.icon-rt-truck:before {
  content: "\e91b";
} /* '' */
.icon-rt-user-2:before {
  content: "\e91c";
} /* '' */
.icon-rt-users-2:before {
  content: "\e91d";
} /* '' */
.icon-rt-instagram-1:before {
  content: "\e91e";
} /* '' */
.icon-rt-linkedin-1:before {
  content: "\e91f";
} /* '' */
.icon-rt-pinterest-1:before {
  content: "\e920";
} /* '' */
.icon-rt-tiktok:before {
  content: "\e921";
} /* '' */
.icon-rt-twitter-1:before {
  content: "\e922";
} /* '' */
.icon-rt-whatsapp-1:before {
  content: "\e923";
} /* '' */
.icon-rt-facebook-1:before {
  content: "\e925";
} /* '' */
.icon-rt-arrow-up-right:before {
  content: "\e926";
} /* '' */
.icon-rt-award-2:before {
  content: "\e927";
} /* '' */
.icon-rt-bag:before {
  content: "\e928";
} /* '' */
.icon-rt-calendar-2:before {
  content: "\e929";
} /* '' */
.icon-rt-cart-2:before {
  content: "\e92a";
} /* '' */
.icon-rt-check-3:before {
  content: "\e92b";
} /* '' */
.icon-rt-twitter:before {
  content: "\f099";
} /* '' */
.icon-rt-facebook:before {
  content: "\f09a";
} /* '' */
.icon-rt-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-rt-pinterest-circled:before {
  content: "\f0d2";
} /* '' */
.icon-rt-pinterest-squared:before {
  content: "\f0d3";
} /* '' */
.icon-rt-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-rt-angle-left:before {
  content: "\f104";
} /* '' */
.icon-rt-angle-right:before {
  content: "\f105";
} /* '' */
.icon-rt-angle-up:before {
  content: "\f106";
} /* '' */
.icon-rt-angle-down-1:before {
  content: "\f107";
} /* '' */
.icon-rt-folder-empty:before {
  content: "\f114";
} /* '' */
.icon-rt-star-half-alt:before {
  content: "\f123";
} /* '' */
.icon-rt-youtube-2:before {
  content: "\f167";
} /* '' */
.icon-rt-youtube-play-2:before {
  content: "\f16a";
} /* '' */
.icon-rt-instagram-2:before {
  content: "\f16d";
} /* '' */
.icon-rt-skype:before {
  content: "\f17e";
} /* '' */
.icon-rt-vimeo-squared:before {
  content: "\f194";
} /* '' */
.icon-rt-vine:before {
  content: "\f1ca";
} /* '' */
.icon-rt-pinterest-2:before {
  content: "\f231";
} /* '' */
.icon-rt-whatsapp-2:before {
  content: "\f232";
} /* '' */
.icon-rt-envelope-open-o:before {
  content: "\f2b7";
} /* '' */
.icon-rt-twitter-squared:before {
  content: "\f304";
} /* '' */
.icon-rt-facebook-squared:before {
  content: "\f308";
} /* '' */
.icon-rt-linkedin-squared:before {
  content: "\f30c";
} /* '' */
.icon-rt-youtube:before {
  content: "\f315";
} /* '' */
body {
  font-family: var(--rt-body-font, "League Spartan"), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  background-color: var(--rt-body-bg-color);
  color: var(--rt-body-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, "League Spartan"), sans-serif;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: var(--rt-heading-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;
}

.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 320ms ease;
  cursor: pointer;
  transition: all 220ms;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  padding: 18px 32px 16px;
  font-size: 15px;
  overflow: hidden;
  line-height: 1.2;
  letter-spacing: 0.12em;
  z-index: 1;
  transition: all 320ms ease;
}
.btn:active {
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn.btn-xl {
  padding: 26px 34px;
  font-size: 26px;
  line-height: 26px;
}
.btn.btn-lg {
  padding: 20px 26px;
  font-size: 20px;
  line-height: 20px;
}
.btn.btn-sm {
  padding: 14px 22px;
  font-size: 15px;
  line-height: 15px;
}
.btn.btn-xs {
  padding: 13px 20px;
  font-size: 12px;
  line-height: 12px;
}

.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 i {
  position: relative;
  display: inline-block;
  transition: all 520ms ease;
  transform: translateX(5px);
}
.rt-button .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  transition: width 532ms;
  z-index: -1;
}
.rt-button .btn:hover i {
  transform: translateX(10px);
}
.rt-button .btn:hover:before {
  width: 100%;
}
.rt-button .btn:hover .text-wrap .text {
  opacity: 0;
  transform: translateY(-150%) scaleY(2) rotate(5deg);
}
.rt-button .btn:hover .text-wrap .hover-text {
  opacity: 1;
  transform: translateY(-50%);
}
.rt-button .btn .text-wrap {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
}
.rt-button .btn .text-wrap .text {
  transition: opacity 0.25s, transform 0.25s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rt-button .btn .text-wrap .hover-text {
  content: attr(data-text);
  display: inline-block;
  height: unset;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(100%) scaleY(2) rotate(5deg);
  transform-origin: top center;
  transition: opacity 0.25s, transform 0.25s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}

.button-1 {
  color: var(--rt-button-color);
  background-color: var(--rt-black-bg-color);
}
.button-1 i {
  color: var(--rt-button-color);
}
.button-1:hover {
  color: var(--rt-button-color);
}
.button-1:hover i {
  color: var(--rt-button-color);
}

.rt-button .button-2 {
  color: #ffffff;
  background-color: var(--rt-primary-color);
}
.rt-button .button-2:hover {
  color: #ffffff;
}

.rt-button .button-3 {
  color: var(--rt-button-text-color);
  background-color: var(--rt-button-bg-color);
  border: 1px solid var(--rt-border-color);
}
.rt-button .button-3:hover {
  color: var(--rt-button-text-color);
}

.rt-button .button-4 {
  color: var(--rt-button-text-color);
  background-color: var(--rt-gray-color);
}
.rt-button .button-4:hover {
  color: var(--rt-button-text-color);
}

a {
  transition: all 320ms 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-heading-color);
}

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

.border-title {
  border-color: var(--rt-heading-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-gray {
  color: var(--rt-gray-color);
}

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

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

.text-white {
  color: #ffffff;
}

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

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

.text-black {
  color: #111111;
}

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

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

::-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: #111111;
}

.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-heading-color);
  width: 18px;
  height: 18px;
}

[class*=rticon] svg {
  transition: all 320ms 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 {
  color: #ffffff;
  background-color: var(--rt-primary-color);
  border-radius: 6px 0 0 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 44px;
  opacity: 0;
  visibility: hidden;
  transition: all 320ms;
  z-index: 999;
}
.scrollToTop svg {
  fill: #ffffff;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scrollToTop {
    display: none;
  }
}
.scrollToTop:hover {
  background: var(--rt-secondary-color);
  color: #ffffff;
}
.scrollToTop:hover i {
  animation: toBottomFromTop 0.7s forwards;
}
.scrollToTop:hover svg {
  fill: var(--rt-button-color);
}

/*-------------------
#. Preloader css
--------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  z-index: 999999999;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.rt-loader {
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  font-size: 80px;
}
@media (max-width: 767px) {
  .rt-loader {
    font-size: 48px;
  }
}

.rt-loader:before {
  content: attr(data-text);
  position: absolute;
  max-width: 7em;
  white-space: nowrap;
  color: var(--rt-heading-color);
  animation: loading 1s linear;
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}
.header-switch .header-switch-input {
  display: none;
}
.header-switch .header-switch-label {
  border-radius: 6px 0 0 6px;
  background-color: var(--rt-black-bg-color);
  color: var(--rt-button-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  font-size: 18px;
  bottom: 110px;
  right: 0;
  width: 48px;
  height: 44px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 767px) {
  .header-switch .header-switch-label {
    bottom: 80px;
  }
}
.header-switch .header-switch-label i {
  position: absolute;
}

[data-theme=dark-mode] .header-switch-label .icon-rt-moon {
  opacity: 0;
}

[data-theme=light-mode] .header-switch-label .icon-rt-sun {
  opacity: 0;
}

.rtl-mode-switch .fashion-rtl-btn {
  border-radius: 6px 0 0 6px;
  background-color: #3aa9de;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  font-size: 12px;
  font-weight: 600;
  bottom: 160px;
  right: 0;
  width: 48px;
  height: 44px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 767px) {
  .rtl-mode-switch .fashion-rtl-btn {
    bottom: 130px;
  }
}

.site-header .rt-container::after,
.site-header .row::after {
  display: none;
}

.navigation-menu-wrap {
  position: relative;
  align-items: center;
  justify-content: center;
}

.light-logo {
  display: none;
}

@media (min-width: 1025px) {
  .header-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  header.site-header {
    border-bottom: 1px solid var(--rt-border-color);
  }
}
.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;
}

.menu-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
}
.menu-icon-wrapper .menu-icon-action {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.menu-icon-wrapper .menu-icon-action .action-icon {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.menu-icon-wrapper .menu-icon-action .action-icon i {
  color: var(--rt-heading-color);
  font-size: 20px;
}
.menu-icon-wrapper .menu-icon-action .action-icon > span {
  position: absolute;
  right: -12px;
  top: -8px;
  color: #ffffff;
  background-color: var(--rt-primary-color);
  border-radius: 50%;
  font-size: 16px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-icon-wrapper .menu-icon-action .item-icon-text {
  padding-left: 8px;
}
.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 {
  position: relative;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: center;
}
.menu-icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.menu-icon-wrapper .has-separator li:not(:last-child) {
  padding-right: 24px;
}
.menu-icon-wrapper .has-separator li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 23px;
  background: var(--rt-border-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;
}

.rt-button-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.rt-button-action a {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #c6c6c6;
}
.rt-button-action a:hover {
  color: #ffffff;
}
.rt-button-action i, .rt-button-action svg {
  color: var(--rt-primary-color);
}
.rt-button-action .rt-sale-offer-btn img {
  width: 14px;
}

.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: var(--rt-white-bg-color);
  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: 80px;
  right: 12px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  opacity: 0;
  visibility: visible;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  background: var(--rt-primary-color);
  border-radius: 6px;
  z-index: 1;
}
.header-search .rt-search-box-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  transform: translateY(-50%);
  transition: all 0s ease-in-out;
}
.header-search .rt-search-box-wrap input[type=search] {
  width: 90%;
  height: 60px;
  color: var(--rt-heading-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 .rt-search-box-wrap input[type=search]:focus {
  box-shadow: none;
}
.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;
}

@media (min-width: 1025px) {
  .blusho-header-1 .site-header .rt-container .site-branding {
    padding-right: 45px;
  }
  .blusho-header-1 .site-header .rt-container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blusho-header-1 .site-header .ham-burger {
    position: relative;
    margin-left: 44px;
  }
  .blusho-header-1 .site-header .ham-burger:before {
    content: "";
    height: 80px;
    width: 1px;
    background-color: var(--rt-border-color);
    position: absolute;
    top: -32px;
    left: -30px;
  }
}

@media (min-width: 1025px) {
  .blusho-header-2 .site-header .navigation-menu-wrap {
    background-color: var(--rt-white-bg-color);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
  }
  .blusho-header-2 .site-header .rt-container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blusho-header-3 .header-top {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--rt-border-color);
}
.blusho-header-3 .navigation-menu-wrap {
  justify-content: space-between;
}
.blusho-header-3 .rt-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.blusho-header-3 .social-phone-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.blusho-header-3 .social-phone-wrap .social-icon {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  line-height: 1;
}
.blusho-header-3 .social-phone-wrap .social-icon a:hover svg {
  fill: var(--rt-primary-color);
}
.blusho-header-3 .phone-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  font-weight: 500;
}
.blusho-header-3 .blusho-navigation .menu-main-menu-container > ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1199px) {
  .blusho-header-4 .rt-container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blusho-header-4 .navigation-menu-wrap {
  justify-content: space-between;
}
.blusho-header-4 .logo-menu-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.blusho-header-4 .header-right-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.rt-container-fluid .blusho-navigation ul li.mega-menu > ul.dropdown-menu > li:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 25%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--rt-border-color);
  z-index: 9999;
}

.rt-menu-border .blusho-navigation ul li.mega-menu > ul.dropdown-menu > li:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 25%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--rt-border-color);
  z-index: 9999;
}

.mobile-header-section .navigation-menu-wrap {
  justify-content: space-between;
}

/* Main Navigation
***************************/
@media (max-width: 1024px) {
  .navigation-menu-wrap {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .navigation-menu-wrap .menu-icon-wrapper {
    margin-left: unset;
    padding-left: 0;
  }
}

.site-header .blusho-navigation ul.blusho-navbar > li.current-menu-item > a,
.site-header .blusho-navigation ul.blusho-navbar > li.current-menu-ancestor > a {
  color: var(--rt-primary-color);
}

.blusho-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  /* #. Submenu */
  /*Menu hover effect*/
}
.blusho-navigation ul.blusho-navbar {
  padding: 0;
  margin: 0;
}
.blusho-navigation ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.blusho-navigation ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--rt-heading-color);
  text-decoration: none;
  text-transform: uppercase;
  padding: 28px 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 1199px) {
  .blusho-navigation ul li a {
    padding: 21px 15px;
  }
}
.blusho-navigation ul li a .new {
  background-color: #0a7aff;
  border-radius: 2px;
  color: #ffffff;
  padding: 0 3px 1px;
  font-size: 12px;
  height: 16px;
  display: inline-flex;
  align-items: center;
}
.blusho-navigation ul li a .sale {
  background-color: #D9FFBF;
  border-radius: 2px;
  color: #111111;
  padding: 0 3px 1px;
  font-size: 12px;
  height: 16px;
  display: inline-flex;
  align-items: center;
}
.blusho-navigation ul li a .hot {
  background-color: #FACCCD;
  border-radius: 2px;
  color: #111111;
  padding: 0 3px 1px;
  font-size: 12px;
  height: 16px;
  display: inline-flex;
  align-items: center;
}
.blusho-navigation ul li.current-menu-item > a svg,
.blusho-navigation ul li.current-menu-ancestor > a svg {
  fill: var(--rt-primary-color);
}
.blusho-navigation ul li.current-menu-item > a,
.blusho-navigation ul li.current-menu-ancestor > a {
  color: var(--rt-primary-color);
}
.blusho-navigation ul li a:hover {
  color: var(--rt-primary-color);
}
.blusho-navigation ul li a:hover svg {
  fill: var(--rt-primary-color);
}
.blusho-navigation ul.menu > li > a:hover {
  color: var(--rt-primary-color);
}
.blusho-navigation ul.menu li.current-menu-item > a,
.blusho-navigation ul.menu li.current > a {
  color: var(--rt-primary-color);
}
.blusho-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;
  background-color: var(--rt-body-bg-color);
  box-shadow: 0 6px 12px rgba(23, 22, 24, 0.04), 0 4px 8px rgba(23, 22, 24, 0.04), 0 2px 8px rgba(23, 22, 24, 0.04);
}
.blusho-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.blusho-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 240px;
}
.blusho-navigation ul li ul li {
  display: block;
  padding: 0 30px;
}
.blusho-navigation ul li ul li a {
  position: relative;
  display: inline-block;
  color: var(--rt-body-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 0;
  z-index: 2;
}
.blusho-navigation ul li ul li > a:before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  background-color: var(--rt-heading-color);
  transition: 0.5s;
}
.blusho-navigation ul li ul > li:last-child > a {
  border-bottom: none;
}
.blusho-navigation ul.menu li ul.dropdown-menu li:last-child:after {
  border-bottom: none;
}
.blusho-navigation ul.menu li ul.dropdown-menu li a:hover {
  color: var(--rt-primary-color);
}
.blusho-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);
}
.blusho-navigation ul.menu li ul.dropdown-menu li a:hover:before {
  width: 100%;
  left: 0;
  right: inherit;
}
.blusho-navigation > ul li.page_item_has_children > a:after,
.blusho-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 320ms ease;
}
.blusho-navigation .caret svg {
  fill: var(--rt-heading-color);
  transition: fill 0.4s;
}
.blusho-navigation .dropdown-menu .caret {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.blusho-navigation .dropdown-menu .caret svg {
  transform: rotate(-90deg) scale(0.9);
}

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

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

.mega-menu-left .blusho-navigation ul li.mega-menu > ul.dropdown-menu {
  right: auto;
}

.mega-menu-right .blusho-navigation ul li.mega-menu > ul.dropdown-menu {
  left: auto;
}

/* Mega-menu CSS */
.blusho-navigation {
  /*start mega menu two column*/
  /*start mega menu three column*/
  /*end mega menu three column*/
}
.blusho-navigation ul.menu li.mega-menu ul.dropdown-menu li a:before,
.blusho-navigation ul.menu li.mega-menu ul.dropdown-menu li:after,
.blusho-navigation ul.menu li.mega-menu ul.dropdown-menu li.menu-item-has-children:before {
  display: none;
}
.blusho-navigation ul.menu li.mega-menu ul.dropdown-menu li a {
  padding: 0 0 8px;
}
.blusho-navigation ul.menu li.mega-menu .dropdown-menu .dropdown-toggle {
  padding-bottom: 0 !important;
}
.blusho-navigation ul li.mega-menu {
  position: static;
}
.blusho-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}
.blusho-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;
}
.blusho-navigation ul li > ul.dropdown-menu {
  pointer-events: none;
  padding-top: 24px;
  padding-bottom: 24px;
}
.blusho-navigation ul > li:hover > ul.dropdown-menu {
  transform: translateY(0);
  pointer-events: all;
}
.blusho-navigation ul li.mega-menu.two-column {
  position: relative;
}
.blusho-navigation ul li.mega-menu.two-column > ul.dropdown-menu {
  background-color: #ffffff !important;
  width: 520px !important;
}
.blusho-navigation ul li.mega-menu.two-column {
  position: relative;
}
.blusho-navigation ul li.mega-menu.three-column > ul.dropdown-menu {
  background-color: #ffffff !important;
  width: 780px !important;
}
.blusho-navigation ul li.mega-menu > ul.dropdown-menu > li {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 0;
}
.blusho-navigation ul li.mega-menu > ul.dropdown-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
  border-top: none;
  padding: 0;
}
.blusho-navigation ul li.mega-menu > ul.dropdown-menu > li > a {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 30px;
}
.blusho-navigation ul li.mega-menu > ul.dropdown-menu > li > a:before {
  display: none;
}
.blusho-navigation ul li.mega-menu.hide-header > ul.dropdown-menu > li > a {
  display: none;
}
.blusho-navigation ul li.mega-menu > ul .caret {
  display: none !important;
}
.blusho-navigation ul li.mega-menu.mega-menu-col-2 > ul {
  width: 30%;
}
.blusho-navigation ul li.mega-menu.mega-menu-col-3 > ul {
  width: 50%;
}

@keyframes menu_slide {
  0% {
    transform: translate3d(-33px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.blusho-navigation ul.blusho-navbar > li:hover > ul.dropdown-menu {
  animation: menu_slide 0.44s both;
}

/* 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 320ms ease;
}
.rt-search-popup .rt-search-form {
  position: absolute;
  top: 70px;
  right: -12px;
  width: 300px;
  padding: 5px 12px 6px 14px;
  background: var(--rt-heading-color);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  font-size: var(--rt-body-font, "League Spartan"), sans-serif-1;
}
.rt-search-popup .rt-search-form::before {
  content: "";
  position: absolute;
  background: var(--rt-heading-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 */
.blusho-offcanvas-drawer {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  margin-left: -340px;
  max-width: 100%;
  z-index: 99999;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  background-color: var(--rt-body-bg-color);
  color: var(--rt-body-color);
  height: 100vh;
  padding: 24px;
  overflow: auto;
}
.blusho-offcanvas-drawer.is-open {
  margin-left: 0;
}
.blusho-offcanvas-drawer .rt-button-action a {
  color: var(--rt-body-color);
  align-items: baseline;
}
.blusho-offcanvas-drawer .rt-button-action a:hover {
  color: var(--rt-heading-color);
}
.blusho-offcanvas-drawer .rt-button-action a i, .blusho-offcanvas-drawer .rt-button-action a svg {
  color: var(--rt-body-color);
}
.blusho-offcanvas-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blusho-offcanvas-drawer nav ul li a {
  padding: 8px 40px 8px 0;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--rt-body-color);
  line-height: 1.3;
  text-transform: uppercase;
}
.blusho-offcanvas-drawer nav ul li a:hover {
  color: var(--rt-primary-color);
}
.blusho-offcanvas-drawer nav ul li ul a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.blusho-offcanvas-drawer ul li.current-menu-item > a,
.blusho-offcanvas-drawer ul li.current-menu-ancestor > a {
  color: var(--rt-heading-color);
}
.blusho-offcanvas-drawer .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rt-gray-color);
  border-radius: 50%;
}
.blusho-offcanvas-drawer .caret svg {
  fill: var(--rt-heading-color);
}
.blusho-offcanvas-drawer ul > li.is-open > a > .caret > svg {
  transform: rotate(180deg);
}
.blusho-offcanvas-drawer ul ul {
  padding-left: 30px;
}
.blusho-offcanvas-drawer .offcanvas-navigation li > ul {
  display: none;
}
.blusho-offcanvas-drawer .offcanvas-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blusho-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: #ffffff;
  background: var(--rt-primary-color);
  border-radius: 50%;
  padding-top: 5px;
  z-index: 1;
}
.blusho-offcanvas-drawer .product-search .rt-cat-drop {
  display: none;
}

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

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

.offcanvas-address label {
  display: block;
  color: var(--rt-heading-color);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  width: 100%;
}
.offcanvas-address .offcanvas-info {
  margin-bottom: 24px;
}
.offcanvas-address .offcanvas-info li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 10px;
  color: var(--rt-body-color);
}
.offcanvas-address .offcanvas-info a {
  color: var(--rt-body-color);
}
.offcanvas-address .offcanvas-info a:hover {
  color: var(--rt-heading-color);
}
.offcanvas-address .offcanvas-info svg {
  width: 14px;
  height: 14px;
}
.offcanvas-address .offcanvas-social-icon {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.offcanvas-address .offcanvas-social-icon a {
  color: var(--rt-body-color);
}
.offcanvas-address .offcanvas-social-icon a svg {
  fill: var(--rt-body-color);
  width: 16px;
  height: 16px;
}
.offcanvas-address .offcanvas-social-icon a:hover svg {
  animation: toBottomFromTop 0.7s forwards;
}

.mobile-action-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@media (min-width: 1025px) {
  .mobile-action-button {
    display: none;
  }
}
.mobile-action-button .menu-icon-wrapper .menu-icon-action {
  justify-content: space-between;
  width: 100%;
  gap: 0;
  background-color: var(--rt-black-bg-color);
}
.mobile-action-button .menu-icon-wrapper .menu-icon-action li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  flex: 1;
  background-color: var(--rt-black-bg-color);
  color: var(--rt-button-color);
}
.mobile-action-button .menu-icon-wrapper .menu-icon-action li:nth-child(even) {
  background-color: #191919;
}
.mobile-action-button .menu-icon-wrapper .menu-icon-action li i {
  color: var(--rt-button-color);
}

/* Topbar Navigation
***************************/
.blusho-top-bar {
  font-size: 16px;
  background-color: var(--rt-primary-color);
  color: #ffffff;
  padding: 4px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.blusho-top-bar .close {
  background-color: var(--rt-white-bg-color);
  color: var(--rt-heading-color);
  border-radius: 50%;
  font-size: 22px;
  width: 30px;
  height: 30px;
  padding: 4px 0 0 0;
  position: absolute;
  right: 70px;
}
.blusho-top-bar .close:hover {
  background-color: var(--rt-secondary-color);
  color: var(--rt-button-color);
}
.blusho-top-bar a {
  color: #ffffff;
}
.blusho-top-bar a:hover {
  color: #ffffff;
}
.blusho-top-bar .top-bar-right {
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.blusho-top-bar .top-bar-right .rt-email {
  position: relative;
}
.blusho-top-bar .top-bar-right .rt-email i {
  padding-right: 8px;
}
.blusho-top-bar .top-bar-right .rt-email:before {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #8DA4A2;
  position: absolute;
  top: 6px;
  right: -16px;
  transform: rotate(20deg);
}
.blusho-top-bar .top-bar-row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blusho-top-bar .top-bar-row {
    justify-content: center;
  }
}
.blusho-top-bar.top-bar-style-2 .top-bar-row {
  justify-content: center;
}
.blusho-top-bar .top-bar-left li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-wrap: wrap;
}
.blusho-top-bar .top-bar-left li:not(:last-child):before {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #8DA4A2;
  position: absolute;
  top: 6px;
  right: -16px;
  transform: rotate(20deg);
}
@media (max-width: 767px) {
  .blusho-top-bar .top-bar-left {
    justify-content: center;
  }
}
.blusho-top-bar .social-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blusho-top-bar .social-icon a {
  display: inline-flex;
}
.blusho-top-bar .social-icon a:hover svg {
  fill: #ffffff;
}
.blusho-top-bar .social-icon [class*=rticon] svg {
  width: 15px;
  height: 15px;
  fill: #c6c6c6;
}

/*========================================
//  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-sticky-header .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.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: #111111;
}
@media (max-width: 1024px) {
  .has-sticky-header .site-header {
    background-color: var(--rt-body-bg-color) !important;
  }
}

.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%);
}

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

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

@media (max-width: 1024px) {
  .headroom--not-top.headroom--pinned {
    transform: translateY(calc(55px - 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 {
  background-color: transparent;
}
.has-trheader.blusho-header-2.has-sticky-header.tr-header-dark .site-header.scrolling {
  background-color: transparent;
  box-shadow: unset;
}

.tr-header-dark .dark-logo {
  display: block;
}
.tr-header-dark .light-logo {
  display: none;
}

.tr-header-light .dark-logo {
  display: none;
}
.tr-header-light .light-logo {
  display: block;
}

.tr-header-light .blusho-navigation .menu-main-menu-container > ul > li > a {
  color: #ffffff;
}
.tr-header-light .blusho-navigation .menu-main-menu-container > ul > li > a svg {
  fill: #ffffff;
}
.tr-header-light .phone-wrap {
  color: #ffffff;
}
.tr-header-light .phone-wrap a {
  color: #ffffff;
}
.tr-header-light .ham-burger .btn-hamburger {
  border-color: #ffffff;
}
.tr-header-light .ham-burger .btn-hamburger span {
  background-color: #ffffff;
}
.tr-header-light .rt-delivery-btn {
  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 .menu-icon-wrapper .menu-icon-action .action-icon i,
.tr-header-light .menu-icon-wrapper .menu-icon-action .item-icon-text {
  color: #ffffff;
}
.tr-header-light .menu-icon-wrapper .phone-wrap a, .tr-header-light .menu-icon-wrapper .phone-wrap .phone-label, .tr-header-light .menu-icon-wrapper .phone-wrap .phone-icon {
  color: #ffffff;
}
.tr-header-light ul.rt-action-list .rt-btn {
  color: #ffffff;
}

.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 320ms ease;
}
.ham-burger .menu-label {
  color: var(--rt-heading-color);
  font-weight: 600;
}
.ham-burger .btn-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: end;
}
.ham-burger .btn-hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  background-color: var(--rt-heading-color);
  border-radius: 12px;
  transition: all 120ms ease;
}
.ham-burger .btn-hamburger span:last-child {
  margin-bottom: 0;
}
.ham-burger .is-open .btn-hamburger span:nth-child(2) {
  opacity: 0;
}
.ham-burger .is-open .btn-hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.ham-burger .is-open .btn-hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.blusho-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--rt-gray-color);
  border-bottom: 1px solid var(--rt-border-color);
}
.blusho-breadcrumb-wrapper.banner-style-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .blusho-breadcrumb-wrapper.banner-style-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.blusho-breadcrumb-wrapper.banner-style-1 .entry-breadcrumb span a {
  color: #C0C2B2;
}
.blusho-breadcrumb-wrapper.banner-style-1 .entry-breadcrumb span a:hover {
  color: #ffffff;
}
.blusho-breadcrumb-wrapper.banner-style-1 .entry-breadcrumb .current-item {
  color: #ffffff;
}
.blusho-breadcrumb-wrapper.banner-style-1 .entry-breadcrumb .dvdr {
  color: #C0C2B2;
}
.blusho-breadcrumb-wrapper.banner-style-1 .entry-breadcrumb .breadcrumb-item a {
  color: #C0C2B2;
}
.blusho-breadcrumb-wrapper.banner-style-1 .entry-breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}
.blusho-breadcrumb-wrapper.banner-style-1 .entry-breadcrumb .breadcrumb-item.active .title {
  color: #ffffff;
}
.blusho-breadcrumb-wrapper.has-bg {
  position: relative;
  background-color: #141609;
  z-index: 0;
}
.blusho-breadcrumb-wrapper.has-bg .banner-image {
  opacity: 0.4;
}
.blusho-breadcrumb-wrapper.has-bg .entry-title {
  color: #ffffff;
}
.blusho-breadcrumb-wrapper .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.blusho-breadcrumb-wrapper .breadcrumb {
  display: block;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: var(--rt-meta-color);
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.blusho-breadcrumb-wrapper .breadcrumb li {
  display: inline;
  position: relative;
  align-items: center;
  gap: 10px;
}
.blusho-breadcrumb-wrapper .breadcrumb .raquo {
  color: #C0C2B2;
  padding: 0 4px;
  line-height: 1;
  font-size: 11px;
}
.blusho-breadcrumb-wrapper .breadcrumb a {
  color: var(--rt-meta-color);
}
.blusho-breadcrumb-wrapper .breadcrumb path {
  stroke: var(--rt-meta-color);
}
.blusho-breadcrumb-wrapper .breadcrumb li.active .title {
  color: var(--rt-heading-color);
}
.blusho-breadcrumb-wrapper .container {
  z-index: 1;
}
.blusho-breadcrumb-wrapper .entry-breadcrumb {
  font-size: 17px;
  font-weight: 500;
}
.blusho-breadcrumb-wrapper .entry-breadcrumb span a {
  color: var(--rt-meta-color);
}
.blusho-breadcrumb-wrapper .entry-breadcrumb span a:hover {
  color: var(--rt-heading-color);
}
.blusho-breadcrumb-wrapper .entry-breadcrumb .current-item {
  color: var(--rt-heading-color);
}
.blusho-breadcrumb-wrapper .entry-breadcrumb .dvdr {
  color: var(--rt-meta-color);
  font-size: 11px;
  line-height: 1;
  padding: 0 8px;
}
.blusho-breadcrumb-wrapper .entry-title {
  color: var(--rt-heading-color);
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 0;
}
.blusho-breadcrumb-wrapper .align-items-center .entry-breadcrumb {
  text-align: center;
}
.blusho-breadcrumb-wrapper .align-items-end .entry-breadcrumb {
  text-align: right;
}

.has-trheader .blusho-breadcrumb-wrapper .breadcrumb a {
  color: #C0C2B2;
}
.has-trheader .blusho-breadcrumb-wrapper .breadcrumb a:hover {
  color: #ffffff;
}
.has-trheader .blusho-breadcrumb-wrapper .breadcrumb li.active .title {
  color: #ffffff;
}

.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 .blusho-widget-area {
    padding-right: 30px;
  }
}

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

@media (max-width: 1139px) {
  .layout-right-sidebar .blusho-widget-area {
    margin-top: 60px;
  }
  .layout-left-sidebar .blusho-widget-area {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  body .sidebar-sticky {
    align-self: flex-start;
    position: sticky;
    top: 32px;
  }
  body .sidebar-sticky-100 {
    align-self: flex-start;
    position: sticky;
    top: 100px;
  }
  body .sidebar-sticky-200 {
    align-self: flex-start;
    position: sticky;
    top: 200px;
  }
}
.blusho-widget-area .widget:last-child {
  margin-bottom: 0;
}
.blusho-widget-area .wp-block-image {
  margin: 0;
}
.blusho-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blusho-widget-area ul > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}
.blusho-widget-area ul > li:last-child {
  margin-bottom: 0;
}
.blusho-widget-area ul > li > a {
  position: relative;
}
.blusho-widget-area ul.sub-menu {
  margin-top: 5px;
}
.blusho-widget-area .widgettitle,
.blusho-widget-area .widget-title,
.blusho-widget-area .wp-block-heading {
  font-size: 22px;
  line-height: 1.4;
}
.blusho-widget-area .rt-sidebar ul.children,
.blusho-widget-area .rt-single-sidebar ul.children {
  margin-top: 10px;
}
.blusho-widget-area .wp-block-categories li,
.blusho-widget-area .wp-block-archives li,
.blusho-widget-area .wp-block-page-list li,
.blusho-widget-area .widget_archive ul li,
.blusho-widget-area .widget_categories ul li {
  margin-bottom: 6px;
  padding-bottom: 6px;
  width: 100%;
}
.blusho-widget-area .wp-block-categories li a,
.blusho-widget-area .wp-block-archives li a,
.blusho-widget-area .wp-block-page-list li a,
.blusho-widget-area .widget_archive ul li a,
.blusho-widget-area .widget_categories ul li a {
  padding-left: 26px;
}
.blusho-widget-area .wp-block-categories li a:before,
.blusho-widget-area .wp-block-archives li a:before,
.blusho-widget-area .wp-block-page-list li a:before,
.blusho-widget-area .widget_archive ul li a:before,
.blusho-widget-area .widget_categories ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--rt-primary-color);
  border-radius: 3px;
  transition: all 520ms;
}
.blusho-widget-area .wp-block-categories li a:hover,
.blusho-widget-area .wp-block-archives li a:hover,
.blusho-widget-area .wp-block-page-list li a:hover,
.blusho-widget-area .widget_archive ul li a:hover,
.blusho-widget-area .widget_categories ul li a:hover {
  color: var(--rt-primary-color);
}
.blusho-widget-area .wp-block-categories li a:hover:before,
.blusho-widget-area .wp-block-archives li a:hover:before,
.blusho-widget-area .wp-block-page-list li a:hover:before,
.blusho-widget-area .widget_archive ul li a:hover:before,
.blusho-widget-area .widget_categories ul li a:hover:before {
  background-color: var(--rt-primary-color);
}
.blusho-widget-area .wp-block-categories li:last-child,
.blusho-widget-area .wp-block-archives li:last-child,
.blusho-widget-area .wp-block-page-list li:last-child,
.blusho-widget-area .widget_archive ul li:last-child,
.blusho-widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.blusho-widget-area .wp-block-categories li.current-cat a:before,
.blusho-widget-area .wp-block-archives li.current-cat a:before,
.blusho-widget-area .wp-block-page-list li.current-cat a:before,
.blusho-widget-area .widget_archive ul li.current-cat a:before,
.blusho-widget-area .widget_categories ul li.current-cat a:before {
  background-color: var(--rt-primary-color);
}
.blusho-widget-area .wp-block-categories.category-layout-2 li a,
.blusho-widget-area .wp-block-archives.category-layout-2 li a,
.blusho-widget-area .widget_archive.category-layout-2 ul li a,
.blusho-widget-area .widget_categories.category-layout-2 ul li a {
  color: var(--rt-meta-color);
}
.blusho-widget-area .wp-block-categories.category-layout-2 li a:before,
.blusho-widget-area .wp-block-archives.category-layout-2 li a:before,
.blusho-widget-area .widget_archive.category-layout-2 ul li a:before,
.blusho-widget-area .widget_categories.category-layout-2 ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--rt-primary-color);
  border-radius: 3px;
  transition: all 520ms;
}
.blusho-widget-area .wp-block-categories.category-layout-2 li a:hover,
.blusho-widget-area .wp-block-archives.category-layout-2 li a:hover,
.blusho-widget-area .widget_archive.category-layout-2 ul li a:hover,
.blusho-widget-area .widget_categories.category-layout-2 ul li a:hover {
  padding-left: 22px;
  color: var(--rt-primary-color);
}
.blusho-widget-area .wp-block-categories.category-layout-2 li a:hover:before,
.blusho-widget-area .wp-block-archives.category-layout-2 li a:hover:before,
.blusho-widget-area .widget_archive.category-layout-2 ul li a:hover:before,
.blusho-widget-area .widget_categories.category-layout-2 ul li a:hover:before {
  background-color: var(--rt-primary-color);
}
.blusho-widget-area .widget_nav_menu ul li,
.blusho-widget-area .widget_pages ul li,
.blusho-widget-area .widget_meta ul li {
  margin-bottom: 6px;
  padding-bottom: 6px;
  width: 100%;
}
.blusho-widget-area .widget_nav_menu ul li a,
.blusho-widget-area .widget_pages ul li a,
.blusho-widget-area .widget_meta ul li a {
  padding-left: 26px;
}
.blusho-widget-area .widget_nav_menu ul li a:before,
.blusho-widget-area .widget_pages ul li a:before,
.blusho-widget-area .widget_meta ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--rt-primary-color);
  border-radius: 3px;
  transition: all 520ms;
}
.blusho-widget-area .widget_nav_menu ul li a:hover,
.blusho-widget-area .widget_pages ul li a:hover,
.blusho-widget-area .widget_meta ul li a:hover {
  color: var(--rt-primary-color);
}
.blusho-widget-area .widget_nav_menu ul li a:hover:before,
.blusho-widget-area .widget_pages ul li a:hover:before,
.blusho-widget-area .widget_meta ul li a:hover:before {
  background-color: var(--rt-primary-color);
}
.blusho-widget-area .widget_nav_menu ul li:last-child,
.blusho-widget-area .widget_pages ul li:last-child,
.blusho-widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.blusho-widget-area .wp-block-tag-cloud, .blusho-widget-area .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.blusho-widget-area .wp-block-tag-cloud a, .blusho-widget-area .tagcloud a {
  color: var(--rt-primary-color);
  background: var(--rt-gray-color);
  border-radius: 4px;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500;
  margin: 0;
  padding: 8px 15px;
  line-height: 1.4;
}
.blusho-widget-area .wp-block-tag-cloud a:hover, .blusho-widget-area .tagcloud a:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.blusho-widget-area .rt-blog-post {
  margin-bottom: 24px;
}
.blusho-widget-area .rt-blog-post:last-child {
  margin-bottom: 0;
}
.blusho-widget-area .rt-blog-post .post-thumbnail {
  overflow: hidden;
  margin-bottom: 0;
}
.blusho-widget-area .rt-blog-post .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 520ms ease;
  transform-origin: center center;
}
.blusho-widget-area .rt-blog-post:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.blusho-widget-area .rt-blog-post .rt-post-meta {
  padding-top: 20px;
}
.blusho-widget-area .rt-blog-post .entry-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blusho-widget-area .rt-blog-post .entry-title a {
  color: var(--rt-heading-color);
}
.blusho-widget-area .rt-blog-post .entry-title a:hover {
  color: var(--rt-primary-color);
}
.blusho-widget-area .rt-blog-post .entry-content {
  padding-top: 12px;
}
.blusho-widget-area .rt-blog-post .post-thumbnail-wrap .posted-on {
  display: none;
}
.blusho-widget-area .rt-blog-post .post-thumbnail-wrap .rt-video .video-popup-icon {
  transform: scale(0.6);
}
.blusho-widget-area .blog-list-style .rt-post-meta {
  padding-top: 0;
}
.blusho-widget-area .blog-list-style .rt-post-meta ul li {
  color: var(--rt-primary-color);
}
.blusho-widget-area .blog-list-style .article-inner-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.blusho-widget-area .blog-list-style .post-thumbnail-wrap {
  width: 80px;
}
.blusho-widget-area .blog-list-style .entry-wrapper {
  flex: 1;
}

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

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

.widget a:hover {
  color: var(--rt-heading-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;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  color: var(--rt-meta-color2);
}
.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-weight: 600;
}
.wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
  color: var(--rt-meta-color2);
}
.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: 0;
  padding: 15px 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-gray-color);
}
.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: #ffffff;
  background-color: var(--rt-primary-color);
}

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

.widget_blusho_contact ul {
  padding: 0 30px;
}
.widget_blusho_contact ul li {
  display: flex;
  align-items: flex-start;
}
.widget_blusho_contact ul li.phone-no {
  font-size: 20px;
  font-weight: 600;
}
.widget_blusho_contact li [class*=rticon-] {
  flex: 0 0 30px;
  padding-top: 4px;
  justify-content: start;
}
.widget_blusho_contact li svg {
  fill: var(--rt-primary-color);
}
.widget_blusho_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: red;
}
.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;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1199px) {
  .site-footer {
    margin-bottom: 50px;
  }
}
.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-gray-color);
}
.blusho-footer-1 .site-footer .footer-menu-wrapper .align-default {
  justify-content: center;
}
.site-footer .blusho-navigation ul > li > ul.depth_0 {
  bottom: 100%;
  top: auto;
}
.site-footer .blusho-navigation ul li ul li ul {
  left: 100%;
  top: auto;
  bottom: 0;
}

/* Footer Widget wrapper
***************************/
.footer-widgets-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 16px;
}
.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 {
  position: relative;
  font-size: 18px;
  margin-bottom: 18px;
  padding-bottom: 8px;
}
.footer-widgets-wrapper .footer-widgets .widget-title:after, .footer-widgets-wrapper .footer-widgets .widgettitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--rt-primary-color);
  z-index: -1;
  transition: all ease 1s;
}
.footer-widgets-wrapper .footer-widgets .widget-title.active-animation:after, .footer-widgets-wrapper .footer-widgets .widgettitle.active-animation:after {
  width: 40px;
}
.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;
}

.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: 13px;
  flex-wrap: wrap;
  margin-top: 24px;
  overflow: hidden;
}
.site-footer .footer-social a {
  color: var(--rt-button-text-color);
}
.site-footer .footer-social a svg {
  fill: var(--rt-button-text-color);
}
.site-footer .footer-social a:hover svg {
  animation: toBottomFromTop 0.7s forwards;
}
.site-footer .footer-social svg {
  width: 16px;
  height: 16px;
}
.site-footer .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.site-footer .tagcloud a {
  color: var(--rt-body-color);
  background: var(--rt-gray-color);
  border-radius: 6px;
  display: inline-block;
  font-size: 16px !important;
  padding: 8px 15px;
  line-height: 1.4;
}
.site-footer .tagcloud a:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.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;
}
.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: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;
  font-size: 18px;
  color: var(--rt-body-color);
}
.footer-copyright-wrapper .copyright-text {
  text-align: center;
}
.footer-copyright-wrapper a {
  color: var(--rt-body-color);
}
.footer-copyright-wrapper a:hover {
  color: var(--rt-heading-color);
}
.footer-copyright-wrapper .payment-cart img {
  max-width: 358px;
  width: 100%;
}

@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;
  }
}
.blusho-footer-1 .footer-widgets-wrapper {
  border-top: 1px solid var(--rt-border-color);
}
.blusho-footer-1 .footer-blur-shape ul li {
  border-radius: 322px;
  width: 322px;
  height: 322px;
  filter: blur(100px);
  background: #231435;
  position: absolute;
}
.blusho-footer-1 .footer-blur-shape ul li:nth-child(1) {
  background-color: #EEFDE8;
}
.blusho-footer-1 .footer-blur-shape ul li:nth-child(2) {
  background-color: #FFFBE8;
  top: 0;
  right: 0;
  left: auto;
}
.blusho-footer-1 .footer-copyright-wrapper {
  border-top: 1px solid var(--rt-border-color);
}

.blusho-footer-2 .footer-widgets-wrapper {
  background-color: var(--rt-black-bg-color);
}
.blusho-footer-2 .blusho-navigation ul > li:hover > ul {
  z-index: 9999;
}
.blusho-footer-2 .site-footer .widget-title, .blusho-footer-2 .site-footer .widgettitle {
  color: #ffffff;
}
.blusho-footer-2 .site-footer .tagcloud a {
  color: var(--rt-primary-color);
}
.blusho-footer-2 .site-footer .footer-social a svg {
  fill: #ffffff;
}
.blusho-footer-2 .footer-sidebar {
  color: #c6c6c6;
}
.blusho-footer-2 .footer-sidebar a {
  color: #c6c6c6;
}
.blusho-footer-2 .footer-sidebar a:hover {
  color: #ffffff;
}
.blusho-footer-2 .footer-sidebar .phone-no a {
  color: #ffffff;
}
.blusho-footer-2 .footer-copyright-wrapper {
  background-color: #1f1f1f;
  color: #c6c6c6;
}
.blusho-footer-2 .footer-copyright-wrapper a {
  color: #c6c6c6;
}
.blusho-footer-2 .footer-copyright-wrapper a:hover {
  color: red;
}
@media (max-width: 767px) {
  .blusho-footer-2 .copyright-text-wrap {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

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

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

.blusho-search-form .search-box {
  position: relative;
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  overflow: hidden;
}
.blusho-search-form .search-box input {
  font-size: 17px;
  font-weight: 400;
  height: 50px;
  padding: 0 55px 0 20px;
  border: none;
  width: 100%;
  background-color: var(--rt-body-bg-color);
}
.blusho-search-form .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  color: var(--rt-meta-color);
  background: transparent;
  padding: 0 20px;
}
.blusho-search-form .search-box button svg {
  fill: var(--rt-heading-color);
  width: 22px;
  height: 22px;
  margin-top: 3px;
}
.blusho-search-form .search-box button .btn-label {
  display: none;
}

.comments-area {
  margin-top: 50px;
}
.comments-area .comment-list-wrapper {
  margin-top: 50px;
  margin-bottom: 45px;
}
.comments-area .comments-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.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;
}
@media (min-width: 768px) {
  .comments-area .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .comments-area .comment-form .comment-form-email {
    width: 50%;
    padding-left: 12px;
  }
}
.comments-area .comment-form label {
  color: var(--rt-heading-color);
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 500;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  background-color: var(--rt-body-bg-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 8px;
  width: 100%;
  padding: 14px 15px;
  line-height: 1.3;
}
.comments-area .comment-form input:focus,
.comments-area .comment-form textarea:focus {
  box-shadow: unset;
  border: 1px solid var(--rt-primary-color);
}
.comments-area .comment-form textarea {
  resize: vertical;
}
.comments-area .comment-form input[type=submit] {
  width: auto;
  background: var(--rt-primary-color);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  padding: 17px 28px 17px;
  letter-spacing: 0.16px;
  line-height: 1.23;
  text-transform: uppercase;
  height: 50px;
  opacity: 1;
  cursor: pointer;
  transition: all 120ms ease;
}
.comments-area .comment-form input[type=submit]:hover {
  background-color: var(--rt-secondary-color);
  color: #ffffff;
}
.comments-area .comment-form .form-submit {
  margin-bottom: 0;
}
.comments-area .comment-form .required {
  color: #FF0000;
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.comments-area .comment-form .comment-form-author input,
.comments-area .comment-form .comment-form-email input,
.comments-area .comment-form .comment-form-url input {
  flex: 1;
}
.comments-area p.comment-form-cookies-consent {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}
.comments-area p.comment-form-cookies-consent input {
  width: auto;
}
.comments-area p.comment-form-cookies-consent * {
  margin: 0;
}

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

.comment-author {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.comment-author .vcard {
  flex: 0 0 115px;
}
@media (max-width: 767px) {
  .comment-author .vcard {
    flex: 0 0 80px;
  }
}
@media (max-width: 575px) {
  .comment-author .vcard {
    flex: 0 0 50px;
  }
}
.comment-author .vcard img {
  border-radius: 50%;
}
.comment-author .author-info {
  position: relative;
  margin-top: -4px;
  flex: auto;
}
.comment-author .author-info cite {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
.comment-author .author-info cite a {
  color: var(--rt-heading-color);
  text-transform: capitalize;
}
.comment-author .author-info cite a:hover {
  color: var(--rt-primary-color);
}
.comment-author .comment-meta {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .comment-author .comment-meta {
    position: absolute;
    top: -5px;
    right: 0;
  }
}
.comment-author .comment-meta a {
  color: var(--rt-body-color);
}
.comment-author .comment-details {
  margin-top: 8px;
}
.comment-author .comment-details p {
  margin-bottom: 15px;
}

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

.comment-reply-link {
  padding: 0 12px;
  height: 30px;
  color: var(--rt-heading-color);
  background-color: var(--rt-gray-color);
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .comment-reply-link {
    position: relative;
  }
}
.comment-reply-link svg {
  fill: var(--rt-heading-color);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
}
.comment-reply-link:hover {
  background: var(--rt-primary-color);
  color: #ffffff;
}
.comment-reply-link:hover svg {
  fill: #ffffff;
}

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

.comment-list li {
  position: relative;
}
.comment-list li .comment-body:not(.last-item) {
  border-bottom: 1px solid var(--rt-border-color);
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.comment-list li.comment:last-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.comment-list > li ol,
.comment-list > li ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.comment-list li ol.children {
  padding-left: 30px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.comment-respond {
  background-color: var(--rt-gray-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 10px;
  margin-top: 45px;
  padding: 60px;
}
@media (max-width: 767px) {
  .comment-respond {
    padding: 30px;
  }
}
.comment-respond .comment-reply-title {
  font-size: 28px;
}
.comment-respond .comment-notes, .comment-respond .logged-in-as {
  color: var(--rt-heading-color);
  font-size: 16px;
}
.comment-respond .comment-notes a, .comment-respond .logged-in-as a {
  color: var(--rt-heading-color);
}
.comment-respond .comment-notes a:hover, .comment-respond .logged-in-as a:hover {
  color: var(--rt-primary-color);
}

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

.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-heading-color);
  border: 1px solid var(--rt-gray-color);
  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);
}

.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: var(--rt-white-bg-color);
  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;
  height: 250px;
  overflow-x: hidden;
}
ul.rt-action-list .rt-drop-menu li {
  font-size: 15px;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  color: var(--rt-heading-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: 17px;
  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 .down-arrow {
  position: relative;
  top: -1px;
  left: 3px;
  font-size: 12px;
}

.rt-advanced-search .rt-input-group {
  position: relative;
}
.rt-advanced-search .product-search-form {
  background-color: transparent;
  border-radius: 50px;
  color: var(--rt-body-color);
  border: 1px solid var(--rt-border-color);
  font-size: 16px;
  padding: 14px 60px 14px 24px;
  line-height: 1;
  height: 54px;
  transition: unset;
  width: 100%;
}
.rt-advanced-search .product-search-form:focus {
  color: var(--rt-body-color);
  box-shadow: none;
  border: 1px solid var(--rt-primary-color);
}
.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: transparent;
  color: var(--rt-primary-color);
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  width: 44px;
  padding: 5px;
  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 {
  color: var(--rt-secondary-color);
}

.product-search .result-wrap {
  background: var(--rt-white-bg-color);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.product-search .result-wrap .rt-price {
  color: var(--rt-heading-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
.product-search .result-wrap .rt-price del {
  font-weight: 400;
  color: var(--rt-meta-color);
  margin-right: 6px;
}
.product-search .result-wrap .rt-price ins {
  background-color: transparent;
}
.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: var(--rt-white-bg-color);
}
.product-search .result ul li:nth-child(even) {
  background-color: var(--rt-gray-color);
}
.product-search .result ul li .thumb {
  background-color: var(--rt-white-bg-color);
  border-radius: 6px;
  padding: 5px;
}
.product-search .result ul li img {
  max-width: 48px;
}
.product-search .result .title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 400;
}
.product-search .result .title a {
  color: var(--rt-heading-color);
}
.product-search .result .title a:hover {
  text-decoration: underline;
}

/* Blog Card CSS
===============================*/
.layout-left-sidebar #sidebar {
  order: -1;
}
@media (max-width: 1139px) {
  .layout-left-sidebar #sidebar {
    order: 1;
  }
}

.rt-post-meta {
  color: var(--rt-body-color);
  font-size: 18px;
}
.rt-post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 2px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rt-post-meta ul li {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--rt-heading-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  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 {
  color: var(--rt-heading-color);
  padding-right: 6px;
}
article:hover .rt-post-meta ul li.edit-link {
  opacity: 1;
  visibility: visible;
}
.rt-post-meta ul li a {
  color: var(--rt-primary-color);
  padding-bottom: 0;
}
.rt-post-meta ul li a:hover {
  color: var(--rt-heading-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) {
  border: 1px solid var(--rt-border-color);
  min-height: 32px;
  padding: 0 12px;
  color: var(--rt-body-color);
}
.meta-style-border .rt-post-meta ul li:not(.category, .tag) a {
  color: var(--rt-body-color);
}
.meta-style-border .rt-post-meta ul li:not(.category, .tag) a:hover {
  color: var(--rt-meta-color2);
}
.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-body-color);
  border: 1px solid var(--rt-border-color);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
}
.meta-style-border .rt-post-meta ul li:is(.category, .tag) a:hover {
  color: var(--rt-meta-color2);
}
.meta-style-pipe .rt-post-meta li:not(:last-child)::after {
  content: " / ";
  margin-left: 10px;
  color: var(--rt-body-color);
}
.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-gray-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 6px;
  margin: 0;
  color: var(--rt-body-color);
}
.meta-style-dash-bg .rt-post-meta li:not(.category, .tag):before {
  color: var(--rt-body-color);
}
.meta-style-dash-bg .rt-post-meta li:not(.category, .tag) a {
  color: var(--rt-body-color);
}
.meta-style-dash-bg .rt-post-meta li:not(.category, .tag) a:hover {
  color: var(--rt-meta-color2);
}
.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-gray-color);
  color: var(--rt-body-color);
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a::before {
  color: var(--rt-body-color);
}
.meta-style-dash-bg .rt-post-meta li:is(.category, .tag) a:hover {
  color: var(--rt-meta-color2);
}
.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: 10px;
}
.separate-meta a {
  background-color: var(--rt-gray-color);
  color: var(--rt-primary-color);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 10px 16px 8px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 220ms;
}
.separate-meta a:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.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
===================================*/
.blusho-post-card .article-inner-wrapper .entry-content {
  margin-top: 15px;
}
.blusho-post-card .entry-title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.blusho-post-card .entry-title a {
  color: var(--rt-heading-color);
}
.blusho-post-card .entry-title a:hover {
  color: var(--rt-primary-color);
}
.blusho-post-card .entry-footer {
  margin-top: 18px;
}
.blusho-post-card:hover .article-inner-wrapper .post-thumbnail img {
  transform: scale3d(1.1, 1.1, 1);
}

.post-thumbnail-wrap {
  position: relative;
}
.post-thumbnail-wrap .post-thumbnail {
  overflow: hidden;
  margin-bottom: 0;
  line-height: 0;
  border-radius: 15px;
}
.post-thumbnail-wrap .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 520ms ease;
  transform-origin: center center;
}
.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: 2;
}
.post-thumbnail-wrap .rt-video .video-popup-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--rt-primary-color);
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
.post-thumbnail-wrap .rt-video .video-popup-icon:hover {
  background-color: var(--rt-secondary-color);
}
.post-thumbnail-wrap .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}
.post-thumbnail-wrap .swiper-navigation .swiper-button {
  font-size: 12px;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background-color: var(--rt-primary-color);
  border: 1px solid transparent;
}
.post-thumbnail-wrap .swiper-navigation .swiper-button:hover {
  background-color: var(--rt-secondary-color);
  color: #ffffff;
}

.blog-default .post-thumbnail-wrap {
  margin-bottom: 24px;
}
.blog-default .rt-post-meta {
  margin-bottom: 12px;
}
.blog-default .article-inner-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-list .entry-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.blog-list .rt-post-meta {
  margin-bottom: 12px;
}
.blog-list .post-thumbnail-wrap .post-thumbnail img {
  width: 100%;
}
.blog-list .entry-title {
  font-size: 28px;
}
.blog-list .article-inner-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-list-2 .entry-wrapper {
  flex: 1;
}
.blog-list-2 .article-inner-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .blog-list-2 .article-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .blog-list-2 .post-thumbnail-wrap {
    max-width: 410px;
  }
}
@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 .post-thumbnail-wrap {
  margin-bottom: 24px;
}
.blog-grid-2 .rt-post-meta {
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .blog-grid-2.is-above-meta .post-thumbnail {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.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: 2;
}
.blog-grid-3 .post-thumbnail-wrap .rt-video {
  left: auto;
  right: 12px;
  top: 12px;
  transform: unset;
}
.blog-grid-3 .entry-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 26px;
  color: #ffffff;
  z-index: 2;
}
.blog-grid-3 .entry-wrapper .entry-title a {
  color: #ffffff;
}
.blog-grid-3 .rt-post-meta ul li {
  color: #ffffff;
}
.blog-grid-3 .rt-post-meta ul li a {
  color: #ffffff;
}
.blog-grid-3 .rt-post-meta ul li a:hover {
  color: var(--rt-primary-color);
}

.blog-grid-4 .separate-meta a {
  background-color: var(--rt-gray-color);
  border: 1px solid var(--rt-border-color);
  color: var(--rt-primary-color);
  border-radius: 0 15px 0 0;
  margin: 0;
  padding: 10px 16px 8px;
}
.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: 24px;
}
.blog-grid-4 .is-image .separate-meta {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  bottom: 0;
  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.2);
  border-radius: 15px;
  padding: 24px;
}

.pagination-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: flex;
}
.pagination-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  font-size: 22px;
  font-weight: 500;
  color: var(--rt-button-text-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 4px;
}
.pagination-list li a:hover {
  background-color: var(--rt-primary-color);
  border: 1px solid transparent;
  color: #ffffff;
}
.pagination-list li.active a {
  background-color: var(--rt-primary-color);
  border: 1px solid transparent;
  color: #ffffff;
}
.pagination-list li i {
  font-size: 12px;
}

.pagination-area-2 .pagination-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  font-size: 22px;
  font-weight: 500;
  color: var(--rt-button-text-color);
  background-color: var(--rt-gray-color);
  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 i {
  font-size: 12px;
}
.pagination-area-2 .pagination-list li.active a {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}

.single-content .blusho-post-card .entry-content {
  margin-bottom: 40px;
}
.single-content .blusho-post-card .entry-content > p + :is(h1, h2, h3) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-content .blusho-post-card .separate-meta {
  margin-bottom: 15px;
}
.single-content .single-inner-wrapper {
  display: inline-block;
  width: 100%;
}
.single-content .single-inner-wrapper .post-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-content .single-inner-wrapper .post-list-style li {
  position: relative;
  margin-bottom: 6px;
  margin-left: 30px;
  font-weight: 500;
  color: var(--rt-heading-color);
}
.single-content .single-inner-wrapper .post-list-style li:before {
  position: absolute;
  content: "\e825";
  font-family: "rt-fontello";
  font-size: 11px;
  color: #ffffff;
  left: -30px;
  top: 3px;
  background-color: var(--rt-primary-color);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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-video-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
.entry-video-area object {
  border-radius: 10px;
  width: 100%;
}

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

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

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

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

.single-post .single-post-thumbnail {
  margin-bottom: 30px;
}
.single-post .single-post-thumbnail img {
  width: 100%;
}
.single-post .blusho-single-post-card .entry-header .entry-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.single-post .blusho-single-post-card .rt-post-meta {
  margin-bottom: 18px;
}
.single-post .entry-single-footer {
  display: flex;
  border-top: 1px solid var(--rt-border-color);
  border-bottom: 1px solid var(--rt-border-color);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .single-post .entry-single-footer {
    flex-direction: column;
    align-items: baseline !important;
    gap: 20px;
  }
}
.single-post .entry-single-footer .rt-title {
  color: var(--rt-heading-color);
  font-size: 22px;
  font-weight: 600;
}
.single-post .entry-single-footer .post-tags {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-post .entry-single-footer .tag-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.single-post .entry-single-footer .tag-links .sp {
  display: none;
}
.single-post .entry-single-footer .tag-links a {
  background-color: var(--rt-gray-color);
  color: var(--rt-body-color);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  min-height: 30px;
  padding: 5px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.single-post .entry-single-footer .tag-links a:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.single-post .entry-single-footer .post-share {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-post .entry-single-footer .social-share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  overflow: hidden;
}
.single-post .entry-single-footer .social-share-list li {
  margin-bottom: 0;
}
.single-post .entry-single-footer .social-share-list a {
  color: var(--rt-body-color);
}
.single-post .entry-single-footer .social-share-list a i {
  display: block;
}
.single-post .entry-single-footer .social-share-list a:hover {
  color: var(--rt-primary-color);
}

.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: 45px 45px 40px;
  margin-top: 50px;
  border: 1px solid var(--rt-border-color);
  background-color: var(--rt-gray-color);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .profile-author {
    padding: 30px;
  }
}
.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-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: capitalize;
}
.profile-author .profile-title a:hover {
  color: var(--rt-primary-color);
}
.profile-author .profile-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: var(--rt-body-color);
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 1.3;
  text-transform: capitalize;
}
.profile-author .profile-author-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
.profile-author .profile-author-social li {
  margin-top: 20px;
}
.profile-author .profile-author-social a {
  color: var(--rt-body-color);
}
.profile-author .profile-author-social a i {
  display: block;
}
.profile-author .profile-author-social a:hover i {
  animation: toBottomFromTop 0.7s forwards;
}

.wp-block-quote {
  background-color: var(--rt-gray-color);
  border-color: var(--rt-primary-color);
  color: var(--rt-heading-color);
  margin: 30px 0;
  padding: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.wp-block-quote p {
  margin-bottom: 5px;
}
.wp-block-quote cite {
  color: var(--rt-heading-color);
  font-size: 16px;
  font-weight: 500;
}

.single-post.blusho-single-3 .content-area {
  padding-top: 0;
}
.single-post.blusho-single-3 .single-post-container .blusho-widget-area {
  display: none !important;
}
.single-post.blusho-single-3 .single-post-container .content-row {
  justify-content: center;
  margin-top: -90px;
}
.single-post.blusho-single-3 .single-post-container .content-col {
  max-width: 86% !important;
  flex: 0 0 86% !important;
  background-color: var(--rt-white-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.blusho-single-3 .single-post-container .content-col {
    padding: 70px 80px;
  }
}
.single-post.blusho-single-3 .single-post-container .content-top-area {
  padding: 0;
}
.single-post.blusho-single-3 .single-post-container .content-top-area .post-thumbnail-wrap {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-post.blusho-single-3 .single-post-container .content-top-area .post-thumbnail-wrap {
    height: 840px;
  }
}
.single-post.blusho-single-3 .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-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: 4px;
  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: 18px;
  line-height: 1.4;
  color: var(--rt-heading-color);
}
.single-post-pagination .link:hover {
  color: var(--rt-primary-color);
}
.single-post-pagination .nav-title {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 100%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--rt-heading-color);
}
.single-post-pagination .nav-title i {
  font-size: 12px;
}
.single-post-pagination .nav-title svg {
  width: 12px;
  height: 12px;
  fill: var(--rt-heading-color);
}
.single-post-pagination .nav-title:hover {
  color: var(--rt-primary-color);
}
.single-post-pagination .nav-title:hover svg {
  fill: var(--rt-primary-color);
}
.single-post-pagination .next .nav-title,
.single-post-pagination .next .link {
  justify-content: flex-end;
}

.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 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.error-404 .error-info p {
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce .loader::before {
  display: none;
}

.woocommerce .price {
  color: var(--rt-heading-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.woocommerce .price del {
  color: var(--rt-meta-color);
  font-size: 17px;
  font-weight: 400;
  opacity: 1 !important;
}
.woocommerce .price ins {
  color: var(--rt-heading-color);
  background-color: transparent;
}
.woocommerce select,
.woocommerce .wc-blocks-components-select .wc-blocks-components-select__container {
  font-size: 18px;
  color: var(--rt-heading-color);
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .rtsb-archive-catalog-ordering .woocommerce-ordering select {
  color: var(--rt-body-color);
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  width: initial;
  outline: none;
  vertical-align: middle;
  transition: unset;
}

.woo-shop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}
.woo-shop-top .woocommerce-result-count {
  font-size: 18px;
}
.woo-shop-top .view-mode ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  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: 6px;
  background-color: var(--rt-gray-color);
  color: var(--rt-heading-color);
}
.woo-shop-top .view-mode ul .selected a {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}

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

.woocommerce .wc-block-components-product-rating__stars:before {
  color: var(--rt-meta-color2);
}
.woocommerce .wc-block-components-product-rating__stars span:before {
  color: var(--rt-primary-color);
}
.woocommerce .star-rating {
  float: unset;
  font-size: 14px;
  margin: 0 0 3px;
}
.woocommerce .star-rating:before {
  content: "SSSSS";
  color: var(--rt-meta-color2);
}
.woocommerce .star-rating span:before {
  color: var(--rt-primary-color);
}
.woocommerce .woocommerce-review-link {
  color: var(--rt-body-color);
}
.woocommerce .rating-count {
  color: var(--rt-meta-color);
  font-size: 14px;
}
.woocommerce span.onsale {
  background-color: var(--rt-white-bg-color);
  color: var(--rt-heading-color);
  border-radius: 4px;
  margin: 0;
  padding: 6px 10px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  left: 20px;
  top: 20px;
  z-index: 2;
  display: inline-block;
  font-family: "League Spartan", sans-serif;
}
.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 a img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0 !important;
  transform: scaleX(1);
  transition: all 0.45s;
}
.woocommerce ul.products li.product .onsale {
  top: 20px;
  left: 20px;
  right: auto;
  margin: 0;
}
.woocommerce ul.products li.product .rt-product-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce ul.products li.product .rt-product-block .rt-product-thumb {
  display: inline-flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: var(--rt-gray-color);
  border-radius: 15px;
  margin-bottom: 17px;
  text-align: center;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 0;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  transform: translateY(110%);
  transition: all 0.4s;
  visibility: hidden;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 6px;
  background-color: var(--rt-white-bg-color);
  color: var(--rt-heading-color);
  font-size: 15px;
  margin-top: 0;
  padding: 5px 8px;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta > a:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-meta .button-text, .woocommerce ul.products li.product .rt-product-block .rt-shop-meta .text {
  display: none;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat {
  margin-bottom: 12px;
  line-height: 1;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat a {
  color: var(--rt-meta-color);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat a:hover {
  color: var(--rt-primary-color);
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.2;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title a {
  color: var(--rt-heading-color);
  display: inline;
  padding-bottom: 0;
}
.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-heading-color);
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.woocommerce ul.products li.product .rt-product-block .rt-price del {
  color: var(--rt-meta-color2);
  opacity: 1;
}
.woocommerce ul.products li.product .rt-product-block .variations {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.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 {
  opacity: 1;
  transform: translateY(-30px);
  transition: all 0.3s cubic-bezier(0.08, 0.27, 0.04, 1.11);
  visibility: visible;
}
.woocommerce ul.products li.product .rt-product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.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;
}
@media (min-width: 769px) {
  .woocommerce ul.products li.product .rt-product-list .rt-product-thumb {
    width: 30%;
  }
}
.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: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 .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;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  padding: 17px 28px 17px;
  letter-spacing: 0.16px;
  line-height: 1.23;
  text-transform: uppercase;
  height: 50px;
  opacity: 1;
  transition: all 120ms ease;
}

.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 {
  background-color: var(--rt-secondary-color);
  color: #ffffff;
}

.wc-block-cart {
  margin-bottom: 0 !important;
}
.wc-block-cart .wc-block-components-quantity-selector:after {
  border: none;
  border-radius: 0;
  background-color: var(--rt-gray-color);
  z-index: -1;
}
.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-heading-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: red;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
  background-color: var(--rt-gray-color) !important;
  color: var(--rt-heading-color);
  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: red;
  color: var(--rt-heading-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-heading-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 {
  background-color: var(--rt-gray-color);
  padding: 30px;
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
  color: var(--rt-heading-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-heading-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;
  border-radius: 0 !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;
  border-radius: 0;
  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;
  border: none;
}

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-heading-color);
  font-size: 16px;
  font-weight: 700;
}

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

.woocommerce-checkout #payment div.payment_box:before {
  top: -12px;
}

body .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid var(--rt-border-color);
  border-radius: 0;
}

.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content {
  background-color: var(--rt-body-bg-color);
}

.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .product_title {
  color: var(--rt-heading-color);
  font-size: 26px;
  font-weight: 600;
  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-heading-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);
  color: #ffffff;
  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);
  color: #ffffff;
}

.rtsb-wishlist-content .rtsb-wishlist-table th {
  color: var(--rt-heading-color);
}
.rtsb-wishlist-content .rtsb-wl-product-price {
  color: var(--rt-heading-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-heading-color);
  font-weight: 600;
}
.rtsb-compare-list .rtsb-compare-product-price {
  color: var(--rt-heading-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;
}
.rtsb-compare-list .rtsb-compare-primary-content-area img {
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rtsb-compare-list .rtsb-compare-primary-content-area a.rtsb-compare-remove {
  display: block;
}

.rtsb-archive-view-mode {
  gap: 10px;
}
.rtsb-archive-view-mode a {
  font-size: 18px;
  width: 50px;
  height: 45px;
  padding: 0;
  display: grid;
  place-content: center;
  border-radius: 0;
  border: none;
  color: var(--rt-heading-color);
  background-color: var(--rt-gray-color);
  transition: unset;
}
.rtsb-archive-view-mode a.active {
  background-color: var(--rt-primary-color);
  color: #111111;
  border: none;
}

.rtsb-archive-result-count {
  font-size: 18px;
}

.rtsb-promotion .rtsb-tag-fill {
  background-color: var(--rt-white-bg-color);
  color: var(--rt-heading-color);
  border-radius: 4px;
  margin: 0;
  padding: 6px 10px 4px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.rtsb-promotion .rtsb-tag-fill.angle-right {
  -webkit-clip-path: polygon(100% 0, calc(118% - 1em) 50%, 100% 100%, 0 100%, 0 50%, 0 0);
          clip-path: polygon(100% 0, calc(118% - 1em) 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  padding-right: 12px;
  padding-left: 10px;
}

.rtsb-elementor-container .rtsb-category-outline li > a {
  font-size: 13px;
  font-weight: 500;
  color: var(--rt-meta-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.rtsb-elementor-container .rtsb-category-outline li > a:hover {
  color: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-product-title-wrapper + .product-rating {
  margin: 0;
}
.rtsb-elementor-container .rtsb-swatches + .rtsb-product-category {
  margin: 0;
}
.rtsb-elementor-container .rtsb-product-category a {
  color: var(--rt-meta-color);
  font-weight: 500;
}
.rtsb-elementor-container .rtsb-product-category a:hover {
  color: var(--rt-heading-color);
}
.rtsb-elementor-container .rtsb-product-img figure {
  background-color: var(--rt-gray-color);
  border-radius: 15px;
}
.rtsb-elementor-container .product-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.2;
  color: var(--rt-heading-color);
}
.rtsb-elementor-container .product-title:hover {
  color: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-action-button-list {
  gap: 8px;
}
.rtsb-elementor-container .rtsb-action-btn {
  color: var(--rt-heading-color);
  background-color: var(--rt-white-bg-color);
  border: 1px solid var(--rt-border-color);
  box-shadow: unset !important;
  border-radius: 6px;
  width: 38px;
  height: 38px;
  line-height: 1.1;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.rtsb-elementor-container .rtsb-action-btn:hover {
  border: 1px solid transparent;
}
.rtsb-elementor-container .rtsb-action-buttons.preset6.top-part .rtsb-action-btn {
  color: var(--rt-heading-color);
  background-color: var(--rt-white-bg-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 6px;
  width: 38px;
  height: 38px;
}
.rtsb-elementor-container .rtsb-action-buttons.preset6.top-part .rtsb-action-btn:hover {
  border: 1px solid transparent;
}
.rtsb-elementor-container .rtsb-action-buttons.preset6.bottom-part {
  bottom: 24px;
  left: 24px;
  right: 24px;
  width: calc(100% - 48px);
}
.rtsb-elementor-container .rtsb-action-buttons.preset6.bottom-part .rtsb-action-btn {
  color: #ffffff;
  background-color: var(--rt-primary-color);
  border-radius: 6px;
  border: none;
  height: 50px;
}
.rtsb-elementor-container .rtsb-action-buttons.rtsb-action-buttons-vertical {
  top: 20px;
}
.rtsb-elementor-container .rtsb-action-buttons.rtsb-action-buttons-vertical .rtsb-action-button-list {
  justify-content: unset;
}
.rtsb-elementor-container .rtsb-countdown-campaign.rtsb-countdown-preset2 .rtsb-countdown-section {
  background-color: var(--rt-white-bg-color);
  border: 1px solid red;
  color: red;
}
.rtsb-elementor-container .rtsb-countdown-campaign.rtsb-countdown-horizontal {
  height: auto !important;
}
.rtsb-elementor-container .rtsb-countdown-campaign.rtsb-countdown-preset2.rtsb-countdown-horizontal {
  background-color: var(--rt-white-bg-color);
  border-radius: 50px;
  left: 30px;
  right: 30px;
  width: 210px;
  height: auto;
  margin: 0 auto;
}
.rtsb-elementor-container .rtsb-countdown-campaign.rtsb-countdown-preset2.rtsb-countdown-horizontal .rtsb-countdown-section {
  flex-direction: row;
}
.rtsb-elementor-container .rtsb-countdown-campaign.rtsb-countdown-preset2.rtsb-countdown-horizontal .rtsb-countdown-number {
  margin-bottom: 0;
}
.rtsb-elementor-container .rtsb-countdown-campaign .rtsb-countdown-section {
  border-radius: 3px;
  width: 45px;
  height: 45px;
}
.rtsb-elementor-container .rtsb-product .rtsb-countdown-campaign.rtsb-countdown-horizontal,
.rtsb-elementor-container .rtsb-product .rtsb-action-buttons.horizontal-floating-btn {
  bottom: 30px;
}

.elementor-element .rtsb-swatches {
  margin-bottom: 10px;
}
.elementor-element .rtsb-elementor-container.products .product-price {
  margin-top: 0;
}
.elementor-element .rtsb-elementor-container.products .price-wrapper {
  color: var(--rt-heading-color);
}
.elementor-element .rtsb-elementor-container.products .price-wrapper .price {
  font-size: 20px;
  font-weight: 500;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.elementor-element .rtsb-elementor-container.products .price-wrapper del {
  color: var(--rt-meta-color);
}

.rtsb-elementor-container .rtsb-swatches.circle-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term),
.rtsb-elementor-container .rtsb-swatches.square-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term) {
  border: 0;
  box-shadow: unset !important;
  height: 14px;
  width: 14px;
  padding: 0;
}

.rtsb-elementor-container .rtsb-swatches.circle-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term):hover,
.rtsb-elementor-container .rtsb-swatches.square-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term):hover {
  box-shadow: 0 0 0 1px rgba(var(--rt-heading-rgb), 1) !important;
  padding: 2px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-color-term .rtwpvs-term-span-color:after {
  box-shadow: unset;
}

.rtsb-elementor-container .rtsb-product .rtsb-action-buttons.horizontal-floating-btn.after-content {
  margin-top: 15px;
}

.product-rating .rtsb-count,
.product-rating .text {
  color: var(--rt-meta-color);
  font-size: 15px;
  margin-left: 5px;
}

.rtsb-pagination ul.pagination-list li a,
.rtsb-pagination ul.pagination-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  color: var(--rt-button-text-color);
  border: 1px solid var(--rt-border-color);
  background-color: transparent;
}

.rtsb-pagination ul.pagination-list li.active span,
.rtsb-pagination ul.pagination-list li a:hover {
  background-color: var(--rt-primary-color);
  border: 1px solid transparent;
  color: #ffffff;
}

.rtsb-archive-filters .rtsb-archive-filters-wrapper.has-toggle {
  z-index: 3;
}
.rtsb-archive-filters .rtsb-archive-filters-wrapper.has-toggle .rtsb-archive-filters-inner {
  margin-top: 0;
}
.rtsb-archive-filters .rtsb-archive-filters-wrapper.horizontal-layout.no-container-mode .rtsb-product-filters > .filter-content {
  min-width: auto;
}
.rtsb-archive-filters .rtsb-archive-filters-wrapper.vertical-layout .rtsb-product-filters {
  border-bottom: 1px solid var(--rt-border-color);
  padding-bottom: 30px;
}
.rtsb-archive-filters .rtsb-archive-filters-wrapper.vertical-layout .rtsb-product-filters:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rtsb-archive-filters .product-filter-toggle {
  color: #ffffff !important;
  background-color: var(--rt-primary-color);
  border: 1px solid var(--rt-primary-color);
  border-radius: 6px;
  min-width: 110px;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 320ms ease;
}
.rtsb-archive-filters .product-filter-toggle:hover {
  background-color: var(--rt-secondary-color);
  border: 1px solid transparent;
  color: #ffffff !important;
}
.rtsb-archive-filters .product-filter-toggle:before {
  border-top: 9px solid var(--rt-primary-color);
}
.rtsb-archive-filters .product-filter-toggle:hover:before {
  border-top: 9px solid var(--rt-primary-color);
}
@media (max-width: 767px) {
  .rtsb-archive-filters .rtsb-filter-toggle {
    text-align: center;
  }
}

.rtsb-product-filters .widget-title {
  font-size: 22px;
  transition: unset;
}
.rtsb-product-filters .rtsb-color-filter {
  color: var(--rt-body-color);
}
.rtsb-product-filters .rtsb-count {
  color: var(--rt-meta-color);
}
.rtsb-product-filters .filter-content .more-less-button {
  color: var(--rt-heading-color);
  font-weight: 500;
}
.rtsb-product-filters input.rtsb-checkbox-filter + label:after {
  top: 3px;
  left: 7px;
  height: 10px;
}
.rtsb-product-filters.rtsb-color .rtsb-color-filter .filter-attr-color {
  width: 22px;
  height: 22px;
}
.rtsb-product-filters.rtsb-color .rtsb-color-filter .filter-attr-color:after {
  top: 3px;
  left: 7px;
}
.rtsb-product-filters.rtsb-color .rtsb-color-filter .filter-attr-color:before {
  box-shadow: unset;
}
.rtsb-product-filters.rtsb-color .rtsb-filter-group.active .rtsb-color-filter .filter-attr-color {
  box-shadow: 0 0 0 1px var(--rt-heading-color);
  border: 2px solid #ffffff;
  width: 22px;
  height: 22px;
}
.rtsb-product-filters .filter-content.col-c3 .product-filters {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.rtsb-product-filters.rtsb-button .rtsb-button-filter {
  color: var(--rt-body-color);
  border: 1px solid var(--rt-border-color);
  border-radius: 3px;
}
.rtsb-product-filters.rtsb-price .price-label {
  color: var(--rt-meta-color);
}
.rtsb-product-filters.rtsb-price .price-label .price-result {
  color: var(--rt-heading-color);
}
.rtsb-product-filters.rtsb-price .rtsb-price-slider {
  background-color: var(--rt-gray-color);
  border-radius: 0;
  box-shadow: unset;
  margin: 10px 18px 0 3px;
  height: 6px;
}
.rtsb-product-filters.rtsb-price .rtsb-price-slider .noUi-handle {
  background-color: var(--rt-primary-color);
  border: 2px solid var(--rt-white-bg-color);
}
.rtsb-product-filters.rtsb-price .rtsb-price-slider .noUi-connect {
  background-color: var(--rt-black-bg-color);
}
.rtsb-product-filters.rtsb-ratings .rtsb-rating-star-wrapper .rtsb-rating-star {
  color: var(--rt-meta-color);
}
.rtsb-product-filters.rtsb-ratings .rtsb-rating-star-wrapper .rtsb-rating-star.active {
  color: var(--rt-primary-color);
}
.rtsb-product-filters .rtsb-filter-group input.rtsb-checkbox-filter + label:before {
  border-color: var(--rt-primary-color);
  border-radius: 3px;
  border-width: 1px;
  transition: unset;
}
.rtsb-product-filters .rtsb-filter-group input.rtsb-checkbox-filter + label:hover:after {
  opacity: 1;
  border-color: var(--rt-white-bg-color);
}
.rtsb-product-filters .rtsb-filter-group input.rtsb-checkbox-filter + label:hover:before {
  background-color: var(--rt-primary-color);
}
.rtsb-product-filters input.rtsb-checkbox-filter + label:hover,
.rtsb-product-filters .rtsb-filter-group.active input.rtsb-checkbox-filter + label {
  color: var(--rt-heading-color);
}

.rtsb-tab-filters .rtsb-tax-filter.type-button .rtsb-filter-button-item {
  color: var(--rt-body-color);
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 20px;
  transition: unset;
}
.rtsb-tab-filters .rtsb-tax-filter.type-button .rtsb-filter-button-item.selected {
  color: #ffffff;
  background-color: var(--rt-primary-color);
}

.filter-tab-style .rtsb-tab-filters .rtsb-tax-filter.type-button .rtsb-filter-button-item {
  position: relative;
  color: var(--rt-border-color);
}
@media (max-width: 576px) {
  .filter-tab-style .rtsb-tab-filters .rtsb-tax-filter.type-button .rtsb-filter-button-item {
    display: flex;
  }
}
.filter-tab-style .rtsb-tab-filters .rtsb-tax-filter.type-button .rtsb-filter-button-item.selected {
  color: var(--rt-heading-color);
}
.filter-tab-style .rtsb-tab-filters .rtsb-tax-filter.type-button .rtsb-filter-button-item.selected:after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 12px;
  background-color: var(--rt-primary-color);
  z-index: -1;
  transition: all ease 1s;
}

.rtsb-filter-item-wrap.rtsb-tax-filter.type-track .rtsb-tracks-wrapper {
  background-color: var(--rt-white-bg-color);
}
.rtsb-filter-item-wrap.rtsb-tax-filter.type-track:hover {
  background: var(--rt-border-color);
}

.content-maintain .rtsb-grid-item .product-short-description {
  display: none;
}
.content-maintain .rtsb-list-item .product-price + .product-short-description {
  margin-top: 5px;
  margin-bottom: 12px;
}

.rtsb-elementor-container.img-hover-zoom_in .rtsb-product .rtsb-product-img .rtsb-product-image {
  transform-origin: center;
}
.rtsb-elementor-container.img-hover-zoom_in .rtsb-product:hover .rtsb-product-img img:not(.rtsb-img-hover) {
  transform: scale3d(1.1, 1.1, 1);
}
.rtsb-elementor-container.img-hover-zoom_out .rtsb-product .rtsb-product-img .rtsb-product-image {
  transform-origin: center;
}
.rtsb-elementor-container.img-hover-zoom_out .rtsb-product .rtsb-product-img img:not(.rtsb-img-hover) {
  transform: scale3d(1.1, 1.1, 1);
}
.rtsb-elementor-container.img-hover-zoom_out .rtsb-product:hover .rtsb-product-img img:not(.rtsb-img-hover) {
  transform: scaleX(1);
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-grid-item, .rtsb-elementor-container .rtsb-rt-slider-layout1 .rtsb-grid-item {
  background-color: var(--rt-white-bg-color);
  box-shadow: 0 0 20px rgba(var(--rt-heading-rgb), 0.05);
  border-radius: 25px;
  padding: 50px;
  transition: unset;
}
@media (max-width: 767px) {
  .rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-grid-item, .rtsb-elementor-container .rtsb-rt-slider-layout1 .rtsb-grid-item {
    padding: 30px;
  }
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-product-content, .rtsb-elementor-container .rtsb-rt-slider-layout1 .rtsb-product-content {
  transform: translateY(0);
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-product:hover .rtsb-product-content, .rtsb-elementor-container .rtsb-rt-slider-layout1 .rtsb-product:hover .rtsb-product-content {
  transform: translateY(-10px);
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-grid-item, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-grid-item {
  background-color: var(--rt-gray-color);
  border-radius: 15px;
  transition: unset;
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-product-content, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-product-content {
  padding: 0 24px 30px;
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-product-img .product-gallery-thumb, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-product-img .product-gallery-thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-product-img .product-gallery-thumb .swiper-wrapper, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-product-img .product-gallery-thumb .swiper-wrapper {
  justify-content: center;
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-product-img .product-gallery-thumb figure, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-product-img .product-gallery-thumb figure {
  height: 60px;
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-product-img .product-gallery-thumb .swiper-slide, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-product-img .product-gallery-thumb .swiper-slide {
  width: 60px !important;
  border: 1px solid #111111;
  opacity: 0.5;
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-product-img .product-gallery-thumb .swiper-slide:last-child, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-product-img .product-gallery-thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}
.rtsb-elementor-container .rtsb-rt-grid-layout2 .rtsb-product-img .product-gallery-thumb .swiper-slide.swiper-slide-thumb-active, .rtsb-elementor-container .rtsb-rt-slider-layout2 .rtsb-product-img .product-gallery-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.rtsb-elementor-container .rtsb-list-layout2 .rtsb-product-img {
  border: none;
  border-radius: 0;
}
.rtsb-elementor-container .rtsb-list-layout5 .rtsb-product .rtsb-list-item {
  background-color: var(--rt-gray-color);
  border-radius: 0;
}
.rtsb-elementor-container .rtsb-list-layout7 .rtsb-tag-fill {
  background-color: var(--rt-white-bg-color);
}
.rtsb-elementor-container .rtsb-grid-layout3 .rtsb-grid-item {
  background-color: var(--rt-gray-color);
}
.rtsb-elementor-container .rtsb-grid-layout3 .product-fade-content {
  background-color: var(--rt-white-bg-color);
}
.rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product:hover .rtsb-grid-item {
  background-color: var(--rt-white-bg-color);
}
.rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .rtsb-product-category a {
  color: var(--rt-meta-color);
}
.rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .rtsb-product-category a:hover {
  color: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .product-title {
  color: var(--rt-heading-color);
}
.rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .product-title:hover {
  color: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-list-layout6 .rtsb-list-item {
  background-color: var(--rt-white-bg-color);
  border-radius: 0;
}
.rtsb-elementor-container .rtsb-list-layout6 .product-title {
  color: var(--rt-heading-color);
}
.rtsb-elementor-container .rtsb-grid-layout6 .rtsb-action-buttons.add-to-cart-action {
  margin-top: 0;
}
.rtsb-elementor-container .rtsb-grid-layout7 .product-title {
  color: var(--rt-heading-color);
}
.rtsb-elementor-container .rtsb-slider-layout2 .rtsb-product-img figure a:before {
  background-color: transparent;
}

.rtsb-elementor-container .rtsb-category-layout1 .rtsb-product-img {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-product-img figure {
  border-radius: 15px;
}
.rtsb-elementor-container .rtsb-category-layout1 .category-title {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.rtsb-elementor-container .rtsb-category-layout1 .category-title a {
  color: var(--rt-heading-color);
  display: inline;
  background-image: linear-gradient(to bottom, var(--rt-heading-color) 0%, var(--rt-heading-color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.5s;
}
.rtsb-elementor-container .rtsb-category-layout1 .product-count {
  font-size: 16px;
  font-weight: 400;
  color: var(--rt-body-color);
  line-height: 1.2;
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-category-content {
  background-color: var(--rt-white-bg-color);
  border-radius: 10px;
  padding: 5px 20px;
  position: relative;
  display: inline-block;
  margin-top: -30px;
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-category-grid:hover .category-title {
  color: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-category-grid:hover .category-title a {
  background-size: 100% 1px;
  color: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-category-layout4 .category-wrapper {
  border-radius: 30px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
}
.rtsb-elementor-container .rtsb-category-layout4 .category-wrapper .rtsb-category-content {
  background-color: var(--rt-white-bg-color);
  border-radius: 10px;
  padding: 7px 20px;
  left: auto;
  right: auto;
  bottom: 30px;
  justify-content: center;
  line-height: 1;
}
.rtsb-elementor-container .rtsb-category-layout4 .category-wrapper .rtsb-category-content .rtsb-content-wrapper {
  text-align: center;
}
.rtsb-elementor-container .rtsb-category-layout4 .category-wrapper .category-title {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  line-height: 1;
}
.rtsb-elementor-container .rtsb-category-layout4 .category-wrapper .category-title a {
  color: var(--rt-heading-color);
  display: inline;
  background-image: linear-gradient(to bottom, var(--rt-heading-color) 0%, var(--rt-heading-color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.5s;
}
.rtsb-elementor-container .rtsb-category-layout4 .category-wrapper .product-count {
  font-size: 16px;
  font-weight: 400;
  color: var(--rt-body-color);
  line-height: 1;
  transition: all 0.5s;
}
.rtsb-elementor-container .rtsb-category-layout4 .category-wrapper .rtsb-link-icon {
  display: none;
}
.rtsb-elementor-container .rtsb-category-layout4 .rtsb-category-grid:hover .rtsb-product-img {
  transform: unset !important;
}
.rtsb-elementor-container .rtsb-category-layout4 .rtsb-category-grid:hover .rtsb-category-content {
  background-color: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-category-layout4 .rtsb-category-grid:hover .product-count {
  color: #ffffff;
}
.rtsb-elementor-container .rtsb-category-layout4 .rtsb-category-grid:hover .category-title {
  color: #ffffff;
}
.rtsb-elementor-container .rtsb-category-layout4 .rtsb-category-grid:hover .category-title a {
  background-size: 100% 1px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%);
  color: #ffffff;
}

.rtsb-elementor-container .rtsb-category-layout-1 .category-wrapper {
  background-color: var(--rt-gray-color);
  border-radius: 20px;
  padding: 60px 30px;
  transition: unset;
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-product-img {
  display: inline-flex;
  margin-bottom: 10px;
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-product-img figure {
  background-color: transparent;
  border-radius: 50%;
  width: 136px;
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-product-img figure img {
  filter: grayscale(1);
}
.rtsb-elementor-container .rtsb-category-layout-1 .category-count-wrapper {
  line-height: 1;
}
.rtsb-elementor-container .rtsb-category-layout-1 .category-title {
  position: relative;
  display: inline-block;
  color: var(--rt-heading-color);
  font-size: 19px;
  font-weight: 500;
  transition: all 120ms;
  z-index: 0;
}
.rtsb-elementor-container .rtsb-category-layout-1 .category-title:after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 6px;
  background-color: #DBDCD4;
  z-index: -1;
  transition: all ease 1s;
}
.rtsb-elementor-container .rtsb-category-layout-1 .product-count {
  display: inline-block;
  font-size: 16px;
  color: var(--rt-meta-color);
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-category-grid:hover .category-title:after {
  width: 50px;
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-category-grid:hover img {
  filter: grayscale(0);
}
.rtsb-elementor-container .rtsb-category-layout-2 {
  text-align: left;
}
.rtsb-elementor-container .rtsb-category-layout-2 .rtsb-product-img {
  margin-bottom: 0;
}
.rtsb-elementor-container .rtsb-category-layout-2 .rtsb-product-img figure {
  background-color: transparent;
  border-radius: 50%;
}
.rtsb-elementor-container .rtsb-category-layout-2 .rtsb-product-img figure img {
  width: 60px;
  filter: grayscale(1);
}
.rtsb-elementor-container .rtsb-category-layout-2 .category-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1024px) {
  .rtsb-elementor-container .rtsb-category-layout-2 .category-wrapper {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.rtsb-elementor-container .rtsb-category-layout-2 .category-title {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  text-transform: uppercase;
  line-height: 1.2;
}
.rtsb-elementor-container .rtsb-category-layout-2 .category-title a {
  color: var(--rt-primary-color);
  display: inline;
  background-image: linear-gradient(to bottom, var(--rt-heading-color) 0%, var(--rt-heading-color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.5s;
}
.rtsb-elementor-container .rtsb-category-layout-2 .product-count {
  font-size: 16px;
  font-weight: 400;
  color: var(--rt-primary-color);
  line-height: 1.2;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1440px) {
  .rtsb-elementor-container .rtsb-category-layout-2 .rtsb-category-grid:not(:last-child):after {
    position: absolute;
    content: "";
    right: -20px;
    bottom: 5px;
    width: 20px;
    height: 21px;
    transform: scale(2);
    -webkit-mask: url("../images/element/four-corner.svg");
            mask: url("../images/element/four-corner.svg");
    background-color: var(--rt-primary-color);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.rtsb-elementor-container .rtsb-category-layout-2 .rtsb-category-grid:hover .product-count {
  opacity: 1;
  visibility: visible;
}
.rtsb-elementor-container .rtsb-category-layout-2 .rtsb-category-grid:hover .category-title {
  color: var(--rt-heading-color);
}
.rtsb-elementor-container .rtsb-category-layout-2 .rtsb-category-grid:hover .category-title a {
  background-size: 100% 1px;
  color: var(--rt-heading-color);
}
.rtsb-elementor-container .rtsb-category-layout-2 .rtsb-category-grid:hover img {
  filter: grayscale(0);
}

@media only screen and (min-width: 1200px) {
  .rtsb-elementor-container .rtsb-category-layout-1 .rtsb-carousel-slider:hover.standard-nav .swiper-nav .swiper-arrow.swiper-button-prev {
    left: 8px;
  }
  .rtsb-elementor-container .rtsb-category-layout-1 .rtsb-carousel-slider:hover.standard-nav .swiper-nav .swiper-arrow.swiper-button-next {
    right: 8px;
  }
}
.rtsb-elementor-container .rtsb-category-single-layout-1 .rtsb-category-grid .single-category-area {
  position: relative;
}
.rtsb-elementor-container .rtsb-category-single-layout-1 .rtsb-category-grid .category-overlay {
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 3;
}

.left-category-list .rtsb-elementor-container {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 575px) {
  .left-category-list .rtsb-elementor-container {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.left-category-list .rtsb-elementor-container:before, .left-category-list .rtsb-elementor-container:after {
  display: none;
}
.left-category-list .rtsb-tab-filters {
  align-self: flex-start;
  position: sticky;
  top: 90px;
}
.left-category-list .rtsb-tab-filters .rtsb-tax-filter {
  position: relative;
  margin-bottom: 0;
}
.left-category-list .rtsb-tab-filters .rtsb-tax-filter:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--rt-border-color);
}
.left-category-list .rtsb-tab-filters .rtsb-tax-filter .rtsb-filter-button-item {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
.left-category-list .rtsb-tab-filters .rtsb-tax-filter .rtsb-filter-button-item:last-child {
  margin-bottom: 0;
}
.left-category-list .rtsb-tab-filters .rtsb-tax-filter .rtsb-filter-button-item.selected {
  position: relative;
  background-color: transparent;
  color: var(--rt-heading-color);
}
.left-category-list .rtsb-tab-filters .rtsb-tax-filter .rtsb-filter-button-item.selected:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--rt-heading-color);
  transition: all 1s;
}
[dir=rtl] .left-category-list .rtsb-tab-filters {
  direction: ltr;
}
.left-category-list .rtsb-grid-layout1 {
  flex: 0 0 65%;
}
.left-category-list .rtsb-grid-layout1 .rtsb-grid-item {
  border-radius: 10px;
  padding-bottom: 30px;
}
.left-category-list .rtsb-grid-layout1 .rtsb-grid-item:hover {
  background-color: var(--rt-white-bg-color);
  box-shadow: 0 0 40px rgba(var(--rt-heading-rgb), 0.05);
}
.left-category-list .rtsb-grid-layout1 .rtsb-product-content {
  padding: 0 24px;
}
.left-category-list .rtsb-grid-layout1 .rtsb-action-btn {
  width: 50px;
  height: 50px;
}
@media (max-width: 575px) {
  .left-category-list .rtsb-grid-layout1 .rtsb-action-btn {
    width: 40px;
    height: 40px;
  }
}

.list-one-color-mode .rtsb-elementor-container .rtsb-list-item {
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
  padding: 20px;
}
.list-one-color-mode .rtsb-elementor-container .rtsb-action-btn {
  color: var(--rt-button-text-color);
  background-color: var(--rt-gray-color);
  border-radius: 50px;
}

#rtsb-side-content-area-id {
  color: var(--rt-heading-color);
}
#rtsb-side-content-area-id .mini-cart-header-wrapper {
  font-size: 18px;
  font-weight: 500;
  background-color: var(--rt-gray-color) !important;
  border-bottom: 1px solid var(--rt-border-color) !important;
}
#rtsb-side-content-area-id .mini-cart-header-wrapper .cart-count {
  color: #ffffff;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .thumb-wrapper {
  border-radius: 10px;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .details-wrapper .product-title a {
  color: var(--rt-heading-color);
  font-size: 16px;
  font-weight: 400;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .details-wrapper .product-title a:hover {
  color: var(--rt-primary-color);
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .remove {
  background-color: var(--rt-gray-color);
  color: var(--rt-heading-color);
  padding: 5px 8px;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .remove path {
  fill: var(--rt-button-text-color);
}
#rtsb-side-content-area-id .mini-cart-bottom {
  border-top: 1px solid var(--rt-border-color);
}
#rtsb-side-content-area-id .mini-cart-bottom .cart_totals {
  border-top: 1px solid var(--rt-border-color);
}
#rtsb-side-content-area-id .mini-cart-bottom table.shop_table th {
  color: var(--rt-heading-color);
}
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a {
  color: var(--rt-heading-color);
  font-weight: 600;
  border-radius: 6px;
}
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a:nth-child(2) {
  color: #ffffff;
}
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a:nth-child(2):hover {
  color: #ffffff;
}

.style2 #rtsb-side-content-area-id .mini-cart-header-wrapper {
  background-color: var(--rt-gray-color);
  border-bottom: 1px solid var(--rt-border-color);
}

.style3 #rtsb-side-content-area-id #rtsb-mini-coupon-form input {
  width: 100%;
}

.rtsb-minicart-drawer {
  background-color: var(--rt-white-bg-color);
}
.rtsb-minicart-drawer.show-sidebar {
  border-left: 1px solid var(--rt-border-color);
}

.rtsb-sticky-cart-container {
  background: var(--rt-white-bg-color);
  border: none;
  border-radius: 10px;
  bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(var(--rt-heading-rgb), 0.09);
}
.rtsb-sticky-cart-container.rtsb-elementor-container .rtsb-row .rtsb-sticky-content .product-title {
  color: var(--rt-heading-color);
  font-size: 17px;
  font-weight: 500;
}
.rtsb-sticky-cart-container.rtsb-elementor-container .rtsb-row .single_add_to_cart_button {
  border-radius: 6px;
}
.rtsb-sticky-cart-container.rtsb-elementor-container .rtsb-quantity-btn {
  background-color: var(--rt-gray-color);
  border: none;
}
.rtsb-sticky-cart-container.rtsb-elementor-container .rtsb-quantity-btn.rtsb-quantity-plus {
  border-radius: 0;
}
.rtsb-sticky-cart-container.rtsb-elementor-container .rtsb-quantity-btn.rtsb-quantity-minus {
  border-radius: 0;
}
.rtsb-sticky-cart-container .product-price ins {
  background-color: transparent;
}
.rtsb-sticky-cart-container .product-price .woocommerce-Price-amount {
  color: var(--rt-heading-color) !important;
}
.rtsb-sticky-cart-container .rtsb-quantity-box-group {
  gap: 5px;
}
.rtsb-sticky-cart-container .quantity .qty {
  background-color: var(--rt-white-bg-color);
  border: 1px solid var(--rt-heading-color);
  border-radius: 0 !important;
  height: 45px !important;
  width: 50px;
}
.rtsb-sticky-cart-container .variations td[colspan="2"] {
  display: none;
}

.rtsb-elementor-container .rtsb-lookbook-popup .rtsb-product-img .rtsb-promotion .rtsb-tag-fill {
  color: #111111;
  background-color: #ffffff;
}

.rtsb-toast-container .rtsb-notifications-item {
  background-color: var(--rt-white-bg-color);
}
.rtsb-toast-container .rtsb-notifications .rtsb-notifications-item {
  color: var(--rt-body-color);
}
.rtsb-toast-container .rtsb-notifications a {
  color: var(--rt-heading-color);
}
.rtsb-toast-container .rtsb-notifications.rtsb-notification-style-2 .rtsb-notifications-button {
  background-color: var(--rt-primary-color);
}
.rtsb-toast-container .rtsb-notifications-item-title {
  font-size: 17px;
}

#toast-container .toast-success .toast-close-button {
  color: var(--rt-primary-color);
}

.switcher-list .switcher-btn-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.switcher-list .switcher-btn-wrapper a {
  position: relative;
  background-color: var(--rt-gray-color);
  border-radius: 0 6px 6px 0;
  padding: 8px 12px;
  transition: padding-left 0.4s;
}
.switcher-list .switcher-btn-wrapper a.currency-selected {
  color: #ffffff;
  background-color: var(--rt-primary-color);
  padding-left: 45px;
}
.switcher-list .switcher-btn-wrapper a.currency-selected .flag-wrapper {
  opacity: 1;
  left: 12px;
}
.switcher-list .switcher-btn-wrapper a:hover {
  color: #ffffff;
  background-color: var(--rt-primary-color);
  padding-left: 45px;
}
.switcher-list .switcher-btn-wrapper a:hover .flag-wrapper {
  opacity: 1;
  left: 12px;
}
.switcher-list .switcher-btn-wrapper a .flag-wrapper {
  position: absolute;
  left: -12px;
  opacity: 0;
  transition: all 0.4s;
}
.switcher-list.switcher-position-right-middle .switcher-btn-wrapper {
  align-items: flex-end;
}
.switcher-list.switcher-position-right-middle .switcher-btn-wrapper a {
  border-radius: 6px 0 0 6px;
}

.woocommerce div.product .rtwpvg-images {
  float: left;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-gallery-image {
  background-color: var(--rt-gray-color);
  border-radius: 15px;
  text-align: center;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-gallery-image .rtwpvg-single-image-container {
  display: inline;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-gallery-image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-container {
  gap: 10px;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-thumbnail-slider .swiper-slide {
  background-color: var(--rt-gray-color);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid transparent;
  opacity: 1 !important;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--rt-heading-color);
}
.woocommerce div.product .rtwpvg-images .rtwpvg-thumbnail-slider .swiper-slide img {
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.woocommerce div.product div.images {
  margin-bottom: 50px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
  overflow: hidden;
  background-color: var(--rt-gray-color);
  border-radius: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: inline;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  overflow: hidden;
  background-color: var(--rt-gray-color);
  border-radius: 10px;
  padding: 20px;
  height: 150px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce div.product div.summary {
  margin-bottom: 50px;
}
.woocommerce div.product div.summary .product_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2;
}
.woocommerce div.product div.summary .price {
  color: var(--rt-heading-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
  line-height: 1.4;
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin: 4px 4px 0 0;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
  text-align: left;
  font-weight: 500;
  padding: 8px 0;
}
.woocommerce div.product form.cart .variations label {
  color: var(--rt-body-color);
  font-weight: 500;
}
.woocommerce div.product form.cart .variations a.reset_variations {
  color: var(--rt-heading-color);
}
.woocommerce div.product form.cart .variations a.reset_variations:hover {
  color: var(--rt-primary-color);
}
.woocommerce div.product form.cart .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce .quantity .qty {
  height: 50px;
  background-color: var(--rt-gray-color);
  border-radius: 6px;
  border: none;
}
.woocommerce .quantity input.input-text:focus {
  outline: none;
  box-shadow: unset;
}
.woocommerce .product_meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 18px;
}
.woocommerce .product_meta > span {
  position: relative;
  color: var(--rt-meta-color);
}
.woocommerce .product_meta > span:after {
  position: absolute;
  content: "";
  top: 7px;
  right: -11px;
  width: 1px;
  height: 12px;
  background-color: var(--rt-heading-color);
}
.woocommerce .product_meta > span:last-child:after {
  display: none;
}
.woocommerce .product_meta > span span, .woocommerce .product_meta > span a {
  color: var(--rt-heading-color);
}
.woocommerce .product_meta > span span:hover, .woocommerce .product_meta > span a:hover {
  opacity: 0.7;
}
.woocommerce .post-share-btn {
  margin-top: 12px;
}
.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: 0;
  margin: 0;
}
.woocommerce .post-share-btn .item-social .item-label {
  font-size: 15px;
  color: var(--rt-body-color);
  font-weight: 400;
}
.woocommerce .post-share-btn .item-social a {
  color: var(--rt-body-color);
  font-size: 16px;
}
.woocommerce .post-share-btn .item-social a i {
  padding-right: 8px;
}
.woocommerce .post-share-btn .item-social a:hover {
  color: var(--rt-heading-color);
}

.single-product div.product .woocommerce-tabs {
  margin-top: 50px;
}
.single-product div.product .woocommerce-tabs .panel {
  margin: 0;
}
.single-product div.product .woocommerce-tabs .panel h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-product div.product .woocommerce-tabs .panel h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 !important;
}
.single-product div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid var(--rt-border-color);
  bottom: 2px;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li:before, .single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--rt-heading-color);
  background-color: transparent;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: var(--rt-primary-color);
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 15px;
  color: var(--rt-meta-color);
}
.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--rt-heading-color);
}
.single-product div.product .woocommerce-tabs .rtsb-tab-accordion-item .rtsb-product-accordion-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-product div.product .tabs-custom-layout2 .wc-tabs-wrapper {
  border-radius: 0;
}
.single-product div.product .tabs-custom-layout2 ul.tabs:before {
  display: none !important;
}
.single-product div.product .tabs-custom-layout2 ul.tabs li a {
  border-radius: 0;
}
.single-product div.product .tabs-custom-layout2 ul.tabs li .active a:after {
  display: none;
}
.single-product .wc-tab #reviews #comments ol.commentlist {
  padding: 0;
}
.single-product .wc-tab #reviews #comments ol.commentlist li .comment_container {
  margin-bottom: 8px;
}
.single-product .wc-tab #reviews #comments ol.commentlist li .comment_container p.meta {
  font-size: 15px;
}
.single-product .wc-tab #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  border: none;
  margin-right: 25px;
  border-radius: 50%;
  padding: 0;
  position: inherit;
}
.single-product .wc-tab #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.single-product .wc-tab #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0;
}
.single-product .wc-tab #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  color: var(--rt-heading-color);
  font-weight: 500;
  text-transform: capitalize;
}
.single-product .wc-tab .comment-respond .comment-reply-title {
  color: var(--rt-heading-color);
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.single-product #respond form #comment, .single-product #respond form #author, .single-product #respond form #email {
  background-color: var(--rt-white-bg-color);
  border: 1px solid var(--rt-border-color);
  color: var(--rt-heading-color);
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  padding: 10px 20px;
  box-shadow: none;
  width: 100%;
}
.single-product #respond form #comment {
  height: 150px;
}
.single-product #respond form input.form-control {
  height: 50px;
}

ul.single-product-list-one {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
ul.single-product-list-one b {
  color: var(--rt-heading-color);
  font-weight: 600;
}
ul.single-product-list-one li {
  position: relative;
  padding-left: 18px;
}
ul.single-product-list-one li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 7px;
  content: "\e86e";
  font-family: "rt-fontello";
}

ul.single-product-list-two {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
}
ul.single-product-list-two li {
  position: relative;
  border-bottom: 1px solid var(--rt-border-color);
  margin-bottom: 13px;
  padding-bottom: 13px;
}
ul.single-product-list-two li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
  background-color: var(--rt-white-bg-color) !important;
  box-shadow: unset !important;
  padding: 0;
  line-height: 1.3;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected {
  box-shadow: 0 0 0 1px rgba(var(--rt-heading-rgb), 1) !important;
  padding: 2px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
  background-color: var(--rt-white-bg-color) !important;
  box-shadow: 0 0 0 1px rgba(var(--rt-heading-rgb), 1) !important;
  padding: 2px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term span {
  color: var(--rt-button-text-color) !important;
  font-weight: 400;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term {
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(var(--rt-heading-rgb), 0.2) !important;
  padding: 7px 8px 4px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover.rtwpvs-button-term {
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(var(--rt-heading-rgb), 1) !important;
  padding: 7px 8px 4px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected {
  background-color: var(--rt-white-bg-color) !important;
  color: var(--rt-button-text-color) !important;
}

.rtwpvs-term:not(.rtwpvs-radio-term) {
  width: 24px;
  height: 24px;
}

.rtwpvs-archive-variation-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
  width: 14px;
  height: 14px;
}

.related.products {
  margin-top: 50px;
}
.related.products > h2 {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.rtsb-product-categories a {
  color: var(--rt-meta-color);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.rtsb-product-categories a:hover {
  color: var(--rt-primary-color);
}

body.woocommerce .product p.price, body.woocommerce .product span.price {
  color: var(--rt-heading-color);
  font-size: 24px;
  font-weight: 600;
}
body.woocommerce .product p.price ins, body.woocommerce .product span.price ins {
  font-weight: 600;
}

.rtsb-countdown-campaign {
  gap: 3px;
}
.rtsb-countdown-campaign .rtsb-countdown-section {
  background-color: #EA0808;
  border-radius: 4px;
}

.rtsb-quantity-box-group {
  border: none;
  background-color: var(--rt-gray-color);
}
.rtsb-quantity-box-group input[type=number] {
  color: var(--rt-heading-color);
  font-size: 24px;
}
.rtsb-quantity-box-group .rtsb-quantity-btn {
  color: var(--rt-heading-color);
}

.rtsb-actions-button-widgets .tipsy {
  color: var(--rt-body-color);
  font-size: 18px;
  font-weight: 500;
}
.rtsb-actions-button-widgets .tipsy:hover {
  color: var(--rt-primary-color);
}

.single-action-button .button-text {
  display: none;
}

.rtsb-product-quick-checkout .rtsb-quick-checkout-btn {
  justify-content: center;
}
.rtsb-product-quick-checkout .rtsb-quick-checkout-btn .icon {
  margin-right: 10px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.rtsb-actions-button a:is(.rtsb-wishlist-btn, .rtsb-compare-btn) .icon {
  background-color: var(--rt-gray-color);
  color: var(--rt-heading-color);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  width: 45px;
}

.rtsb-size-chart-wrapper .rtsb-size-chart-popups-view {
  font-size: 17px;
  font-weight: 400;
  background-color: transparent;
  color: var(--rt-meta-color);
  text-decoration: underline;
}
.rtsb-size-chart-wrapper .rtsb-size-chart-popups-view:hover {
  color: var(--rt-primary-color);
}

.rtsb-builder-content .rtsb-tab-accordion-item {
  border-color: var(--rt-border-color);
}
.rtsb-builder-content .rtsb-accordion-title {
  border-radius: 0;
}
.rtsb-builder-content .rtsb-accordion-title.active {
  color: var(--rt-heading-color);
}
.rtsb-builder-content .rtsb-accordion-title.active:after {
  background-color: var(--rt-heading-color);
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
  display: none;
}

#rtsb-builder-content .rtsb-product-tabs #reviews #comments {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .select2-container {
    width: 100% !important;
  }
}
.rtsb-addon-groups .rtsb-addons-header .rtsb-addons-title {
  font-size: 20px;
}
.rtsb-addon-groups .rtsb-addon-field-header.no-label .rtsb-addon-title {
  font-size: 18px;
  font-weight: 400;
}
.rtsb-addon-groups .rtsb-addon-fields {
  background-color: var(--rt-gray-color);
  border-radius: 10px;
  border: none;
  padding: 25px 30px 35px;
}
.rtsb-addon-groups .rtsb-addon-field + .rtsb-addon-field {
  border-top-color: var(--rt-border-color);
}
@media only screen and (max-width: 767px) {
  .rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-text-select .rtsb-checkbox-group .rtsb-checkbox-field {
    width: 100%;
  }
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-text-select .rtsb-checkbox-group .checkbox-content {
  width: 100%;
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-text-select .rtsb-checkbox-group input[type=checkbox] + .rtsb-option-label {
  border-color: var(--rt-body-color);
  border-radius: 4px;
  background-color: transparent;
  transition: unset;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-text-select .rtsb-checkbox-group input[type=checkbox] + .rtsb-option-label {
    width: 100%;
  }
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-text-select .rtsb-checkbox-group input[type=checkbox] + .rtsb-option-label:before {
  background-color: var(--rt-primary-color);
  border-radius: 0;
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-text-select .rtsb-checkbox-group input[type=checkbox] + .rtsb-option-label:after {
  border-color: #ffffff;
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-text-select .rtsb-checkbox-group input[type=checkbox]:checked + .rtsb-option-label {
  color: var(--rt-heading-color);
  background-color: rgba(var(--rt-primary-rgb), 0.1);
  border-color: var(--rt-primary-color) !important;
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-checkbox input[type=checkbox] {
  background-color: var(--rt-white-bg-color);
  border-color: var(--rt-border-color);
  border-radius: 0;
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-checkbox input[type=checkbox]:checked:before {
  border-color: #ffffff;
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-checkbox input[type=checkbox]:checked + .rtsb-option-label {
  color: var(--rt-heading-color);
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-checkbox input[type=checkbox]:checked + .rtsb-option-label + .rtsb-addon-price {
  color: var(--rt-heading-color);
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-select .select2-selection {
  background-color: var(--rt-white-bg-color);
  border-color: var(--rt-border-color);
}
.rtsb-addon-groups .rtsb-addon-field-content.rtsb-addon-field-select .select2-selection .select2-selection__rendered {
  color: var(--rt-body-color);
}

.rtsb-product-addons-total {
  border: none;
  background-color: var(--rt-gray-color);
}
.rtsb-product-addons-total .grand-total {
  border-top-color: var(--rt-border-color);
}

.rtsb-social-share .rtsb-share-btn svg {
  fill: var(--rt-heading-color);
}

.rtsb-product-details .rtsb-bulk-discount-note {
  font-weight: 600;
  color: var(--rt-heading-color);
  line-height: 1;
  align-items: center;
  gap: 10px;
}
.rtsb-product-details .rtsb-bulk-discount-info-icon {
  color: #EA0808;
  transform: scale(1.4);
  line-height: 0;
}

.tippy-box[data-theme=rtsb-bulk-discount] {
  background-color: var(--rt-gray-color);
  border: none;
  border-radius: 0;
}
.tippy-box[data-theme=rtsb-bulk-discount] .rtsb-bulk-discount-badge {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.tippy-box[data-theme=rtsb-bulk-discount] .rtsb-tippy-body {
  color: var(--rt-body-color);
  font-size: 18px;
}
.tippy-box[data-theme=rtsb-bulk-discount] .number {
  color: var(--rt-heading-color);
  font-weight: 600;
}

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

.woo-archive-sidebar {
  border-bottom: 1px solid var(--rt-border-color);
}
.woo-archive-sidebar.widget_search {
  border: unset;
  border-radius: unset;
  padding: 0;
}
.woo-archive-sidebar .wc-block-product-categories {
  margin-bottom: 24px;
}

.woocommerce ul.product_list_widget {
  margin-bottom: 24px;
}
.woocommerce ul.product_list_widget li {
  font-weight: 500;
}
.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 {
  background-color: var(--rt-gray-color);
  border-radius: 6px;
  float: left;
  margin-left: 0;
  margin-right: 12px;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce ul.product_list_widget li a {
  color: var(--rt-heading-color);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1.4;
}
.woocommerce ul.product_list_widget li a:hover {
  color: var(--rt-primary-color);
}
.woocommerce ul.product_list_widget li .product-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce ul.product_list_widget li .rtsb-star-rating {
  margin-bottom: 4px;
}

.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter {
  margin-top: 24px;
}
.wc-blocks-filter-wrapper .wc-block-components-price-slider {
  margin-bottom: 14px;
}
.wc-blocks-filter-wrapper .wc-block-components-price-slider__range-input-wrapper {
  height: 6px;
  margin: 0 2px;
}
.wc-blocks-filter-wrapper .wc-block-components-price-slider__range-input-progress {
  height: 6px;
  z-index: 20;
}
.wc-blocks-filter-wrapper .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  color: var(--rt-heading-color);
  background-color: var(--rt-gray-color);
  border: none;
  border-radius: 4px !important;
  padding: 5px;
  text-align: center;
}

.wp-block-woocommerce-rating-filter {
  margin-bottom: 10px !important;
}
.wp-block-woocommerce-rating-filter .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border-radius: 0;
  border: 1px solid var(--rt-border-color);
  background-color: transparent;
}

.rtsb-cart-table table.shop_table {
  margin-bottom: 0;
}
.rtsb-cart-table table.shop_table tr th {
  color: var(--rt-heading-color);
  font-size: 18px;
  font-weight: 500;
}
.rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a {
  font-size: 18px;
  font-weight: 500;
}
.rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a:hover {
  color: var(--rt-primary-color);
}
.rtsb-cart-table table.shop_table thead {
  background-color: var(--rt-gray-color);
}
.rtsb-cart-table table.shop_table tbody tr {
  border-bottom: 1px solid var(--rt-border-color);
}
.rtsb-cart-table table.shop_table .rtsb-quantity-box-group {
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
}
.rtsb-cart-table table.shop_table .actions-button-wrapper .button {
  border: 1px solid var(--rt-border-color);
  color: var(--rt-button-text-color);
  background-color: transparent;
}
@media (max-width: 768px) {
  .rtsb-cart-table table.shop_table .actions-button-wrapper .button {
    width: auto !important;
  }
}
.rtsb-cart-table table.shop_table .actions-button-wrapper .button:hover {
  border: 1px solid transparent;
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}

.rtsb-woocommerce-checkout #order_review table.shop_table {
  border: 1px solid var(--rt-border-color);
  border-radius: 5px;
}
.rtsb-woocommerce-checkout #order_review th {
  color: var(--rt-heading-color);
  font-size: 16px;
  font-weight: 600;
}
.rtsb-woocommerce-checkout #order_review tfoot td {
  color: var(--rt-heading-color);
  font-size: 16px;
  font-weight: 600;
}

.select2-container .select2-selection,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: none;
  background-color: var(--rt-gray-color);
  color: var(--rt-body-color);
  border-radius: 6px;
  padding: 12px 15px;
  transition: unset;
}

.rtsb-form-order-note :is(input, textarea) {
  border: none;
  background-color: var(--rt-gray-color);
  padding: 12px;
  transition: unset;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  color: var(--rt-heading-color);
  font-weight: 500;
}

.rtsb-notice .wc-block-components-notice-banner {
  color: var(--rt-heading-color);
}
.rtsb-notice .wc-block-components-notice-banner.is-info {
  border: none !important;
  background-color: var(--rt-gray-color);
  border-radius: 6px;
  margin: 0 0 15px;
}
.rtsb-notice .wc-block-components-notice-banner:focus-visible {
  outline-style: unset;
}

.rtsb-order-thankyou .woocommerce-notice {
  background-color: var(--rt-gray-color);
  border-radius: 0;
  padding: 15px;
}

body.woocommerce.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta {
  font-size: 18px;
}

.rtsb-builder-content .rtsb-order-thankyou table td,
.rtsb-builder-content .rtsb-order-thankyou table th {
  background-color: transparent;
  border: 1px solid var(--rt-border-color);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  color: var(--rt-heading-color);
  font-weight: 500;
}

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

@media (min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: left;
  }
}
.rtsb-compare-wrap {
  border-color: var(--rt-border-color);
}

.rtsb-compare-list-col {
  border-color: var(--rt-border-color);
  text-align: left;
  justify-content: start;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rtsb-myacount-page label {
  color: var(--rt-heading-color);
  font-size: 16px;
}
.rtsb-myacount-page legend {
  color: var(--rt-heading-color);
  font-size: 28px;
  font-weight: 500;
}
.rtsb-myacount-page table.shop_table th {
  color: var(--rt-heading-color);
  font-size: 18px;
  font-weight: 500;
}
.rtsb-myacount-page table.rtsb-account-table {
  border: none;
}
.rtsb-myacount-page table.rtsb-account-table th, .rtsb-myacount-page table.rtsb-account-table td {
  border: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  background-color: var(--rt-gray-color);
  border-radius: 6px;
  margin-bottom: 2px;
  padding: 11px 30px 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}

.woocommerce-account .rtsb-builder-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 2px;
  margin-top: 0;
}

.rtsb-custom-wc-nav .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.has-custom-icon .icon {
  z-index: 1;
}

.woocommerce-account .rtsb-builder-content .rtsb-myacount-page .rtsb-account-table.layout-2 tbody td.table-cell-order-status .order-status-data {
  font-size: 15px;
  font-weight: 400;
}

.woocommerce ul.order_details {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce ul.order_details {
    flex-wrap: wrap;
  }
}
.woocommerce ul.order_details:after, .woocommerce ul.order_details:before {
  display: none;
}
.woocommerce ul.order_details li {
  float: unset;
  display: block;
  width: 100%;
  border: none;
  background-color: var(--rt-gray-color);
  border-radius: 6px;
  padding: 15px;
  margin-right: 0;
  text-align: center;
}
.woocommerce ul.order_details li strong {
  color: var(--rt-heading-color);
  font-weight: 500;
}

#customer_login .col-1, #customer_login .col-2 {
  max-width: 50%;
}
@media (max-width: 767px) {
  #customer_login .col-1, #customer_login .col-2 {
    max-width: 100%;
    width: 100% !important;
  }
}

.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0;
}

@media (min-width: 1025px) {
  .woocommerce-account .rtsb-builder-content .rtsb-myacount-page .rtsb-left-border:before {
    background: var(--rt-border-color);
    width: 1px;
  }
}
.woocommerce-account .rtsb-builder-content .rtsb-myacount-page .rtsb-account-table.layout-2 tbody td.table-cell-order-status .order-status-data {
  background-color: rgba(var(--rt-primary-rgb), 0.5);
  color: #3e6500;
}

/*===============================
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 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  color: var(--rt-primary-color);
}
.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: 1.2;
}
.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;
}
.section-title-wrapper .title-gradient {
  background: linear-gradient(90deg, var(--rt-heading-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: 0;
  left: 0;
  width: 0;
  height: 8px;
  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: 110px;
}
.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 {
  color: var(--rt-body-color);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.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: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--rt-heading-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-heading-color);
}
.section-title-wrapper .list-layout-2 li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  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);
}

.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;
  }
}
.rtsb-shopbuilder-button-wrap .rtsb-shopbuilder-button .rtsb-btn {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
  border-radius: 6px;
  padding: 18px 32px 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.rtsb-shopbuilder-button-wrap .rtsb-shopbuilder-button .rtsb-btn .text-wrap {
  gap: 10px;
}
.rtsb-shopbuilder-button-wrap .rtsb-shopbuilder-button .rtsb-btn .icon {
  color: var(--rt-button-color);
  transition: all 520ms ease;
  transform: translateX(0px);
}
.rtsb-shopbuilder-button-wrap .rtsb-shopbuilder-button .rtsb-btn:hover {
  background-color: var(--rt-primary-color);
  color: var(--rt-button-color);
}
.rtsb-shopbuilder-button-wrap .rtsb-shopbuilder-button .rtsb-btn:hover .icon {
  color: var(--rt-button-color);
  transform: translateX(5px);
}

.rtsb-sb-button-hover-effect-preset2 .rtsb-shopbuilder-button .rtsb-btn.hover-left:before {
  background-color: var(--rt-primary-color);
}
.rtsb-sb-button-hover-effect-preset2 .rtsb-shopbuilder-button .rtsb-btn.hover-left:after {
  background-color: var(--rt-secondary-color);
}

.rt-swiper-hero-slider {
  overflow: hidden;
}

.rt-hero-slider .sub-title {
  position: relative;
  display: inline-block;
  color: var(--rt-primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
}
.rt-hero-slider .sub-title i, .rt-hero-slider .sub-title svg {
  display: inline-block;
  margin-right: 7px;
}
.rt-hero-slider .slider-title {
  position: relative;
  font-size: 60px;
  color: var(--rt-heading-color);
  margin-bottom: 20px;
  line-height: 1.1;
}
.rt-hero-slider .slider-title span {
  font-size: 50px;
}
.rt-hero-slider .slider-price {
  display: inline-flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 35px;
}
.rt-hero-slider .slider-price .regular-price {
  color: var(--rt-meta-color2);
  font-size: 24px;
  text-decoration: line-through;
}
.rt-hero-slider .slider-price .sale-price {
  color: var(--rt-heading-color);
  font-size: 36px;
  font-weight: 600;
}
.rt-hero-slider .slider-text {
  color: var(--rt-body-color);
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .rt-hero-slider .slider-text br {
    display: none;
  }
}
.rt-hero-slider .line-shape:after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  width: 0;
  height: 12px;
  background-color: var(--rt-primary-color);
  z-index: -1;
}
.rt-hero-slider .line-shape.active-animation:after {
  width: 100px;
}
.rt-hero-slider .swiper-pagination-1 {
  position: absolute;
  margin-top: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  right: 0;
  left: auto !important;
  bottom: 24px !important;
  justify-content: right;
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: auto;
  text-align: left;
  font-size: 24px;
  color: var(--rt-meta-color2);
  background: transparent !important;
  transition: all 1s ease;
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  right: -7px;
  top: 13px;
  width: 0;
  height: 2px;
  background-color: var(--rt-heading-color);
  transition: all 0.7s ease;
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet:last-child:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 13px;
  right: auto;
  width: 0;
  height: 2px;
  background-color: var(--rt-heading-color);
  transition: all 0.7s ease;
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  color: var(--rt-heading-color);
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 24px;
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  text-align: right;
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
  display: none;
}
.rt-hero-slider .swiper-pagination-1 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
  width: 24px;
}
.rt-hero-slider .swiper-pagination-2 {
  position: absolute;
  margin-top: 0;
  gap: 15px;
  right: 0;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  flex-direction: column;
}
.rt-hero-slider .swiper-pagination-2 .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: auto;
  text-align: left;
  font-size: 24px;
  color: var(--rt-meta-color2);
  background: transparent !important;
  transition: all 1s ease;
}
.rt-hero-slider .swiper-pagination-2 .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  right: -12px;
  top: 13px;
  width: 0;
  height: 2px;
  background-color: var(--rt-heading-color);
  transition: all 0.3s ease;
}
.rt-hero-slider .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--rt-heading-color);
}
.rt-hero-slider .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 24px;
}
.rt-hero-slider .swiper-pagination-3 {
  position: absolute;
  margin-top: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  bottom: 24px !important;
  right: 0;
  left: auto !important;
  justify-content: center;
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: auto;
  text-align: left;
  font-size: 24px;
  color: #ffffff;
  background: transparent !important;
  transition: all 1s ease;
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  right: -7px;
  top: 13px;
  width: 0;
  height: 2px;
  background-color: var(--rt-primary-color);
  transition: all 0.7s ease;
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet:last-child:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 13px;
  right: auto;
  width: 0;
  height: 2px;
  background-color: var(--rt-primary-color);
  transition: all 0.7s ease;
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  color: var(--rt-primary-color);
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 24px;
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  text-align: right;
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
  display: none;
}
.rt-hero-slider .swiper-pagination-3 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
  width: 24px;
}
.rt-hero-slider .swiper-pagination-4 {
  position: absolute;
  margin-top: 0;
  gap: 15px;
  right: 0;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  max-height: -moz-max-content;
  max-height: max-content;
  height: 100%;
  flex-direction: column-reverse;
  align-items: center;
  background-color: var(--rt-white-bg-color);
  padding: 25px 0;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: auto;
  text-align: left;
  font-size: 24px;
  color: var(--rt-meta-color2);
  background: transparent !important;
  transform: rotate(-90deg);
  transition: all 1s ease;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 13px;
  width: 0;
  height: 2px;
  background-color: var(--rt-heading-color);
  transition: all 0.7s ease;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet:last-child:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 13px;
  right: auto;
  width: 0;
  height: 2px;
  background-color: var(--rt-heading-color);
  transition: all 0.7s ease;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  color: var(--rt-heading-color);
  margin-bottom: 15px;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 20px;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active {
  margin-bottom: 15px;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 0;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
  display: none;
}
.rt-hero-slider .swiper-pagination-4 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
  width: 20px;
}

.rt-hero-slider-layout-1 .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .rt-hero-slider-layout-1 .content-wrap {
    flex-direction: column;
  }
}
.rt-hero-slider-layout-1 .slider-image {
  z-index: 1;
}
.rt-hero-slider-layout-1 .slider-image > img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-hero-slider-layout-1 .slider-content {
  position: relative;
  z-index: 9;
}

.rt-hero-slider-layout-2 .swiper-slide {
  overflow: hidden;
}
.rt-hero-slider-layout-2 .img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.rt-hero-slider-layout-2 .img-container svg {
  position: absolute;
  bottom: 0;
}
.rt-hero-slider-layout-2 .hero-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rt-hero-slider-layout-2 .slider-content {
  position: relative;
  z-index: 9;
}
.rt-hero-slider-layout-2 .single-slider {
  height: 720px;
  display: flex;
  align-items: center;
}
.rt-hero-slider-layout-2 .swiper-navigation {
  position: absolute;
  right: 100px;
  bottom: 100px;
}
.rt-hero-slider-layout-2 .swiper-navigation .swiper-button {
  border: none;
  top: unset;
  margin-top: 0;
  bottom: 0;
}
.rt-hero-slider-layout-2 .swiper-navigation .swiper-button.swiper-button-prev {
  left: auto;
  right: 51px;
}
.rt-hero-slider-layout-2 .swiper-navigation .swiper-button.swiper-button-next {
  left: auto;
  right: 0;
}

.rt-hero-slider-layout-3 .content-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .rt-hero-slider-layout-3 .content-wrap {
    flex-direction: column;
  }
}
.rt-hero-slider-layout-3 .slider-image {
  z-index: 1;
}
.rt-hero-slider-layout-3 .slider-image > img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-hero-slider-layout-3 .slider-content {
  position: relative;
  z-index: 9;
  flex: 0 0 50%;
  max-width: 100%;
}

/*===============================
RT Post Grid
================================*/
.rtsb-post-grid .rtsb-post-grid-item article {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.rtsb-post-grid .rtsb-post-grid-item article:hover {
  box-shadow: unset;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-img {
  border-radius: 15px;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-title a {
  color: var(--rt-heading-color);
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-title a:hover {
  color: var(--rt-primary-color);
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta {
  margin-top: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li {
  color: var(--rt-heading-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li a {
  color: var(--rt-primary-color);
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li a:hover {
  color: var(--rt-heading-color);
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li .icon, .rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li svg {
  display: none;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li:not(:last-child):after {
  content: "-----";
  margin-left: 5px;
  letter-spacing: -4px;
  transform: scaleY(0.8);
  width: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-button-wrapper {
  margin-top: 24px;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-button-wrapper .rtsb-readmore-btn {
  background-color: var(--rt-gray-color);
  border: none;
  color: var(--rt-button-text-color);
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-button-wrapper .rtsb-readmore-btn .text-wrap {
  gap: 10px;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-button-wrapper .rtsb-readmore-btn .icon {
  color: var(--rt-button-text-color);
  transition: all 520ms ease;
  transform: translateX(0px);
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-button-wrapper .rtsb-readmore-btn:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-button-wrapper .rtsb-readmore-btn:hover .icon {
  color: #ffffff;
  transform: translateX(5px);
}
.rtsb-post-grid .rtsb-pagination-wrap {
  margin-top: 30px;
}
.rtsb-post-grid .rtsb-post-grid-layout1 .rtsb-post-grid-item .rtsb-post-taxonomy-list a {
  background-color: transparent;
  color: var(--rt-body-color);
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
.rtsb-post-grid .rtsb-post-grid-layout1 .rtsb-post-grid-item .rtsb-post-taxonomy-list a:hover {
  color: var(--rt-meta-color2);
}
.rtsb-post-grid .rtsb-post-grid-layout3 .rtsb-post-taxonomy-list {
  left: 0;
  bottom: 0;
  z-index: 3;
}
.rtsb-post-grid .rtsb-post-grid-layout3 .rtsb-post-taxonomy-list a {
  background-color: var(--rt-gray-color);
  color: var(--rt-primary-color);
  border-radius: 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px 8px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 220ms;
}
.rtsb-post-grid .rtsb-post-grid-layout3 .rtsb-post-taxonomy-list a:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}

/*===============================
RT Post List
================================*/
.rtsb-post-list .rtsb-post-list-item article {
  background-color: var(--rt-white-bg-color);
  border: none;
  border-radius: 15px;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-title a {
  color: var(--rt-heading-color);
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, var(--rt-heading-color) 0%, var(--rt-heading-color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-title a:hover {
  background-size: 100% 1px;
  color: var(--rt-heading-color);
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta {
  margin-top: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li {
  color: var(--rt-heading-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li a {
  color: var(--rt-primary-color);
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li a:hover {
  color: var(--rt-heading-color);
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li .icon, .rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li svg {
  display: none;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li:not(:last-child):after {
  content: "-----";
  margin-left: 5px;
  letter-spacing: -4px;
  transform: scaleY(0.8);
  width: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-button-wrapper {
  margin-top: 24px;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-button-wrapper .rtsb-readmore-btn {
  background-color: var(--rt-gray-color);
  border: none;
  color: var(--rt-button-text-color);
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-button-wrapper .rtsb-readmore-btn .text-wrap {
  gap: 10px;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-button-wrapper .rtsb-readmore-btn .icon {
  color: var(--rt-button-text-color);
  transition: all 520ms ease;
  transform: translateX(0px);
}
.rtsb-post-list .rtsb-post-list-item .rtsb-button-wrapper .rtsb-readmore-btn:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-button-wrapper .rtsb-readmore-btn:hover .icon {
  color: #ffffff;
  transform: translateX(5px);
}
.rtsb-post-list .rtsb-pagination-wrap {
  margin-top: 30px;
}
.rtsb-post-list .rtsb-post-grid-layout1 .rtsb-post-grid-item .rtsb-post-content {
  padding: 20px 0 0;
}
.rtsb-post-list .rtsb-post-grid-layout1 .rtsb-post-grid-item .rtsb-post-taxonomy-list a {
  background-color: transparent;
  color: var(--rt-body-color);
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
.rtsb-post-list .rtsb-post-grid-layout1 .rtsb-post-grid-item .rtsb-post-taxonomy-list a:hover {
  color: var(--rt-meta-color2);
}

/*-------------------------------------
#. EL: Logo Slider
---------------------------------------*/
.rtsb-logo-slider-and-grid .logo-content-wrapper {
  background-color: transparent;
  border: none;
  padding: 0;
}
.rtsb-logo-slider-and-grid .rtsb-brand-name {
  margin-top: 0;
}
.rtsb-logo-slider-and-grid .rtsb-logo-item .rtsb-logo-item img {
  opacity: 1;
}
.rtsb-logo-slider-and-grid .rtsb-logo-item:hover .logo-content-wrapper {
  background-color: transparent;
  box-shadow: unset;
}
.rtsb-logo-slider-and-grid .rtsb-logo-item:hover img {
  opacity: 0.5;
}
.rtsb-logo-slider-and-grid.grayscale-logo .rtsb-logo-item img {
  opacity: 0.5;
}
.rtsb-logo-slider-and-grid.grayscale-logo .rtsb-logo-item:hover img {
  opacity: 1;
}
.rtsb-logo-slider-and-grid .rtsb-carousel-slider.standard-nav .swiper-nav {
  top: 50%;
  transform: translateY(-50%);
}
.rtsb-logo-slider-and-grid .rtsb-carousel-slider .swiper-arrow {
  background-color: var(--rt-black-bg-color);
}
.rtsb-logo-slider-and-grid .rtsb-carousel-slider .swiper-arrow svg {
  fill: var(--rt-button-color);
}

.rtsb-testimonial .rtsb-testimonial-item {
  background-color: var(--rt-gray-color);
  border-radius: 20px;
}
.rtsb-testimonial .rtsb-testimonial-author-img img {
  width: 80px;
  height: 80px;
}
.rtsb-testimonial .rtsb-testimonial-author-name {
  color: var(--rt-heading-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.1;
}
.rtsb-testimonial .rtsb-testimonial-author-designation {
  color: var(--rt-body-color);
  font-weight: 400;
  line-height: 1;
}
.rtsb-testimonial .rtsb-testimonial-description {
  font-size: 20px;
}
.rtsb-testimonial .rtsb-testimonial-description p {
  line-height: 1.4;
}
.rtsb-testimonial .rtsb-quote-icon {
  color: var(--rt-gray-color);
}
.rtsb-testimonial .rtsb-rating .rtsb-star-rating {
  color: var(--rt-primary-color);
}
.rtsb-testimonial .rtsb-testimonial-layout1 .rtsb-testimonial-item {
  border: none;
  box-shadow: unset;
  border-radius: 0;
}
.rtsb-testimonial .rtsb-testimonial-layout1 .rtsb-testimonial-author {
  align-items: flex-start;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-item {
  border: none;
  box-shadow: unset;
}
.rtsb-testimonial .rtsb-testimonial-layout2 .rtsb-testimonial-item {
  border-color: var(--rt-border-color);
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-author {
  display: inline-block;
  text-align: left;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-description {
  padding-bottom: 12px;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-description:after {
  display: none;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-author-img {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
  float: left;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-author-img img {
  width: 56px;
  height: 56px;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-author-name {
  display: inline-block;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-author-designation {
  text-align: left;
  width: 230px;
}
.rtsb-testimonial .rtsb-testimonial-layout5 .rtsb-quote-icon {
  background-color: var(--rt-primary-color);
  color: #111111;
}

.rt-marquee-slider {
  position: relative;
}
.rt-marquee-slider .rt-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 9px;
  line-height: 1;
}
.rt-marquee-slider .rt-marquee.marquee-left .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_left 50s linear infinite;
}
.rt-marquee-slider .rt-marquee.marquee-right .rt-marquee-item {
  display: inline-block;
  will-change: transform;
  animation: marquee_right 50s 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: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--rt-heading-color);
}
.rt-marquee-slider .rt-marquee-item .entry-title:hover {
  color: var(--rt-primary-color);
}
.rt-marquee-slider .rt-marquee-item .entry-title a {
  color: var(--rt-heading-color);
}
.rt-marquee-slider .rt-marquee-item .entry-title a:hover {
  color: var(--rt-primary-color);
}
.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: 60px;
  text-align: center;
}

.rtsb-counter .counter-inner {
  background-color: var(--rt-white-bg-color);
  box-shadow: unset;
  border-radius: 10px;
}
.rtsb-counter .counter-inner .rtsb-counter-number-wrap {
  color: var(--rt-heading-color);
  font-size: 36px;
  font-weight: 500;
}
.rtsb-counter .counter-inner .rtsb-counter-title {
  color: var(--rt-heading-color);
  line-height: 1.4;
}
.rtsb-counter .counter-inner .rtsb-counter-prefix,
.rtsb-counter .counter-inner .rtsb-counter-suffix {
  top: 0;
}
.rtsb-counter .rtsb-counter-layout2 .counter-inner {
  border-color: var(--rt-border-color);
}

/*-------------------------------------
#. EL: RT Countdown
---------------------------------------*/
.rtsb-countdown-addon .rtsb-countdown-count {
  color: var(--rt-heading-color);
  font-size: 32px;
  font-weight: 700;
}
.rtsb-countdown-addon .rtsb-countdown-count-text {
  color: var(--rt-heading-color);
  font-size: 16px;
  font-weight: 500;
}
.rtsb-countdown-addon .rtsb-countdown-layout2 .rtsb-countdown {
  gap: 30px;
}
.rtsb-countdown-addon .rtsb-countdown-layout2 .rtsb-countdown-item {
  background-color: transparent;
  box-shadow: unset;
  border-radius: 0;
  width: 45px;
  height: 50px;
}
.rtsb-countdown-addon .rtsb-countdown-layout2 .rtsb-countdown-count {
  color: var(--rt-heading-color);
}
.rtsb-countdown-addon .rtsb-countdown-layout2 .rtsb-countdown-item + .rtsb-countdown-item:before {
  font-size: 38px;
  color: var(--rt-heading-color);
  left: -20px;
  top: 22%;
}

.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 .rt-img.spin {
  display: inline-block;
}
.rt-image-layout .rt-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .rt-image-layout .image-size img {
    width: 100%;
  }
}
.rt-image-layout .rt-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-image-layout .has-animation img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94), clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94), -webkit-clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  transform: translateX(20px);
}
.rt-image-layout .has-animation.active-animation img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.rt-image-layout-1 .rt-image {
  position: relative;
  z-index: 1;
}

.rt-image-layout-3 .moving-shape-box {
  position: relative;
  display: inline-block;
}
.rt-image-layout-3 .moving-shape-box > span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}

.rt-gallery-item .image-link {
  position: relative;
  overflow: hidden;
  background-color: var(--rt-heading-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;
}

.rt-image-box {
  display: flex;
  background: var(--rt-white-bg-color);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 50px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .rt-image-box {
    padding: 30px;
  }
}
.rt-image-box .rt-content {
  position: relative;
  z-index: 1;
}
.rt-image-box .rt-title {
  display: block;
  color: var(--rt-heading-color);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .rt-image-box .rt-title br {
    display: none;
  }
}
.rt-image-box .rt-sub-title {
  display: inline-block;
  color: var(--rt-heading-color);
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.rt-image-box-layout-2 .rt-image-box {
  flex-direction: column;
}

.rt-special-offer {
  position: relative;
}
.rt-special-offer .main-title {
  position: relative;
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}
.rt-special-offer .main-title span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rt-heading-color);
  color: transparent;
}
.rt-special-offer .sub-title {
  display: inline-block;
  font-size: 44px;
  font-weight: 600;
  color: var(--rt-heading-color);
  line-height: 1;
}
.rt-special-offer .description {
  color: var(--rt-primary-color);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.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: 500;
  padding: 12px 24px;
  position: relative;
  color: var(--rt-heading-color);
  transition: all 320ms ease;
}
.rt-tab-block .tab-block-tab.is-active {
  color: var(--rt-primary-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-heading-color);
}
.rt-tab-block .tab-block-content ul li:before {
  position: absolute;
  left: 0;
  font-size: 8px;
  content: "\e92b";
  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-white-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-primary-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;
  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-white-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-primary-color);
  color: #ffffff;
}
.rt-tab-layout-2 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 15px;
  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-white-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-primary-color);
  color: #ffffff;
}
.rt-tab-layout-3 .tab-block-content {
  border: 1px solid var(--rt-border-color);
  border-radius: 15px;
  padding: 24px;
  flex: 1;
}

.rt-info-box .info-box {
  position: relative;
  background-size: cover;
  transition: all 320ms ease;
  z-index: 0;
}
.rt-info-box .info-box .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  transition: all 320ms 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;
  color: var(--rt-button-text-color);
  transition: all 320ms ease;
}
.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);
}
.rt-info-box .info-icon-holder {
  position: relative;
  line-height: 0;
}
.rt-info-box .info-icon-holder a {
  display: inline-block;
}
.rt-info-box .content-holder p {
  font-size: 16px;
  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: 10px;
}
.rt-info-box .info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}
.rt-info-box .info-title a {
  color: var(--rt-heading-color);
}
.rt-info-box .info-title a[href]:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .rt-info-box .info-title br {
    display: none;
  }
}

.rt-info-layout-1 .info-box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.rt-info-layout-2 .info-box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.rt-info-layout-2 .info-box .info-icon {
  border-radius: 10px;
  background-color: var(--rt-primary-color);
  width: 90px;
  height: 90px;
}

.rt-info-layout-3 .info-box .info-icon-holder {
  margin-bottom: 20px;
}

/*===============================
Fluent form style
================================*/
@media (min-width: 768px) {
  .frm-fluent-form .ff-t-container {
    align-items: self-start;
  }
}
.contact-form .fluentform .ff-el-group {
  margin-bottom: 15px;
}
.contact-form .fluentform .ff-el-group.ff_submit_btn_wrapper {
  margin-bottom: 0;
}
.contact-form .fluentform .ff-el-form-control {
  background-color: var(--rt-gray-color);
  border-radius: 0;
  border: 1px solid var(--rt-border-color);
  padding: 12px;
  font-size: 16px;
}
.contact-form .fluentform .ff-el-form-control:focus {
  background-color: transparent;
}

.footer-subscribe-form .ff-t-cell .ff-el-group {
  margin-bottom: 0;
}
.footer-subscribe-form .ff-t-cell .ff-el-form-control {
  font-size: 13px;
  font-weight: 500;
  border: none;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 18px;
  height: 42px;
}
.footer-subscribe-form .ff-t-cell .ff-el-form-control:focus {
  background-color: transparent;
}
.footer-subscribe-form .ff-t-cell .ff-btn-submit {
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  margin-bottom: 0 !important;
  width: 42px;
  height: 42px;
  padding: 0;
}
.footer-subscribe-form .ff-t-cell:first-of-type {
  flex-basis: 100% !important;
}
.footer-subscribe-form .frm-fluent-form .ff-t-container {
  position: relative;
  background-color: #1F1F1F;
  border-radius: 30px;
  padding: 5px;
  display: flex;
}
.footer-subscribe-form .frm-fluent-form .ff-t-cell:last-of-type {
  position: absolute;
  right: 7px;
  width: auto;
}

.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;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.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: #111111;
  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);
  transform: scale(1);
  transition: background-color 320ms;
}
.rt-video-icon .video-popup-icon i {
  transition: all 320ms;
}
.rt-video-icon .video-popup-icon:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
  transform: scale(1.02);
}
.rt-video-icon .button-text {
  display: inline-block;
  font-size: 16px;
  color: #111111;
  font-weight: 700;
}

.rt-contact-info {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.rt-contact-info .main-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--rt-gray-color);
  color: var(--rt-primary-color);
  border-radius: 50%;
  font-size: 30px;
}
.rt-contact-info .info-title {
  font-size: 22px;
  color: var(--rt-heading-color);
  margin-bottom: 10px;
  line-height: 1.2;
}
.rt-contact-info .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-contact-info .contact-list li {
  position: relative;
  color: var(--rt-body-color);
  display: flex;
  align-items: center;
}
.rt-contact-info .contact-list li:last-child {
  margin-bottom: 0 !important;
}
.rt-contact-info .contact-list li span {
  color: var(--rt-heading-color);
  font-weight: 500;
  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 .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;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.rt-social-icon .rt-social-item a {
  font-size: 15px;
  color: var(--rt-button-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.21s ease-in-out;
  overflow: hidden;
}
.rt-social-icon .rt-social-item a i {
  display: block;
}
.rt-social-icon .rt-social-item a:hover i {
  animation: toBottomFromTop 0.7s forwards;
}

.rtsb-social-share .rtsb-share-btn {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.rtsb-social-share .rtsb-share-btn svg {
  width: 15px;
  height: 15px;
}
.rtsb-social-share .rtsb-share-btn:hover {
  background-color: transparent;
  box-shadow: unset;
  transform: unset;
}
.rtsb-social-share .rtsb-share-btn:hover svg {
  animation: toBottomFromTop 0.7s forwards;
}
.rtsb-social-share .rtsb-share-icon-label .rtsb-share-label {
  color: var(--rt-body-color);
}

.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 rgba(var(--rt-heading-rgb), 0.4);
  border-radius: 50px;
  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: var(--rt-heading-color);
  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: 500;
  border-radius: 50px;
  letter-spacing: 0.5px;
  height: 48px;
  border: none;
  background: var(--rt-primary-color);
  color: #ffffff;
  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%;
  top: 56px;
  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: 17px;
  font-weight: 500;
}
.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: 15px;
  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-phone-2 {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.rt-phone-2 .phone-icon {
  color: var(--rt-button-text-color);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--rt-gray-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;
}

.rt-cart-float-inner .rt-cart-icon .items {
  display: none;
}

.blusho-footer-builder .blusho-navbar li a {
  position: relative;
}
.blusho-footer-builder .blusho-navbar li a:before {
  background-color: var(--rt-primary-color);
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  transition: 0.5s;
}
.blusho-footer-builder .blusho-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;
}

@media (min-width: 768px) {
  .wow {
    visibility: hidden;
  }
  .image-max-width-unset img {
    max-width: unset;
  }
}
.mfp-iframe-holder .mfp-iframe {
  border-radius: 0;
}
.mfp-iframe-holder .mfp-close {
  top: -20px;
  right: -20px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  padding-right: 0;
  border-radius: 6px;
  color: #ffffff;
  background-color: var(--rt-primary-color);
}

@media (max-width: 1920px) {
  .about-responsive-fix {
    background-size: 50% 100% !important;
  }
}
@media (max-width: 1024px) {
  .about-responsive-fix {
    background-size: 0% !important;
  }
}

@media (min-width: 1440px) {
  .rt-margin-left .rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-nav {
    right: 4.5%;
  }
}
@media (min-width: 1600px) {
  .rt-margin-left .rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-nav {
    right: 17.3%;
  }
}
@media (min-width: 1400px) {
  .footer-widget-line.dark-color:after {
    background-color: #3A393A;
  }
  .footer-widget-line:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 190%;
    right: 10px;
    top: -40%;
    border-radius: 5px;
    background-color: #2D2D2D;
  }
}
[data-theme=dark-mode] .light-logo {
  display: block;
}

[data-theme=dark-mode] .dark-logo {
  display: none;
}

[data-theme=dark-mode] .elementor-widget-rt-site-logo .site-branding.dark .dark-logo {
  display: none !important;
}

[data-theme=dark-mode] .elementor-widget-rt-site-logo .site-branding .light-logo {
  display: block !important;
}

.ele-border-radius-5 {
  border-radius: 5px;
}

.ele-border-radius-10 {
  border-radius: 10px;
}

.ele-border-radius-15 {
  border-radius: 15px;
}

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

.ele-border-top {
  border-top: 1px solid var(--rt-border-color);
}

.ele-border-bottom {
  border-bottom: 1px solid var(--rt-border-color);
}

@media (min-width: 768px) {
  .ele-border-left {
    border-left: 1px solid var(--rt-border-color);
  }
}
.ele-white-bg {
  background-color: var(--rt-white-bg-color);
  transition: unset;
}

.ele-black-bg {
  background-color: var(--rt-black-bg-color);
  transition: unset;
}

.ele-gray-bg {
  background-color: var(--rt-gray-color);
  transition: unset;
}

.ele-light-gray-bg {
  background-color: var(--rt-gray-color);
  transition: unset;
}

.ele-dark-pink-bg-color {
  background-color: #FFF5FF;
}

[data-theme=dark-mode] .rt-logo-brand .logo-box img {
  filter: brightness(0) invert(1);
  transition: all ease 0.21s;
  opacity: 0.4;
}
[data-theme=dark-mode] .rt-logo-brand .logo-box:hover img {
  filter: brightness(0) invert(1);
}
[data-theme=dark-mode] .elementor-divider-separator {
  border-color: #3a3939 !important;
}
[data-theme=dark-mode] .ele-light-gray-bg {
  background-color: #131313;
}
[data-theme=dark-mode] .rtsb-logo-slider-and-grid.grayscale-logo .rtsb-logo-item img {
  filter: brightness(0) invert(1);
}

/*-------------------------------------
#. EL: Swiper Slider
---------------------------------------*/
.rt-swiper-slider {
  overflow: hidden;
}
.rt-swiper-slider .swiper-wrapper {
  align-items: center;
}

.hover-visibility .swiper-navigation .swiper-button {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1920px) {
  .hover-visibility .swiper-navigation .swiper-button-prev {
    left: -212px;
    right: auto;
  }
  .hover-visibility .swiper-navigation .swiper-button-next {
    right: -212px;
    left: auto;
  }
}
.hover-visibility:hover .swiper-navigation .swiper-button {
  opacity: 1;
  visibility: visible;
}
.hover-visibility:hover .swiper-navigation .swiper-button-prev {
  left: 0 !important;
}
.hover-visibility:hover .swiper-navigation .swiper-button-next {
  right: 0 !important;
}

.swiper-navigation .swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-navigation .swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-navigation .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 22px;
  background-color: var(--rt-white-bg-color);
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-primary-color);
  border-radius: 6px;
  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: 30px;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  z-index: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background: var(--rt-gray-color);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--rt-primary-color);
  width: 45px;
}

@media (max-width: 767px) {
  .swiper-navigation,
  .swiper-pagination {
    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 #111111;
  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;
}

.rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow {
  width: 45px;
  height: 45px;
  font-size: 22px;
  background-color: var(--rt-white-bg-color);
  color: var(--rt-primary-color);
  border: 1px solid var(--rt-primary-color);
  border-radius: 6px;
  transition: all 520ms ease;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow svg {
  width: 12px;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow:hover {
  background-color: var(--rt-primary-color);
  color: #ffffff;
}
.rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-button-prev {
  left: -120px;
}
@media only screen and (max-width: 576px) {
  .rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-button-prev {
    left: -70px;
  }
}
@media only screen and (max-width: 576px) {
  .rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-nav {
    top: unset;
    margin-top: 24px;
  }
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination {
  height: auto;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background: var(--rt-gray-color);
  opacity: 1;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet:hover {
  background: var(--rt-primary-color);
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet-active {
  background: var(--rt-primary-color);
  width: 45px;
}

.rtsb-elementor-container .rtsb-carousel-slider.bottom-nav .swiper-nav:after {
  position: absolute;
  content: "";
  left: -55px;
  bottom: -2px;
  width: 108px;
  height: 2px;
  background-image: url("../images/element/dot-line-shape.svg");
}

.rtsb-elementor-container .rtsb-carousel-slider.bottom-nav .swiper-nav .swiper-button-next {
  left: 70px;
  right: auto;
}

.rtsb-elementor-container .rtsb-carousel-slider.bottom-nav .swiper-nav .swiper-button-prev {
  left: auto;
  right: 70px;
}

.rtsb-team-member .rtsb-team-member-item {
  box-shadow: unset;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.rtsb-team-member .rtsb-team-content {
  padding: 12px 0 0;
}
.rtsb-team-member .rtsb-team-img {
  margin: 0;
}
.rtsb-team-member .rtsb-team-member-name {
  color: var(--rt-heading-color);
  font-size: 24px;
  line-height: 1.2;
}
.rtsb-team-member .rtsb-team-member-designation {
  color: var(--rt-meta-color);
  font-weight: 400;
}
.rtsb-team-member .rtsb-team-layout2 .rtsb-team-social-area {
  background-color: var(--rt-primary-color);
  line-height: 1;
}
.rtsb-team-member .rtsb-team-layout2 .rtsb-social li a {
  color: #111111;
}
.rtsb-team-member .rtsb-team-layout2 .rtsb-social li a svg {
  fill: #111111;
}
.rtsb-team-member.rtsb-team-slider .rtsb-row {
  overflow: unset;
}

.rtsb-sb-accordion-wrapper {
  box-shadow: unset;
  border-radius: 0;
}
.rtsb-sb-accordion-wrapper .rtsb-accordion-header {
  padding: 20px 0;
  transition: unset;
}
.rtsb-sb-accordion-wrapper .rtsb-widget {
  padding: 20px 0;
}
.rtsb-sb-accordion-wrapper .rtsb-widget p {
  color: var(--rt-body-color);
}
.rtsb-sb-accordion-wrapper .rtsb-accordion-title {
  color: var(--rt-body-color);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.rtsb-sb-accordion-wrapper .rtsb-accordion-icon {
  font-size: 20px;
  color: var(--rt-body-color);
}
.rtsb-sb-accordion-wrapper .rtsb-accordion-item .rtsb-accordion-header {
  border-color: var(--rt-border-color);
}
.rtsb-sb-accordion-wrapper .rtsb-accordion-item.rtsb-expand-tab .rtsb-accordion-title {
  color: var(--rt-heading-color);
}
.rtsb-sb-accordion-wrapper .rtsb-accordion-item.rtsb-expand-tab .rtsb-accordion-icon {
  color: var(--rt-primary-color);
}

.rtsb-sb-faq-layout6 .rtsb-accordion-header {
  background-color: transparent;
}

/*# sourceMappingURL=style.css.map*/