@charset "UTF-8";
 html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
body {
margin: 0;
}
*, *::before, *::after {
box-sizing: border-box;
}
p {
margin: 0 0 20px;
}
main {
display: block;
}
pre {
font-family: monospace, monospace; font-size: 1em; }
embed,
iframe,
object {
max-width: 100%;
} a {
background-color: transparent;
}
abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; }
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;
} .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: #111111;
padding: 1px 5px;
border-radius: 0;
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;
} .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;
} .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;
} .blocks-gallery-grid, .wp-block-gallery {
margin-bottom: 25px;
margin-top: 25px;
}
.gallery-caption {
display: block;
font-size: 15px;
margin-top: 5px;
}
.wp-block-latest-comments__comment-date,
.wp-block-image figcaption,
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 14px;
}
.wp-block-image figcaption {
color: #70778b;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 10px 10px 0;
width: calc(50% - 10px);
border-radius: 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: 0;
padding: 10px 8px;
height: 44px;
}
form.post-password-form input[type=submit] {
background: var(--rt-primary-color);
border-radius: 0;
color: #111111;
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-heading-color);
border-radius: 0;
padding: 6px 20px;
font-size: 16px;
font-weight: 500;
color: var(--rt-button-color-1);
transition: 0.4s;
}
.wp-block-search .wp-block-search__button:hover {
background-color: var(--rt-primary-color);
color: #111111;
}
.wp-block-search .wp-block-search__input {
background-color: transparent;
border-radius: 0;
height: 50px;
padding-left: 15px;
padding-right: 15px;
}
.wp-block-cover {
margin-bottom: 15px;
padding: 30px;
border-radius: 0;
overflow: hidden;
}
.wp-block-cover .wp-block-cover__background {
border-radius: 0;
}
.wp-block-cover.is-repeated {
border-radius: 0;
}
.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: 5px;
}
: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: 0;
overflow: hidden;
}
.wp-block-button {
margin-bottom: 12px;
}
.wp-block-button .wp-block-button__link {
position: relative;
background-color: var(--rt-primary-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: 0;
font-size: 13px;
font-weight: 700;
padding: 18px 28px;
letter-spacing: 0.16px;
line-height: 1.08;
z-index: 1;
text-transform: uppercase;
transition: all 320ms ease;
}
.wp-block-button .wp-block-button__link:hover {
color: #ffffff;
background-color: var(--rt-black-bg-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-primary-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-sportfy-primary-background-color:before {
background-color: var(--rt-primary-color);
}
.wp-block-button .has-sportfy-secondary-background-color:before {
background-color: var(--rt-secondary-rgb);
}
.wp-block-button .has-sportfy-black-background-color:before {
background-color: var(--rt-heading-color);
}
.wp-block-button .has-sportfy-gray-background-color:before {
background-color: var(--rt-gray-color);
}
.wp-block-button .has-sportfy-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: 15px;
font-weight: 500;
font-style: normal;
text-transform: capitalize;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 32px;
}
.has-sportfy-primary-background-color {
background-color: var(--rt-primary-color) !important;
}
.has-sportfy-secondary-background-color {
background-color: var(--rt-secondary-color) !important;
}
.has-sportfy-black-background-color {
background-color: var(--rt-heading-color) !important;
}
.has-sportfy-gray-background-color {
background-color: var(--rt-gray-color) !important;
}
.has-sportfy-white-background-color {
background-color: #ffffff !important;
}
.has-sportfy-primary-color {
color: var(--rt-primary-color) !important;
}
.has-sportfy-secondary-color {
color: var(--rt-secondary-color) !important;
}
.has-sportfy-black-color {
color: var(--rt-heading-color) !important;
}
.has-sportfy-gray-color {
color: var(--rt-gray-color) !important;
}
.has-sportfy-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;
} button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button,
input { overflow: visible;
}
button,
select { 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; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; }
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield; outline-offset: -2px; }
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }
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 20ms 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: 40px;
padding-bottom: 120px;
}
@media (max-width: 767px) {
.content-area {
padding-bottom: 70px;
}
}
.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;
} .rt-blend img {
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg) !important;
}
::-webkit-scrollbar {
width: 5px;
} ::-webkit-scrollbar-track {
background: var(--rt-gray-color);
} ::-webkit-scrollbar-thumb {
background: var(--rt-meta-color);
} ::-webkit-scrollbar-thumb:hover {
background: var(--rt-heading-color);
} ul.rt-action-list .rt-drop-menu::-webkit-scrollbar,
.sportfy-offcanvas-drawer::-webkit-scrollbar {
width: 1px;
}
ul.rt-action-list .rt-drop-menu::-webkit-scrollbar,
.sportfy-offcanvas-drawer::-webkit-scrollbar {
background: var(--rt-border-color);
}
ul.rt-action-list .rt-drop-menu::-webkit-scrollbar-thumb,
.sportfy-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::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, .sportfy-breadcrumb-wrapper .breadcrumb li.active .title, .site-branding h1 a {
color: var(--rt-primary-color);
}
.primaryBG, .above-meta-style-border .separate-meta a:hover, .sportfy-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(//manriquez.com.mx/wp-content/themes/sportfy/assets/fonts/fontello-icon/rt-fontello.eot?99477873);
src: url(//manriquez.com.mx/wp-content/themes/sportfy/assets/fonts/fontello-icon/rt-fontello.eot?99477873#iefix) format("embedded-opentype"), url(//manriquez.com.mx/wp-content/themes/sportfy/assets/fonts/fontello-icon/rt-fontello.woff2?99477873) format("woff2"), url(//manriquez.com.mx/wp-content/themes/sportfy/assets/fonts/fontello-icon/rt-fontello.woff?99477873) format("woff"), url(//manriquez.com.mx/wp-content/themes/sportfy/assets/fonts/fontello-icon/rt-fontello.ttf?99477873) format("truetype"), url(//manriquez.com.mx/wp-content/themes/sportfy/assets/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, "Syne"), sans-serif;
font-weight: 400;
font-size: 16px;
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, "Unbounded"), sans-serif;
margin: 0 0 15px 0;
font-weight: 500;
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 20ms 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;
padding: 16px 32px;
font-size: 15px;
overflow: hidden;
line-height: 1.2;
z-index: 1;
transition: all 320ms ease;
}
.btn:active {
box-shadow: none;
}
.btn:focus {
outline: none;
}
.btn.btn-xl {
padding: 24px 32px;
font-size: 24px;
line-height: 24px;
}
.btn.btn-lg {
padding: 18px 24px;
font-size: 18px;
line-height: 18px;
}
.btn.btn-sm {
padding: 12px 20px;
font-size: 13px;
line-height: 13px;
}
.btn.btn-xs {
padding: 11px 18px;
font-size: 10px;
line-height: 10px;
}
.btn-primary {
color: #ffffff;
background-color: var(--rt-primary-color);
border-color: var(--rt-primary-color);
}
.btn-primary:hover {
color: #ffffff;
background-color: var(--rt-secondary-color);
border-color: var(--rt-secondary-color);
}
.btn-secondary {
color: #ffffff;
background-color: var(--rt-secondary-color);
border-color: var(--rt-secondary-color);
}
.btn-secondary:hover {
color: #ffffff;
background-color: rgba(var(--rt-secondary-rgb), 0.8);
border-color: rgba(var(--rt-secondary-rgb), 0.8);
}
.btn-light {
color: #ffffff;
background-color: var(--rt-meta-color);
border-color: var(--rt-meta-color);
}
.btn-light:hover {
color: #ffffff;
background-color: var(--rt-primary-color);
border-color: var(--rt-primary-color);
}
.btn-gray {
color: #ffffff;
background-color: var(--rt-meta-color);
border-color: var(--rt-meta-color);
}
.btn-gray:hover {
color: #ffffff;
background-color: var(--rt-primary-color);
border-color: var(--rt-primary-color);
}
.rt-button .btn {
-moz-column-gap: 10px;
column-gap: 10px;
}
.rt-button .btn i {
position: relative;
display: inline-block;
transition: all 520ms ease;
transform: translateX(0px);
}
.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(5px);
}
.rt-button .btn:hover:before {
width: 100%;
}
.button-1 {
color: var(--rt-button-color);
background-color: var(--rt-black-bg-color);
}
.button-1 i {
color: var(--rt-button-color);
}
.button-1:before {
background-color: var(--rt-primary-color);
}
.button-1:hover {
color: #111111;
}
.button-1:hover i {
color: #111111;
}
.rt-button .button-2 {
color: #111111;
background-color: var(--rt-primary-color);
}
.rt-button .button-2:before {
background-color: var(--rt-white-bg-color);
}
.rt-button .button-2:hover {
color: var(--rt-button-text-color);
}
.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 i {
color: var(--rt-button-text-color);
}
.rt-button .button-3:before {
background-color: var(--rt-primary-color);
}
.rt-button .button-3:hover {
color: #111111;
}
.rt-button .button-3:hover i {
color: #111111;
}
.rt-button .button-4 {
color: var(--rt-button-text-color);
border: 1px solid var(--rt-border-color);
}
.rt-button .button-4 i {
color: var(--rt-button-text-color);
}
.rt-button .button-4:hover {
color: var(--rt-primary-color);
}
.rt-button .button-4:hover i {
color: var(--rt-primary-color);
}
.rt-button .button-5 {
color: var(--rt-button-text-color);
background-color: var(--rt-gray-color);
}
.rt-button .button-5 i {
color: var(--rt-button-text-color);
}
.rt-button .button-5:before {
background-color: var(--rt-primary-color);
}
.rt-button .button-5:hover {
color: #111111;
}
.rt-button .button-5:hover i {
color: #111111;
}
a {
transition: all 20ms 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-meta-color);
width: 18px;
height: 18px;
}
[class*=rticon] svg {
transition: all 20ms 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;
} .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;
} .scrollToTop {
color: var(--rt-button-text-color);
border: 1px solid var(--rt-border-color);
background-color: var(--rt-white-bg-color);
border-radius: 30px 0 0 30px;
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: var(--rt-button-color);
}
.scrollToTop.show {
bottom: 60px;
opacity: 1;
visibility: visible;
}
@media (max-width: 767px) {
.scrollToTop {
display: none;
}
}
.scrollToTop:hover {
border: 1px solid transparent;
background: var(--rt-primary-color);
color: var(--rt-button-color);
}
.scrollToTop:hover i {
animation: toBottomFromTop 0.7s forwards;
}
.scrollToTop:hover svg {
fill: var(--rt-button-color);
} #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: 30px 0 0 30px;
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: 30px 0 0 30px;
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: #111111;
background-color: var(--rt-primary-color);
border-radius: 50%;
font-size: 16px;
width: 20px;
height: 20px;
display: inline-flex;
align-items: self-end;
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: #111111;
background: var(--rt-primary-color);
border-radius: 50%;
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) {
.sportfy-header-1 .site-header .main-header-section {
border-bottom: 1px solid var(--rt-border-color);
}
.sportfy-header-1 .site-header .site-branding {
background-color: #111111;
height: 90px;
padding: 0 45px;
}
.sportfy-header-1 .site-header .site-branding .dark-logo {
display: none;
}
.sportfy-header-1 .site-header .site-branding .light-logo {
display: block;
}
.sportfy-header-1 .site-header .rt-container-fluid {
padding-left: 0;
padding-right: 0;
}
.sportfy-header-1 .site-header .ham-burger {
position: relative;
padding-right: 30px;
margin-left: 44px;
}
.sportfy-header-1 .site-header .ham-burger:before {
content: "";
height: 90px;
width: 1px;
background-color: var(--rt-border-color);
position: absolute;
top: -35px;
left: -30px;
}
}
.sportfy-header-2 .header-top {
border-top: 1px solid #2d2d2d;
padding-top: 24px;
}
.sportfy-header-2 .main-header-section {
background-color: var(--rt-black-bg-color);
}
.sportfy-header-2 .navigation-menu-wrap {
-moz-column-gap: 50px;
column-gap: 50px;
}
.sportfy-header-2 .rt-advanced-search .product-search-form {
background-color: #202020;
color: #c6c6c6;
border: none;
}
.sportfy-header-2 .rt-advanced-search .product-search-form:focus {
color: #c6c6c6;
box-shadow: none;
border: none;
}
.sportfy-header-2 .menu-icon-action {
color: #c6c6c6;
}
.sportfy-header-2 .menu-icon-action .action-icon i {
color: #c6c6c6;
}
.sportfy-header-2 .menu-icon-action .action-icon:hover i {
color: #ffffff;
}
.sportfy-header-2 .menu-icon-action .btn-hamburger span {
background-color: #c6c6c6;
}
.sportfy-header-2 .sportfy-navigation div > ul > li:first-child > a {
padding-left: 0;
}
.sportfy-header-2 .sportfy-navigation .menu-main-menu-container > ul > li > a {
color: #ffffff;
}
.sportfy-header-2 .sportfy-navigation .caret svg {
fill: #ffffff;
}
.sportfy-header-2 .site-branding .dark-logo {
display: none;
}
.sportfy-header-2 .site-branding .light-logo {
display: block;
}
.sportfy-header-3 .header-top {
padding-top: 35px;
padding-bottom: 35px;
border-bottom: 1px solid #2d2d2d;
}
.sportfy-header-3 .main-header-section {
background-color: var(--rt-black-bg-color);
}
.sportfy-header-3 .navigation-menu-wrap {
justify-content: space-between;
}
.sportfy-header-3 .social-phone-wrap {
display: flex;
align-items: center;
-moz-column-gap: 30px;
column-gap: 30px;
color: #c6c6c6;
}
.sportfy-header-3 .social-phone-wrap .social-icon {
display: flex;
-moz-column-gap: 12px;
column-gap: 12px;
line-height: 1;
}
.sportfy-header-3 .social-phone-wrap .social-icon svg {
fill: #c6c6c6;
width: 16px;
height: 16px;
}
.sportfy-header-3 .social-phone-wrap .social-icon a:hover svg {
fill: #ffffff;
}
.sportfy-header-3 .social-phone-wrap a {
color: #c6c6c6;
}
.sportfy-header-3 .social-phone-wrap a:hover {
color: #ffffff;
}
.sportfy-header-3 .phone-wrap {
display: flex;
align-items: center;
-moz-column-gap: 13px;
column-gap: 13px;
font-weight: 500;
}
.sportfy-header-3 .menu-icon-action .action-icon i {
color: #c6c6c6;
}
.sportfy-header-3 .menu-icon-action .action-icon:hover i {
color: #ffffff;
}
.sportfy-header-3 .menu-icon-action .btn-hamburger span {
background-color: #c6c6c6;
}
.sportfy-header-3 .sportfy-navigation .menu-main-menu-container > ul > li > a {
color: #ffffff;
padding: 18px 16px;
}
.sportfy-header-3 .sportfy-navigation .caret svg {
fill: #ffffff;
}
.sportfy-header-3 .site-branding .dark-logo {
display: none;
}
.sportfy-header-3 .site-branding .light-logo {
display: block;
}
@media (min-width: 1199px) {
.sportfy-header-4 .rt-container-fluid {
padding-left: 50px;
padding-right: 0;
}
.sportfy-header-4 .rt-container-fluid .ham-burger {
padding-right: 30px;
}
.sportfy-header-4 .sportfy-top-bar .rt-container-fluid {
padding-right: 30px;
}
.sportfy-header-4 .main-header-section {
border-bottom: 1px solid var(--rt-border-color);
}
}
.sportfy-header-4 .navigation-menu-wrap {
justify-content: space-between;
}
.sportfy-header-4 .logo-menu-wrap {
display: flex;
align-items: center;
-moz-column-gap: 30px;
column-gap: 30px;
}
.sportfy-header-4 .header-right-wrap {
display: flex;
align-items: center;
-moz-column-gap: 30px;
column-gap: 30px;
}
@media (min-width: 1199px) {
.sportfy-header-4 .ham-burger {
position: relative;
margin-left: 44px;
}
.sportfy-header-4 .ham-burger:before {
content: "";
height: 90px;
width: 1px;
background-color: var(--rt-border-color);
position: absolute;
top: -35px;
left: -30px;
}
}
.rt-container-fluid .sportfy-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: 10;
}
.mobile-header-section .navigation-menu-wrap {
justify-content: space-between;
} @media (max-width: 1024px) {
.navigation-menu-wrap {
padding-top: 12px;
padding-bottom: 12px;
}
}
@media (max-width: 767px) {
.navigation-menu-wrap .menu-icon-wrapper {
margin-left: unset;
padding-left: 0;
}
}
.site-header .sportfy-navigation ul.sportfy-navbar > li.current-menu-item > a,
.site-header .sportfy-navigation ul.sportfy-navbar > li.current-menu-ancestor > a {
text-decoration: underline;
}
.sportfy-navigation {
flex: 1;
display: flex;
align-items: center;
}
.sportfy-navigation ul.sportfy-navbar {
padding: 0;
margin: 0;
}
.sportfy-navigation ul li {
display: inline-block;
position: relative;
margin-bottom: 0;
}
.sportfy-navigation ul li a {
font-size: 16px;
font-weight: 700;
line-height: 24px;
color: var(--rt-heading-color);
text-decoration: none;
text-transform: uppercase;
padding: 33px 16px;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 5px;
}
@media (max-width: 1199px) {
.sportfy-navigation ul li a {
padding: 21px 15px;
}
}
.sportfy-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;
}
.sportfy-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;
}
.sportfy-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;
}
.sportfy-navigation ul li.current-menu-item > a svg,
.sportfy-navigation ul li.current-menu-ancestor > a svg {
fill: var(--rt-heading-color);
}
.sportfy-navigation ul li.current-menu-item > a,
.sportfy-navigation ul li.current-menu-ancestor > a {
color: var(--rt-heading-color);
}
.sportfy-navigation ul li a:hover {
color: var(--rt-heading-color);
}
.sportfy-navigation ul li a:hover svg {
fill: var(--rt-heading-color);
}
.sportfy-navigation ul.menu > li > a:hover {
color: var(--rt-heading-color);
}
.sportfy-navigation ul.menu li.current-menu-item > a,
.sportfy-navigation ul.menu li.current > a {
color: var(--rt-heading-color);
}
.sportfy-navigation { }
.sportfy-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);
}
.sportfy-navigation ul > li:hover > ul {
opacity: 1;
visibility: visible;
}
.sportfy-navigation ul li ul li ul {
left: 100%;
top: 0;
width: 240px;
}
.sportfy-navigation ul li ul li {
display: block;
padding: 0 30px;
}
.sportfy-navigation ul li ul li a {
position: relative;
display: inline-block;
color: var(--rt-body-color);
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
padding: 6px 0;
z-index: 2;
}
.sportfy-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;
}
.sportfy-navigation ul li ul li:hover > a {
color: var(--rt-heading-color);
}
.sportfy-navigation ul li ul li:hover > a:before {
width: 100%;
opacity: 1;
}
.sportfy-navigation ul li ul li.current-menu-item > a {
color: var(--rt-heading-color);
}
.sportfy-navigation ul li ul li.current-menu-item > a:before {
width: 100%;
opacity: 1;
}
.sportfy-navigation ul li ul > li:last-child > a {
border-bottom: none;
}
.sportfy-navigation { }
.sportfy-navigation ul.menu li ul.dropdown-menu li:last-child:after {
border-bottom: none;
}
.sportfy-navigation ul.menu li ul.dropdown-menu li a:hover {
color: var(--rt-primary-color);
}
.sportfy-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);
}
.sportfy-navigation ul.menu li ul.dropdown-menu li a:hover:before {
width: 100%;
left: 0;
right: inherit;
}
.sportfy-navigation > ul li.page_item_has_children > a:after,
.sportfy-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 20ms ease;
}
.sportfy-navigation .caret svg {
fill: var(--rt-heading-color);
transition: fill 0.4s;
}
.sportfy-navigation .dropdown-menu .caret {
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
}
.sportfy-navigation .dropdown-menu .caret svg {
transform: rotate(-90deg) scale(0.9);
}
.sportfy-navbar li > .dropdown-menu li.dropdown-inverse .dropdown-menu {
left: auto;
min-width: 195px;
transition: all 0.2s;
}
.sportfy-navbar li > .dropdown-menu li.dropdown-inverse:hover .dropdown-menu {
margin-right: -5px;
} .mega-menu-wrap .e-con-inner {
position: relative;
}
.mega-menu-wrap .elementor-element,
.mega-menu-wrap .elementor-widget-container {
position: unset;
}
.mega-menu-left .sportfy-navigation ul li.mega-menu > ul.dropdown-menu {
right: auto;
}
.mega-menu-right .sportfy-navigation ul li.mega-menu > ul.dropdown-menu {
left: auto;
} .sportfy-navigation ul.menu li.mega-menu ul.dropdown-menu li a:before,
.sportfy-navigation ul.menu li.mega-menu ul.dropdown-menu li:after,
.sportfy-navigation ul.menu li.mega-menu ul.dropdown-menu li.menu-item-has-children:before {
display: none;
}
.sportfy-navigation ul.menu li.mega-menu ul.dropdown-menu li a {
padding: 0 0 8px;
}
.sportfy-navigation ul.menu li.mega-menu .dropdown-menu .dropdown-toggle {
padding-bottom: 0 !important;
}
.sportfy-navigation ul li.mega-menu {
position: static;
}
.sportfy-navigation ul li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
}
.sportfy-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;
}
.sportfy-navigation ul li > ul.dropdown-menu {
pointer-events: none;
padding-top: 24px;
padding-bottom: 24px;
}
.sportfy-navigation ul > li:hover > ul.dropdown-menu {
transform: translateY(0);
pointer-events: all;
}
.sportfy-navigation { }
.sportfy-navigation ul li.mega-menu.two-column {
position: relative;
}
.sportfy-navigation ul li.mega-menu.two-column > ul.dropdown-menu {
background-color: #ffffff !important;
width: 520px !important;
}
.sportfy-navigation { }
.sportfy-navigation ul li.mega-menu.two-column {
position: relative;
}
.sportfy-navigation ul li.mega-menu.three-column > ul.dropdown-menu {
background-color: #ffffff !important;
width: 780px !important;
}
.sportfy-navigation { }
.sportfy-navigation ul li.mega-menu > ul.dropdown-menu > li {
display: inline-block;
width: 100%;
border: none;
padding: 0;
}
.sportfy-navigation ul li.mega-menu > ul.dropdown-menu > li ul {
position: relative;
width: inherit;
left: inherit;
box-shadow: none;
border-top: none;
padding: 0;
}
.sportfy-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;
}
.sportfy-navigation ul li.mega-menu > ul.dropdown-menu > li > a:before {
display: none;
}
.sportfy-navigation ul li.mega-menu.hide-header > ul.dropdown-menu > li > a {
display: none;
}
.sportfy-navigation ul li.mega-menu > ul .caret {
display: none !important;
}
.sportfy-navigation ul li.mega-menu.mega-menu-col-2 > ul {
width: 30%;
}
.sportfy-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;
}
}
.sportfy-navigation ul.sportfy-navbar > li:hover > ul.dropdown-menu {
animation: menu_slide 0.44s both;
} .rt-search-popup.show .rt-search-form {
visibility: visible;
opacity: 1;
top: 51px;
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 20ms 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, "Syne"), 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;
} .sportfy-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;
}
.sportfy-offcanvas-drawer.is-open {
margin-left: 0;
}
.sportfy-offcanvas-drawer .rt-button-action a {
color: var(--rt-body-color);
align-items: baseline;
}
.sportfy-offcanvas-drawer .rt-button-action a:hover {
color: var(--rt-heading-color);
}
.sportfy-offcanvas-drawer .rt-button-action a i, .sportfy-offcanvas-drawer .rt-button-action a svg {
color: var(--rt-body-color);
}
.sportfy-offcanvas-drawer ul {
list-style: none;
margin: 0;
padding: 0;
}
.sportfy-offcanvas-drawer nav ul li a {
padding: 8px 40px 8px 0;
display: block;
position: relative;
font-size: 15px;
font-weight: 700;
color: var(--rt-body-color);
line-height: 1.3;
text-transform: uppercase;
}
.sportfy-offcanvas-drawer nav ul li a:hover {
color: var(--rt-heading-color);
}
.sportfy-offcanvas-drawer nav ul li ul a {
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
}
.sportfy-offcanvas-drawer ul li.current-menu-item > a,
.sportfy-offcanvas-drawer ul li.current-menu-ancestor > a {
color: var(--rt-heading-color);
}
.sportfy-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%;
}
.sportfy-offcanvas-drawer .caret svg {
fill: var(--rt-heading-color);
}
.sportfy-offcanvas-drawer ul > li.is-open > a > .caret > svg {
transform: rotate(180deg);
}
.sportfy-offcanvas-drawer ul ul {
padding-left: 30px;
}
.sportfy-offcanvas-drawer .offcanvas-navigation li > ul {
display: none;
}
.sportfy-offcanvas-drawer .offcanvas-logo {
display: flex;
align-items: center;
justify-content: space-between;
}
.sportfy-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: #111111;
background: var(--rt-primary-color);
border-radius: 50%;
z-index: 1;
}
.sportfy-offcanvas-drawer .product-search .rt-cat-drop {
display: none;
}
.sportfy-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;
}
.sportfy-offcanvas-drawer.is-open + .sportfy-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;
}
@media (min-width: 1025px) {
.mobile-action-button {
display: none;
}
}
.mobile-action-button {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
}
.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);
} .sportfy-top-bar {
font-size: 15px;
font-weight: 500;
background-color: var(--rt-black-bg-color);
color: #c6c6c6;
padding: 12px 0;
display: flex;
align-items: center;
position: relative;
}
.sportfy-top-bar .close {
background-color: var(--rt-white-bg-color);
color: var(--rt-heading-color);
border-radius: 50%;
font-size: 22px;
width: 32px;
height: 32px;
padding: 0;
position: absolute;
right: 70px;
}
.sportfy-top-bar .close:hover {
background-color: var(--rt-primary-color);
color: var(--rt-button-color);
}
.sportfy-top-bar a {
color: #c6c6c6;
}
.sportfy-top-bar a:hover {
color: #ffffff;
}
.sportfy-top-bar .top-bar-right {
flex-wrap: wrap;
justify-content: center;
-moz-column-gap: 30px;
column-gap: 30px;
}
.sportfy-top-bar .top-bar-right .rt-email {
position: relative;
}
.sportfy-top-bar .top-bar-right .rt-email i {
padding-right: 8px;
}
.sportfy-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);
}
.sportfy-top-bar .top-bar-row {
justify-content: space-between;
}
@media (max-width: 991px) {
.sportfy-top-bar .top-bar-row {
justify-content: center;
}
}
.sportfy-top-bar.top-bar-style-2 .top-bar-row {
justify-content: center;
}
.sportfy-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;
}
.sportfy-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) {
.sportfy-top-bar .top-bar-left {
justify-content: center;
}
}
.sportfy-top-bar .social-icon {
display: inline-flex;
align-items: center;
gap: 10px;
}
.sportfy-top-bar .social-icon a:hover svg {
fill: #ffffff;
}
.sportfy-top-bar .social-icon [class*=rticon] svg {
width: 15px;
height: 15px;
fill: #c6c6c6;
}
.has-trheader .site-header .sportfy-top-bar * {
color: var(--rt-meta-color2);
} .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;
}
.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(90px - 100%));
}
.sportfy-header-3 .headroom--not-top.headroom--pinned {
transform: translateY(calc(60px - 100%));
}
.sportfy-header-footer .headroom--not-top.headroom--pinned {
transform: translateY(calc(60px - 100%));
} .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.sportfy-header-2 .main-header-section {
background-color: transparent;
}
.has-trheader.sportfy-header-3 .main-header-section {
background-color: transparent;
}
.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 .sportfy-navigation .menu-main-menu-container > ul > li > a {
color: #ffffff;
}
.tr-header-light .sportfy-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 20ms 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);
}
.sportfy-breadcrumb-wrapper {
display: flex;
align-items: center;
padding: 15px 0;
background-color: var(--rt-body-bg-color);
border-bottom: 1px solid var(--rt-border-color);
}
.sportfy-breadcrumb-wrapper.has-bg {
position: relative;
background-color: var(--rt-heading-color);
z-index: 0;
}
.sportfy-breadcrumb-wrapper.has-bg .banner-image {
opacity: 0.5;
}
.sportfy-breadcrumb-wrapper.has-bg .entry-title {
color: #ffffff;
}
.sportfy-breadcrumb-wrapper .banner-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
z-index: -1;
}
.sportfy-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;
}
.sportfy-breadcrumb-wrapper .breadcrumb li {
display: inline;
position: relative;
align-items: center;
gap: 10px;
}
.sportfy-breadcrumb-wrapper .breadcrumb .raquo {
padding: 0 5px;
line-height: 1;
font-size: 11px;
}
.sportfy-breadcrumb-wrapper .breadcrumb a {
color: var(--rt-meta-color);
}
.sportfy-breadcrumb-wrapper .breadcrumb path {
stroke: var(--rt-meta-color);
}
.sportfy-breadcrumb-wrapper .container {
z-index: 1;
}
.sportfy-breadcrumb-wrapper .entry-breadcrumb {
font-size: 15px;
font-weight: 500;
}
.sportfy-breadcrumb-wrapper .entry-breadcrumb span a {
color: var(--rt-meta-color2);
}
.sportfy-breadcrumb-wrapper .entry-breadcrumb span a:hover {
color: var(--rt-heading-color);
}
.sportfy-breadcrumb-wrapper .entry-breadcrumb .current-item {
color: var(--rt-heading-color);
}
.sportfy-breadcrumb-wrapper .entry-breadcrumb .dvdr {
color: var(--rt-meta-color2);
font-size: 11px;
line-height: 1;
padding: 0 8px;
}
.sportfy-breadcrumb-wrapper .entry-title {
color: var(--rt-heading-color);
font-size: 24px;
line-height: 1.2;
margin-bottom: 0;
}
.sportfy-breadcrumb-wrapper .align-items-center .entry-breadcrumb {
text-align: center;
}
.sportfy-breadcrumb-wrapper .align-items-end .entry-breadcrumb {
text-align: right;
}
.sportfy-breadcrumb-wrapper .breadcrumb a,
.has-trheader .sportfy-breadcrumb-wrapper .breadcrumb a {
color: var(--rt-meta-color2);
}
.sportfy-breadcrumb-wrapper .breadcrumb a:hover,
.has-trheader .sportfy-breadcrumb-wrapper .breadcrumb a:hover {
color: var(--rt-heading-color);
}
.sportfy-breadcrumb-wrapper .breadcrumb li.active .title,
.has-trheader .sportfy-breadcrumb-wrapper .breadcrumb li.active .title {
color: var(--rt-heading-color);
}
.banner-light .entry-title {
color: #ffffff;
}
.banner-light .entry-breadcrumb span a {
color: #ffffff;
}
.banner-light .entry-breadcrumb .dvdr {
color: #ffffff;
}
@media (min-width: 1140px) {
.layout-left-sidebar .sportfy-widget-area {
padding-right: 30px;
}
}
@media (min-width: 1140px) {
.layout-right-sidebar .sportfy-widget-area {
padding-left: 30px;
}
}
@media (max-width: 1139px) {
.layout-right-sidebar .sportfy-widget-area {
margin-top: 60px;
}
.layout-left-sidebar .sportfy-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;
}
}
.sportfy-widget-area .widget:last-child {
margin-bottom: 0;
}
.sportfy-widget-area .wp-block-image {
margin: 0;
}
.sportfy-widget-area ul {
list-style: none;
margin: 0;
padding: 0;
}
.sportfy-widget-area ul > li {
position: relative;
margin-bottom: 5px;
font-size: 17px;
}
.sportfy-widget-area ul > li:last-child {
margin-bottom: 0;
}
.sportfy-widget-area ul > li > a {
position: relative;
}
.sportfy-widget-area ul.sub-menu {
margin-top: 5px;
}
.sportfy-widget-area .widgettitle,
.sportfy-widget-area .widget-title,
.sportfy-widget-area .wp-block-heading {
font-size: 17px;
line-height: 1.4;
}
.sportfy-widget-area .rt-sidebar ul.children,
.sportfy-widget-area .rt-single-sidebar ul.children {
margin-top: 10px;
}
.sportfy-widget-area .wp-block-categories li,
.sportfy-widget-area .wp-block-archives li,
.sportfy-widget-area .wp-block-page-list li,
.sportfy-widget-area .widget_archive ul li,
.sportfy-widget-area .widget_categories ul li {
margin-bottom: 6px;
padding-bottom: 6px;
width: 100%;
}
.sportfy-widget-area .wp-block-categories li a,
.sportfy-widget-area .wp-block-archives li a,
.sportfy-widget-area .wp-block-page-list li a,
.sportfy-widget-area .widget_archive ul li a,
.sportfy-widget-area .widget_categories ul li a {
padding-left: 26px;
}
.sportfy-widget-area .wp-block-categories li a:before,
.sportfy-widget-area .wp-block-archives li a:before,
.sportfy-widget-area .wp-block-page-list li a:before,
.sportfy-widget-area .widget_archive ul li a:before,
.sportfy-widget-area .widget_categories ul li a:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid var(--rt-border-color);
transition: all 520ms;
}
.sportfy-widget-area .wp-block-categories li a:hover,
.sportfy-widget-area .wp-block-archives li a:hover,
.sportfy-widget-area .wp-block-page-list li a:hover,
.sportfy-widget-area .widget_archive ul li a:hover,
.sportfy-widget-area .widget_categories ul li a:hover {
color: var(--rt-heading-color);
}
.sportfy-widget-area .wp-block-categories li a:hover:before,
.sportfy-widget-area .wp-block-archives li a:hover:before,
.sportfy-widget-area .wp-block-page-list li a:hover:before,
.sportfy-widget-area .widget_archive ul li a:hover:before,
.sportfy-widget-area .widget_categories ul li a:hover:before {
background-color: var(--rt-heading-color);
}
.sportfy-widget-area .wp-block-categories li:last-child,
.sportfy-widget-area .wp-block-archives li:last-child,
.sportfy-widget-area .wp-block-page-list li:last-child,
.sportfy-widget-area .widget_archive ul li:last-child,
.sportfy-widget-area .widget_categories ul li:last-child {
margin-bottom: 0;
}
.sportfy-widget-area .wp-block-categories li.current-cat a:before,
.sportfy-widget-area .wp-block-archives li.current-cat a:before,
.sportfy-widget-area .wp-block-page-list li.current-cat a:before,
.sportfy-widget-area .widget_archive ul li.current-cat a:before,
.sportfy-widget-area .widget_categories ul li.current-cat a:before {
background-color: var(--rt-heading-color);
}
.sportfy-widget-area .wp-block-categories.category-layout-2 li a,
.sportfy-widget-area .wp-block-archives.category-layout-2 li a,
.sportfy-widget-area .widget_archive.category-layout-2 ul li a,
.sportfy-widget-area .widget_categories.category-layout-2 ul li a {
color: var(--rt-meta-color);
}
.sportfy-widget-area .wp-block-categories.category-layout-2 li a:before,
.sportfy-widget-area .wp-block-archives.category-layout-2 li a:before,
.sportfy-widget-area .widget_archive.category-layout-2 ul li a:before,
.sportfy-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-border-color);
transition: all 520ms;
}
.sportfy-widget-area .wp-block-categories.category-layout-2 li a:hover,
.sportfy-widget-area .wp-block-archives.category-layout-2 li a:hover,
.sportfy-widget-area .widget_archive.category-layout-2 ul li a:hover,
.sportfy-widget-area .widget_categories.category-layout-2 ul li a:hover {
padding-left: 22px;
color: var(--rt-heading-color);
}
.sportfy-widget-area .wp-block-categories.category-layout-2 li a:hover:before,
.sportfy-widget-area .wp-block-archives.category-layout-2 li a:hover:before,
.sportfy-widget-area .widget_archive.category-layout-2 ul li a:hover:before,
.sportfy-widget-area .widget_categories.category-layout-2 ul li a:hover:before {
background-color: var(--rt-heading-color);
}
.sportfy-widget-area .widget_nav_menu ul li,
.sportfy-widget-area .widget_pages ul li,
.sportfy-widget-area .widget_meta ul li {
margin-bottom: 6px;
padding-bottom: 6px;
width: 100%;
}
.sportfy-widget-area .widget_nav_menu ul li a,
.sportfy-widget-area .widget_pages ul li a,
.sportfy-widget-area .widget_meta ul li a {
padding-left: 26px;
}
.sportfy-widget-area .widget_nav_menu ul li a:before,
.sportfy-widget-area .widget_pages ul li a:before,
.sportfy-widget-area .widget_meta ul li a:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid var(--rt-border-color);
transition: all 520ms;
}
.sportfy-widget-area .widget_nav_menu ul li a:hover,
.sportfy-widget-area .widget_pages ul li a:hover,
.sportfy-widget-area .widget_meta ul li a:hover {
color: var(--rt-heading-color);
}
.sportfy-widget-area .widget_nav_menu ul li a:hover:before,
.sportfy-widget-area .widget_pages ul li a:hover:before,
.sportfy-widget-area .widget_meta ul li a:hover:before {
background-color: var(--rt-heading-color);
}
.sportfy-widget-area .widget_nav_menu ul li:last-child,
.sportfy-widget-area .widget_pages ul li:last-child,
.sportfy-widget-area .widget_meta ul li:last-child {
margin-bottom: 0;
}
.sportfy-widget-area .wp-block-tag-cloud, .sportfy-widget-area .tagcloud {
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.sportfy-widget-area .wp-block-tag-cloud a, .sportfy-widget-area .tagcloud a {
color: var(--rt-body-color);
background: var(--rt-gray-color);
display: inline-block;
font-size: 14px !important;
font-weight: 600;
margin: 0;
padding: 8px 15px;
line-height: 1.4;
}
.sportfy-widget-area .wp-block-tag-cloud a:hover, .sportfy-widget-area .tagcloud a:hover {
background-color: var(--rt-primary-color);
color: #111111;
}
.sportfy-widget-area .rt-blog-post {
margin-bottom: 24px;
}
.sportfy-widget-area .rt-blog-post:last-child {
margin-bottom: 0;
}
.sportfy-widget-area .rt-blog-post .post-thumbnail {
overflow: hidden;
margin-bottom: 0;
}
.sportfy-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: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
transform-origin: center center;
}
.sportfy-widget-area .rt-blog-post:hover img {
transform: perspective(200px) rotateX(0.07deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.sportfy-widget-area .rt-blog-post .rt-post-meta {
padding-top: 20px;
}
.sportfy-widget-area .rt-blog-post .entry-title {
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
line-height: 1.5;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sportfy-widget-area .rt-blog-post .entry-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;
}
.sportfy-widget-area .rt-blog-post .entry-title a:hover {
background-size: 100% 1px;
}
.sportfy-widget-area .rt-blog-post .entry-content {
padding-top: 12px;
}
.sportfy-widget-area .rt-blog-post .post-thumbnail-wrap .posted-on {
display: none;
}
.sportfy-widget-area .blog-list-style .rt-post-meta {
padding-top: 0;
}
.sportfy-widget-area .blog-list-style .article-inner-wrapper {
display: flex;
align-items: center;
-moz-column-gap: 15px;
column-gap: 15px;
}
.sportfy-widget-area .blog-list-style .post-thumbnail-wrap {
width: 80px;
}
.sportfy-widget-area .blog-list-style .entry-wrapper {
flex: 1;
} .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;
} .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%;
}
}  .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;
} .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;
} .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;
} .widget_text .widget-heading {
margin-bottom: 15px;
}
.widget_text select {
margin-top: 0;
} .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(//manriquez.com.mx/wp-content/themes/sportfy/assets/images/select-arrow.svg) !important;
background-repeat: no-repeat;
background-position: 95%;
transition: all ease 0.31s;
} .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: #111;
background-color: var(--rt-primary-color);
}
.widget_sportfy_about .about-logo a {
font-size: 36px;
font-weight: 600;
}
.widget_sportfy_contact ul {
padding: 0 30px;
}
.widget_sportfy_contact ul li {
display: flex;
align-items: flex-start;
}
.widget_sportfy_contact ul li.phone-no {
font-size: 20px;
font-weight: 600;
}
.widget_sportfy_contact li [class*=rticon-] {
flex: 0 0 30px;
padding-top: 4px;
justify-content: start;
}
.widget_sportfy_contact li svg {
fill: var(--rt-primary-color);
}
.widget_sportfy_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 {
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;
} .site-footer .footer-menu-wrapper {
border-top: 1px solid var(--rt-gray-color);
}
.sportfy-footer-1 .site-footer .footer-menu-wrapper .align-default {
justify-content: center;
}
.site-footer .sportfy-navigation ul > li > ul.depth_0 {
bottom: 100%;
top: auto;
}
.site-footer .sportfy-navigation ul li ul li ul {
left: 100%;
top: auto;
bottom: 0;
} .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 {
font-size: 18px;
margin-bottom: 8px;
}
.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-color2);
border-radius: 0;
display: inline-block;
font-size: 14px !important;
padding: 8px 15px;
line-height: 1.4;
}
.site-footer .tagcloud a:hover {
background-color: var(--rt-primary-color);
color: #111111;
}
.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-wrapper {
position: relative;
padding: 20px 0;
display: flex;
justify-content: center;
align-items: center;
color: var(--rt-meta-color2);
font-size: 16px;
}
.footer-copyright-wrapper .copyright-text {
text-align: center;
}
.footer-copyright-wrapper a {
color: var(--rt-meta-color2);
}
.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;
}
}
.sportfy-footer-1 .footer-widgets-wrapper {
background-color: var(--rt-gray-color);
}
.sportfy-footer-1 .footer-blur-shape ul li {
border-radius: 322px;
width: 322px;
height: 322px;
filter: blur(100px);
background: #231435;
position: absolute;
}
.sportfy-footer-1 .footer-blur-shape ul li:nth-child(1) {
background-color: #EEFDE8;
}
.sportfy-footer-1 .footer-blur-shape ul li:nth-child(2) {
background-color: #FFFBE8;
top: 0;
right: 0;
left: auto;
}
.sportfy-footer-1 .footer-copyright-wrapper {
background-color: var(--rt-white-bg-color);
}
.sportfy-footer-2 .footer-widgets-wrapper {
background-color: var(--rt-black-bg-color);
}
.sportfy-footer-2 .sportfy-navigation ul > li:hover > ul {
z-index: 9999;
}
.sportfy-footer-2 .site-footer .widget-title, .sportfy-footer-2 .site-footer .widgettitle {
color: #ffffff;
}
.sportfy-footer-2 .site-footer .tagcloud a {
color: var(--rt-primary-color);
}
.sportfy-footer-2 .site-footer .footer-social a svg {
fill: #ffffff;
}
.sportfy-footer-2 .footer-sidebar {
color: #c6c6c6;
}
.sportfy-footer-2 .footer-sidebar a {
color: #c6c6c6;
}
.sportfy-footer-2 .footer-sidebar a:hover {
color: #ffffff;
}
.sportfy-footer-2 .footer-sidebar .phone-no a {
color: #ffffff;
}
.sportfy-footer-2 .footer-copyright-wrapper {
background-color: #1f1f1f;
color: #c6c6c6;
}
.sportfy-footer-2 .footer-copyright-wrapper a {
color: #c6c6c6;
}
.sportfy-footer-2 .footer-copyright-wrapper a:hover {
color: red;
}
@media (max-width: 767px) {
.sportfy-footer-2 .copyright-text-wrap {
flex-direction: column;
gap: 8px;
text-align: center;
}
}
.sportfy-footer-2 .site-footer .widget_nav_menu ul li a:before {
background-color: #ffffff;
}
.rt-sidebar.widget_sportfy_search,
.rt-single-sidebar.widget_sportfy_search {
border: none;
padding: 0;
border-radius: unset;
}
.sportfy-search-form .search-box {
position: relative;
border: 1px solid var(--rt-border-color);
overflow: hidden;
}
.sportfy-search-form .search-box input {
font-size: 16px;
font-weight: 500;
height: 50px;
padding: 0 55px 0 20px;
border: none;
width: 100%;
background-color: var(--rt-body-bg-color);
}
.sportfy-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;
}
.sportfy-search-form .search-box button svg {
fill: var(--rt-heading-color);
width: 22px;
height: 22px;
margin-top: 1.5px;
}
.sportfy-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: 24px;
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: 15px;
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: 5px;
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: #111111;
border: none;
padding: 15px 28px;
border-radius: 0;
cursor: pointer;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.5px;
transition: all 320ms ease-in-out;
}
.comments-area .comment-form input[type=submit]:hover {
background-color: var(--rt-secondary-color);
color: #111111;
}
.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: 16px;
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-meta-color2);
}
@media (min-width: 767px) {
.comment-author .comment-meta {
position: absolute;
top: -5px;
right: 0;
}
}
.comment-author .comment-meta {
font-size: 15px;
font-weight: 500;
margin-bottom: 10px;
}
.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-body-color);
background-color: var(--rt-gray-color);
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: var(--rt-body-color);
}
.comment-reply-link:hover svg {
fill: var(--rt-body-color);
}
#cancel-comment-reply-link {
padding-left: 12px;
}
.comment-list li {
font-size: 16px;
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);
padding: 60px;
}
@media (max-width: 767px) {
.comment-respond {
padding: 30px;
}
}
.comment-respond .comment-reply-title {
font-size: 24px;
}
.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: 340px;
overflow-x: hidden;
}
ul.rt-action-list .rt-drop-menu li {
font-size: 14px;
padding: 0 20px;
line-height: 1;
margin-bottom: 15px;
cursor: pointer;
position: relative;
color: var(--rt-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: 15px;
font-weight: 500;
color: var(--rt-button-text-color);
background-color: transparent;
position: relative;
height: 54px;
min-width: 160px;
z-index: 5;
}
ul.rt-action-list .rt-btn .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: 30px;
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-button-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-primary-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;
} .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: 16px;
}
.rt-post-meta ul {
list-style: none;
padding: 0;
margin: 0;
display: 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-body-color);
font-size: 14px;
font-weight: 600;
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-primary-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-body-color);
padding-bottom: 0;
}
.rt-post-meta ul li a:hover {
color: var(--rt-meta-color2);
}
.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: 4px 12px;
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: 7px;
}
.separate-meta a {
color: var(--rt-body-color);
font-size: 14px;
font-weight: 600;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
margin: 0 4px 4px 0;
line-height: 1.2;
text-transform: uppercase;
transition: all 220ms;
}
.separate-meta a:hover {
color: var(--rt-meta-color2);
}
.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;
} .sportfy-post-card .article-inner-wrapper .entry-content {
margin-top: 15px;
}
.sportfy-post-card .entry-title {
font-size: 20px;
line-height: 1.4;
margin-bottom: 12px;
}
.sportfy-post-card .entry-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;
}
.sportfy-post-card .entry-title a:hover {
background-size: 100% 1px;
}
.sportfy-post-card .entry-footer {
margin-top: 18px;
}
.sportfy-post-card:hover .article-inner-wrapper .post-thumbnail img {
transform: perspective(500px) rotateX(0.03deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.post-thumbnail-wrap {
position: relative;
}
.post-thumbnail-wrap .post-thumbnail {
overflow: hidden;
margin-bottom: 0;
line-height: 0;
}
.post-thumbnail-wrap .post-thumbnail img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
transition: all 520ms ease;
transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
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: 44px;
height: 44px;
background-color: #ffffff;
color: #111111;
line-height: 42px;
text-align: center;
font-size: 18px;
}
.post-thumbnail-wrap .rt-video .video-popup-icon:hover {
background-color: var(--rt-primary-color);
}
.post-thumbnail-wrap .swiper-slide {
line-height: 0;
}
.post-thumbnail-wrap .swiper-navigation .swiper-button {
font-size: 12px;
width: 44px;
height: 44px;
color: #ffffff;
background-color: #111111;
border: 1px solid transparent;
}
.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 .rt-post-meta {
margin-bottom: 12px;
}
.blog-list .post-thumbnail-wrap {
margin-bottom: 24px;
}
.blog-list .entry-title {
font-size: 28px;
}
.blog-list .article-inner-wrapper {
position: relative;
overflow: hidden;
}
.blog-list .post-thumbnail img {
width: 100%;
}
.blog-list-2 .entry-wrapper {
flex: 1;
}
@media (min-width: 1025px) {
.blog-list-2 .article-inner-wrapper {
display: flex;
align-items: center;
gap: 30px;
}
}
.blog-list-2 .article-inner-wrapper {
position: relative;
overflow: hidden;
}
@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: 20px;
}
.blog-grid-2 .rt-post-meta {
margin-bottom: 12px;
}
@media (max-width: 1199px) {
.blog-grid-2.is-above-meta .post-thumbnail {
clip-path: none;
}
}
.blog-grid-3 .article-inner-wrapper {
position: relative;
overflow: hidden;
}
.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: 5px;
top: 5px;
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;
background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%);
}
.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-3 .separate-meta a {
color: #ffffff;
}
.blog-grid-3 .separate-meta 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);
padding: 8px 16px;
}
.blog-grid-4 .separate-meta a:hover {
border: 1px solid var(--rt-primary-color);
color: var(--rt-primary-color);
}
.blog-grid-4 .is-image .post-thumbnail-wrap {
margin-bottom: 34px;
}
.blog-grid-4 .is-image .separate-meta {
position: absolute;
left: 24px;
bottom: -24px;
z-index: 1;
}
.blog-grid-4.no-above-meta .entry-wrapper {
margin-top: 20px;
}
.sticky .article-inner-wrapper {
background-color: rgba(var(--rt-primary-rgb), 0.08);
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);
}
.pagination-list li a:hover {
background-color: var(--rt-primary-color);
border: 1px solid transparent;
color: #111111;
}
.pagination-list li.active a {
background-color: var(--rt-primary-color);
border: 1px solid transparent;
color: #111111;
}
.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);
border: 1px solid var(--rt-border-color);
border-radius: 50%;
}
.pagination-area-2 .pagination-list li a:hover {
background-color: var(--rt-black-bg-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-black-bg-color);
color: var(--rt-button-color);
}
.single-content .sportfy-post-card .entry-content {
margin-bottom: 40px;
}
.single-content .sportfy-post-card .entry-content > p + :is(h1, h2, h3) {
margin-top: 20px;
margin-bottom: 20px;
}
.single-content .sportfy-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;
}
.single-content .single-inner-wrapper .post-list-style li:before {
position: absolute;
content: "\e825";
font-family: "rt-fontello";
font-size: 11px;
color: #111111;
left: -30px;
top: 3px;
background-color: var(--rt-primary-color);
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 {
width: 100%;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 24px;
}
:where(.wp-block-columns) {
margin-top: 30px;
margin-bottom: 15px;
}
.rt-related-post {
margin-top: 60px;
}
.rt-related-post .related-title {
font-size: 24px;
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 .sportfy-post-card .entry-header .entry-title {
font-size: 28px;
line-height: 1.2;
margin-bottom: 24px;
}
.single-post .sportfy-post-card .rt-post-meta {
margin-bottom: 18px;
}
.single-post .entry-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-footer {
flex-direction: column;
align-items: baseline !important;
gap: 20px;
}
}
.single-post .entry-footer .rt-title {
color: var(--rt-heading-color);
font-size: 16px;
font-weight: 600;
}
.single-post .entry-footer .post-tags {
display: flex;
align-items: center;
gap: 15px;
}
.single-post .entry-footer .tag-links {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 7px;
}
.single-post .entry-footer .tag-links .sp {
display: none;
}
.single-post .entry-footer .tag-links a {
background-color: var(--rt-gray-color);
color: var(--rt-body-color);
font-size: 14px;
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-footer .tag-links a:hover {
background-color: var(--rt-primary-color);
}
.single-post .entry-footer .post-share {
display: flex;
align-items: center;
gap: 15px;
}
.single-post .entry-footer .social-share-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
overflow: hidden;
}
.single-post .entry-footer .social-share-list li {
margin-bottom: 0;
}
.single-post .entry-footer .social-share-list a {
color: var(--rt-body-color);
}
.single-post .entry-footer .social-share-list a i {
display: block;
}
.single-post .entry-footer .social-share-list a:hover i {
animation: toBottomFromTop 0.7s forwards;
}
.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);
}
@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: 18px;
font-weight: 500;
margin-bottom: 10px;
line-height: 1.3;
text-transform: capitalize;
}
.profile-author .profile-title a:hover {
color: var(--rt-meta-color2);
}
.profile-author .profile-info {
display: flex;
flex-wrap: wrap;
gap: 15px;
color: var(--rt-body-color);
font-size: 15px;
font-weight: 500;
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: 600;
line-height: 1.5;
}
.wp-block-quote p {
margin-bottom: 5px;
}
.wp-block-quote cite {
color: var(--rt-heading-color);
font-size: 15px;
font-weight: 400;
}
.single-post.sportfy-single-3 .content-area {
padding-top: 0;
}
.single-post.sportfy-single-3 .single-post-container .sportfy-widget-area {
display: none !important;
}
.single-post.sportfy-single-3 .single-post-container .content-row {
justify-content: center;
margin-top: -90px;
}
.single-post.sportfy-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.sportfy-single-3 .single-post-container .content-col {
padding: 70px 80px;
}
}
.single-post.sportfy-single-3 .single-post-container .content-top-area {
padding: 0;
}
.single-post.sportfy-single-3 .single-post-container .content-top-area .post-thumbnail-wrap {
margin-bottom: 0;
position: relative;
overflow: hidden;
}
@media (min-width: 992px) {
.single-post.sportfy-single-3 .single-post-container .content-top-area .post-thumbnail-wrap {
height: 840px;
}
}
.single-post.sportfy-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.sportfy-single-4 .single-inner-wrapper .entry-header {
background-color: var(--rt-gray-color);
margin-bottom: 30px;
padding: 40px 40px 16px;
}
@media (max-width: 575px) {
.single-post.sportfy-single-4 .single-inner-wrapper .entry-header {
padding: 30px 30px 6px;
}
}
.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: 16px;
line-height: 1.4;
color: var(--rt-heading-color);
}
.single-post-pagination .link:hover {
color: var(--rt-meta-color2);
}
.single-post-pagination .nav-title {
display: flex;
align-items: center;
gap: 15px;
flex: 0 0 100%;
font-weight: 600;
font-size: 20px;
margin-bottom: 15px;
color: var(--rt-heading-color);
}
.single-post-pagination .nav-title:hover {
color: var(--rt-meta-color2);
}
.single-post-pagination .nav-title:hover svg {
fill: var(--rt-meta-color2);
}
.single-post-pagination .nav-title svg {
width: 12px;
height: 12px;
fill: var(--rt-heading-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: 15px;
font-weight: 500;
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: 16px;
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: 16px;
font-weight: 500;
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: 16px;
}
.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;
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: #111111;
}
.rt-shop-meta .button-text {
display: none;
}
.woocommerce .star-rating {
float: unset;
font-size: 14px;
margin: 0 0 3px;
}
.woocommerce .star-rating:before {
content: "SSSSS";
color: var(--rt-meta-color);
}
.woocommerce .star-rating span:before {
color: var(--rt-heading-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: 0;
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: "Unbounded", 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 {
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 {
position: relative;
overflow: hidden;
background-color: var(--rt-gray-color);
margin-bottom: 17px;
}
.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: 45px;
height: 45px;
background-color: var(--rt-white-bg-color);
border: 1px solid var(--rt-border-color);
color: var(--rt-heading-color);
font-size: 18px;
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);
border: 1px solid transparent;
color: #111111;
}
.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-body-color);
font-size: 15px;
font-weight: 400;
}
.woocommerce ul.products li.product .rt-product-block .shop-cat a:hover {
color: var(--rt-heading-color);
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title {
font-size: 15px;
font-weight: 400;
margin-bottom: 10px;
padding: 0;
line-height: 1.2;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-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.5s;
}
.woocommerce ul.products li.product .rt-product-block .rt-shop-title a:hover {
background-size: 100% 1px;
}
.woocommerce ul.products li.product .rt-product-block .rt-price {
color: var(--rt-heading-color);
font-size: 18px;
font-weight: 700;
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-color);
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);
filter: blur(2px);
}
.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: #111111;
border-radius: 0;
font-size: 13px;
font-weight: 700;
padding: 17px 28px;
letter-spacing: 0.16px;
line-height: 1.23;
opacity: 1;
text-transform: uppercase;
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-black-bg-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: #111111;
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-primary-color);
color: #111111;
}
.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: 16px;
font-weight: 500;
}
.rtsb-promotion .rtsb-tag-fill {
font-size: 10px;
font-weight: 500;
border-radius: 0;
padding: 0 10px;
text-transform: uppercase;
font-family: "Unbounded", sans-serif;
}
.rtsb-promotion .rtsb-tag-fill.angle-right {
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: 12px;
font-weight: 700;
color: var(--rt-meta-color2);
text-transform: uppercase;
margin-bottom: 10px;
}
.rtsb-elementor-container .rtsb-category-outline li > a:hover {
color: var(--rt-heading-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-color2);
font-weight: 700;
}
.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: 0;
}
.rtsb-elementor-container .product-title {
font-size: 15px;
font-weight: 400;
margin-bottom: 10px;
padding: 0;
line-height: 1.4;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--rt-heading-color);
}
.rtsb-elementor-container .product-title:hover {
color: var(--rt-heading-color);
}
.rtsb-elementor-container .product-title a {
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.5s;
}
.rtsb-elementor-container .product-title a:hover {
background-size: 100% 1px;
}
.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);
border-radius: 0;
width: 44px;
height: 44px;
line-height: 1.1;
font-size: 14px;
font-weight: 700;
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);
width: 44px;
height: 44px;
}
.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: 0;
left: 0;
width: 100%;
}
.rtsb-elementor-container .rtsb-action-buttons.preset6.bottom-part .rtsb-action-btn {
color: #111111;
background-color: var(--rt-primary-color);
border-radius: 0;
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: 700;
-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: 0;
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: #111111;
}
.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: var(--rt-heading-color) !important;
background-color: var(--rt-white-bg-color);
border: 1px solid var(--rt-border-color);
border-radius: 0;
min-width: 110px;
font-size: 16px;
text-transform: capitalize;
transition: all 20ms ease;
}
.rtsb-archive-filters .product-filter-toggle:hover {
background-color: var(--rt-black-bg-color);
border: 1px solid transparent;
color: var(--rt-button-color) !important;
}
.rtsb-archive-filters .product-filter-toggle:before {
border-top: 9px solid var(--rt-black-bg-color);
}
.rtsb-archive-filters .product-filter-toggle:hover:before {
border-top: 9px solid var(--rt-black-bg-color);
}
@media (max-width: 767px) {
.rtsb-archive-filters .rtsb-filter-toggle {
text-align: center;
}
}
.rtsb-product-filters .widget-title {
font-size: 16px;
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-color2);
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-heading-color);
}
.rtsb-product-filters .rtsb-filter-group input.rtsb-checkbox-filter + label:before {
border-color: var(--rt-border-color);
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-heading-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: 13px;
font-weight: 700;
border: none;
border-radius: 0;
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: #111111;
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);
filter: blur(2px);
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-action-buttons.preset3.bottom-part {
position: relative;
bottom: inherit;
left: 0;
opacity: 1;
transform: unset;
transition: all 0.3s ease-in-out;
visibility: visible;
width: 100%;
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-action-buttons.preset3.bottom-part .rtsb-action-btn {
background-color: var(--rt-gray-color);
border: none;
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-action-buttons.preset3.bottom-part .rtsb-action-btn:hover {
background-color: var(--rt-primary-color);
color: #111111;
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-product-img {
margin: 0;
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-product-content {
background-color: var(--rt-white-bg-color);
transform: translateY(0);
}
.rtsb-elementor-container .rtsb-rt-grid-layout1 .rtsb-product:hover .rtsb-product-content {
transform: translateY(-10px);
}
.rtsb-elementor-container .rtsb-rt-grid-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 {
justify-content: center;
}
.rtsb-elementor-container .rtsb-rt-grid-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 {
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 {
margin-right: 0 !important;
}
.rtsb-elementor-container .rtsb-rt-grid-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-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-rt-slider-layout1 .rtsb-action-buttons.preset3.bottom-part {
position: relative;
bottom: inherit;
left: 0;
opacity: 1;
transform: unset;
transition: all 0.3s ease-in-out;
visibility: visible;
width: 100%;
}
.rtsb-rt-slider-layout1 .rtsb-action-buttons.preset3.bottom-part .rtsb-action-btn {
background-color: var(--rt-gray-color);
border: none;
}
.rtsb-rt-slider-layout1 .rtsb-action-buttons.preset3.bottom-part .rtsb-action-btn:hover {
background-color: var(--rt-primary-color);
color: #111111;
}
.rtsb-rt-slider-layout1 .rtsb-product-img {
margin: 0;
}
.rtsb-rt-slider-layout1 .rtsb-product-content {
background-color: var(--rt-white-bg-color);
transform: translateY(0);
}
.rtsb-rt-slider-layout1 .rtsb-product:hover .rtsb-product-content {
transform: translateY(-10px);
}
.rtsb-elementor-container .rtsb-category-layout1 .category-wrapper {
background-color: var(--rt-gray-color);
padding: 40px 20px 0;
transition: unset;
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-product-img {
margin-bottom: 20px;
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-product-img figure {
display: inline-flex;
align-items: flex-end;
justify-content: center;
background-color: var(--rt-white-bg-color);
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-product-img figure img {
position: relative;
top: 15px;
}
.rtsb-elementor-container .rtsb-category-layout1 .category-title {
position: relative;
color: var(--rt-heading-color);
transition: all 120ms;
z-index: 0;
}
.rtsb-elementor-container .rtsb-category-layout1 .category-title:after {
position: absolute;
content: "";
bottom: 2px;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 6px;
background-color: var(--rt-primary-color);
z-index: -1;
transition: all ease 1s;
}
.rtsb-elementor-container .rtsb-category-layout1 .product-count {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: var(--rt-body-color);
margin-top: 24px;
padding: 5px 15px;
background-color: var(--rt-white-bg-color);
line-height: 1.2;
}
.rtsb-elementor-container .rtsb-category-layout1 .rtsb-category-grid:hover .category-title:after {
width: 40px;
}
.rtsb-elementor-container .rtsb-category-layout-1 .category-wrapper {
background-color: var(--rt-gray-color);
padding: 35px;
transition: unset;
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-product-img {
overflow: unset;
display: inline-flex;
margin-bottom: 10px;
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-product-img figure {
width: 50px;
height: 50px;
overflow: unset;
background-color: transparent;
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-product-img figure img {
height: 100%;
}
.rtsb-elementor-container .rtsb-category-layout-1 .category-count-wrapper {
line-height: 1;
}
.rtsb-elementor-container .rtsb-category-layout-1 .category-title {
display: inline-block;
font-size: 14px;
font-weight: 400;
margin-bottom: 2px;
transition: unset;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.rtsb-elementor-container .rtsb-category-layout-1 .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-layout-1 .product-count {
display: inline-block;
font-size: 13px;
font-weight: 500;
color: var(--rt-body-color);
}
.rtsb-elementor-container .rtsb-category-layout-1 .rtsb-category-grid:hover .category-title a {
background-size: 100% 1px;
}
@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;
}
.rtsb-elementor-container .rtsb-category-single-layout1 .rtsb-product-img {
position: relative;
}
.rtsb-elementor-container .rtsb-category-single-layout1 .rtsb-product-img .rtsb-img-link {
position: relative;
z-index: 1;
}
.rtsb-elementor-container .rtsb-category-single-layout1 .rtsb-product-img .rtsb-img-link:after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 0;
background-color: rgba(0, 0, 0, 0.2);
transition: all 120ms;
opacity: 0;
visibility: hidden;
}
.rtsb-elementor-container .rtsb-category-single-layout1 .category-title {
display: inline-block;
font-size: 20px;
font-weight: 500;
border-radius: 50px;
padding: 16px 30px;
margin-bottom: 120px;
}
@media (max-width: 1440px) {
.rtsb-elementor-container .rtsb-category-single-layout1 .category-title {
padding: 12px 24px;
margin-bottom: 40px;
}
}
.rtsb-elementor-container .rtsb-category-single-layout1 .product-count {
display: inline-block;
font-size: 15px;
font-weight: 500;
border-radius: 50px;
}
.rtsb-elementor-container .rtsb-category-single-layout1 .rtsb-category-grid:hover .rtsb-product-img .rtsb-img-link:after {
opacity: 1;
visibility: visible;
}
.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: #111111;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .thumb-wrapper {
border-radius: 0;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .details-wrapper .product-title a {
color: var(--rt-heading-color);
font-size: 13px;
font-weight: 400;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .details-wrapper .product-title a:hover {
color: var(--rt-heading-color);
text-decoration: underline;
}
#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: 0;
}
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons a:nth-child(2) {
color: #111111;
}
#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: 0;
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: 15px;
font-weight: 500;
}
.rtsb-sticky-cart-container.rtsb-elementor-container .rtsb-row .single_add_to_cart_button {
border-radius: 0;
}
.rtsb-sticky-cart-container.rtsb-elementor-container .rtsb-quantity-btn {
background-color: var(--rt-gray-color);
}
.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: 14px;
}
#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 30px 30px 0;
padding: 8px 12px;
transition: padding-left 0.4s;
}
.switcher-list .switcher-btn-wrapper a.currency-selected {
color: var(--rt-heading-color);
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: var(--rt-heading-color);
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: 30px 0 0 30px;
}
.woocommerce div.product .rtwpvg-images {
float: left;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-gallery-image {
background-color: var(--rt-gray-color);
}
.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: 1px solid transparent;
height: 150px;
opacity: 1 !important;
}
.woocommerce div.product .rtwpvg-images .rtwpvg-thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
border: 1px solid var(--rt-border-color);
}
.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);
padding: 100px;
height: 592px;
}
@media (max-width: 767px) {
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
padding: 30px;
height: auto;
}
}
.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 .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);
padding: 20px;
}
.woocommerce div.product div.summary {
margin-bottom: 50px;
}
.woocommerce div.product div.summary .product_title {
font-size: 24px;
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: 4px;
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-size: 15px;
font-weight: 500;
}
.woocommerce div.product form.cart .woocommerce-variation-price {
margin-bottom: 20px;
}
.woocommerce .quantity .qty {
height: 50px;
background-color: transparent;
}
.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: 15px;
}
.woocommerce .product_meta > span {
position: relative;
color: var(--rt-body-color);
}
.woocommerce .product_meta > span:after {
position: absolute;
content: "";
top: 10px;
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);
font-weight: 500;
}
.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: 18px;
margin-bottom: 15px;
}
.single-product div.product .woocommerce-tabs .panel h3 {
font-size: 18px;
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: 20px;
font-weight: 600;
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 .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 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;
padding-left: 27px;
}
ul.single-product-list-two li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
ul.single-product-list-two li:before {
position: absolute;
top: 0;
left: 0;
content: "\e8f0";
font-family: "rt-fontello";
}
.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;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term {
border-radius: 0;
box-shadow: 0 0 0 1px rgba(var(--rt-heading-rgb), 0.2) !important;
padding: 4px;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover.rtwpvs-button-term {
border-radius: 0;
box-shadow: 0 0 0 1px rgba(var(--rt-heading-rgb), 1) !important;
padding: 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 {
font-size: 30px;
margin-bottom: 30px;
text-transform: uppercase;
}
.rtsb-product-categories a {
color: var(--rt-body-color);
text-transform: uppercase;
}
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: 15px;
font-weight: 500;
}
.rtsb-actions-button-widgets .tipsy:hover {
color: var(--rt-heading-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: 15px;
font-weight: 500;
background-color: transparent;
color: var(--rt-body-color);
text-decoration: underline;
}
.rtsb-builder-content .rtsb-tab-accordion-item {
border-color: var(--rt-border-color);
border-radius: 0;
}
.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: 16px;
}
.rtsb-addon-groups .rtsb-addon-field-header.no-label .rtsb-addon-title {
font-size: 15px;
font-weight: 400;
}
.rtsb-addon-groups .rtsb-addon-fields {
background-color: var(--rt-gray-color);
border-radius: 0;
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-border-color);
border-radius: 0;
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: #111111;
}
.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: #111111;
}
.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);
border-radius: 0;
padding: 5px 30px 5px 15px;
}
.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;
border-radius: 0;
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);
}
.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: #111111;
}
.tippy-box[data-theme=rtsb-bulk-discount] .rtsb-tippy-body {
color: var(--rt-body-color);
}
.tippy-box[data-theme=rtsb-bulk-discount] .number {
color: var(--rt-heading-color);
font-weight: 700;
}
.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);
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: 16px;
font-weight: 500;
margin-bottom: 4px;
line-height: 1.4;
}
.woocommerce ul.product_list_widget li a:hover {
text-decoration: underline;
}
.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: 0;
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: 16px;
font-weight: 600;
}
.rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a {
font-size: 15px;
font-weight: 500;
}
.rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a:hover {
color: var(--rt-heading-color);
text-decoration: underline;
}
.rtsb-cart-table table.shop_table thead {
background-color: var(--rt-gray-color);
}
.rtsb-cart-table table.shop_table tbody tr:nth-child(odd) {
background-color: var(--rt-white-bg-color);
}
.rtsb-cart-table table.shop_table tbody tr:nth-child(even) {
background-color: var(--rt-gray-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: 0;
padding: 12px;
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;
background-color: var(--rt-gray-color);
border-radius: 0;
}
.rtsb-order-thankyou .woocommerce-notice {
background-color: var(--rt-gray-color);
border-radius: 0;
padding: 15px;
}
.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-size: 16px;
font-weight: 500;
}
@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 {
border: 1px solid var(--rt-border-color);
padding: 20px;
}
.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: 16px;
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;
}
.rtsb-custom-wc-nav .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.has-custom-icon .icon {
left: 12px !important;
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 {
border-radius: 0;
}
.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);
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;
} .elementor-section-wrap {
overflow: hidden;
}
.section-title-wrapper {
position: relative;
z-index: 1;
}
.section-title-wrapper .top-sub-title-wrap {
display: block;
}
.section-title-wrapper .top-sub-title {
font-size: 15px;
font-weight: 600;
line-height: 25px;
display: inline-flex;
text-transform: uppercase;
align-items: center;
margin-bottom: 7px;
letter-spacing: 1px;
color: var(--rt-heading-color);
}
.section-title-wrapper .top-sub-title i {
margin-right: 5px;
}
.section-title-wrapper .top-sub-title.left-right-shape {
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: 32px;
text-transform: uppercase;
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: 3px;
left: 0;
width: 0;
height: 12px;
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: 100px;
}
.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-heading-color);
}
.section-title-wrapper .description p {
opacity: 1 !important;
margin-bottom: 15px;
}
.section-title-wrapper ul.feature-list {
display: inline-block;
list-style: none;
margin: 0;
padding: 20px 0 0;
text-align: left;
}
@media (min-width: 768px) {
.section-title-wrapper ul.feature-list.two-column li {
width: 50%;
float: left;
}
}
.section-title-wrapper .list-layout-1 li {
font-size: 17px;
font-weight: 600;
margin-bottom: 10px;
color: var(--rt-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: #111111;
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-black-bg-color);
color: var(--rt-button-color);
border-radius: 0;
padding: 16px 32px;
font-size: 15px;
font-weight: 600;
}
.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: #111111;
}
.rtsb-shopbuilder-button-wrap .rtsb-shopbuilder-button .rtsb-btn:hover .icon {
color: #111111;
transform: translateX(5px);
}
.rtsb-sb-button-hover-effect-preset2 .rtsb-shopbuilder-button .rtsb-btn.hover-left:before {
background-color: var(--rt-primary-color);
}
.rt-swiper-hero-slider {
overflow: hidden;
}
.rt-hero-slider .sub-title {
position: relative;
display: inline-block;
color: var(--rt-heading-color);
font-size: 15px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 10px;
text-transform: uppercase;
z-index: 1;
overflow: hidden;
}
.rt-hero-slider .sub-title i {
display: inline-block;
margin-right: 7px;
}
.rt-hero-slider .slider-title {
position: relative;
font-size: 70px;
font-weight: 700;
color: var(--rt-heading-color);
margin-bottom: 20px;
line-height: 1.2;
text-transform: uppercase;
}
.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: 16px;
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 .single-slider {
display: flex;
align-items: center;
}
.rt-hero-slider-layout-1 .content-wrap {
display: flex;
align-items: center;
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 top;
}
.rt-hero-slider-layout-2 .slider-content {
position: relative;
z-index: 9;
}
.rt-hero-slider-layout-2 .single-slider {
height: 620px;
display: flex;
align-items: center;
}
.rt-hero-slider-layout-2 .swiper-navigation .swiper-button {
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%;
} .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-content {
padding: 20px 0 0;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-title {
font-size: 20px;
line-height: 1.4;
}
.rtsb-post-grid .rtsb-post-grid-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-grid .rtsb-post-grid-item .rtsb-post-title a:hover {
background-size: 100% 1px;
color: var(--rt-heading-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-body-color);
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
line-height: 1.5;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li a {
color: var(--rt-body-color);
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li a:hover {
color: var(--rt-meta-color);
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-post-meta li i, .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;
color: var(--rt-body-color);
}
.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: 0;
padding: 16px 32px;
font-size: 15px;
font-weight: 600;
}
.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: #111111;
}
.rtsb-post-grid .rtsb-post-grid-item .rtsb-button-wrapper .rtsb-readmore-btn:hover .icon {
color: #111111;
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-list .rtsb-post-list-item article {
background-color: var(--rt-white-bg-color);
border: none;
border-radius: 0;
}
.rtsb-post-list .rtsb-post-list-item article:hover {
box-shadow: unset;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-img {
border-radius: 0;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-title {
font-size: 20px;
line-height: 1.4;
}
.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-body-color);
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
line-height: 1.5;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li a {
color: var(--rt-body-color);
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li a:hover {
color: var(--rt-meta-color);
}
.rtsb-post-list .rtsb-post-list-item .rtsb-post-meta li i, .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;
color: var(--rt-body-color);
}
.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: 0;
padding: 16px 32px;
font-size: 15px;
font-weight: 600;
}
.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: #111111;
}
.rtsb-post-list .rtsb-post-list-item .rtsb-button-wrapper .rtsb-readmore-btn:hover .icon {
color: #111111;
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);
} .rtsb-logo-slider-and-grid .logo-content-wrapper {
background-color: var(--rt-white-bg-color);
border: 1px solid var(--rt-border-color);
}
.rtsb-logo-slider-and-grid .rtsb-brand-name {
margin-top: 0;
}
.rtsb-logo-slider-and-grid .rtsb-logo-item:hover .logo-content-wrapper {
box-shadow: unset;
}
.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);
}
@media (min-width: 1200px) {
.rtsb-logo-slider-and-grid .rtsb-slider-layout .rtsb-carousel-slider {
margin: 0;
padding: 0 !important;
}
}
.rtsb-testimonial .rtsb-testimonial-item {
background-color: var(--rt-gray-color);
}
.rtsb-testimonial .rtsb-testimonial-author-name {
color: var(--rt-heading-color);
font-size: 20px;
margin-bottom: 8px;
line-height: 1.1;
}
.rtsb-testimonial .rtsb-testimonial-author-designation {
color: var(--rt-heading-color);
font-weight: 600;
line-height: 1;
}
.rtsb-testimonial .rtsb-testimonial-description {
font-size: 20px;
font-weight: 500;
}
.rtsb-testimonial .rtsb-testimonial-description p {
line-height: 1.6;
}
.rtsb-testimonial .rtsb-quote-icon {
color: var(--rt-gray-color2);
}
.rtsb-testimonial .rtsb-rating .rtsb-star-rating {
color: var(--rt-heading-color);
}
.rtsb-testimonial .rtsb-carousel-slider .swiper-arrow {
width: 50px;
height: 50px;
background-color: #111111;
color: #ffffff;
}
.rtsb-testimonial .rtsb-carousel-slider .swiper-arrow svg {
fill: #ffffff;
}
.rtsb-testimonial .rtsb-carousel-slider .swiper-arrow:hover {
background-color: var(--rt-primary-color);
color: #111111;
}
.rtsb-testimonial .rtsb-carousel-slider .swiper-arrow:hover svg {
fill: #111111;
}
.rtsb-testimonial .rtsb-carousel-slider .swiper-button-next.swiper-button-disabled,
.rtsb-testimonial .rtsb-carousel-slider .swiper-button-prev.swiper-button-disabled {
background-color: var(--rt-primary-color);
color: #111111;
opacity: 1;
}
.rtsb-testimonial .rtsb-testimonial-layout1 .rtsb-testimonial-item,
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-testimonial-item {
border: none;
box-shadow: unset;
border-radius: 0;
}
.rtsb-testimonial .rtsb-testimonial-layout2 .rtsb-testimonial-item {
border-color: var(--rt-border-color);
}
.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;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-carousel-slider.standard-nav .swiper-nav {
top: unset;
z-index: 3;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-carousel-slider.standard-nav .swiper-nav .swiper-arrow {
top: -28px;
}
.rtsb-testimonial .rtsb-testimonial-layout4 .rtsb-carousel-slider.standard-nav .swiper-nav .swiper-button-prev {
left: auto !important;
right: 52px;
}
.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: 20px;
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: 20px;
font-weight: 400;
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: 0;
}
.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);
}
.rt-counter-layout .rt-counter-box {
position: relative;
display: inline-block;
}
.rt-counter-layout .rt-counter-box .bg-shape {
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.rt-counter-layout .rt-counter-box .counter-number {
display: inline-flex;
font-size: 100px;
color: var(--rt-heading-color);
line-height: 1.2;
transition: all 20ms ease;
}
.rt-counter-layout .rt-counter-box .counter-label {
font-size: 20px;
font-weight: 500;
color: var(--rt-heading-color);
line-height: 1;
margin-bottom: 0;
}
.rt-counter-layout .rt-counter-box .counter-gradient {
-webkit-text-stroke: 2px transparent;
}
.rt-counter-layout-1 .counter-blr-shape {
position: absolute;
height: 160px;
width: 160px;
border-radius: 160px;
background-color: rgba(186, 241, 130, 0.5);
filter: blur(125px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 0;
}
.rt-counter-layout-1 .shape-2 {
background-color: rgba(226, 130, 241, 0.5);
}
.rt-counter-layout-1 .shape-3 {
background-color: rgba(130, 135, 241, 0.5);
}
.rt-counter-layout-1 .shape-4 {
background-color: rgba(130, 241, 208, 0.5);
}
.rt-counter-layout-2 .rt-counter-box {
display: inline-grid;
}
.rt-counter-layout-2 .rt-counter-box .bg-shape {
order: 2;
}
.rt-counter-layout-2 .rt-counter-box .counter-number {
color: transparent;
text-decoration: none;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-stroke: 2px #565656;
transition: all 20ms ease;
}
.rt-counter-layout-3 .rt-counter-box {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
-moz-column-gap: 24px;
column-gap: 24px;
}
.rt-counter-layout-3 .rt-counter-box .counter-number {
font-size: 30px;
}
.rt-counter-layout-3 .rt-counter-box .counter-label {
font-size: 16px;
}
.rt-counter-layout-4 .rt-counter-box {
display: flex;
align-items: center;
-moz-column-gap: 12px;
column-gap: 12px;
} .rt-countdown-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.rt-countdown-wrap .rt-label {
font-size: 22px;
color: var(--rt-heading-color);
display: inline-flex;
align-items: center;
-moz-column-gap: 5px;
column-gap: 5px;
}
.rt-countdown-wrap .rt-label i {
font-size: 15px;
}
.rt-countdown-layout {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.rt-countdown-layout .countdown-section {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: var(--rt-button-color-1);
background-color: var(--rt-white-bg-color);
border: 1px solid var(--rt-border-color);
border-radius: 50%;
width: 100px;
height: 100px;
overflow: hidden;
}
.rt-countdown-layout .countdown-number {
color: var(--rt-heading-color);
font-size: 30px;
font-weight: 400;
margin-bottom: 3px;
line-height: 1;
}
.rt-countdown-layout .countdown-unit {
color: var(--rt-body-color);
font-size: 18px;
font-weight: 400;
line-height: 1;
}
.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 {
clip-path: inset(0 100% 0 0);
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);
transform: translateX(20px);
}
.rt-image-layout .has-animation.active-animation img {
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%);
}
.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;
align-items: center;
background: #2a2a2a;
overflow: hidden;
position: relative;
padding: 50px;
}
@media (max-width: 991px) {
.rt-image-box {
padding: 30px;
}
}
.rt-image-box .rt-image img {
display: block;
transition: transform 320ms;
}
.rt-image-box:hover .rt-image img {
transform: scale(1.051);
}
.rt-image-box .rt-content {
position: relative;
z-index: 1;
}
.rt-image-box .rt-title {
display: block;
color: #ffffff;
font-weight: 700;
font-size: 32px;
margin-bottom: 12px;
line-height: 1.2;
text-transform: uppercase;
}
@media (max-width: 991px) {
.rt-image-box .rt-title br {
display: none;
}
}
.rt-image-box .rt-sub-title {
display: inline-block;
color: #ffffff;
margin-bottom: 30px;
line-height: 1.2;
font-weight: 500;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.rt-special-offer {
position: relative;
text-align: center;
}
.rt-special-offer .main-title {
position: relative;
font-size: 100px;
font-weight: 800;
margin-top: 10px;
line-height: 1.2;
}
.rt-special-offer .title-stroke {
z-index: 1;
}
.rt-special-offer .title-stroke:after {
position: absolute;
width: 100%;
height: 100%;
left: 12px;
top: 9px;
content: attr(data-text);
-webkit-text-stroke: 2px var(--rt-meta-color);
color: transparent;
z-index: -1;
}
.rt-special-offer .sub-title {
display: inline-block;
font-size: 40px;
font-weight: 700;
color: var(--rt-heading-color);
}
.rt-special-offer p {
font-size: 15px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 30px;
}
.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 20ms 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: 0;
}
.rt-tab-layout-2 .tab-block-tab.is-active {
background-color: var(--rt-primary-color);
color: #111111;
}
.rt-tab-layout-2 .tab-block-content {
border: 1px solid var(--rt-border-color);
border-radius: 0;
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: 0;
}
.rt-tab-layout-3 .tab-block-tab.is-active {
background-color: var(--rt-primary-color);
color: #111111;
}
.rt-tab-layout-3 .tab-block-content {
border: 1px solid var(--rt-border-color);
border-radius: 0;
padding: 24px;
flex: 1;
}
.rt-info-box .info-box {
position: relative;
background-size: cover;
transition: all 20ms 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: 15px;
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: 14px;
font-weight: 500;
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 {
background-color: var(--rt-gray-color);
padding: 30px;
display: flex;
-moz-column-gap: 15px;
column-gap: 15px;
}
.rt-info-layout-3 .info-box .info-icon-holder {
margin-bottom: 20px;
} @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: 10px;
}
.footer-subscribe-form .ff-t-cell .ff-el-form-control {
font-size: 13px;
font-weight: 500;
border: 1px solid var(--rt-border-color);
color: var(--rt-body-color);
background-color: var(--rt-body-bg-color);
border-radius: 0;
padding: 15px 12px;
}
.footer-subscribe-form .ff-t-cell .ff-el-form-control:focus {
background-color: var(--rt-body-bg-color);
}
.footer-subscribe-form .ff-t-cell .ff-btn-submit {
color: #111111;
font-size: 14px;
font-weight: 600;
border-radius: 0;
margin-bottom: 0 !important;
padding: 13px 20px;
}
.footer-subscribe-form .ff-t-cell:first-of-type {
flex-basis: 100% !important;
}
.footer-subscribe-form2 .ff-t-cell .ff-el-group {
margin-bottom: 0;
}
.footer-subscribe-form2 .ff-t-cell .ff-btn-submit {
margin-bottom: 0 !important;
}
@media (min-width: 768px) {
.footer-subscribe-form2 .frm-fluent-form .ff-t-container {
gap: 0;
}
}
.rt-video-icon {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.rt-video-icon:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
}
.rt-video-icon .video-icon {
position: relative;
display: inline-flex;
align-items: center;
-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;
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;
}
.rt-contact-info .main-icon i {
display: flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background-color: var(--rt-primary-color);
color: #111111;
border-radius: 50%;
font-size: 30px;
}
.rt-contact-info .info-title {
font-size: 17px;
font-weight: 400;
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);
}
.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-heading-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: 0;
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: 700;
border-radius: 0;
letter-spacing: 0.5px;
height: 48px;
border: none;
background: var(--rt-primary-color);
overflow: hidden;
transition: all 0.4s ease-in-out;
z-index: 5;
}
@media (max-width: 575px) {
.rt-search-box-form {
display: block;
border-radius: 12px;
padding: 0 20px 20px;
}
.rt-search-box-form .search-box-input {
border-bottom: 1px solid var(--rt-border-color) !important;
}
.rt-search-box-form .category-selector {
margin-bottom: 20px;
padding: 15px 0;
border-bottom: 1px solid var(--rt-border-color) !important;
}
.rt-search-box-form .rt-search-box-btn {
border-radius: 6px;
margin-top: 12px;
width: 100%;
}
}
.rt-data-fetch {
position: absolute;
width: 100%;
left: 50%;
bottom: -33px;
border-radius: 5px;
padding: 20px;
transform: translateX(-50%);
z-index: 2;
}
.rt-data-fetch .rt-search-result-list + .rt-search-result-list {
border-top: 1px solid #D7D7D7;
padding-top: 10px;
margin-top: 10px;
}
.rt-data-fetch .rt-search-result-list .rt-top-title {
color: var(--rt-body-color);
font-size: 16px;
font-weight: 600;
}
.rt-data-fetch .rt-search-result-list .rt-top-title i {
color: var(--rt-meta-color);
font-size: 12px;
margin-right: 5px;
}
.rt-data-fetch .rt-search-result-list .rt-top-title:hover {
color: var(--rt-primary-color);
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb {
display: flex;
flex-wrap: wrap;
gap: 5px;
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 400;
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb i {
color: var(--rt-meta-color);
font-size: 12px;
margin-right: 5px;
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb a {
color: var(--rt-body-color);
}
.rt-data-fetch .rt-search-result-list .rt-search-breadcrumb a:hover {
color: var(--rt-primary-color);
}
.rt-search-container .rt-data-fetch {
background-color: #ffffff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
text-align: left;
z-index: 3;
}
.rt-search-container #cleanText {
opacity: 1;
visibility: visible;
}
.rt-search-text {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
margin-top: 25px;
}
.rt-search-text .popular-label {
font-size: 15px;
font-weight: 600;
}
.rt-search-text .rt-search-key {
list-style: none;
margin: 0;
padding: 0;
display: inline-flex;
gap: 7px;
}
.rt-search-text .rt-search-key li {
position: relative;
display: inline-block;
}
.rt-search-text .rt-search-key li a {
border-radius: 100px;
background-color: var(--rt-body-bg-color);
border: 1px solid var(--rt-border-color);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 500;
padding: 8px 15px;
color: var(--rt-body-color);
line-height: 1.3;
transition: unset;
}
.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container) ~ #rt_datafetch,
.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container) #rt_datafetch {
opacity: 0;
visibility: hidden;
}
.rt-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;
}
.elementor-widget-rt-site-logo .site-branding .rt-site-logo {
display: none !important;
}
.elementor-widget-rt-site-logo .site-branding.dark .dark-logo {
display: block !important;
}
.elementor-widget-rt-site-logo .site-branding.light .light-logo {
display: block !important;
}
.sportfy-footer-builder .sportfy-navbar li a {
position: relative;
}
.sportfy-footer-builder .sportfy-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;
}
.sportfy-footer-builder .sportfy-navbar li a:hover:before {
width: 100%;
opacity: 1;
} .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: 0;
color: #111111;
background-color: var(--rt-primary-color);
}
@media (min-width: 1440px) {
.rt-margin-left {
margin-left: calc((100% - 1314px) / 2);
}
.rt-margin-left .rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-nav {
right: 4.5%;
}
}
@media (min-width: 1600px) {
.rt-margin-left {
margin-left: calc((100% - 1314px) / 2);
}
.rt-margin-left .rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-nav {
right: 25.9%;
}
}
.home-two-image-fix:before {
background-size: 40% !important;
}
@media (max-width: 1920px) {
.home3-responsive-fix .elementor-element {
background-size: contain !important;
}
}
@media (max-width: 1024px) {
.home3-responsive-fix .elementor-element {
background-size: contain !important;
}
}
.home-three-line-shape-left {
position: relative;
}
.home-three-line-shape-left:before {
position: absolute;
left: calc((100% - 1314px) / 2 + 12px);
content: url(//manriquez.com.mx/wp-content/themes/sportfy/assets/images/element/element_line_shape.svg);
height: 100%;
width: 1660px;
background-color: var(--rt-primary-color);
overflow: hidden;
}
@media (max-width: 1439px) {
.home-three-line-shape-left:before {
left: 0;
width: 100%;
}
}
@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;
}
}
.footer-left-black:after {
position: absolute;
content: "";
height: 190%;
width: 37%;
left: 0;
top: 0;
background-color: #111111;
}
@media (max-width: 1600px) {
.footer-left-black:after {
width: 33%;
height: 190%;
}
}
@media (max-width: 1025px) {
.footer-left-black:after {
width: 30%;
height: 50%;
}
}
@media (max-width: 1024px) {
.footer-left-black:after {
width: 45%;
height: 50%;
}
}
@media (max-width: 768px) {
.footer-left-black:after {
width: 48%;
height: 50%;
}
}
@media (max-width: 767px) {
.footer-left-black:after {
width: 100%;
height: 25%;
}
}
[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 {
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);
}
.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-color2);
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);
} .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%;
width: 50px;
height: 50px;
font-size: 22px;
margin-top: -22px;
z-index: 3;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--rt-white-bg-color);
border: 1px solid var(--rt-heading-color);
color: var(--rt-heading-color);
transition: all 520ms ease;
}
.swiper-navigation .swiper-button:hover {
background-color: var(--rt-primary-color);
border: 1px solid var(--rt-primary-color);
color: #111111;
}
.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: 50px;
height: 50px;
font-size: 22px;
background-color: var(--rt-gray-color);
color: var(--rt-heading-color);
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: #111111;
}
.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;
}
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet {
width: 30px;
height: 5px;
border-radius: 0;
background: var(--rt-gray-color2);
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-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: 20px;
line-height: 1.2;
}
.rtsb-team-member .rtsb-team-member-designation {
color: var(--rt-body-color);
}
.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-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-heading-color);
font-weight: 400;
text-transform: capitalize;
}
.rtsb-sb-accordion-wrapper .rtsb-accordion-icon {
font-size: 20px;
color: var(--rt-heading-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;
}