.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: flex;
align-items: center;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 20px;
padding-right: 38px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
padding-left: 0!important;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
color: #222 !important;
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }
.nice-select span.current {
color: #222 !important;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.nice-select .list li:before{
display: none;
}
.nice-select .list > li {
padding-left: 14px !important;
}:root {
--direction-multiplier: 1;
}
html[dir=rtl],
body.rtl {
--direction-multiplier: -1;
}
.elementor-hidden {
display: none;
}
.elementor-visibility-hidden {
visibility: hidden;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.elementor-clearfix:after {
content: "";
display: block;
clear: both;
width: 0;
height: 0;
}
.e-logo-wrapper {
display: inline-block;
line-height: 1;
}
.e-logo-wrapper i {
color: var(--e-a-color-circle-logo);
font-size: 2.5em;
}
.elementor *, .elementor *:before, .elementor *:after {
box-sizing: border-box;
}
.elementor a {
box-shadow: none;
text-decoration: none;
}
.elementor hr {
margin: 0;
background-color: transparent;
}
.elementor img {
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
}
.elementor .elementor-background-video-container,
.elementor .elementor-background-holder,
.elementor .elementor-background {
inset: 0;
position: absolute;
overflow: hidden;
z-index: 0;
direction: ltr;
}
.elementor .elementor-background-video-container {
transition: opacity 1s;
pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
opacity: 0;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
position: absolute;
inset-block-start: 50%;
inset-inline-start: 50%;
transform: translate(-50%, -50%);
}
.elementor .elementor-background-video-hosted {
-o-object-fit: cover;
object-fit: cover;
}
.elementor .elementor-background-overlay {
inset: 0;
position: absolute;
}
.elementor .elementor-background-slideshow {
position: absolute;
inset: 0;
z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
}
.elementor-widget-wrap > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.e-con-inner > .elementor-element.elementor-absolute {
position: absolute;
}
.elementor-widget-wrap > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.e-con-inner > .elementor-element.elementor-fixed {
position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
max-width: 100%;
}
@media (max-width: 1024px) {
.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
max-width: 100%;
}
}
@media (max-width: 767px) {
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
max-width: 100%;
}
}
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
z-index: 1;
}
.elementor-element {
--flex-direction: initial;
--flex-wrap: initial;
--justify-content: initial;
--align-items: initial;
--align-content: initial;
--gap: initial;
--flex-basis: initial;
--flex-grow: initial;
--flex-shrink: initial;
--order: initial;
--align-self: initial;
flex-basis: var(--flex-basis);
flex-grow: var(--flex-grow);
flex-shrink: var(--flex-shrink);
order: var(--order);
align-self: var(--align-self);
}
.elementor-element:where(.e-con-full, .elementor-widget) {
flex-direction: var(--flex-direction);
flex-wrap: var(--flex-wrap);
justify-content: var(--justify-content);
align-items: var(--align-items);
align-content: var(--align-content);
gap: var(--row-gap) var(--column-gap);
}
.elementor-invisible {
visibility: hidden;
}
.elementor-custom-embed-play {
position: absolute;
inset-block-start: 50%;
inset-inline-start: 50%;
transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
}
.elementor-custom-embed-play i {
font-size: 100px;
color: #fff;
text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
height: 100px;
width: 100px;
fill: #fff;
filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
opacity: 0.8;
transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
animation: eicon-spin 2s infinite linear;
}
.elementor-tag {
display: inline-flex;
}
.elementor-ken-burns {
transition-property: transform;
transition-duration: 10s;
transition-timing-function: linear;
}
.elementor-ken-burns--out {
transform: scale(1.3);
}
.elementor-ken-burns--active {
transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
transform: scale(1.3);
}
.elementor-align-center {
text-align: center;
}
.elementor-align-right {
text-align: right;
}
.elementor-align-left {
text-align: left;
}
.elementor-align-center .elementor-button, .elementor-align-right .elementor-button, .elementor-align-left .elementor-button {
width: auto;
}
.elementor-align-justify .elementor-button {
width: 100%;
}
@media (min-width: -1) {
.elementor-widescreen-align-center {
text-align: center;
}
.elementor-widescreen-align-right {
text-align: right;
}
.elementor-widescreen-align-left {
text-align: left;
}
.elementor-widescreen-align-center .elementor-button, .elementor-widescreen-align-right .elementor-button, .elementor-widescreen-align-left .elementor-button {
width: auto;
}
.elementor-widescreen-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: -1) {
.elementor-laptop-align-center {
text-align: center;
}
.elementor-laptop-align-right {
text-align: right;
}
.elementor-laptop-align-left {
text-align: left;
}
.elementor-laptop-align-center .elementor-button, .elementor-laptop-align-right .elementor-button, .elementor-laptop-align-left .elementor-button {
width: auto;
}
.elementor-laptop-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: -1) {
.elementor-tablet_extra-align-center {
text-align: center;
}
.elementor-tablet_extra-align-right {
text-align: right;
}
.elementor-tablet_extra-align-left {
text-align: left;
}
.elementor-tablet_extra-align-center .elementor-button, .elementor-tablet_extra-align-right .elementor-button, .elementor-tablet_extra-align-left .elementor-button {
width: auto;
}
.elementor-tablet_extra-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: 1024px) {
.elementor-tablet-align-center {
text-align: center;
}
.elementor-tablet-align-right {
text-align: right;
}
.elementor-tablet-align-left {
text-align: left;
}
.elementor-tablet-align-center .elementor-button, .elementor-tablet-align-right .elementor-button, .elementor-tablet-align-left .elementor-button {
width: auto;
}
.elementor-tablet-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: -1) {
.elementor-mobile_extra-align-center {
text-align: center;
}
.elementor-mobile_extra-align-right {
text-align: right;
}
.elementor-mobile_extra-align-left {
text-align: left;
}
.elementor-mobile_extra-align-center .elementor-button, .elementor-mobile_extra-align-right .elementor-button, .elementor-mobile_extra-align-left .elementor-button {
width: auto;
}
.elementor-mobile_extra-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: 767px) {
.elementor-mobile-align-center {
text-align: center;
}
.elementor-mobile-align-right {
text-align: right;
}
.elementor-mobile-align-left {
text-align: left;
}
.elementor-mobile-align-center .elementor-button, .elementor-mobile-align-right .elementor-button, .elementor-mobile-align-left .elementor-button {
width: auto;
}
.elementor-mobile-align-justify .elementor-button {
width: 100%;
}
}
:root {
--page-title-display: block;
}
.elementor-page-title, h1.entry-title {
display: var(--page-title-display);
}
@keyframes eicon-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.eicon-animation-spin {
animation: eicon-spin 2s infinite linear;
}
.elementor-section {
position: relative;
}
.elementor-section .elementor-container {
display: flex;
margin-inline: auto;
position: relative;
}
@media (max-width: 1024px) {
.elementor-section .elementor-container {
flex-wrap: wrap;
}
}
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
position: relative;
width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
align-items: flex-end;
}
@media (min-width: 768px) {
.elementor-section.elementor-section-height-full {
height: 100vh;
}
.elementor-section.elementor-section-height-full > .elementor-container {
height: 100%;
}
}
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
align-items: flex-start;
}
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
align-items: center;
}
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
align-items: flex-end;
}
.elementor-widget-wrap {
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
display: flex;
}
.elementor-widget-wrap > .elementor-element {
width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}
.elementor-widget {
position: relative;
}
.elementor-widget:not(:last-child) {
margin-block-end: var(--kit-widget-spacing, 20px);
}
.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
margin-block-end: 0;
}
.elementor-column {
position: relative;
min-height: 1px;
display: flex;
}
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
padding: 5px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 10px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
padding: 0;
}
@media (min-width: 768px) {
.elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
width: 10%;
}
.elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
width: 11.111%;
}
.elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
width: 12.5%;
}
.elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
width: 14.285%;
}
.elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
width: 16.666%;
}
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
width: 20%;
}
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
width: 25%;
}
.elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
width: 30%;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
width: 33.333%;
}
.elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
width: 40%;
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
width: 50%;
}
.elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
width: 60%;
}
.elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
width: 66.666%;
}
.elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
width: 70%;
}
.elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
width: 75%;
}
.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
width: 80%;
}
.elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
width: 83.333%;
}
.elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
width: 90%;
}
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
width: 100%;
}
}
@media (max-width: 479px) {
.elementor-column.elementor-xs-10 {
width: 10%;
}
.elementor-column.elementor-xs-11 {
width: 11.111%;
}
.elementor-column.elementor-xs-12 {
width: 12.5%;
}
.elementor-column.elementor-xs-14 {
width: 14.285%;
}
.elementor-column.elementor-xs-16 {
width: 16.666%;
}
.elementor-column.elementor-xs-20 {
width: 20%;
}
.elementor-column.elementor-xs-25 {
width: 25%;
}
.elementor-column.elementor-xs-30 {
width: 30%;
}
.elementor-column.elementor-xs-33 {
width: 33.333%;
}
.elementor-column.elementor-xs-40 {
width: 40%;
}
.elementor-column.elementor-xs-50 {
width: 50%;
}
.elementor-column.elementor-xs-60 {
width: 60%;
}
.elementor-column.elementor-xs-66 {
width: 66.666%;
}
.elementor-column.elementor-xs-70 {
width: 70%;
}
.elementor-column.elementor-xs-75 {
width: 75%;
}
.elementor-column.elementor-xs-80 {
width: 80%;
}
.elementor-column.elementor-xs-83 {
width: 83.333%;
}
.elementor-column.elementor-xs-90 {
width: 90%;
}
.elementor-column.elementor-xs-100 {
width: 100%;
}
}
@media (max-width: 767px) {
.elementor-column.elementor-sm-10 {
width: 10%;
}
.elementor-column.elementor-sm-11 {
width: 11.111%;
}
.elementor-column.elementor-sm-12 {
width: 12.5%;
}
.elementor-column.elementor-sm-14 {
width: 14.285%;
}
.elementor-column.elementor-sm-16 {
width: 16.666%;
}
.elementor-column.elementor-sm-20 {
width: 20%;
}
.elementor-column.elementor-sm-25 {
width: 25%;
}
.elementor-column.elementor-sm-30 {
width: 30%;
}
.elementor-column.elementor-sm-33 {
width: 33.333%;
}
.elementor-column.elementor-sm-40 {
width: 40%;
}
.elementor-column.elementor-sm-50 {
width: 50%;
}
.elementor-column.elementor-sm-60 {
width: 60%;
}
.elementor-column.elementor-sm-66 {
width: 66.666%;
}
.elementor-column.elementor-sm-70 {
width: 70%;
}
.elementor-column.elementor-sm-75 {
width: 75%;
}
.elementor-column.elementor-sm-80 {
width: 80%;
}
.elementor-column.elementor-sm-83 {
width: 83.333%;
}
.elementor-column.elementor-sm-90 {
width: 90%;
}
.elementor-column.elementor-sm-100 {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.elementor-column.elementor-md-10 {
width: 10%;
}
.elementor-column.elementor-md-11 {
width: 11.111%;
}
.elementor-column.elementor-md-12 {
width: 12.5%;
}
.elementor-column.elementor-md-14 {
width: 14.285%;
}
.elementor-column.elementor-md-16 {
width: 16.666%;
}
.elementor-column.elementor-md-20 {
width: 20%;
}
.elementor-column.elementor-md-25 {
width: 25%;
}
.elementor-column.elementor-md-30 {
width: 30%;
}
.elementor-column.elementor-md-33 {
width: 33.333%;
}
.elementor-column.elementor-md-40 {
width: 40%;
}
.elementor-column.elementor-md-50 {
width: 50%;
}
.elementor-column.elementor-md-60 {
width: 60%;
}
.elementor-column.elementor-md-66 {
width: 66.666%;
}
.elementor-column.elementor-md-70 {
width: 70%;
}
.elementor-column.elementor-md-75 {
width: 75%;
}
.elementor-column.elementor-md-80 {
width: 80%;
}
.elementor-column.elementor-md-83 {
width: 83.333%;
}
.elementor-column.elementor-md-90 {
width: 90%;
}
.elementor-column.elementor-md-100 {
width: 100%;
}
}
@media (min-width: -1) {
.elementor-reverse-widescreen > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 1025px) and (max-width: -1) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 1025px) and (max-width: -1) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: initial;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: -1) and (max-width: 1024px) {
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: 768px) and (max-width: -1) {
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
order: initial;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (max-width: 767px) {
.elementor-reverse-mobile > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-mobile > .elementor-container > :nth-child(10) {
order: 1;
}
.elementor-column {
width: 100%;
}
}
.elementor-grid {
display: grid;
grid-column-gap: var(--grid-column-gap);
grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
min-width: 0;
}
.elementor-grid-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-block-end: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
.elementor-grid-widescreen-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-block-end: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-widescreen-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-widescreen-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-widescreen-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-widescreen-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-widescreen-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-widescreen-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-widescreen-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-widescreen-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-widescreen-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-widescreen-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-widescreen-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-widescreen-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: -1) {
.elementor-grid-laptop-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-block-end: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-laptop-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-laptop-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-laptop-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-laptop-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-laptop-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-laptop-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-laptop-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-laptop-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-laptop-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-laptop-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-laptop-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-laptop-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: -1) {
.elementor-grid-tablet_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-block-end: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-tablet_extra-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-tablet_extra-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-tablet_extra-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-tablet_extra-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-tablet_extra-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-tablet_extra-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-tablet_extra-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-tablet_extra-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-tablet_extra-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-tablet_extra-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-tablet_extra-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-tablet_extra-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: 1024px) {
.elementor-grid-tablet-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-block-end: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-tablet-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-tablet-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-tablet-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-tablet-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-tablet-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-tablet-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-tablet-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-tablet-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-tablet-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-tablet-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-tablet-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-tablet-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: -1) {
.elementor-grid-mobile_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-block-end: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-mobile_extra-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-mobile_extra-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-mobile_extra-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-mobile_extra-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-mobile_extra-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-mobile_extra-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-mobile_extra-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-mobile_extra-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-mobile_extra-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-mobile_extra-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-mobile_extra-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-mobile_extra-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: 767px) {
.elementor-grid-mobile-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-block-end: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-block-end: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-mobile-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-mobile-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-mobile-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-mobile-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-mobile-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-mobile-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-mobile-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-mobile-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-mobile-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-mobile-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-mobile-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-mobile-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (min-width: 1025px) {
#elementor-device-mode:after {
content: "desktop";
}
}
@media (min-width: -1) {
#elementor-device-mode:after {
content: "widescreen";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "laptop";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "tablet_extra";
}
}
@media (max-width: 1024px) {
#elementor-device-mode:after {
content: "tablet";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "mobile_extra";
}
}
@media (max-width: 767px) {
#elementor-device-mode:after {
content: "mobile";
}
}
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
}
.e-con {
--border-radius: 0;
--border-top-width: 0px;
--border-right-width: 0px;
--border-bottom-width: 0px;
--border-left-width: 0px;
--border-style: initial;
--border-color: initial;
--container-widget-width: 100%;
--container-widget-height: initial;
--container-widget-flex-grow: 0;
--container-widget-align-self: initial;
--content-width: min(100%, var(--container-max-width, 1140px));
--width: 100%;
--min-height: initial;
--height: auto;
--text-align: initial;
--margin-top: 0px;
--margin-right: 0px;
--margin-bottom: 0px;
--margin-left: 0px;
--padding-top: var(--container-default-padding-top, 10px);
--padding-right: var(--container-default-padding-right, 10px);
--padding-bottom: var(--container-default-padding-bottom, 10px);
--padding-left: var(--container-default-padding-left, 10px);
--position: relative;
--z-index: revert;
--overflow: visible;
--gap: var(--widgets-spacing, 20px);
--row-gap: var(--widgets-spacing-row, 20px);
--column-gap: var(--widgets-spacing-column, 20px);
--overlay-mix-blend-mode: initial;
--overlay-opacity: 1;
--overlay-transition: 0.3s;
--e-con-grid-template-columns: repeat(3, 1fr);
--e-con-grid-template-rows: repeat(2, 1fr);
position: var(--position);
width: var(--width);
min-width: 0;
min-height: var(--min-height);
height: var(--height);
border-radius: var(--border-radius);
z-index: var(--z-index);
overflow: var(--overflow);
--flex-wrap-mobile: wrap;
}
.e-con:where(:not(.e-div-block-base)) {
transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
}
.e-con {
--margin-block-start: var(--margin-top);
--margin-block-end: var(--margin-bottom);
--margin-inline-start: var(--margin-left);
--margin-inline-end: var(--margin-right);
--padding-inline-start: var(--padding-left);
--padding-inline-end: var(--padding-right);
--padding-block-start: var(--padding-top);
--padding-block-end: var(--padding-bottom);
--border-block-start-width: var(--border-top-width);
--border-block-end-width: var(--border-bottom-width);
--border-inline-start-width: var(--border-left-width);
--border-inline-end-width: var(--border-right-width);
}
body.rtl .e-con {
--padding-inline-start: var(--padding-right);
--padding-inline-end: var(--padding-left);
--margin-inline-start: var(--margin-right);
--margin-inline-end: var(--margin-left);
--border-inline-start-width: var(--border-right-width);
--border-inline-end-width: var(--border-left-width);
}
.e-con {
margin-block-start: var(--margin-block-start);
margin-inline-end: var(--margin-inline-end);
margin-block-end: var(--margin-block-end);
margin-inline-start: var(--margin-inline-start);
padding-inline-start: var(--padding-inline-start);
padding-inline-end: var(--padding-inline-end);
}
.e-con.e-flex {
--flex-direction: column;
--flex-basis: auto;
--flex-grow: 0;
--flex-shrink: 1;
flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full, .e-con > .e-con-inner {
text-align: var(--text-align);
padding-block-start: var(--padding-block-start);
padding-block-end: var(--padding-block-end);
}
.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
flex-direction: var(--flex-direction);
}
.e-con, .e-con > .e-con-inner {
display: var(--display);
}
.e-con.e-grid {
--grid-justify-content: start;
--grid-align-content: start;
--grid-auto-flow: row;
}
.e-con.e-grid, .e-con.e-grid > .e-con-inner {
grid-template-columns: var(--e-con-grid-template-columns);
grid-template-rows: var(--e-con-grid-template-rows);
justify-content: var(--grid-justify-content);
align-content: var(--grid-align-content);
grid-auto-flow: var(--grid-auto-flow);
justify-items: var(--justify-items);
align-items: var(--align-items);
}
.e-con-boxed.e-flex {
flex-direction: column;
flex-wrap: initial;
justify-content: initial;
align-items: initial;
align-content: initial;
}
.e-con-boxed.e-grid {
justify-items: initial;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.e-con-boxed {
text-align: initial;
gap: initial;
}
.e-con.e-flex > .e-con-inner {
flex-wrap: var(--flex-wrap);
justify-content: var(--justify-content);
align-items: var(--align-items);
align-content: var(--align-content);
flex-basis: initial;
flex-grow: 1;
flex-shrink: initial;
align-self: initial;
}
.e-con.e-grid > .e-con-inner {
justify-items: var(--justify-items);
align-items: var(--align-items);
}
.e-con > .e-con-inner {
gap: var(--row-gap) var(--column-gap);
width: 100%;
max-width: var(--content-width);
margin: 0 auto;
padding-inline-start: 0;
padding-inline-end: 0;
height: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
--margin-left: auto;
--margin-right: auto;
max-width: min(100%, var(--width));
}
:is([data-widget_type="e-component.default"], [data-widget_type="e-component.default"] > .elementor-section-wrap) > .e-con {
--margin-right: 0px;
--margin-left: 0px;
}
.e-con .elementor-widget.elementor-widget {
margin-block-end: 0;
}
.e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before,
.e-con > .elementor-background-slideshow::before {
content: var(--background-overlay);
display: block;
position: absolute;
mix-blend-mode: var(--overlay-mix-blend-mode);
opacity: var(--overlay-opacity);
transition: var(--overlay-transition, 0.3s);
border-radius: var(--border-radius);
border-style: var(--border-style);
border-color: var(--border-color);
border-block-start-width: var(--border-block-start-width);
border-inline-end-width: var(--border-inline-end-width);
border-block-end-width: var(--border-block-end-width);
border-inline-start-width: var(--border-inline-start-width);
top: calc(0px - var(--border-top-width));
left: calc(0px - var(--border-left-width));
width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
.e-con::before {
transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
border-radius: var(--border-radius);
border-style: var(--border-style);
border-color: var(--border-color);
border-block-start-width: var(--border-block-start-width);
border-inline-end-width: var(--border-inline-end-width);
border-block-end-width: var(--border-block-end-width);
border-inline-start-width: var(--border-inline-start-width);
top: calc(0px - var(--border-top-width));
left: calc(0px - var(--border-left-width));
width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
@media (max-width: 767px) {
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-mobile {
display: none;
}
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before {
z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow::before {
z-index: 2;
}
.e-con .elementor-widget {
min-width: 0;
}
.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty {
width: 100%;
}
.e-con .elementor-widget.e-widget-swiper {
width: 100%;
}
.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
height: 100%;
}
.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
max-width: 100%;
}
.e-con .elementor-widget:not(:last-child) {
--kit-widget-spacing: 0px;
}
@media (max-width: 767px) {
.e-con.e-flex {
--width: 100%;
--flex-wrap: var(--flex-wrap-mobile);
}
.e-con.e-flex .elementor-widget-archive-posts {
width: 100%;
}
}
.elementor-form-fields-wrapper {
display: flex;
flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
flex-basis: 100%;
max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
flex-grow: 1;
}
.elementor-field-group {
flex-wrap: wrap;
align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
width: 100%;
max-width: 100%;
border: 1px solid #69727D;
background-color: transparent;
color: #1f2124;
vertical-align: middle;
flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
display: flex;
position: relative;
width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
text-transform: inherit;
letter-spacing: inherit;
line-height: inherit;
flex-basis: 100%;
padding-inline-end: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
content: "\e92a";
font-family: "eicons";
font-size: 15px;
position: absolute;
inset-block-start: 50%;
inset-inline-end: 10px;
transform: translateY(-50%);
pointer-events: none;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
content: "";
}
.elementor-field-subgroup {
display: flex;
flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
padding-inline-end: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
flex-basis: 100%;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
display: inline;
}
.elementor-field-label {
cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
content: "*";
color: red;
padding-inline-start: 0.2em;
}
.elementor-field-textual {
line-height: 1.4;
font-size: 15px;
min-height: 40px;
padding: 5px 14px;
border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
font-size: 13px;
min-height: 33px;
padding: 4px 12px;
border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
font-size: 16px;
min-height: 47px;
padding: 6px 16px;
border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
font-size: 18px;
min-height: 59px;
padding: 7px 20px;
border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
font-size: 20px;
min-height: 72px;
padding: 8px 24px;
border-radius: 6px;
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-button-align-center .elementor-field-type-submit,
.elementor-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-button-align-start .elementor-field-type-submit,
.elementor-button-align-start .e-form__buttons {
justify-content: flex-start;
}
[dir=rtl] .elementor-button-align-start .elementor-field-type-submit,
[dir=rtl] .elementor-button-align-start .e-form__buttons {
justify-content: flex-end;
}
.elementor-button-align-end .elementor-field-type-submit,
.elementor-button-align-end .e-form__buttons {
justify-content: flex-end;
}
[dir=rtl] .elementor-button-align-end .elementor-field-type-submit,
[dir=rtl] .elementor-button-align-end .e-form__buttons {
justify-content: flex-start;
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
@media screen and (max-width: 1024px) {
.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-tablet-button-align-center .elementor-field-type-submit,
.elementor-tablet-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-tablet-button-align-start .elementor-field-type-submit,
.elementor-tablet-button-align-start .e-form__buttons {
justify-content: flex-start;
}
[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit,
[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons {
justify-content: flex-end;
}
.elementor-tablet-button-align-end .elementor-field-type-submit,
.elementor-tablet-button-align-end .e-form__buttons {
justify-content: flex-end;
}
[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit,
[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons {
justify-content: flex-start;
}
.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
}
@media screen and (max-width: 767px) {
.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-mobile-button-align-center .elementor-field-type-submit,
.elementor-mobile-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-mobile-button-align-start .elementor-field-type-submit,
.elementor-mobile-button-align-start .e-form__buttons {
justify-content: flex-start;
}
[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit,
[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons {
justify-content: flex-end;
}
.elementor-mobile-button-align-end .elementor-field-type-submit,
.elementor-mobile-button-align-end .e-form__buttons {
justify-content: flex-end;
}
[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit,
[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons {
justify-content: flex-start;
}
.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
}
.elementor-error .elementor-field {
border-color: #d9534f;
}
.elementor-error .help-inline {
color: #d9534f;
font-size: 0.9em;
}
.elementor-message {
margin: 10px 0;
font-size: 1em;
line-height: 1;
}
.elementor-message:before {
content: "\e90e";
display: inline-block;
font-family: eicons;
font-weight: normal;
font-style: normal;
vertical-align: middle;
margin-inline-end: 5px;
}
.elementor-message.elementor-message-danger {
color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
content: "\e87f";
}
.elementor-message.form-message-success {
color: #5cb85c;
}
.elementor-form .elementor-button {
padding-block-start: 0;
padding-block-end: 0;
border: none;
}
.elementor-form .elementor-button > span, .elementor-form .elementor-button-content-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
gap: 5px;
}
.elementor-form .elementor-button.elementor-size-xs {
min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
min-height: 72px;
}
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container, .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms);
}
.elementor-heading-title {
padding: 0;
margin: 0;
line-height: 1;
}
.elementor-button {
display: inline-block;
line-height: 1;
background-color: #69727D;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
color: #fff;
fill: #fff;
text-align: center;
transition: all 0.3s;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
color: #fff;
}
.elementor-button-content-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
gap: 5px;
}
.elementor-button-icon {
display: flex;
align-items: center;
}
.elementor-button-icon svg {
width: 1em;
height: auto;
}
.elementor-button-icon .e-font-icon-svg {
height: 1em;
}
.elementor-button-text {
display: inline-block;
}
.elementor-button.elementor-size-xs {
font-size: 13px;
padding: 10px 20px;
border-radius: 2px;
}
.elementor-button.elementor-size-md {
font-size: 16px;
padding: 15px 30px;
border-radius: 4px;
}
.elementor-button.elementor-size-lg {
font-size: 18px;
padding: 20px 40px;
border-radius: 5px;
}
.elementor-button.elementor-size-xl {
font-size: 20px;
padding: 25px 50px;
border-radius: 6px;
}
.elementor-button span {
text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
background-color: #d9534f;
}
.elementor-view-stacked .elementor-icon {
padding: 0.5em;
background-color: #69727D;
color: #fff;
fill: #fff;
}
.elementor-view-framed .elementor-icon {
padding: 0.5em;
color: #69727D;
border: 3px solid #69727D;
background-color: transparent;
}
.elementor-icon {
display: inline-block;
line-height: 1;
transition: all 0.3s;
color: #69727D;
font-size: 50px;
text-align: center;
}
.elementor-icon:hover {
color: #69727D;
}
.elementor-icon i, .elementor-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
.elementor-icon i:before, .elementor-icon svg:before {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.elementor-icon i.fad {
width: initial;
}
.elementor-shape-square .elementor-icon {
border-radius: 0;
}
.elementor-shape-rounded .elementor-icon {
border-radius: 10%;
}
.elementor-shape-circle .elementor-icon {
border-radius: 50%;
}
.e-transform .elementor-widget-container, .e-transform:not(:has(.elementor-widget-container)) {
transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.e-con.e-transform {
transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}
.animated {
animation-duration: 1.25s;
}
.animated.animated-slow {
animation-duration: 2s;
}
.animated.animated-fast {
animation-duration: 0.75s;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.reverse {
animation-direction: reverse;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.animated {
animation: none !important;
}
html * {
transition-duration: 0s !important;
transition-delay: 0s !important;
}
}
@media (max-width: 767px) {
.elementor .elementor-hidden-phone,
.elementor .elementor-hidden-mobile {
display: none;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor .elementor-hidden-mobile_extra {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.elementor .elementor-hidden-tablet {
display: none;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor .elementor-hidden-tablet_extra {
display: none;
}
}
@media (min-width: -1) and (max-width: -1) {
.elementor .elementor-hidden-laptop {
display: none;
}
}
@media (min-width: 1025px) and (max-width: 99999px) {
.elementor .elementor-hidden-desktop {
display: none;
}
}
@media (min-width: -1) {
.elementor .elementor-hidden-widescreen {
display: none;
}
}:root {
--theme-color-white: #ffffff;
--theme-color-light: #f8f5f0;
--theme-color-gray: #f6f6f6;
--tm-container-pt: 120px;
--tm-container-pb: 120px;
--body-font-family: "Outfit", sans-serif;
--heading-font-family: "Roboto", sans-serif;
--font-current-theme3: "Caveat", sans-serif;
--body-font-size: 1rem;
--body-font-weight: 400;
--body-font-bold: 400;
--text-color: #6a6f78;
--link-color: #352f27;
--link-hover-color: #5b8c51;
--entry-meta-color: #819291;
--entry-meta-color-light: #a1a1a1;
--headings-color: #222429;
--h1-font-size: 3.8rem;
--h1-font-size-mob: 2.5rem;
--h2-font-size: 3rem;
--h2-font-size-mob: 2.5rem;
--h3-font-size: 1.85rem;
--h4-font-size: 1.5rem;
--h5-font-size: 1.2rem;
--h6-font-size: 0.9rem;
--headings-font-weight-h1: 700;
--headings-font-weight-h2: 700;
--headings-font-weight-h3: 700;
--headings-font-weight-h4: 600;
--headings-font-weight-h5: 600;
--headings-font-weight-h6: 600;
--section-title-color: var(--headings-color);
--section-title-font-size: 50px;
--section-title-line-height: 1.2em;
--section-title-font-family: var(--heading-font-family);
--section-title-font-weight: var(--headings-font-weight-h2);
--section-title-subtitle-color: var(--theme-color1);
--section-title-subtitle-font-size: 14px;
--section-title-subtitle-line-height: 1.4;
--section-title-subtitle-font-family: var(--body-font-family);
--section-title-subtitle-font-weight: 500;
--line-height-widget-li: 2.5rem;
--btn-font-size: 14px;
--theme-light-background: #f4f5f8;
--theme-light-background-text-color: var(--headings-color);
--news-widget-archive-icon-color: var(--theme-color1);
--mobile-menu-item-link-text-color: #111;
--mobile-menu-item-link-bg-color: #fff;
--mobile-menu-item-link-bg-border-color: #f1f1f1;
--mobile-menu-item-link-text-color-hover: #111;
--mobile-menu-item-indicator-bg-color: var(--theme-color2);
--mobile-menu-item-indicator-text-color: var(--text-color-bg-theme-color2);
--menuzord-primary-nav-font-size: 14px;
--menuzord-primary-nav-font-weight: 500;
--menuzord-primary-nav-font-transform: uppercase;
--menuzord-brand-width: 155px;
--menuzord-brand-width-responsive: 100px;
} @media (prefers-reduced-motion: no-preference) {
html.tm-html-enable-localscroll {
scroll-behavior: smooth;
}
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
line-height: 150%;
}
html {
font-size: 100%;  overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} ::selection {
background: #333;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #333; color: #fff;
text-shadow: none;
}
::-webkit-selection {
background: #333; color: #fff;
text-shadow: none;
}
:active,
:focus {
outline: none !important;
}
body {
line-height: 1.9;
color: var(--text-color);
font-size: var(--body-font-size);
font-family: var(--body-font-family);
font-weight: var(--body-font-weight);
background-color: #fff;
background-attachment: fixed;
-ms-word-wrap: break-word;
word-wrap: break-word;
counter-reset: my-sec-counter;
}
a {
color: var(--link-color);
text-decoration: none;
font-weight: var(--body-font-weight);
transition: all 0.3s ease;
}
a:hover, a:focus {
color: var(--hover-theme-color);
text-decoration: none;
}
a b,
a strong {
transition: all 0.3s ease;
}
a img {
border: none;
}
b,
strong {
color: #333;
font-weight: var(--body-font-bold);
}
img {
max-width: 100%;
}
iframe {
border: none !important;
} h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: var(--heading-font-family);
color: var(--headings-color);
margin-bottom: 1rem;
margin-top: 0.75rem;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
color: inherit;
font-weight: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
line-height: 1.3;
margin-bottom: 1rem;
margin-top: 0.75rem;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
line-height: var(--section-title-subtitle-line-height);
margin-bottom: 1rem;
margin-top: 0.75rem;
}
h1,
.h1 {
font-size: var(--h1-font-size);
}
h2,
.h2 {
font-size: var(--h2-font-size);
}
@media (max-width: 767.98px) {
h2,
.h2 {
font-size: var(--h2-font-size-mob);
}
}
h3,
.h3 {
font-size: var(--h3-font-size);
}
h4,
.h4 {
font-size: var(--h4-font-size);
}
h5,
.h5 {
font-size: var(--h5-font-size);
}
h6,
.h6 {
font-size: var(--h6-font-size);
}
h1,
.h1 {
font-weight: var(--headings-font-weight-h1);
}
h2,
.h2 {
font-weight: var(--headings-font-weight-h2);
}
h3,
.h3 {
font-weight: var(--headings-font-weight-h3);
}
h4,
.h4 {
font-weight: var(--headings-font-weight-h4);
}
h5,
.h5 {
font-weight: var(--headings-font-weight-h5);
}
h6,
.h6 {
font-weight: var(--headings-font-weight-h6);
} p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
margin-bottom: 10px;
}
table p {
margin-bottom: 0;
}
p {
margin-bottom: 20px;
}
p a:not(.button):not(.btn):not(.added_to_cart):hover, p a:not(.button):not(.btn):not(.added_to_cart):focus {
text-decoration: underline;
}
.wp-block-quote {
margin: 20px 0;
}
caption {
caption-side: top;
}
.main-content-area ul > li,
.main-content-area ol > li,
.page-content ul > li,
.page-content ol > li,
.post-content ul > li,
.post-content ol > li,
.post-excerpt ul > li,
.post-excerpt ol > li,
.wpb_text_column ul > li,
.wpb_text_column ol > li,
.comment-list ul > li,
.comment-list ol > li {
margin-bottom: 10px;
}
.main-content-area ul > li > ul,
.main-content-area ul > li > ol,
.main-content-area ol > li > ul,
.main-content-area ol > li > ol,
.page-content ul > li > ul,
.page-content ul > li > ol,
.page-content ol > li > ul,
.page-content ol > li > ol,
.post-content ul > li > ul,
.post-content ul > li > ol,
.post-content ol > li > ul,
.post-content ol > li > ol,
.post-excerpt ul > li > ul,
.post-excerpt ul > li > ol,
.post-excerpt ol > li > ul,
.post-excerpt ol > li > ol,
.wpb_text_column ul > li > ul,
.wpb_text_column ul > li > ol,
.wpb_text_column ol > li > ul,
.wpb_text_column ol > li > ol,
.comment-list ul > li > ul,
.comment-list ul > li > ol,
.comment-list ol > li > ul,
.comment-list ol > li > ol {
margin-top: 10px;
} .drop-caps > p {
text-align: justify;
}
.drop-caps > p:first-child:first-letter {
color: #333;
display: block;
float: left;
font-size: 48px;
line-height: 48px;
margin: 6px 3px;
padding: 10px 18px;
}
address {
color: #777;
font-style: italic;
}
ol,
ul {
list-style-position: inside;
margin: 0;
padding: 0;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
padding-left: 20px;
}  html {
font-size: 100%;
max-width: 100%;
}
@media (max-width: 991.98px) {
html {
font-size: 98%;
}
}
@media (max-width: 767.98px) {
html {
font-size: 96%;
}
}
@media (max-width: 575.98px) {
html {
font-size: 94%;
}
}
html,
html a {
-webkit-font-smoothing: antialiased;
}
body {
max-width: 100%;
overflow-x: hidden;
position: relative;
}
img {
height: auto;
max-width: 100%;
}
iframe,
embed,
object {
margin-bottom: 1.5em;
max-width: 100%;
}
iframe {
display: block;
margin: 0;
max-width: 100%;
}
ul,
ol {
margin: 0 0 1.5em 0;
}
ul {
list-style-type: disc;
}
.media-object {
max-width: none;
} .line-bottom-footer-widget {
position: relative;
padding-bottom: 10px;
}
.line-bottom-footer-widget:after {
bottom: -5px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 54px;
background: #555;
}
.line-bottom-centered {
position: relative;
margin: 10px 0 20px;
}
.line-bottom-centered:after {
background: #2b96cc none repeat scroll 0 0;
bottom: -8px;
content: "";
height: 1px;
left: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
position: absolute;
right: 0;
width: 30px;
} .scroll-to-top {
display: none;
}
.scroll-to-top a {
background-size: 200% auto;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
bottom: 15px;
border-radius: 50%;
height: 50px;
padding: 2px;
position: fixed;
right: 15px;
text-align: center;
text-decoration: none;
width: 50px;
z-index: 99999;
opacity: 0.4;
display: flex;
align-items: center;
justify-content: center;
}
.scroll-to-top a i {
color: var(--text-color-bg-theme-color1);
font-size: 28px;
}
.scroll-to-top a:hover {
text-decoration: none;
opacity: 1;
} .main-content-area table,
.comment-body .comment-text table {
width: 100%;
margin: 0 0 40px;
}
.main-content-area table td,
.main-content-area table th,
.comment-body .comment-text table td,
.comment-body .comment-text table th {
padding: 10px 20px;
border: 1px solid #e6e6e6;
text-transform: capitalize;
}
.main-content-area table th,
.comment-body .comment-text table th {
color: #333;
font-weight: var(--body-font-bold);
}
@media (max-width: 1199.98px) {
.hidden-mobile-mode {
display: none !important;
}
}
.alert {
padding: 1.25rem 1.25rem;
}
.alert-dismissible .close {
padding: 1.5rem;
}
.alert-dismissible .btn-close {
top: 50%;
transform: translateY(-50%);
filter: invert(1);
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
.nice-select {
font-size: 0.95rem;
padding-left: 20px;
padding-right: 38px;
color: #222;
box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.05);
}
.nice-select:after, .nice-select:before {
height: 8px;
width: 8px;
}
.nice-select:after {
right: 18px;
left: auto;
}
.nice-select .option.selected {
font-weight: var(--body-font-bold);
}
.nice-select .list {
overflow-y: scroll;
max-height: 300px;
}
.description-list dt {
color: var(--headings-color);
}
.tm-one-vertical-line:before {
content: "";
background-color: var(--theme-color1);
height: 100px;
width: 2px;
position: absolute;
top: -50px;
left: 50%;
}
.tm-enable-four-vertical-line {
z-index: 0;
}
.tm-enable-four-vertical-line .tm-four-vertical-line {
position: absolute;
top: 0;
bottom: 0;
left: 25px;
right: 25px;
z-index: -1;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: rgba(204, 204, 204, 0.25);
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-1 {
left: 0;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-2 {
left: 33.33333%;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-3 {
left: 66.66666%;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-4 {
right: 0;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: var(--theme-color1);
border-radius: 10px;
} .container .container {
width: 100%;
}
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
@media (min-width: 992px) {
body.container-970px .container {
width: 970px;
}
body.container-100pr .container {
width: 100%;
}
body.container-100pr .container,
body.container-100pr .container-fluid {
padding-left: 40px;
padding-right: 40px;
}
body.container-100pr .container .container,
body.container-100pr .container .container-fluid,
body.container-100pr .container-fluid .container,
body.container-100pr .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
}
section {
position: relative;
}
section > .container, section > .container-fluid {
padding-top: 0;
padding-bottom: 0;
}
body .main-content-area,
body .sidebar-area {
padding-top: var(--tm-container-pt);
padding-bottom: var(--tm-container-pb);
}
body .main-content-area,
body .sidebar-area {
padding-top: var(--tm-container-pt);
padding-bottom: var(--tm-container-pb);
}
@media (max-width: 991.98px) {
body .sidebar-area {
padding-top: 0;
}
}
body.elementor-page:not(.single-post):not(.single-give_forms) .main-content-area,
body.elementor-page:not(.single-post):not(.single-give_forms) .sidebar-area {
padding-top: 0;
padding-bottom: 0;
}  body.elementor-page:not(.single-post) .main-content-section-wrapper .container {
max-width: 100% !important;
width: 100% !important;
}
body.elementor-page:not(.single-post) .main-content > .main-content-section-wrapper > .container > .row > div {
padding-left: 0;
padding-right: 0;
}
.elementor * :last-child,
.elementor * p:last-child {
margin-bottom: 0;
}
.main-content .elementor-section-stretched .elementor-container.elementor-column-gap-extended,
.site-footer-custom .elementor-container.elementor-column-gap-extended {
margin: 0 -15px;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
margin: 0 auto;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-column .elementor-column-gap-extended,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-column .elementor-column-gap-extended {
margin: 0 -10px;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
margin: 0 auto;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-column .elementor-column-gap-extended,
.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-column .elementor-column-gap-extended {
margin: 0 -15px;
}
.post-single .entry-content .elementor-widget-container p:last-of-type {
margin-bottom: 0;
}
.elementor-widget-image a img[src$=".svg"] {
max-width: 92% !important;
}
.elementor-editor-active #header .elementor:not(.elementor-edit-area-active),
.elementor-editor-active .main-content .elementor:not(.elementor-edit-area-active) {
display: none;
}
.elementor-editor-active #header .elementor:has(.elementor.elementor-edit-area-active),
.elementor-editor-active .main-content .elementor:has(.elementor.elementor-edit-area-active) {
display: block;
}
.elementor-editor-active #header .elementor-edit-area,
.elementor-editor-active .main-content .elementor-edit-area {
display: block;
}
.elementor-editor-active #header .tab-content-inner .elementor,
.elementor-editor-active .main-content .tab-content-inner .elementor {
display: block;
}
.elementor-editor-active #header #elementor-header-top-mobile .tm-header-branding,
.elementor-editor-active #header #elementor-header-top-mobile .tm-menu-close,
.elementor-editor-active .main-content #elementor-header-top-mobile .tm-header-branding,
.elementor-editor-active .main-content #elementor-header-top-mobile .tm-menu-close {
display: none;
}
.elementor-editor-active .main-content .container {
max-width: 100%;
width: 100%;
}
.elementor-editor-active .main-content .container > .row > div {
padding-left: 0;
padding-right: 0;
}
.menuzord-menu > li > .megamenu .elementor {
width: 100%;
}
body.single-post.elementor-editor-active .tm-blog-sidebar-row > div {
padding: 0 16px !important;
} .elementor-editor-active .elementor-widget-tm-ele-floating-objects {
min-height: 30px;
background-color: #cb9494;
}
.tm-ele-floating-objects > .each-object {
position: absolute;
width: 100px;
height: 100px;
z-index: 0;
background-repeat: no-repeat;
background-position: center;
} .layer-overlay {
position: relative;
}
.layer-overlay::before {
background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
content: " ";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.layer-overlay {
z-index: 0;
}
.layer-overlay:before {
z-index: -1;
}  @media (min-width: 1025px) {
body:not(.elementor-editor-active) header .elementor-header-top-transparent {
z-index: 11;
position: absolute;
top: 0;
left: 0;
right: 0;
}
}
body:not(.elementor-editor-active) header #elementor-header-top-sticky {
opacity: 0;
z-index: -1;
visibility: hidden;
width: 100%;
position: fixed;
top: 0;
left: 0;
display: block;
-webkit-transform: translate(0px, -140px);
-moz-transform: translate(0px, -140px);
-ms-transform: translate(0px, -140px);
transform: translate(0px, -140px);
transition: all 0.4s ease-out;
}
body:not(.elementor-editor-active) header #elementor-header-top-sticky.visible {
opacity: 1;
z-index: 11;
visibility: visible;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
@media (min-width: 1025px) {
body:not(.elementor-editor-active) header #elementor-header-top-mobile {
display: none;
}
}
body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile, body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 11;
opacity: 1;
display: block;
visibility: visible;
transition: all 0.4s ease-out;
}
@media (min-width: 1025px) {
body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile, body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile {
opacity: 0;
visibility: hidden;
display: none;
}
}
body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile.scrolling-down, body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile.scrolling-down {
position: fixed;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
body:not(.elementor-editor-active).tm-header-sticky-mobile header #elementor-header-top-mobile.visible, body:not(.elementor-editor-active).tm-header-sticky-mobile-always header #elementor-header-top-mobile.visible {
position: fixed;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}  .menuzord,
.menuzord * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.menuzord {
padding: 0 30px;
position: relative;
}
.menuzord a {
-o-transition: color 0.3s linear, background 0.3s linear;
-moz-transition: color 0.3s linear, background 0.3s linear;
-webkit-transition: color 0.3s linear, background 0.3s linear;
transition: color 0.3s linear, background 0.3s linear;
}
.menuzord-menu.scrollable > .scrollable-fix {
display: none;
} .menuzord-brand {
display: inline-block;
color: var(--headings-color);
text-decoration: none;
font-size: 24px;
font-weight: 600;
line-height: 1.3;
cursor: pointer;
font-family: var(--heading-font-family);
}
.menuzord-brand img {
width: var(--menuzord-brand-width);
} .menuzord-menu {
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.menuzord-menu > li {
display: inline-block;
float: left;
}
@media (min-width: 1025px) {
.menuzord-menu > li {
padding: 20px 0;
}
}
.menuzord-menu > li > a {
padding: 7px 16px;
display: inline-block;
text-decoration: none;
color: #222;
outline: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
.menuzord-menu > li > .megamenu {
top: 100%;
}
.menuzord-menu ul.dropdown {
top: 100%;
}
.menuzord-menu ul.dropdown li ul.dropdown {
top: 0;
}
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
color: #333;
} .menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
z-index: 99;
min-width: 230px;
background: #fff;
}
.menuzord-menu ul.dropdown li {
clear: both;
width: 100%;
border: 0 none;
position: relative;
display: block;
}
.menuzord-menu ul.dropdown li ul.dropdown {
left: 100%;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
left: -100%;
}
.menuzord-menu ul.dropdown li a {
width: 100%;
background: none;
text-decoration: none;
display: inline-block;
float: left;
clear: both;
position: relative;
outline: 0;
}
.menuzord-menu ul.dropdown li:hover > a {
padding-left: 28px;
padding-right: 19px;
color: #333;
}
.menuzord-menu ul.dropdown.dropdown-left {
left: none;
} .menuzord-menu li .indicator {
margin-left: 0;
margin-right: 0;
}
.menuzord-menu > li > a .indicator {
display: none;
}
@media (min-width: 1025px) {
.menuzord-menu li ul.dropdown li .indicator {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
font-size: 15px;
line-height: 1;
}
} .menuzord-menu > li > .megamenu {
position: absolute;
display: none;
z-index: 99;
}
.menuzord-menu > li > .megamenu.megamenu-half-width {
width: 50%;
left: auto;
}
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
width: 25%;
left: auto;
}
.menuzord-menu > li > .megamenu .megamenu-row {
width: 100%;
margin: 0 auto;
}
.menuzord-menu > li > .megamenu .megamenu-row:after {
clear: both;
}
.menuzord-menu > li > .megamenu .megamenu-row [class*=col]:first-child {
margin-left: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
display: table;
content: "";
line-height: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
display: block;
min-height: 20px;
} @media (min-width: 1025px) {
.menuzord .showhide {
display: none;
}
}  .menuzord-menu > li > a > i {
margin: 0 5px 0 0;
font-size: 18px;
display: inline-block;
line-height: 1;
font-family: "Font Awesome 5 Free";
} @media (min-width: 1025px) {
header#header.header .top-primary-nav-clone-parent {
display: none !important;
}
}
@media (max-width: 1024px) { .menuzord-responsive.menuzord {
padding: 0;
}
header#header.header .nav-side-icon-parent {
display: none;
} .menuzord-responsive .menuzord-brand {
margin: 8px 30px 10px 20px;
font-size: 20px;
line-height: 1.55;
}
.elementor-element .menuzord-responsive .showhide {
margin-right: 5px;
} .menuzord-responsive .menuzord-menu {
width: 100%;
float: left !important;
margin-top: 5px;
padding: 0;
display: none;
}
.elementor-element .menuzord-responsive .menuzord-menu {
padding: 0 5px 5px;
display: block;
} .menuzord-responsive .menuzord-menu.scrollable {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
display: block;
} .menuzord-responsive .menuzord-menu > li {
width: 100%;
display: block;
position: relative;
}
.menuzord-responsive .menuzord-menu > li > a {
width: 100%;
padding: 12px 20px;
display: block;
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu > li:first-child > a {
border-top: solid 1px #f0f0f0;
} .menuzord-responsive .menuzord-menu ul.dropdown,
.menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
width: 100%;
left: 0;
position: static;
border: none;
background: var(--theme-color-white);
float: left;
} .menuzord-responsive .menuzord-menu ul.dropdown li {
position: relative;
}
.menuzord-responsive .menuzord-menu ul.dropdown li a {
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
padding-left: 30px !important;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
padding-left: 50px !important;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
padding-left: 70px !important;
} .menuzord-responsive .menuzord-menu li .indicator {
width: 27px;
height: 27px;
position: absolute;
right: 15px;
top: 13.5px;
left: auto;
font-size: 12px;
text-align: center;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
background: var(--mobile-menu-item-indicator-bg-color);
color: var(--mobile-menu-item-indicator-text-color);
border-radius: 5px;
transform: rotate(-90deg);
transition: all 0.3s ease;
}
.menuzord-responsive .menuzord-menu li .indicator.active {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
transform: rotate(0deg);
}
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
transform: rotate(0);
}
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator.active {
transform: rotate(90deg);
} .menuzord-responsive .menuzord-menu .megamenu .megamenu-row {
display: block;
}
.menuzord-responsive .menuzord-menu > li > .megamenu {
width: 100% !important;
left: 0 !important;
position: static;
border-top: none;
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*=col] {
float: none;
display: block;
width: 100% !important;
margin-left: 0;
margin-top: 15px;
} .menuzord-responsive .menuzord-menu > li.search form {
width: 100%;
margin: 4px 0;
padding: 10px 16px !important;
}
.menuzord-responsive .menuzord-menu > li.search form input[type=text] {
width: 100%;
} .menuzord-responsive .menuzord-tabs-nav {
width: 100%;
}
.menuzord-responsive .menuzord-tabs-content {
width: 100%;
}
}
@media (max-width: 767.98px) {
header#header .header-nav .header-nav-container .top-primary-nav-clone-parent .menuzord-menu {
padding-bottom: 10px;
}
} header#header .header-nav .header-nav-container {
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} .header-nav .header-nav-wrapper .menuzord-container {
transition: all 0.3s ease;
}
.header-nav .header-nav-wrapper.navbar-scrolltofixed {
min-width: 100%;
transition: all 0.3s ease;
}
.header-nav .header-nav-col-row > .menuzord-primary-nav .showhide {
display: none !important;
}
.header-nav .header-nav-col-row > .menuzord-side-icon-list {
display: none;
}
@media (max-width: 1024px) {
.header-nav .header-nav-col-row > .menuzord-brand-parent {
flex: 0 0 auto;
width: auto;
}
.header-nav .header-nav-col-row > .menuzord-mobile-showhide {
flex: 1;
display: flex;
align-items: center;
justify-content: end;
}
.header-nav .header-nav-col-row > .menuzord-primary-nav {
flex-basis: 100%;
}
}
.menuzord-primary-nav {
min-height: 1px;
}
.menuzord-primary-nav.menuzord {
padding: 0;
}
.menuzord-primary-nav .menuzord-menu li a {
transition: all 0.3s ease;
}
.menuzord-primary-nav .menuzord-menu > li {
position: relative;
}
.menuzord-primary-nav .menuzord-menu > li > a {
font-size: 1rem;
padding-left: 16px;
padding-right: 16px;
}
@media (max-width: 1199.98px) {
.menuzord-primary-nav .menuzord-menu > li > a {
padding-left: 0;
padding-right: 16px;
}
}
.menuzord-primary-nav .menuzord-menu > li > a .indicator {
right: 0;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown {
border: 1px solid #ddd;
box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li {
margin: 0;
padding-left: 0;
}
@media (min-width: 1025px) {
.menuzord-primary-nav .menuzord-menu ul.dropdown li {
border-bottom: 1px solid #eee;
}
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a {
color: #555;
font-size: 1rem;
padding: 12px 25px 12px 22px;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a:hover {
background-color: #f5f5f5;
padding-left: 25px;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a:after {
content: "";
display: inline-block;
height: 0;
width: 4px;
vertical-align: middle;
margin-right: 0;
opacity: 0;
visibility: hidden;
background: var(--theme-color1);
-webkit-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
-o-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
-moz-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover > a {
background: #eee none repeat scroll 0 0;
color: #333;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover > a:after {
top: 0;
left: -1px;
height: -webkit-calc(100% + 1px);
height: -moz-calc(100% + 1px);
height: calc(100% + 1px);
opacity: 1;
visibility: visible;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a.tm-submenu-title {
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
color: #222;
}
.menuzord-primary-nav .menuzord-menu > li > ul.dropdown {
border-top: 0;
background: #fcfcfc;
}
.menuzord-primary-nav .menuzord-menu .tm-menu-badge {
display: inline;
font-size: 65%;
line-height: 1;
text-transform: uppercase;
padding: 0 4px 0px 4px;
margin: 0 0 0 5px;
background-color: #f44336;
color: #fff;
}
@media (max-width: 1024px) {
.menuzord-primary-nav.menuzord-responsive .menuzord-menu > li > a {
color: var(--mobile-menu-item-link-text-color);
background-color: var(--mobile-menu-item-link-bg-color);
border-bottom-color: var(--mobile-menu-item-link-bg-border-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu li .indicator {
border-left-color: var(--mobile-menu-item-indicator-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown {
border-top: 0;
border-bottom: 0;
border-color: var(--mobile-menu-item-link-bg-border-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a {
color: var(--mobile-menu-item-link-text-color);
background-color: var(--mobile-menu-item-link-bg-color);
border-bottom-color: var(--mobile-menu-item-link-bg-border-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu .widget {
margin-bottom: 15px;
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*=col] {
margin-top: 0;
}
}
#top-primary-nav-clone .showhide,
#top-primary-nav-sticky-clone .showhide {
display: none !important;
}
#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
display: none;
margin-bottom: 30px;
}
@media (max-width: 768px) {
#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
margin-bottom: 20px;
}
}
@media (max-width: 575.98px) {
#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
margin-bottom: 0;
}
}
header#header .menuzord-brand {
transition: all 0.3s ease;
}
@media (max-width: 1024px) {
header#header .menuzord-brand {
margin-right: 20px;
padding: 10px 0;
}
}
@media (max-width: 767.98px) {
header#header .menuzord-brand {
margin-right: 0;
}
}
header#header .menuzord-brand img {
width: auto;
transition: all 0.3s ease;
} .menuzord-menu > li > .megamenu {
background: none;
padding: 0;
}
@media (min-width: 1200px) {
.menuzord-menu > li > .megamenu {
min-width: 400px;
}
}
.menuzord-menu > li > .megamenu.megamenu-three-quarter-width {
left: auto;
width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row {
border-top: 3px solid var(--theme-color1);
background: #fcfcfc;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
display: flex;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
width: 8.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
width: 16.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
width: 25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
width: 33.333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
width: 41.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
width: 50%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
width: 58.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
width: 66.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
width: 83.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
width: 91.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^=col] {
float: none;
margin-left: 0;
border-right: 1px solid #eee;
background-repeat: no-repeat;
background-position: bottom right;
}
@media (min-width: 1200px) {
.menuzord-menu > li > .megamenu .megamenu-row > [class^=col] {
padding: 15px 10px;
border-right: 1px solid #eee;
}
}
@media (max-width: 1199.98px) {
.menuzord-menu > li > .megamenu .megamenu-row > [class^=col] {
padding: 10px 10px;
border-bottom: 1px solid #eee;
}
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^=col]:last-child {
border-right: none;
}
.menuzord-menu > li > .megamenu .megamenu-row li {
border: 0 none;
clear: both;
margin: 0;
padding: 2px;
position: relative;
width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
color: #777;
display: block;
font-size: 1rem;
line-height: 1.65;
padding: 5px 12px 5px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
color: #777;
padding-right: 6px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a.tm-submenu-title {
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
color: #222;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a:not(.tm-submenu-title), .menuzord-menu > li > .megamenu .megamenu-row li:hover > a:not(.tm-submenu-title) {
color: #111;
padding-left: 15px;
background-color: #f5f5f5;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a:not(.tm-submenu-title) i, .menuzord-menu > li > .megamenu .megamenu-row li:hover > a:not(.tm-submenu-title) i {
color: #555;
padding-right: 6px;
}
.menuzord-menu > li > .megamenu .megamenu-row .widget {
margin-bottom: 0;
} .admin-bar .tm-header-menu {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .tm-header-menu {
top: 46px;
}
}
.tm-close {
border-radius: 50%;
background: rgba(255, 255, 255, 0.7);
border: 9px solid transparent;
color: #777;
width: 36px;
height: 36px;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
}
.tm-close:before, .tm-close:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
transform-origin: 50% 50%;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
background-color: #1b1b1b;
}
.tm-close:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.tm-close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tm-close:hover:before, .tm-close:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
@media (max-width: 1024px) {
#tm-header-default,
#elementor-header-top-mobile {
position: relative;
box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
background-color: #fff;
}
#tm-header-default .tm-header-main,
#elementor-header-top-mobile .tm-header-main {
position: relative;
}
#tm-header-default .tm-header-branding,
#elementor-header-top-mobile .tm-header-branding {
min-height: 50px;
align-items: center;
display: flex;
}
#tm-header-default .tm-header-branding img,
#elementor-header-top-mobile .tm-header-branding img {
height: 65px;
}
#tm-header-default #tm-nav-mobile,
#elementor-header-top-mobile #tm-nav-mobile {
display: block;
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
display: flex;
flex-wrap: wrap;
align-items: center;
}
#tm-header-default #tm-nav-mobile .tm-mobile-meta-item,
#elementor-header-top-mobile #tm-nav-mobile .tm-mobile-meta-item {
margin-left: 10px;
}
.tm-nav-mobile-button {
width: 34px;
height: 20px;
position: relative;
cursor: pointer;
}
.tm-nav-mobile-button:before, .tm-nav-mobile-button:after,
.tm-nav-mobile-button span {
content: "";
background-color: #1b1b1b;
height: 2px;
position: absolute;
left: 0;
right: 0;
margin: auto;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tm-nav-mobile-button:before {
top: 0;
width: 24px;
}
.tm-nav-mobile-button:after {
bottom: 0;
width: 24px;
}
.tm-nav-mobile-button span {
top: 9px;
width: 100%;
}
.tm-nav-mobile-button.active:before, .tm-nav-mobile-button.active:after {
width: 100%;
}
.tm-header-menu-backdrop {
z-index: 998;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
visibility: hidden;
}
.tm-header-menu {
position: fixed;
height: 100vh;
width: 350px;
top: 0;
left: 0;
bottom: 0;
margin: 0;
overflow: hidden;
z-index: 999;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
visibility: hidden;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
background-color: var(--theme-color-white);
overflow-y: scroll;
}
.tm-header-menu.active {
visibility: visible;
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.tm-header-menu.active + .tm-header-menu-backdrop {
opacity: 1;
visibility: visible;
}
.tm-header-menu-scroll {
padding: 55px 0 40px;
}
.tm-menu-close {
background-color: rgba(0, 0, 0, 0.03);
position: absolute;
top: 0;
right: 0;
border-radius: 0px;
}
#elementor-header-top-mobile .tm-header-elementor-main,
#elementor-header-top-mobile .tm-header-elementor-sticky {
display: none;
}
#elementor-header-top-mobile #tm-header-mobile {
display: block;
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
position: relative;
z-index: 999;
}
} @media (max-width: 1024px) {
header#header.header-nav-left .header-nav-col-row {
padding: 10px 0;
}
header#header.header-nav-left .header-nav-col-row :first-child {
order: 1;
}
}
header#header.header-layout-type-header-default .menuzord-brand, header#header.header-layout-type-header-side-panel-nav .menuzord-brand {
margin-bottom: 15px;
margin-top: 15px;
}
@media (max-width: 991.98px) {
header#header.header-layout-type-header-default .menuzord-brand, header#header.header-layout-type-header-side-panel-nav .menuzord-brand {
margin-bottom: 5px;
margin-top: 5px;
}
}
header#header.header-layout-type-header-default .menuzord-brand img, header#header.header-layout-type-header-side-panel-nav .menuzord-brand img {
width: var(--menuzord-brand-width);
height: auto;
}
@media (max-width: 991.98px) {
header#header.header-layout-type-header-default .menuzord-brand img, header#header.header-layout-type-header-side-panel-nav .menuzord-brand img {
width: var(--menuzord-brand-width-responsive);
}
}
@media (max-width: 767.98px) {
header#header.header-layout-type-header-side-panel-nav .header-nav-container {
padding: 0 20px;
}
}
body.tm-dark-layout header#header .header-nav {
border-top-color: #151515;
}
body.tm-dark-layout header#header .header-nav {
border-top-color: #151515;
} body.switchable-logo header#header .menuzord-brand .logo-primary {
display: inline-block;
}
body.switchable-logo header#header .menuzord-brand .logo-on-sticky {
display: none;
}
body.switchable-logo header#header #elementor-header-top-sticky.visible .menuzord-brand .logo-primary {
display: none;
}
body.switchable-logo header#header #elementor-header-top-sticky.visible .menuzord-brand .logo-on-sticky {
display: inline-block;
} .menuzord-menu .tm-elementor-megamenu > ul.dropdown, .menuzord-menu .tm-elementor-megamenu > .megamenu:not(.elementor-megamenu-wrapper) {
display: none !important;
} .side-push-panel {
overflow-x: hidden; }
.side-push-panel.has-side-panel .menuzord .showhide {
float: left;
} .has-side-panel .side-panel-body-overlay {
background-color: rgba(17, 17, 17, 0.8);
height: 100vh;
left: 0;
opacity: 0;
pointer-events: none;
position: fixed;
top: 0;
width: 100%;
z-index: 1111;
transition: all 0.5s ease;
}
.has-side-panel.side-panel-open .side-panel-body-overlay {
opacity: 1;
pointer-events: auto;
}
.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .side-panel-body-overlay:hover {
cursor: url(//www.kurtbay.com.tr/wp-content/themes/electricien/assets/images/close.png) 15 15, default;
} .side-panel-container {
-webkit-backface-visibility: hidden;
background-color: #fff;
height: 100vh;
overflow: hidden;
position: fixed;
right: -480px;
top: 0;
text-align: left;
width: 480px;
z-index: 1112;
transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
.side-panel-container {
width: 300px;
}
}
.side-panel-container ul {
padding-left: 0;
}
.side-panel-container .side-panel-wrap {
bottom: 0;
height: 100%;
left: 0;
overflow: auto;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
.side-panel-container .widget.widget-side-push-panel {
width: 100%;
}
.side-panel-container .widget.widget-side-push-panel .textwidget {
color: #333;
}
.side-panel-container .widget.widget-side-push-panel.widget-horizontal-row {
margin-top: 0;
margin-bottom: 0;
}
.side-panel-container .widget.widget-side-push-panel.widget-image-widget .thumb {
margin-bottom: 20px;
}
body.rtl .side-panel-container {
left: auto !important;
}
.side-panel-open .side-panel-container {
right: 0;
}
.side-panel-left .side-panel-container {
left: -480px;
right: auto;
}
.side-panel-left.side-panel-open .side-panel-container {
left: 0;
right: auto;
}
.device-touch .side-panel-container .side-panel-wrap {
overflow-y: scroll;
} .side-panel-trigger {
cursor: pointer;
display: block;
z-index: 11;
}
.side-panel-trigger-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.side-panel-trigger-close .side-panel-trigger-icon {
font-size: 18px;
color: #333;
margin-top: 20px;
margin-right: 15px;
background: #eee;
padding: 13px 16px 14px 16px;
border-radius: 30px;
transition: all 0.4s ease;
}
.side-panel-trigger-close .side-panel-trigger-icon:hover {
color: var(--text-color-bg-theme-color1);
background: var(--theme-color1);
} .side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.tm-sticky-menu .container {
transition: all 0.4s ease;
} .hamburger-box {
display: inline-block;
height: 20px;
position: relative;
width: 40px;
padding: 12px 15px;
}
.hamburger-box .hamburger-inner {
margin-left: 3px;
top: 16px;
}
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
background-color: #444;
border-radius: 4px;
height: 2px;
position: absolute;
width: 24px;
transition: all 0.15s ease;
}
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
display: block;
content: "";
}
.hamburger-box .hamburger-inner:before {
top: -9px;
}
.hamburger-box .hamburger-inner:after {
bottom: -9px;
}
.hamburger-box .hamburger-inner {
width: 16px;
}
.hamburger-box .hamburger-inner:after {
width: 24px;
}
.hamburger-box .hamburger-inner:before {
width: 24px;
}
.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner:after,
.hamburger-box:hover .hamburger-inner:before {
height: 2px;
background-color: #333;
}
.hamburger-box:hover .hamburger-inner {
width: 24px;
}
.hamburger-box:hover .hamburger-inner:after {
width: 16px;
}
.hamburger-box:hover .hamburger-inner:before {
width: 16px;
}
body.elementor-editor-active .side-panel-container {
height: auto;
position: relative;
right: 0;
top: 0;
text-align: left;
width: 480px;
overflow: visible;
}
body.elementor-editor-active .side-panel-container .side-panel-wrap {
position: relative;
overflow: inherit;
} .top-nav-search-btn .search-icon {
color: var(--theme-color2);
font-size: 18px;
line-height: 1;
padding: 3px;
transition: all 0.3s ease;
}
.top-nav-search-btn .search-icon:hover {
color: var(--hover-theme-color);
}
@media (max-width: 1024px) {
.top-nav-search-btn {
margin-top: 12px;
}
}
.top-nav-search-form {
background: rgba(15, 15, 15, 0.993);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
visibility: hidden;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
transform: scale(0.9);
z-index: -1;
transition: all 0.3s ease;
}
.top-nav-search-form.active {
transform: scale(1);
z-index: 111;
opacity: 1;
visibility: visible;
}
.top-nav-search-form .nav-search-inner {
text-align: center;
}
.top-nav-search-form form {
margin-bottom: 0;
}
.top-nav-search-form .input-group {
color: #fff;
position: relative;
display: inline-block;
padding-bottom: 5px;
border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.top-nav-search-form input[type=text] {
-webkit-appearance: none;
display: inline-block;
padding: 15px 20px 15px 0;
box-shadow: none;
outline: none;
border: 0;
background: transparent;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
position: relative;
top: 1px;
color: #fff;
font-size: 36px;
width: 450px;
}
@media (max-width: 767.98px) {
.top-nav-search-form input[type=text] {
font-size: 26px;
width: 250px;
}
}
.top-nav-search-form input[type=text]::-webkit-input-placeholder {
color: #fff;
}
.top-nav-search-form input[type=text]::placeholder {
color: #fff;
}
.top-nav-search-form button {
position: relative;
white-space: nowrap;
margin-left: -1px;
z-index: 2;
display: inline-block;
text-align: center;
vertical-align: middle;
-webkit-appearance: button;
border: 0;
background: transparent;
cursor: pointer;
outline: none;
border-radius: 0;
padding: 0 0 0 20px;
}
.top-nav-search-form button i {
color: #fff;
font-size: 28px;
line-height: 0;
transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
.top-nav-search-form button i {
font-size: 20px;
}
}
.top-nav-search-form button i:hover {
color: var(--hover-theme-color);
}
.top-nav-search-form .close-search-btn {
color: #eee;
font-size: 28px;
line-height: 75px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
position: fixed;
right: 30px;
top: 30px;
}
.top-nav-search-form .close-search-btn:hover {
color: var(--hover-theme-color);
}
html.html-search-block-active {
overflow: hidden;
} .tm-page-title {
background-color: #0b0706;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
}
.tm-page-title:before {
background-color: transparent;
background-image: linear-gradient(310deg, rgba(30, 30, 30, 0) 0%, rgba(0, 0, 0, 0.9098039216) 100%);
opacity: 0.9;
}
.tm-page-title .container,
.tm-page-title .container-fluid {
padding-top: 50px;
padding-bottom: 50px;
}
.tm-page-title .padding-medium {
padding-top: 100px;
padding-bottom: 120px;
}
.tm-page-title .title {
color: #fff;
margin-bottom: 20px;
margin-top: 0;
font-size: var(--h1-font-size);
text-transform: capitalize;
}
@media (max-width: 767.98px) {
.tm-page-title .title {
font-size: var(--h1-font-size-mob);
line-height: 1.3;
}
}
.tm-page-title .title b,
.tm-page-title .title strong {
color: #f5f5f5;
}
.tm-page-title .subtitle {
color: #aaa;
font-weight: 600;
margin: 0;
margin-top: 10px;
}
.tm-page-title.page-title-standard .breadcrumbs {
margin-top: 10px;
}
.tm-page-title.page-title-standard .subtitle + .breadcrumbs {
margin-top: 15px;
}
.tm-page-title-elementor .breadcrumbs,
.tm-page-title .breadcrumbs {
display: inline-block;
margin: 0;
padding: 0;
background-color: transparent;
font-size: 18px;
}
.tm-page-title-elementor .breadcrumbs > li,
.tm-page-title .breadcrumbs > li {
display: inline-block;
padding: 0;
float: none;
}
.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn),
.tm-page-title .breadcrumbs .trail-item a:not(.btn) {
color: var(--theme-color1);
}
.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn):hover,
.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
color: #fff;
}
.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child),
.tm-page-title .breadcrumbs .trail-item:not(:last-child) {
margin-right: 20px;
padding-right: 20px;
position: relative;
}
.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon {
color: #eee;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 12px;
position: absolute;
right: -4px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end,
.tm-page-title .breadcrumbs .trail-item.trail-end {
color: #ddd;
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end a,
.tm-page-title .breadcrumbs .trail-item.trail-end a {
color: #ddd;
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item.trail-end .tm-breadcrumb-arrow-icon {
display: none;
}
.tm-page-title .breadcrumbs {
font-size: 18px;
text-align: center;
display: inline-block;
color: var(--theme-color1);
}
.tm-page-title .breadcrumbs > li {
font-family: var(--heading-font-family);
}
.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
color: var(--theme-color1);
}
.tm-page-title .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon {
font-size: 15px;
font-weight: bolder;
} body.container-970px .e-con {
--container-max-width: 970px;
}
@media (min-width: 1000px) {
body.container-970px .container,
body.container-970px .megamenu-fullwidth .megamenu-row {
max-width: 970px;
width: 970px;
}
}
body.container-1230px .e-con {
--container-max-width: 1230px;
}
@media (min-width: 1300px) {
body.container-1230px .container,
body.container-1230px .megamenu-fullwidth .megamenu-row {
max-width: 1230px;
width: 1230px;
}
}
body.container-1300px .e-con {
--container-max-width: 1300px;
}
@media (min-width: 1400px) {
body.container-1300px .container,
body.container-1300px .megamenu-fullwidth .megamenu-row {
max-width: 1300px;
width: 1300px;
}
}
body.container-1340px .e-con {
--container-max-width: 1340px;
}
@media (min-width: 1400px) {
body.container-1340px .container,
body.container-1340px .megamenu-fullwidth .megamenu-row {
max-width: 1340px;
width: 1340px;
}
}
body.container-1440px .e-con {
--container-max-width: 1440px;
}
@media (min-width: 1500px) {
body.container-1440px .container,
body.container-1440px .megamenu-fullwidth .megamenu-row {
max-width: 1440px;
width: 1440px;
}
}
body.container-1500px .e-con {
--container-max-width: 1500px;
}
@media (min-width: 1560px) {
body.container-1500px .container,
body.container-1500px .megamenu-fullwidth .megamenu-row {
max-width: 1500px;
width: 1500px;
}
}
body.container-1600px .e-con {
--container-max-width: 1600px;
}
@media (min-width: 1660px) {
body.container-1600px .container,
body.container-1600px .megamenu-fullwidth .megamenu-row {
max-width: 1600px;
width: 1600px;
}
}
body.container-100pr .e-con {
--container-max-width: 100%;
}
body.container-100pr .container,
body.container-100pr .container-fluid,
body.container-100pr .megamenu-fullwidth .megamenu-row {
max-width: 100%;
width: 100%;
} .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -10px;
}
.select2 .selection .select2-selection {
background-color: rgba(241, 238, 246, 0.5);
border: 1px solid rgba(241, 238, 246, 0.5);
height: calc(1.8rem + 32px);
padding: 14px 20px;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #686a6f;
line-height: 30px;
padding-left: 0;
font-weight: normal;
font-size: 1rem;
}
.select2 .selection .select2-selection .select2-selection__arrow {
height: 100%;
position: absolute;
right: 6px;
top: 0;
width: 20px;
}
.form-control,
.input-text,
.comment-respond textarea,
.comment-respond input[type=email],
.comment-respond input[type=url],
.comment-respond input[type=text] {
height: calc(1.8rem + 32px);
padding: 14px 20px;
outline: 0;
background-color: rgba(241, 238, 246, 0.5);
border: 1px solid rgba(241, 238, 246, 0.5);
color: #686a6f;
font-size: 1rem;
width: 100%;
}
.form-control::placeholder,
.input-text::placeholder,
.comment-respond textarea::placeholder,
.comment-respond input[type=email]::placeholder,
.comment-respond input[type=url]::placeholder,
.comment-respond input[type=text]::placeholder {
color: #686a6f;
opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder,
.comment-respond input[type=email]:-ms-input-placeholder,
.comment-respond input[type=url]:-ms-input-placeholder,
.comment-respond input[type=text]:-ms-input-placeholder {
color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder,
.comment-respond textarea::-ms-input-placeholder,
.comment-respond input[type=email]::-ms-input-placeholder,
.comment-respond input[type=url]::-ms-input-placeholder,
.comment-respond input[type=text]::-ms-input-placeholder {
color: #686a6f;
}
.form-control:active, .form-control:focus,
.input-text:active,
.input-text:focus {
box-shadow: 0 0 0 1px var(--theme-color1);
border-color: var(--theme-color1);
}
textarea.form-control,
.comment-respond textarea {
height: auto;
padding-top: 15px;
padding-bottom: 15px;
}  .isotope-layout-filter,
.carousel-layout-filter {
margin-bottom: 30px;
}
.isotope-layout-filter a,
.carousel-layout-filter a {
transition: all 0.3s ease-in-out 0s;
color: #777;
font-size: 15px;
font-weight: 500;
margin: 0 5px 10px;
padding: 8px 20px 6px;
display: inline-block;
position: relative;
text-transform: uppercase;
border: 2px solid;
border-color: transparent;
}
.isotope-layout-filter a.active, .isotope-layout-filter a:focus, .isotope-layout-filter a:hover,
.carousel-layout-filter a.active,
.carousel-layout-filter a:focus,
.carousel-layout-filter a:hover {
color: #fff;
background: #343434;
}
.isotope-layout-filter.filter-style-2 a,
.carousel-layout-filter.filter-style-2 a {
border-color: #343434;
}
.isotope-layout-filter.filter-style-3 a,
.carousel-layout-filter.filter-style-3 a {
border-color: #eee;
}
.isotope-layout-filter.filter-style-4 a,
.carousel-layout-filter.filter-style-4 a {
background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-4 a.active, .isotope-layout-filter.filter-style-4 a:focus, .isotope-layout-filter.filter-style-4 a:hover,
.carousel-layout-filter.filter-style-4 a.active,
.carousel-layout-filter.filter-style-4 a:focus,
.carousel-layout-filter.filter-style-4 a:hover {
background: #343434;
}
.isotope-layout-filter.filter-style-5 a,
.carousel-layout-filter.filter-style-5 a {
border-radius: 7px;
}
.isotope-layout-filter.filter-style-6 a,
.carousel-layout-filter.filter-style-6 a {
border-radius: 7px;
border-color: #343434;
} .isotope-layout {        }
.isotope-layout .isotope-layout-inner {
position: relative;
}
.isotope-layout .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
float: left;
width: 24.98%; }
.isotope-layout .isotope-item .isotope-item-inner {
position: relative;
height: 100%;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 49.98%;
}
.isotope-layout .isotope-item.isotope-item-sizer {
padding: 0 !important;
margin-bottom: 0 !important;
width: 24.98%;
}
.isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-wide, .isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-width-height {
width: 49.98%;
}
.isotope-layout .isotope-item .thumb img {
width: 100%;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) {
margin-left: 0;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-layout-inner {
margin-left: 0;
margin-right: 0;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-item {
padding-right: 0;
padding-left: 0;
margin-bottom: 0;
width: 100% !important;
position: relative !important;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-item .hentry {
margin-bottom: 0;
padding-bottom: 0;
}
.isotope-layout.grid-1 .isotope-item {
width: 100% !important;
}
.isotope-layout.grid-1 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-1 .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
.isotope-layout.grid-2 .isotope-item {
width: 49.98%;
}
.isotope-layout.grid-2 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-2 .isotope-item.tm-masonry-large-width-height {
width: 100%;
}
.isotope-layout.grid-3 .isotope-item {
width: 33.2%;
}
.isotope-layout.grid-3 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-3 .isotope-item.tm-masonry-large-width-height {
width: 66.4%;
}
.isotope-layout.grid-4 {
width: 100.1%;
width: calc(100% + 1px);
}
.isotope-layout.grid-4 .isotope-item {
width: 24.98%;
}
.isotope-layout.grid-4 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-4 .isotope-item.tm-masonry-large-width-height {
width: 49.98%;
}
.isotope-layout.grid-5 .isotope-item {
width: 20%;
}
.isotope-layout.grid-5 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-5 .isotope-item.tm-masonry-large-width-height {
width: 40%;
}
.isotope-layout.grid-6 .isotope-item {
width: 16.5%;
}
.isotope-layout.grid-6 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-6 .isotope-item.tm-masonry-large-width-height {
width: 33%;
}
.isotope-layout .isotope-layout-inner {
margin: 0 -15px;
}
.isotope-layout .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
}
.isotope-layout.gutter .isotope-layout-inner {
margin: 0 -15px;
}
.isotope-layout.gutter .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
}
.isotope-layout.gutter-0 .isotope-layout-inner {
margin: 0;
}
.isotope-layout.gutter-0 .isotope-item {
padding: 0;
margin: 0;
}
.isotope-layout.gutter-5 .isotope-layout-inner {
margin: 0 -5px;
}
.isotope-layout.gutter-5 .isotope-item {
padding: 0 5px;
margin: 0 0 10px;
}
.isotope-layout.gutter-10 .isotope-layout-inner {
margin: 0 -10px;
}
.isotope-layout.gutter-10 .isotope-item {
padding: 0 10px;
margin: 0 0 20px;
}
.isotope-layout.gutter-15 .isotope-layout-inner {
margin: 0 -15px;
}
.isotope-layout.gutter-15 .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
}
.isotope-layout.gutter-20 .isotope-layout-inner {
margin: 0 -20px;
}
.isotope-layout.gutter-20 .isotope-item {
padding: 0 20px;
margin: 0 0 40px;
}
.isotope-layout.gutter-30 .isotope-layout-inner {
margin: 0 -30px;
}
.isotope-layout.gutter-30 .isotope-item {
padding: 0 30px;
margin: 0 0 60px;
}
.isotope-layout.gutter-40 .isotope-layout-inner {
margin: 0 -40px;
}
.isotope-layout.gutter-40 .isotope-item {
padding: 0 40px;
margin: 0 0 80px;
}
.isotope-layout.gutter-50 .isotope-layout-inner {
margin: 0 -50px;
}
.isotope-layout.gutter-50 .isotope-item {
padding: 0 50px;
margin: 0 0 100px;
}
.isotope-layout.gutter-60 .isotope-layout-inner {
margin: 0 -60px;
}
.isotope-layout.gutter-60 .isotope-item {
padding: 0 60px;
margin: 0 0 120px;
} @media (max-width: 767px) {
.isotope-layout .isotope-item {
width: 33.2% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 1024px) {
.isotope-layout .isotope-item {
width: 49.98% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 991.98px) {
.isotope-layout .isotope-item {
width: 49.98% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 767.98px) {
.isotope-layout .isotope-item {
width: 100% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 575.98px) {
.isotope-layout .isotope-item {
width: 100% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
.isotope-layout:not(.isotope-rendered) .isotope-item {
float: left;
}
.isotope-layout:not(.isotope-rendered).grid-2 > .isotope-item {
width: 50%;
}
.isotope-layout:not(.isotope-rendered).grid-3 > .isotope-item {
width: 33%;
}
.isotope-layout:not(.isotope-rendered).grid-4 > .isotope-item {
width: 25%;
}
.isotope-layout:not(.isotope-rendered).grid-5 > .isotope-item {
width: 19%;
}
.isotope-layout:not(.isotope-rendered).grid-6 > .isotope-item {
width: 16%;
}
.tm-swiper-container, .tm-testimonial-single-carousel {
margin-left: auto;
margin-right: auto;
position: relative;
list-style: none;
padding: 0;
z-index: 1;
}
.tm-swiper-container .swiper-container-inner, .tm-testimonial-single-carousel .swiper-container-inner {
overflow: hidden;
}
.tm-swiper-container .tm-swiper-button-next, .tm-swiper-container .tm-swiper-button-prev, .tm-testimonial-single-carousel .tm-swiper-button-next, .tm-testimonial-single-carousel .tm-swiper-button-prev {
position: absolute;
top: 50%;
margin-top: calc(0px - var(--swiper-navigation-size) / 2);
cursor: pointer;
width: 52px;
height: 52px;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 10;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
.tm-swiper-container .tm-swiper-button-next i, .tm-swiper-container .tm-swiper-button-prev i, .tm-testimonial-single-carousel .tm-swiper-button-next i, .tm-testimonial-single-carousel .tm-swiper-button-prev i {
color: #000;
font-size: 16px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tm-swiper-container .tm-swiper-button-next:hover, .tm-swiper-container .tm-swiper-button-prev:hover, .tm-testimonial-single-carousel .tm-swiper-button-next:hover, .tm-testimonial-single-carousel .tm-swiper-button-prev:hover {
background-color: var(--theme-color1);
}
.tm-swiper-container .tm-swiper-button-next:hover i, .tm-swiper-container .tm-swiper-button-prev:hover i, .tm-testimonial-single-carousel .tm-swiper-button-next:hover i, .tm-testimonial-single-carousel .tm-swiper-button-prev:hover i {
color: var(--text-color-bg-theme-color1);
}
.tm-swiper-container .tm-swiper-button-next, .tm-swiper-container .swiper-rtl .tm-swiper-button-prev, .tm-testimonial-single-carousel .tm-swiper-button-next, .tm-testimonial-single-carousel .swiper-rtl .tm-swiper-button-prev {
right: -26px;
left: auto;
}
.tm-swiper-container .tm-swiper-button-prev, .tm-swiper-container .swiper-rtl .tm-swiper-button-next, .tm-testimonial-single-carousel .tm-swiper-button-prev, .tm-testimonial-single-carousel .swiper-rtl .tm-swiper-button-next {
left: -26px;
right: auto;
}
.tm-swiper-container .tm-swiper-button-prev:hover i::before, .tm-testimonial-single-carousel .tm-swiper-button-prev:hover i::before {
content: "\e879";
}
.tm-swiper-container .tm-swiper-button-next:hover i::before, .tm-testimonial-single-carousel .tm-swiper-button-next:hover i::before {
content: "\e87a";
}
.tm-swiper-container .swiper-pagination,
.tm-swiper-container .swiper-pagination-fraction, .tm-testimonial-single-carousel .swiper-pagination,
.tm-testimonial-single-carousel .swiper-pagination-fraction {
position: relative;
width: auto;
left: 50%;
bottom: 0;
margin-top: 20px;
transform: translateX(-50%);
}
.tm-swiper-container .swiper-pagination-bullet, .tm-testimonial-single-carousel .swiper-pagination-bullet {
width: 12px;
height: 12px;
opacity: 1;
position: relative;
background: #e7e7e7;
border-radius: 10px;
transition: all 0.3s ease-in-out 0s;
}
.tm-swiper-container .swiper-pagination-fraction, .tm-testimonial-single-carousel .swiper-pagination-fraction {
font-size: 20px;
}
.tm-swiper-container .swiper-pagination-progressbar, .tm-testimonial-single-carousel .swiper-pagination-progressbar {
background-color: #e1e1e1;
}
.tm-swiper-container .swiper-pagination-progressbar > span, .tm-testimonial-single-carousel .swiper-pagination-progressbar > span {
background-color: var(--theme-color1);
}
.tm-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active, .tm-testimonial-single-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--theme-color1);
}
.tm-slider-overflow-visible-yes .tm-swiper-container .swiper-container-inner {
overflow: visible;
}  .page-404-wrapper {
text-align: center;
}
.page-404-wrapper.page-404-wrapper-padding {
padding-top: 100px;
padding-bottom: 50px;
}
.page-404-wrapper .page-404-main-content {
margin-bottom: 25px;
}
.page-404-wrapper .page-404-main-content .title {
font-size: 11rem;
line-height: 1;
margin-top: 0;
margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
.page-404-wrapper .page-404-main-content .title {
font-size: 8rem;
}
}
.page-404-wrapper .page-404-main-content .sub-title {
font-size: 2rem;
line-height: 1;
margin-top: 0;
margin-bottom: 1.7rem;
}
.page-404-wrapper .page-404-main-content .content,
.page-404-wrapper .page-404-main-content .content p {
margin-bottom: 1.7rem;
}
.page-404-wrapper .search-box {
margin-bottom: 2rem;
}
.page-404-wrapper .search-box .paragraph {
margin-bottom: 1rem;
}
.page-404-wrapper .helpful-links {
margin-bottom: 25px;
}
.page-404-wrapper .helpful-links ul {
list-style: none;
}
.page-404-wrapper .helpful-links ul li {
padding-left: 15px;
position: relative;
margin-bottom: 5px;
}
.page-404-wrapper .helpful-links ul li::before {
content: "\f0da";
left: 0;
top: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
}
.page-404-wrapper .helpful-links ul li a {
color: var(--text-color);
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .title {
font-size: 8rem;
line-height: 1;
margin-top: 0;
margin-bottom: 1rem;
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .sub-title {
font-size: 1.7rem;
line-height: 1;
margin-top: 0;
margin-bottom: 1.2rem;
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .content,
.page-404-wrapper.page-404-layout-split .page-404-main-content .content p {
margin-bottom: 1rem;
}
.page-404-wrapper .page-404-main-content {
text-align: center;
}
.page-404-wrapper .page-404-main-content .title {
color: var(--theme-color1);
}
.page-404-wrapper .helpful-links ul li::before {
color: var(--theme-color1);
}
.page-404-wrapper .helpful-links ul li a:hover {
color: var(--hover-theme-color);
} .menuzord-primary-nav .menuzord-menu > li > a {
font-size: var(--menuzord-primary-nav-font-size);
font-weight: var(--menuzord-primary-nav-font-weight);
text-transform: var(--menuzord-primary-nav-font-transform);
} body.archive .main-content-area article:not(.type-post) {
margin-bottom: 20px;
border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}  article .entry-content .post-content ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid):not(.wp-block-post-template):not(.wp-block-page-list),
article .entry-content .post-content ol,
article .entry-content .post-excerpt ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid):not(.wp-block-post-template):not(.wp-block-page-list),
article .entry-content .post-excerpt ol {
padding-left: 10px;
}
article .box-hover-effect .thumb {
text-align: center;
}
.blog-posts .main-content-area .post .post-sticky-icon {
display: none;
}
body.archive .blog-posts .main-content-area article,
body.blog .blog-posts .main-content-area article {
margin-bottom: 3rem;
}
body.archive .blog-posts .main-content-area .row > div:last-child article,
body.blog .blog-posts .main-content-area .row > div:last-child article {
margin-bottom: 0;
}
body.archive .blog-posts .main-content-area .post.sticky,
body.blog .blog-posts .main-content-area .post.sticky {
box-shadow: none;
position: relative;
border: 2px solid var(--theme-color1);
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
body.archive .blog-posts .main-content-area .post.sticky .bottom-box .comments,
body.blog .blog-posts .main-content-area .post.sticky .bottom-box .comments {
display: none;
}
body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon {
display: block;
position: absolute;
right: 12px;
top: 8px;
z-index: 1;
}
body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon i,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon i {
font-size: 30px;
color: #ccc;
transform: rotate(45deg);
}
.main-content-area article .entry-meta {
font-size: 14px;
margin-bottom: 1rem;
color: var(--entry-meta-color-light);
text-transform: uppercase;
}
.main-content-area article .entry-meta li:first-child {
padding-left: 0;
}
.main-content-area article .entry-meta li {
padding-right: 5px;
margin-bottom: 0;
}
.main-content-area article .entry-meta li:last-child {
padding-right: 0;
}
.main-content-area article .entry-meta i {
margin-right: 5px;
}
.main-content-area article .entry-meta .categories-links,
.main-content-area article .entry-meta a,
.main-content-area article .entry-meta span,
.main-content-area article .entry-meta .sl-wrapper span {
color: var(--entry-meta-color-light);
font-weight: normal;
}
.main-content-area article .entry-meta .categories-links a:hover,
.main-content-area article .entry-meta a:hover,
.main-content-area article .entry-meta .sl-wrapper span:hover {
color: var(--hover-theme-color);
}
.main-content-area article .post-excerpt {
margin-bottom: 20px;
}
.main-content-area article .post-excerpt p {
margin-bottom: 28px;
}
.main-content-area .pagination {
margin-top: 40px;
}
pre {
font-family: "Courier 10 Pitch", courier, monospace;
max-width: 100%;
margin: 1.6em 0;
padding: 1.6em;
background-color: #f5f5f5;
white-space: pre-wrap;
word-wrap: break-word;
font-family: monospace;
font-size: 1em;
color: #000;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
border-radius: 4px;
}
dt {
font-weight: var(--body-font-bold);
color: #222429;
}
dd {
margin: 0 1.5em 1.5em;
}
@media (min-width: 768px) {
.post-standard-1col-classic .entry-header {
border-radius: 2px;
float: left;
margin-right: 25px;
width: 45%;
}
}
article .entry-content h1 a:hover,
article .entry-content h2 a:hover,
article .entry-content h3 a:hover,
article .entry-content h4 a:hover,
article .entry-content h5 a:hover,
article .entry-content h6 a:hover,
article .entry-content .h1 a:hover,
article .entry-content .h2 a:hover,
article .entry-content .h3 a:hover,
article .entry-content .h4 a:hover,
article .entry-content .h5 a:hover,
article .entry-content .h6 a:hover {
color: var(--hover-theme-color);
}
article .entry-content h1 a:hover b,
article .entry-content h1 a:hover strong,
article .entry-content h2 a:hover b,
article .entry-content h2 a:hover strong,
article .entry-content h3 a:hover b,
article .entry-content h3 a:hover strong,
article .entry-content h4 a:hover b,
article .entry-content h4 a:hover strong,
article .entry-content h5 a:hover b,
article .entry-content h5 a:hover strong,
article .entry-content h6 a:hover b,
article .entry-content h6 a:hover strong,
article .entry-content .h1 a:hover b,
article .entry-content .h1 a:hover strong,
article .entry-content .h2 a:hover b,
article .entry-content .h2 a:hover strong,
article .entry-content .h3 a:hover b,
article .entry-content .h3 a:hover strong,
article .entry-content .h4 a:hover b,
article .entry-content .h4 a:hover strong,
article .entry-content .h5 a:hover b,
article .entry-content .h5 a:hover strong,
article .entry-content .h6 a:hover b,
article .entry-content .h6 a:hover strong {
color: var(--hover-theme-color);
}
article .entry-meta a:hover {
color: var(--hover-theme-color);
}
.blog-posts .main-content-area article {
position: relative;
transition: all 300ms ease;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.blog-posts .main-content-area article:hover .entry-header {
position: relative;
}
.blog-posts .main-content-area article:hover .entry-header .post-thumb:first-child {
transform: translatex(0) scalex(1);
opacity: 1;
filter: blur(0);
}
.blog-posts .main-content-area article:hover .entry-header .post-thumb:nth-child(2) {
transform: translatex(-50%) scalex(2);
opacity: 0;
filter: blur(10px);
}
.blog-posts .main-content-area article .entry-header {
position: relative;
}
.blog-posts .main-content-area article .entry-header .thumb-wrapper {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.blog-posts .main-content-area article .entry-header .post-thumb {
position: relative;
width: 100%;
display: block;
transition: all 500ms ease;
}
.blog-posts .main-content-area article .entry-header .post-thumb:first-child {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
transform: translatex(50%) scalex(2);
opacity: 0;
filter: blur(10px);
}
.blog-posts .main-content-area article .entry-header .post-single-meta {
position: absolute;
left: 30px;
bottom: -23px;
z-index: 1;
}
.blog-posts .main-content-area article .entry-header .post-single-meta span {
display: inline-block;
text-align: center;
background-color: #f3f4f7;
font-size: 12px;
text-transform: uppercase;
}
.blog-posts .main-content-area article .entry-header .post-single-meta span.day {
font-size: 30px;
font-weight: 500;
color: var(--text-color-bg-theme-color2);
font-family: var(--heading-font-family);
line-height: 2.2;
display: block;
background-color: var(--theme-color1);
margin-bottom: -6px;
}
.blog-posts .main-content-area article .entry-header .post-single-meta span.month {
padding-left: 10px;
}
.blog-posts .main-content-area article .entry-header .post-single-meta span.year {
padding-right: 10px;
}
.blog-posts .main-content-area article .entry-content {
position: relative;
padding: 30px;
z-index: 1;
transition: all 300ms ease;
}
.blog-posts .main-content-area article .entry-meta {
position: relative;
text-transform: capitalize !important;
margin-bottom: 10px !important;
}
.blog-posts .main-content-area article .entry-meta li {
position: relative;
font-size: 13px;
}
.blog-posts .main-content-area article .entry-meta li i {
margin-right: 5px;
color: var(--theme-color1);
font-size: 13px;
}
.blog-posts .main-content-area article .entry-title {
margin-top: 0;
margin-bottom: 10px;
}
.blog-posts .main-content-area article .entry-title:hover {
color: var(--theme-color2);
}
.blog-posts .main-content-area article .mascot-post-excerpt {
margin-top: 15px;
}
.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
}
.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right:after {
font-size: 14px;
}
.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right:hover {
color: var(--theme-color1);
}
.blog-posts .main-content-area article .post-btn-readmore .btn-plain-text-with-arrow-right:hover:after {
color: var(--theme-color1);
}
.blog-posts .main-content-area .isotope-layout .isotope-item article {
margin-bottom: 0px;
}
@-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content {
padding: 30px;
padding-top: 35px;
}
.btn-plain-text-with-arrow-right {
text-transform: uppercase !important;
font-size: 12px !important;
font-weight: 800 !important;
}
.btn-plain-text-with-arrow-right:after {
font-size: 14px !important;
}
.btn-plain-text-with-arrow-right:hover {
color: var(--theme-color1) !important;
}
.btn-plain-text-with-arrow-right:hover:after {
color: var(--theme-color1) !important;
} body.single-post .main-content-area article {
margin-bottom: 0;
border-bottom: none;
}
body.single-post .main-content-area article .entry-meta {
padding: 0;
margin-top: 60px;
margin-bottom: 0;
}
body.single-post .main-content-area article .entry-meta li {
position: relative;
padding-right: 8px;
}
body.single-post .main-content-area article .entry-meta li a {
font-weight: normal;
}
body.single-post .main-content-area article .entry-meta li i {
margin: 0 5px 0 0;
vertical-align: baseline;
}
body.single-post .main-content-area article .entry-meta li i,
body.single-post .main-content-area article .entry-meta li .sl-wrapper .sl-icon svg {
color: var(--theme-color1);
}
body.single-post .main-content-area article .entry-meta li .sl-wrapper .sl-icon svg:hover {
color: var(--hover-theme-color);
}
body.single-post .main-content-area article .entry-meta li:first-child:after {
display: none;
}
body.single-post .main-content-area article .entry-meta li:last-child {
padding-right: 0;
}
body.single-post .main-content-area article .entry-header .post-thumb {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.18);
margin-bottom: 25px;
border-radius: 5px;
overflow: hidden;
display: inline-block;
}
body.single-post .main-content-area article .entry-title {
margin-top: 0;
}
body.single-post .main-content-area article .entry-content h1,
body.single-post .main-content-area article .entry-content h2,
body.single-post .main-content-area article .entry-content h3,
body.single-post .main-content-area article .entry-content h4,
body.single-post .main-content-area article .entry-content h5,
body.single-post .main-content-area article .entry-content h6,
body.single-post .main-content-area article .entry-content .h1,
body.single-post .main-content-area article .entry-content .h2,
body.single-post .main-content-area article .entry-content .h3,
body.single-post .main-content-area article .entry-content .h4,
body.single-post .main-content-area article .entry-content .h5,
body.single-post .main-content-area article .entry-content .h6 {
margin-top: 30px;
}
body.single-post .main-content-area article .entry-content h1:first-child,
body.single-post .main-content-area article .entry-content h2:first-child,
body.single-post .main-content-area article .entry-content h3:first-child,
body.single-post .main-content-area article .entry-content h4:first-child,
body.single-post .main-content-area article .entry-content h5:first-child,
body.single-post .main-content-area article .entry-content h6:first-child,
body.single-post .main-content-area article .entry-content .h1:first-child,
body.single-post .main-content-area article .entry-content .h2:first-child,
body.single-post .main-content-area article .entry-content .h3:first-child,
body.single-post .main-content-area article .entry-content .h4:first-child,
body.single-post .main-content-area article .entry-content .h5:first-child,
body.single-post .main-content-area article .entry-content .h6:first-child {
margin-top: 0;
}
body.single-post .single-post-tags-share {
border-top: 1px solid #ececec;
padding: 20px 0 0;
margin-top: 55px;
margin-left: 0;
margin-right: 0;
}
@media (min-width: 1200px) {
body.single-post .single-post-tags-share > div {
max-width: 100%;
}
}
@media (min-width: 1200px) {
body.single-post .single-post-tags-share > div.max-width-half {
max-width: 50%;
}
}
body.single-post .single-post-tags-share > div:first-child {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 1199.98px) {
body.single-post .single-post-tags-share > div:first-child {
margin-bottom: 20px;
}
}
body.single-post .single-post-tags-share > div:last-child {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 1199.98px) {
body.single-post .single-post-tags-share > div:last-child {
margin-bottom: 0;
}
}
body.single-post .single-post-tags {
margin: 0;
}
body.single-post .single-post-tags span {
color: var(--headings-color);
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: var(--section-title-subtitle-line-height);
}
body.single-post .single-post-tags li:not(:first-child) {
margin: 5px 7px 11px 0;
}
body.single-post .single-post-tags a {
border-radius: 10px;
font-size: 0.8rem;
padding: 8px 25px;
text-transform: capitalize;
background-color: #f8f6f0;
}
body.single-post .single-post-tags a:hover {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color1);
}
body.single-post .pre-next-post-link {
margin-top: 60px;
vertical-align: middle;
}
body.single-post .pre-next-post-link .pre-post-link,
body.single-post .pre-next-post-link .next-post-link {
cursor: pointer;
display: table;
height: 100%;
position: relative;
width: 100%;
}
body.single-post .pre-next-post-link .pre-post-link > *,
body.single-post .pre-next-post-link .next-post-link > * {
display: table-cell;
height: 100%;
position: relative;
vertical-align: middle;
}
body.single-post .pre-next-post-link .pre-post-link .title,
body.single-post .pre-next-post-link .next-post-link .title {
margin-top: 0;
margin-bottom: 0;
font-style: italic;
color: #9a9a9a;
font-size: 0.875rem;
}
body.single-post .pre-next-post-link .pre-post-link .content,
body.single-post .pre-next-post-link .next-post-link .content {
font-size: 1.25rem;
word-break: break-all;
}
body.single-post .pre-next-post-link .pre-post-link .content a,
body.single-post .pre-next-post-link .next-post-link .content a {
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: var(--section-title-subtitle-line-height);
}
body.single-post .pre-next-post-link .pre-post-link span,
body.single-post .pre-next-post-link .next-post-link span {
color: #f5f5f5;
font-size: 130px;
line-height: 0;
padding-top: 15px;
transition: all 0.4s ease 0s;
}
body.single-post .pre-next-post-link .pre-post-link:hover a,
body.single-post .pre-next-post-link .next-post-link:hover a {
color: var(--hover-theme-color);
}
body.single-post .pre-next-post-link .pre-post-link:hover span,
body.single-post .pre-next-post-link .next-post-link:hover span {
color: #ddd;
}
body.single-post .pre-next-post-link .pre-post-link .link,
body.single-post .pre-next-post-link .next-post-link .link {
margin-bottom: 0;
margin-top: 0;
}
body.single-post .pre-next-post-link .next-post-link {
text-align: right;
}
body.single-post .author-info {
background: #f8f8f8;
border: 1px solid #f5f5f5;
margin-top: 60px;
padding: 40px;
}
body.single-post .author-info .author-thumb {
float: left;
margin-right: 30px;
}
body.single-post .author-info .author-thumb img {
border-radius: 50%;
}
body.single-post .author-info .author-description {
margin-left: 110px;
}
body.single-post .author-info .author-description .author-title {
margin-bottom: 0;
margin-top: 0;
}
body.single-post .author-info .author-description .author-title .author-title-label {
display: none;
font-weight: var(--body-font-bold);
}
body.single-post .author-info .author-description .author-email {
font-size: 14px;
}
body.single-post .author-info .author-description .author-email a {
color: #a1a1a1;
font-weight: normal;
}
body.single-post .author-info .author-description .author-text p {
margin-top: 10px;
margin-bottom: 0;
}
@media (max-width: 767.98px) {
body.single-post .author-info .author-thumb {
float: none;
}
body.single-post .author-info .author-description {
margin-left: 0;
}
body.single-post .author-info .author-description .author-title {
margin-top: 15px;
margin-bottom: 7px;
}
}
body.single-post .related-posts {
margin-top: 60px;
}
body.single-post .related-posts .title {
margin-bottom: 20px;
font-weight: var(--body-font-bold);
text-transform: uppercase;
}
body.single-post .related-posts article {
background-color: #fefefe;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
body.single-post .related-posts article .entry-header .post-thumb {
margin-bottom: 0;
}
body.single-post .related-posts article .entry-content {
padding: 20px;
}
body.single-post .related-posts article .entry-date {
color: #999;
font-size: 0.875rem;
}
body.single-post .related-posts article .post-excerpt {
font-size: 0.875rem;
margin-bottom: 10px;
}
body.single-post .related-posts article .entry-meta {
padding: 5px 0;
margin-bottom: 0;
margin-top: 0;
}
body.single-post .related-posts article .post-btn-readmore {
font-size: 11px;
font-weight: var(--body-font-bold);
text-transform: uppercase;
}
body.single-post.single-post .related-posts article .entry-title {
margin-bottom: 0;
margin-top: 10px;
}
body.single-post .post-single.drop-caps .entry-content .post-content > p:first-child:first-letter,
body.single-post .post-single.drop-caps .entry-content .post-excerpt > p:first-child:first-letter {
color: #222;
float: left;
font-size: 75px;
line-height: 0.85;
padding-top: 4px;
padding-right: 8px;
padding-left: 0;
}
body.single-post .comments-no-password {
margin-top: 1rem;
}
body.single-post .no-comments,
body.single-post .comments-no-password {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
body.single-post .no-comments .close,
body.single-post .comments-no-password .close {
color: var(--text-color-bg-theme-color1);
}
.comments-area {
margin-top: 60px;
}
.comments-area .comments-title .title {
margin-bottom: 0;
margin-top: 0;
}
.comments-area .comments-title p {
display: none;
}
.comments-area .comment-list {
margin: 0 0 60px;
border-bottom: 1px solid #eee;
}
.comments-area .comment-list .comment,
.comments-area .comment-list .pingback,
.comments-area .comment-list .trackback {
border-top: 1px solid #eee;
background: #fff;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
padding: 30px 30px 30px;
margin-top: 30px;
margin-bottom: 0;
list-style: none;
}
.comments-area .comment-list .comment .comment,
.comments-area .comment-list .comment .pingback,
.comments-area .comment-list .comment .trackback,
.comments-area .comment-list .pingback .comment,
.comments-area .comment-list .pingback .pingback,
.comments-area .comment-list .pingback .trackback,
.comments-area .comment-list .trackback .comment,
.comments-area .comment-list .trackback .pingback,
.comments-area .comment-list .trackback .trackback {
padding-left: 20px;
padding-right: 0;
box-shadow: none;
}
.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children,
.comments-area .comment-list .trackback .children {
margin: 20px 0 0 20px;
}
.comments-area .comment-list .comment .children > li,
.comments-area .comment-list .pingback .children > li,
.comments-area .comment-list .trackback .children > li {
padding-bottom: 0;
margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-item-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper,
.comments-area .comment-list .trackback .comment-item-wrapper {
position: relative;
}
@media (min-width: 768px) {
.comments-area .comment-list .comment .comment-item-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper,
.comments-area .comment-list .trackback .comment-item-wrapper {
padding-left: 110px;
}
}
@media (max-width: 767.98px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb {
margin-bottom: 20px;
}
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb img {
border-radius: 50%;
}
@media (min-width: 768px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb img {
position: absolute;
top: 0;
left: 0;
}
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body {
display: block;
padding: 0;
width: auto;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link-wrapper,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link-wrapper {
position: absolute;
top: 0;
right: 0;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link {
text-align: right;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
display: inline-block;
margin-right: 0;
}
@media (min-width: 576px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
padding-left: 6px;
}
}
@media (max-width: 575.98px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
padding-left: 0;
padding-right: 6px;
}
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link {
display: inline-block;
margin-bottom: 10px;
line-height: 1;
border-radius: 10px;
font-size: 0.8rem;
font-weight: normal;
padding: 12px 16px;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover, .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name {
margin-top: 0;
margin-bottom: 10px;
text-transform: capitalize;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a {
transition: all 0.2s ease-in-out;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a:hover {
text-decoration: underline;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata {
margin-bottom: 25px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a {
font-size: 0.95rem;
color: #a1a1a1;
font-weight: normal;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a:hover {
color: var(--hover-theme-color);
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content p,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content p,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content p {
margin-bottom: 30px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content p:last-of-type,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content p:last-of-type,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content p:last-of-type {
margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content ul,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content ol,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content ul,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content ol,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content ul,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content ol {
padding-left: 10px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content > ul > li,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content > ol > li,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content > ul > li,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content > ol > li,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content > ul > li,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content > ol > li {
padding-left: 0;
}
.comments-area .comment-list .pingback .comment-body a,
.comments-area .comment-list .trackback .comment-body a {
color: var(--headings-color);
}
.comments-area .comment-list .pingback .comment-body a:hover,
.comments-area .comment-list .trackback .comment-body a:hover {
color: var(--hover-theme-color);
}
.comments-area .comment-list .pingback .comment-body .edit-link a,
.comments-area .comment-list .trackback .comment-body .edit-link a {
font-size: 1rem;
}
@media (max-width: 991.98px) {
.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children,
.comments-area .comment-list .trackback .children {
margin: 5px 0 0 5px;
}
}
@media (max-width: 767.98px) {
.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children,
.comments-area .comment-list .trackback .children {
margin: 0;
}
.comments-area .comment-list .comment .children .comment,
.comments-area .comment-list .comment .children .pingback,
.comments-area .comment-list .comment .children .trackback,
.comments-area .comment-list .pingback .children .comment,
.comments-area .comment-list .pingback .children .pingback,
.comments-area .comment-list .pingback .children .trackback,
.comments-area .comment-list .trackback .children .comment,
.comments-area .comment-list .trackback .children .pingback,
.comments-area .comment-list .trackback .children .trackback {
padding-left: 5px;
}
}
.comments-area > .comment-respond {
padding-left: 0;
padding-right: 0;
}
.comment-respond {
margin: 30px 0 0 0;
width: 100%;
padding-right: 15px;
}
.comment-respond .comment-reply-title {
margin-bottom: 20px;
text-transform: capitalize;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
font-size: 0.85rem;
text-transform: capitalize;
margin-left: 10px;
color: var(--theme-color2);
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
color: var(--hover-theme-color);
}
.comment-respond .comment-form {
margin-bottom: 0;
}
.comment-respond .comment-form .logged-in-as,
.comment-respond .comment-form .comment-notes {
color: #888;
}
.comment-respond .comment-form .logged-in-as a,
.comment-respond .comment-form .comment-notes a {
color: #888;
font-weight: normal;
}
.comment-respond .comment-form .logged-in-as a:hover,
.comment-respond .comment-form .comment-notes a:hover {
color: var(--hover-theme-color);
}
.comment-respond .comment-form .form-submit {
margin-bottom: 0;
}
.comment-respond .comment-form .form-submit input[type=submit] {
margin-top: 0;
border-radius: 10px;
}
.comment-respond .comment-form .form-control {
height: calc(1.8rem + 32px);
background-color: var(--theme-light-background);
}
.comment-respond .comment-form .form-control:focus {
background-color: #fff;
}
.comment-respond .comment-form textarea.form-control {
height: auto;
}
.comment-respond .form-group label {
display: none;
font-size: 14px;
}
.comment-respond .form-group .required {
display: none;
}
.comment-respond input[type=submit] {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
border-color: var(--theme-color1);
}
.comment-respond input[type=submit]:hover, .comment-respond input[type=submit]:focus {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
}
.comment-form-cookies-consent label {
color: #aaa;
display: inline;
font-weight: normal;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: 0.6rem;
}
.post-password-form {
margin-bottom: 20px;
}
.post-password-form label {
display: block;
margin-bottom: 0;
}
.post-password-form input[type=password] {
margin-bottom: 7px !important;
}
.post-password-form > :last-child {
margin-bottom: 0;
}
body.single-post .post-password-form label {
display: inline-block;
}
body.single-post .post-password-form input[type=password] {
margin-bottom: 0 !important;
}
body.single-post .post-password-form input[type=submit] {
margin-top: -3px;
border-radius: 5px;
}
.page-links {
clear: both;
padding: 20px 0 20px;
display: flex;
align-items: center;
}
.page-links a,
.page-links > span {
border: 0;
border-radius: 50%;
font-size: 15px;
line-height: 1.9;
width: 40px;
height: 40px;
padding: 3px 10px;
margin-right: 10px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.page-links > span {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
.page-links a {
background-color: #f4f5f8;
border-color: #ddd;
color: #222;
}
.page-links a:hover, .page-links a:focus {
border-color: transparent;
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
text-decoration: none;
}
.page-links > .page-links-title {
border: 0;
background: none;
color: #1a1a1a;
height: auto;
margin: 0 7px 0 0;
padding: 0;
width: auto;
}
.gallery {
margin-bottom: 30px;
}
.gallery .isotope-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery.gallery-columns-2 .isotope-item {
max-width: 50%;
}
.gallery.gallery-columns-3 .isotope-item {
max-width: 33.33%;
}
.gallery.gallery-columns-4 .isotope-item {
max-width: 25%;
}
.gallery.gallery-columns-5 .isotope-item {
max-width: 20%;
}
.gallery.gallery-columns-6 .isotope-item {
max-width: 16.66%;
}
.gallery.gallery-columns-7 .isotope-item {
max-width: 14.28%;
}
.gallery.gallery-columns-8 .isotope-item {
max-width: 12.5%;
}
.gallery.gallery-columns-9 .isotope-item {
max-width: 11.11%;
}
.gallery .gallery-icon img {
max-width: 100%;
height: auto;
margin: 0 auto;
}
.gallery .gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-size: 0.95rem;
line-height: 1.5;
padding: 0.5em 0;
}
.video-player-wrapper video {
width: 100% !important;
}
@media (min-width: 1200px) {
.tm-social-share-icons {
text-align: right;
}
}
.tm-social-share-icons .title {
display: inline-block;
margin-right: 10px;
font-size: 1rem;
font-family: var(--heading-font-family);
color: var(--headings-color);
font-weight: var(--headings-font-weight-h4);
line-height: var(--section-title-subtitle-line-height);
}
.tm-social-share-icons .title i {
color: var(--theme-color1);
}
.tm-social-share-icons .styled-icons {
display: inline-block;
margin-bottom: 0;
}
.tm-social-share-icons .styled-icons a {
float: none;
}
.tm-social-share-icons .social-share-icons-text {
display: inline-block;
}
.news-details-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 30px 0 30px;
margin-top: 56px;
border-top: 1px solid #e0e4e8;
gap: 10px;
}
.news-details-bottom p {
margin: 0;
}
.news-details__categories span,
.news-details__tags span {
color: var(--headings-color);
font-size: var(--h5-font-size);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
margin-right: 15px;
}
.news-details__categories a,
.news-details__tags a {
position: relative;
display: inline-block;
text-transform: capitalize;
transition: all 300ms ease;
margin-bottom: 10px;
line-height: 1;
font-size: 0.8rem;
font-weight: normal;
padding: 12px 16px;
border-radius: 10px;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.news-details__categories a:hover, .news-details__categories a:focus,
.news-details__tags a:hover,
.news-details__tags a:focus {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.news-details__categories a + a,
.news-details__tags a + a {
margin-left: 6px;
}
.news-details__tags a {
background: transparent;
border: 1px solid var(--theme-color1);
color: var(--theme-color1);
}
.news-details__tags a:hover, .news-details__tags a:focus {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
} .nav-links {
margin: 0 0;
display: flex;
justify-content: space-between !important;
background: var(--theme-light-background);
position: relative;
}
@media (max-width: 767.98px) {
.nav-links {
display: inline-block;
}
}
.nav-links:after {
content: "";
position: absolute;
background: #e7e3e3;
height: 46%;
width: 3px;
left: 50%;
top: 0;
bottom: 0;
margin: auto 0;
transform: translateX(-10px);
}
@media (max-width: 767.98px) {
.nav-links:after {
content: none;
}
}
.nav-links .prev {
flex: 1;
}
.nav-links .prev a {
padding: 30px 30px 30px 90px;
}
@media (max-width: 575.98px) {
.nav-links .prev a {
padding: 30px 30px 30px 90px;
}
}
.nav-links .prev a:after {
content: "\f060";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 30px;
top: 50%;
bottom: 0;
transform: translateY(-20px);
background: var(--theme-color1);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
}
.nav-links .prev a:hover:after {
background: var(--theme-color3);
transition: all 300ms ease;
}
.nav-links .prev .thumb {
margin-right: 20px;
}
.nav-links .next {
flex: 1;
text-align: right;
}
@media (max-width: 767.98px) {
.nav-links .next {
border-top: 1px solid rgba(222, 222, 222, 0.6);
}
}
.nav-links .next a {
padding: 30px 90px 30px 30px;
}
@media (max-width: 575.98px) {
.nav-links .next a {
padding: 30px 90px 30px 30px;
}
}
.nav-links .next a:after {
content: "\f061";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 50%;
bottom: 0;
transform: translateY(-20px);
background: var(--theme-color1);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
}
.nav-links .next a:hover:after {
background: var(--theme-color3);
transition: all 300ms ease;
}
.nav-links .next .thumb {
margin-left: 20px;
}
.nav-links > div .thumb {
display: inline-block;
min-width: 60px;
width: 60px;
height: 60px;
overflow: hidden;
}
.nav-links > div .thumb a {
display: inline-block;
}
.nav-links > div > a {
display: inline-block;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
font-size: 16px;
line-height: 1.637;
font-weight: 600;
background-color: var(--theme-light-background);
padding: 30px;
width: 100%;
position: relative;
}
.nav-links > div > a:hover {
color: var(--link-color);
} .sidebar-area .widget_search .widget-inner {
padding: 0;
background: none;
}
@media (min-width: 992px) {
.has-sidebar-left {
flex-direction: row-reverse;
}
}  .sl-wrapper {    }
.sl-wrapper a {
border-bottom: 0 !important;
text-decoration: none !important;
}
.sl-wrapper .sl-button {
font-size: 1em;
line-height: 1;
font-weight: normal;
}
.sl-wrapper a.liked {
color: #da1b1b;
}
.sl-wrapper a.liked:hover,
.sl-wrapper a.liked:active,
.sl-wrapper a.liked:focus {
color: #666666;
}
.sl-wrapper .sl-icon {
margin-right: 0.3125em;
vertical-align: initial;
}
.sl-wrapper .sl-icon svg {
fill: currentColor;
width: 1em;
height: 1em;
}
.sl-wrapper .sl-icon svg:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.sl-wrapper .loader,
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
background: rgba(0, 0, 0, 0.2);
-webkit-animation: slloader 1s infinite ease-in-out;
animation: slloader 1s infinite ease-in-out;
width: 0.2em;
height: 0.6em;
}
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
position: absolute;
top: 0;
content: "";
}
.sl-wrapper .loader:before {
left: -0.375em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.sl-wrapper .loader {
text-indent: -9999em;
display: inline-block;
position: relative;
vertical-align: middle;
font-size: 1em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.sl-wrapper .loader:after {
left: 0.375em;
}
@-webkit-keyframes slloader {
0%, 80%, 100% {
box-shadow: 0 0 rgba(0, 0, 0, 0.2);
height: 0.6em;
}
40% {
box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
height: 1em;
}
}
@keyframes slloader {
0%, 80%, 100% {
box-shadow: 0 0 rgba(0, 0, 0, 0.2);
height: 0.6em;
}
40% {
box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
height: 1em;
}
} body:not(.single) article.format-link {
padding: 50px 30px;
background-color: #fdfdfd;
text-align: center;
border: 1px solid rgba(222, 222, 222, 0.3);
position: relative;
z-index: 0;
display: flex;
justify-content: center;
}
body:not(.single) article.format-link .link-content {
height: 100%;
display: table;
}
body:not(.single) article.format-link .link-content .link-content-wrapper {
height: 100%;
display: table-cell;
vertical-align: middle;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .title {
font-size: 1.6rem;
margin-bottom: 20px;
line-height: 1.5;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .post-excerpt {
margin-bottom: 0;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .link {
color: #999;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .link-url {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
body:not(.single) article.format-link:after {
content: "";
background: url(//www.kurtbay.com.tr/wp-content/themes/electricien/assets/images/blog/link.png) no-repeat;
opacity: 0.1;
position: absolute;
right: 0;
top: 30px;
margin: 0 auto;
left: 0;
width: 100px;
height: 100px;
z-index: -1;
transition: all 0.3s ease-in-out;
}
body:not(.single) article.format-quote {
background-color: #fdfdfd;
padding: 50px 30px;
text-align: center;
border: 1px solid rgba(222, 222, 222, 0.3);
position: relative;
z-index: 0;
display: flex;
justify-content: center;
}
body:not(.single) article.format-quote .quote-content {
height: 100%;
display: table;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper {
height: 100%;
display: table-cell;
vertical-align: middle;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote {
border: none;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .title {
font-size: 1.6rem;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .post-excerpt {
margin-bottom: 0;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .quote {
margin-bottom: 20px;
line-height: 1.5;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote footer {
font-size: 0.9rem;
color: #999;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote:before {
color: rgba(250, 250, 250, 0.7);
content: "\f067";
display: none;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 7rem;
line-height: 1;
opacity: 0.2;
position: absolute;
bottom: 0;
right: 7px;
transform: rotate(180deg);
}
body:not(.single) article.format-quote:after {
content: "";
background: url(//www.kurtbay.com.tr/wp-content/themes/electricien/assets/images/blog/quote.png) no-repeat;
opacity: 0.1;
position: absolute;
right: 0;
top: 30px;
margin: 0 auto;
left: 0;
width: 100px;
height: 100px;
z-index: -1;
transition: all 0.3s ease-in-out;
} body.search-results .main-content-area article {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #f5f5f5;
} table {
margin: 0 0 40px;
width: 100%;
}
table td, table th {
padding: 5px;
}
.main-content-area {
min-height: 0;
} .tm-item-appear-clip-path-right {
clip-path: inset(0 0 0 100%);
-webkit-clip-path: inset(0 0 0 100%);
-webkit-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
-moz-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
}
.tm-item-appear-clip-path-right.tm-item-appeared {
clip-path: inset(-20% -20% -20% -20%);
-webkit-clip-path: inset(-20% -20% -20% -20%);
}
.tm-item-appear-clip-path {
clip-path: inset(0 100% 0 0);
-webkit-clip-path: inset(0 100% 0 0);
-webkit-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
-moz-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
}
.tm-item-appear-clip-path.tm-item-appeared {
clip-path: inset(-20% -20% -20% -20%);
-webkit-clip-path: inset(-20% -20% -20% -20%);
}
.tm-appear-block-holder {
position: relative;
overflow: hidden;
}
.tm-appear-block-holder:after, .tm-appear-block-holder:before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.tm-appear-block-holder:after {
background-color: var(--theme-color2);
z-index: 2;
-webkit-transform: translateX(-101%);
-ms-transform: translateX(-101%);
transform: translateX(-101%);
}
.tm-appear-block-holder:before {
background-color: var(--theme-color1);
z-index: 1;
-webkit-transform: translateX(-101%);
-ms-transform: translateX(-101%);
transform: translateX(-101%);
}
.tm-appear-block-holder.tm-item-appeared:after {
-webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.tm-appear-block-holder.tm-item-appeared:before {
-webkit-animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@-webkit-keyframes tm-appear-block-holder-animation {
0% {
-webkit-transform: translateX(-101%);
transform: translateX(-101%);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(101%);
transform: translateX(101%);
}
}
@keyframes tm-appear-block-holder-animation {
0% {
-webkit-transform: translateX(-101%);
transform: translateX(-101%);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(101%);
transform: translateX(101%);
}
}
.elementor-editor-active .elementor-column.tm-appear-block-holder:after, .elementor-editor-active .elementor-widget-mkdf_single_image.tm-appear-block-holder:after {
-webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.elementor-editor-active .elementor-column.tm-appear-block-holder:before, .elementor-editor-active .elementor-widget-mkdf_single_image.tm-appear-block-holder:before {
-webkit-animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.fadeInUp {
animation-name: fadeInUp;
animation-duration: 1.3s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 25%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
animation-duration: 1s;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
animation-duration: 1s;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.tm-animation-floating {
-webkit-animation-name: tm-animation-floating;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: Floating;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes tm-animation-floating {
from {
-webkit-transform: translate(0, 0px);
}
65% {
-webkit-transform: translate(0, 15px);
}
to {
-webkit-transform: translate(0, 0px);
}
}
@-moz-keyframes tm-animation-floating {
from {
-moz-transform: translate(0, 0px);
}
65% {
-moz-transform: translate(0, 15px);
}
to {
-moz-transform: translate(0, 0px);
}
}
.tm-animation-slide-horizontal {
-webkit-animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both;
animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both;
}
@-webkit-keyframes tm-animation-slide-horizontal {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
@keyframes tm-animation-slide-horizontal {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
.tm-animation-flicker {
-webkit-animation: tm-animation-flicker 3s infinite;
-moz-animation: tm-animation-flicker 3s infinite;
-o-animation: tm-animation-flicker 3s infinite;
animation: tm-animation-flicker 3s infinite;
}
@keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@-o-keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@-moz-keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
.tm-animation-spin {
-webkit-animation: tm-animation-spin 10s linear infinite;
-moz-animation: tm-animation-spin 10s linear infinite;
animation: tm-animation-spin 10s linear infinite;
}
@-moz-keyframes tm-animation-spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes tm-animation-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes tm-animation-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tm-animation-random-animation1 {
-webkit-animation: random-animation1 20s linear infinite alternate;
-moz-animation: random-animation1 20s linear infinite alternate;
animation: random-animation1 20s linear infinite alternate;
}
@keyframes random-animation1 {
0% {
transform: translate(0px, 0px) rotate(0deg);
}
20% {
transform: translate(73px, -1px) rotate(36deg);
}
40% {
transform: translate(141px, 72px) rotate(72deg);
}
60% {
transform: translate(83px, 122px) rotate(108deg);
}
80% {
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes random-animation1 {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
}
.tm-animation-random-animation2 {
-webkit-animation: random-animation2 20s linear infinite alternate;
-moz-animation: random-animation2 20s linear infinite alternate;
animation: random-animation2 20s linear infinite alternate;
}
@keyframes random-animation2 {
0% {
transform: translate(61px, -99px) rotate(0deg);
}
21% {
transform: translate(4px, -190px) rotate(38deg);
}
41% {
transform: translate(-139px, -200px) rotate(74deg);
}
60% {
transform: translate(-263px, -164px) rotate(108deg);
}
80% {
transform: translate(-195px, -49px) rotate(144deg);
}
100% {
transform: translate(-1px, 0px) rotate(180deg);
}
}
@-webkit-keyframes random-animation2 {
0% {
-webkit-transform: translate(61px, -99px) rotate(0deg);
}
21% {
-webkit-transform: translate(4px, -190px) rotate(38deg);
}
41% {
-webkit-transform: translate(-139px, -200px) rotate(74deg);
}
60% {
-webkit-transform: translate(-263px, -164px) rotate(108deg);
}
80% {
-webkit-transform: translate(-195px, -49px) rotate(144deg);
}
100% {
-webkit-transform: translate(-1px, 0px) rotate(180deg);
}
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
} .pagination-wrapper {
text-align: center;
}
.pagination {
margin-top: 40px;
display: inline-flex;
}
.pagination > .page-item {
padding-left: 0 !important;
margin-right: 10px;
}
.pagination > .page-item .page-link {
color: var(--headings-color);
border-color: #ddd;
background-color: #f4f5f8;
border: 0;
border-radius: 50%;
text-align: center;
height: 50px;
width: 50px;
display: table-cell;
vertical-align: middle;
}
@media (max-width: 991.98px) {
.pagination > .page-item .page-link {
height: 45px;
width: 45px;
}
}
.pagination > .page-item .page-link:hover:not(.dots) {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.pagination > .page-item .page-link.dots {
background-color: transparent;
}
.pagination > .page-item.active .page-link {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
} .box-hover-effect {
display: block;
vertical-align: middle;
}
.box-hover-effect .effect-wrapper {
position: relative;
overflow: hidden;
margin: 0;
width: 100%; }
.box-hover-effect .effect-wrapper .thumb {
position: relative;
overflow: hidden;
backface-visibility: hidden;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
position: absolute;
left: 0;
bottom: 0;
height: 50%;
width: 100%;
background: #181818;
background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.55), transparent);
content: "";
z-index: 1;
}
.box-hover-effect .effect-wrapper .hover-link {
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
background: none !important;
color: transparent !important;
z-index: 9;
}
.box-hover-effect .effect-wrapper .text-holder {
display: inline-block;
opacity: 0;
overflow: hidden;
position: absolute;
transition: all 0.3s ease 0s;
z-index: 13;
}
.box-hover-effect .effect-wrapper .text-holder .title {
color: #fff;
}
.box-hover-effect:hover .effect-wrapper .thumb {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.box-hover-effect:hover .effect-wrapper .overlay-shade {
opacity: 0.7;
filter: alpha(opacity=90);
}  .post-excerpt blockquote:not([class*=has-]),
.comment-content blockquote,
.page-content blockquote,
.post-excerpt .wp-block-quote,
.widget_block .wp-block-quote,
.main-content-area article .post-excerpt .wp-block-quote,
.tm-sc-blockquote {
color: #333;
background-color: #f4f5f8;
border-left: 2px solid var(--theme-color2);
padding-left: 30px;
padding-right: 30px;
border-radius: 7px;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
margin-bottom: 25px;
margin-left: 0;
margin-right: 0;
transition: all 0.3s ease;
}
.post-excerpt blockquote:not([class*=has-]):before,
.comment-content blockquote:before,
.page-content blockquote:before,
.post-excerpt .wp-block-quote:before,
.widget_block .wp-block-quote:before,
.main-content-area article .post-excerpt .wp-block-quote:before,
.tm-sc-blockquote:before {
content: "\f10d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
bottom: 0;
font-size: 4rem;
line-height: 1;
color: var(--theme-color2);
opacity: 0.07;
right: 30px;
transition: all 0.3s ease;
}
.post-excerpt blockquote:not([class*=has-]):after,
.comment-content blockquote:after,
.page-content blockquote:after,
.post-excerpt .wp-block-quote:after,
.widget_block .wp-block-quote:after,
.main-content-area article .post-excerpt .wp-block-quote:after,
.tm-sc-blockquote:after {
content: "";
position: absolute;
transition: all 0.3s ease;
}
.post-excerpt blockquote:not([class*=has-]) p,
.comment-content blockquote p,
.page-content blockquote p,
.post-excerpt .wp-block-quote p,
.widget_block .wp-block-quote p,
.main-content-area article .post-excerpt .wp-block-quote p,
.tm-sc-blockquote p {
margin-bottom: 15px;
}
.post-excerpt blockquote:not([class*=has-]) cite,
.comment-content blockquote cite,
.page-content blockquote cite,
.post-excerpt .wp-block-quote cite,
.widget_block .wp-block-quote cite,
.main-content-area article .post-excerpt .wp-block-quote cite,
.tm-sc-blockquote cite {
transition: all 0.3s ease;
color: var(--theme-color2);
display: block;
}
.post-excerpt blockquote:not([class*=has-]) cite a,
.comment-content blockquote cite a,
.page-content blockquote cite a,
.post-excerpt .wp-block-quote cite a,
.widget_block .wp-block-quote cite a,
.main-content-area article .post-excerpt .wp-block-quote cite a,
.tm-sc-blockquote cite a {
color: var(--theme-color2);
}
.post-excerpt blockquote:not([class*=has-]) > :last-child,
.comment-content blockquote > :last-child,
.page-content blockquote > :last-child,
.post-excerpt .wp-block-quote > :last-child,
.widget_block .wp-block-quote > :last-child,
.main-content-area article .post-excerpt .wp-block-quote > :last-child,
.tm-sc-blockquote > :last-child {
margin-bottom: 0;
}
.post-excerpt blockquote:not([class*=has-]).has-text-align-right,
.comment-content blockquote.has-text-align-right,
.page-content blockquote.has-text-align-right,
.post-excerpt .wp-block-quote.has-text-align-right,
.widget_block .wp-block-quote.has-text-align-right,
.main-content-area article .post-excerpt .wp-block-quote.has-text-align-right,
.tm-sc-blockquote.has-text-align-right {
border-right: 2px solid var(--theme-color2);
border-left: 0;
}
.post-excerpt blockquote:not([class*=has-]).has-text-align-right:before,
.comment-content blockquote.has-text-align-right:before,
.page-content blockquote.has-text-align-right:before,
.post-excerpt .wp-block-quote.has-text-align-right:before,
.widget_block .wp-block-quote.has-text-align-right:before,
.main-content-area article .post-excerpt .wp-block-quote.has-text-align-right:before,
.tm-sc-blockquote.has-text-align-right:before {
right: auto;
left: 30px;
transform: rotateX(-180deg);
}
.post-excerpt .elementor-element blockquote {
margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container .wp-block-quote p:last-of-type {
margin-bottom: 15px;
} .btn-gray {
color: #fff;
background-color: #666;
border-color: #666;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-gray:hover {
color: #fff;
background-color: #575757;
border-color: #525252;
}
.btn-light-gray {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-gray:hover {
color: #000;
background-color: #ececec;
border-color: #ebebeb;
}
.btn-outline-gray {
color: #666;
border-color: #666;
}
.btn-outline-gray:hover {
color: #fff;
background-color: #666;
border-color: #666;
}
.btn-outline-light-gray {
color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-outline-light-gray:hover {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-xs {
padding: 0.5rem 1rem;
font-size: 0.8rem;
border-radius: 0.2rem;
}
.btn,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]),
.wc-forward,
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart,
.comment-respond .comment-form .form-submit input[type=submit] {
font-size: var(--btn-font-size);
line-height: 1.4;
padding: 1.2rem 3.2rem;
font-family: var(--body-font-family);
font-weight: 600;
letter-spacing: 0.05em;
overflow: hidden;
text-align: center;
border-radius: 0;
border-width: 0;
overflow: hidden;
display: inline-block;
text-transform: uppercase;
transition: all 0.2s ease-in-out;
}
.btn.focus, .btn:focus,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]).focus,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):focus,
.wc-forward.focus,
.wc-forward:focus,
.woosw-item .button.focus,
.woosw-item .button:focus,
.woosw-item .added_to_cart.focus,
.woosw-item .added_to_cart:focus,
.woosc_table .button.focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart.focus,
.woosc_table .added_to_cart:focus,
.comment-respond .comment-form .form-submit input[type=submit].focus,
.comment-respond .comment-form .form-submit input[type=submit]:focus {
box-shadow: none !important;
}
.btn i,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]) i,
.wc-forward i,
.woosw-item .button i,
.woosw-item .added_to_cart i,
.woosc_table .button i,
.woosc_table .added_to_cart i,
.comment-respond .comment-form .form-submit input[type=submit] i {
margin-right: 5px;
}
.btn-theme-colored1,
.btn-theme-colored2,
.btn-theme-colored3,
.btn-theme-colored4,
.btn-outline-theme-colored1,
.btn-outline-theme-colored2,
.btn-outline-theme-colored3,
.btn-outline-theme-colored3,
.btn-light,
.btn-outline-light,
.btn-dark,
.btn-outline-dark,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]),
.woosw-item .button,
.wc-forward,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
position: relative;
z-index: 0;
}
.btn-theme-colored1:before,
.btn-theme-colored2:before,
.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored1:before,
.btn-outline-theme-colored2:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before,
.btn-light:before,
.btn-outline-light:before,
.btn-dark:before,
.btn-outline-dark:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):before,
.woosw-item .button:before,
.wc-forward:before,
.woosw-item .added_to_cart:before,
.woosc_table .button:before,
.woosc_table .added_to_cart:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
content: "";
background-color: var(--theme-color2);
z-index: -1;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
transform-origin: top right;
transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-theme-colored1:hover:before, .btn-theme-colored1:focus:before,
.btn-theme-colored2:hover:before,
.btn-theme-colored2:focus:before,
.btn-theme-colored3:hover:before,
.btn-theme-colored3:focus:before,
.btn-theme-colored4:hover:before,
.btn-theme-colored4:focus:before,
.btn-outline-theme-colored1:hover:before,
.btn-outline-theme-colored1:focus:before,
.btn-outline-theme-colored2:hover:before,
.btn-outline-theme-colored2:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-light:hover:before,
.btn-light:focus:before,
.btn-outline-light:hover:before,
.btn-outline-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before,
.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):hover:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):focus:before,
.woosw-item .button:hover:before,
.woosw-item .button:focus:before,
.wc-forward:hover:before,
.wc-forward:focus:before,
.woosw-item .added_to_cart:hover:before,
.woosw-item .added_to_cart:focus:before,
.woosc_table .button:hover:before,
.woosc_table .button:focus:before,
.woosc_table .added_to_cart:hover:before,
.woosc_table .added_to_cart:focus:before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
}
.btn-xs {
padding: 0.5rem 1.2rem;
font-size: 0.75rem;
}
.btn-sm {
padding: 1rem 2.4rem;
font-size: 0.75rem;
}
.btn-lg {
padding: 1.3rem 3rem;
}
[class*=" btn-outline-"] {
border-width: 1px;
padding: 1rem 2.5rem;
}
[class*=" btn-outline-"].btn-xs {
padding: 0.55rem 1.2rem;
}
[class*=" btn-outline-"].btn-sm {
padding: 0.8rem 1.7rem;
}
[class*=" btn-outline-"].btn-lg {
padding: 1.1rem 3rem;
}
.btn-light,
.btn-outline-light {
background-color: #f7f4ed;
border-color: #f7f4ed;
box-shadow: none;
font-family: var(--body-font-family);
font-weight: 600;
font-size: var(--btn-font-size);
color: var(--theme-color2);
}
.btn-light:hover,
.btn-outline-light:hover {
background-color: #f7f4ed;
border-color: #f7f4ed;
box-shadow: none;
}
.btn-outline-light {
background-color: transparent;
}
.btn-outline-light:hover {
background-color: transparent;
}
.btn-dark,
.btn-outline-dark {
box-shadow: 0 7px 20px rgba(33, 37, 41, 0.2);
}
.btn-dark:hover,
.btn-outline-dark:hover {
box-shadow: 0 1px 20px rgba(33, 37, 41, 0.5);
}
.btn-outline-light {
background-color: transparent;
}
.btn-gray:hover {
color: #666;
border-color: #666;
background-color: transparent;
} .btn-3d {
box-shadow: 0 4px 1px #999999;
margin-bottom: 4px;
}
.btn-round {
border-radius: 3rem;
}
.btn-flat {
border-radius: 0;
} .btn-plain-text {
color: #aaa;
font-size: 1rem;
padding: 0;
border: 0;
padding-bottom: 3px;
}
.btn-plain-text.focus, .btn-plain-text:focus {
box-shadow: none;
}
.btn-plain-text-with-arrow {
color: #31333e;
font-size: 1rem;
padding: 0;
border: 0;
text-transform: capitalize;
}
.btn-plain-text-with-arrow:before {
color: var(--theme-color2);
display: inline-block;
content: "\f35a";
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-variant: normal;
font-weight: 600;
line-height: 1;
margin-right: 8px;
position: relative;
text-shadow: none;
text-transform: none;
transition: all 0.3s ease 0s;
}
.btn-plain-text-with-arrow:focus, .btn-plain-text-with-arrow:hover {
color: var(--theme-color2);
}
.btn-plain-text-with-arrow:focus:before, .btn-plain-text-with-arrow:hover:before {
color: var(--theme-color2);
transform: rotateX(180deg);
-webkit-animation: moveArrow 1s;
-moz-animation: moveArrow 1s;
animation: moveArrow 1s;
}
.btn-plain-text-with-arrow.focus, .btn-plain-text-with-arrow:focus {
box-shadow: none;
}
.btn-plain-text-with-arrow.text-white:after {
color: #fff !important;
}
.btn-plain-text-with-arrow-right {
color: #31333e;
font-size: 1rem;
padding: 0;
border: 0;
text-transform: capitalize;
}
.btn-plain-text-with-arrow-right:after {
color: var(--theme-color1);
display: inline-block;
content: "\f35a";
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-variant: normal;
font-weight: 600;
line-height: 1;
margin-left: 10px;
position: relative;
text-shadow: none;
text-transform: none;
transition: all 0.3s ease 0s;
}
.btn-plain-text-with-arrow-right:focus, .btn-plain-text-with-arrow-right:hover {
color: var(--theme-color3);
}
.btn-plain-text-with-arrow-right:focus:after, .btn-plain-text-with-arrow-right:hover:after {
color: var(--theme-color3);
-webkit-animation: moveArrow 1s;
-moz-animation: moveArrow 1s;
animation: moveArrow 1s;
}
.btn-plain-text-with-arrow-right.focus, .btn-plain-text-with-arrow-right:focus {
box-shadow: none;
}
.btn-plain-text-with-arrow-right.text-white:after {
color: #fff !important;
}
@keyframes moveArrow {
0%, 55% {
opacity: 1;
-webkit-transform: translateX(0) scale(1);
-moz-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
}
25% {
opacity: 0;
-webkit-transform: translateX(13px) scale(0.9);
-moz-transform: translateX(13px) scale(0.9);
transform: translateX(13px) scale(0.9);
}
26% {
opacity: 0;
-webkit-transform: translateX(-13px) scale(0.9);
-moz-transform: translateX(-13px) scale(0.9);
transform: translateX(-13px) scale(0.9);
}
}
.btn-hover-bg-white:hover, .btn-hover-bg-white:focus {
color: #333 !important;
}
.btn-hover-bg-white:hover:before, .btn-hover-bg-white:focus:before {
background-color: #fff;
}
.btn-circle-arrow {
border: 0;
padding: 0;
border-radius: 50%;
font-size: 1.2rem;
height: 55px;
line-height: 55px;
text-align: center;
width: 55px;
align-items: center;
display: inline-flex;
justify-content: center;
background-color: #f1f1f1;
position: relative;
transition: all 0.3s ease;
}
.btn-circle-arrow:after {
position: absolute;
content: "\f30b";
left: 50%;
font-size: 25px;
top: 50%;
font-weight: bold;
color: #111;
font-family: "Font Awesome 5 Free";
transform: translate(-50%, -50%);
border-radius: 50%;
text-align: center;
z-index: 9;
color: var(--theme-color2);
}
.btn .btn-icon,
.btn .btn-icon svg {
transition: all 0.3s ease;
} .theme-btn-style-one {
position: relative;
border-radius: 50px;
overflow: hidden;
color: var(--text-color-bg-theme-color1);
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
background: var(--gradient-1);
}
.theme-btn-style-one span {
position: relative;
display: flex;
align-items: center;
}
.theme-btn-style-one::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
border-radius: 100px;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
background: var(--gradient-2);
}
.theme-btn-style-one:hover {
color: var(--text-color-bg-theme-color1);
}
.theme-btn-style-one:hover:before {
width: 0;
left: 100%;
} .theme-btn-style-two {
position: relative;
border-radius: 50px;
overflow: hidden;
color: var(--text-color-bg-theme-color1);
transition: all 500ms ease 0s;
background: var(--theme-color3);
}
.theme-btn-style-two span {
position: relative;
display: flex;
align-items: center;
}
.theme-btn-style-two::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 1;
border-radius: 100px;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
background: var(--gradient-1);
}
.theme-btn-style-two:hover {
color: var(--text-color-bg-theme-color1);
}
.theme-btn-style-two:hover:before {
width: 0;
right: 100%;
} .tm-sc .excerpt {
margin-bottom: 20px;
}
.tm-loadmore-container {
text-align: center;
margin-top: 50px;
} .tm-sc-section-title {
margin-bottom: 60px;
}
.tm-sc-section-title .title-wrapper {
margin-bottom: 0;
position: relative;
}
.tm-sc-section-title .title-wrapper .title {
margin-top: -6px;
margin-bottom: 10px;
line-height: var(--section-title-line-height);
position: relative;
z-index: 0;
font-family: var(--section-title-font-family);
font-weight: var(--section-title-font-weight);
transition: all 0.3s ease;
}
.tm-sc-section-title .title-wrapper .title .title-shadow-text {
position: absolute;
left: 0;
right: 0;
z-index: -1;
color: #ddd;
font-size: 6rem;
opacity: 0.4;
top: -40px;
}
@media (max-width: 767.98px) {
.tm-sc-section-title .title-wrapper .title .title-shadow-text {
font-size: 4rem;
top: -20px;
}
}
.tm-sc-section-title .title-wrapper .title span {
line-height: 1;
display: inline;
}
.tm-sc-section-title .title-wrapper h2.title {
font-size: var(--section-title-font-size);
}
@media (max-width: 767.98px) {
.tm-sc-section-title .title-wrapper h2.title {
font-size: var(--h2-font-size-mob);
}
}
.tm-sc-section-title .title-wrapper .sub-title-outer {
position: relative;
margin-bottom: 5px;
display: inline-block;
}
.tm-sc-section-title .title-wrapper .sub-title-outer .subtitle {
position: relative;
display: block;
z-index: 1;
color: var(--section-title-subtitle-color);
font-size: var(--section-title-subtitle-font-size);
line-height: var(--section-title-subtitle-line-height);
font-family: var(--section-title-subtitle-font-family);
font-weight: var(--section-title-subtitle-font-weight);
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 0px;
padding-top: 20px;
display: flex;
justify-content: center;
align-items: flex-end;
gap: 5px;
transition: all 0.3s ease;
}
.tm-sc-section-title .title-wrapper .sub-title-outer .divider {
position: relative;
display: inline-block;
width: 100%;
background-image: url(//www.kurtbay.com.tr/wp-content/themes/electricien/assets/css/.../../../images/current-theme/icon-power.png);
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
height: 15px;
}
.tm-sc-section-title .title-wrapper .sub-title-outer .divider:after {
position: absolute;
left: 50%;
top: 50%;
border-bottom: 1px solid var(--theme-color1);
content: "";
width: 50%;
margin-left: 11px;
}
.tm-sc-section-title .title-wrapper .sub-title-outer .divider:before {
position: absolute;
top: 50%;
border-bottom: 1px solid var(--theme-color1);
content: "";
width: 50%;
margin-left: 11px;
right: 50%;
left: auto;
margin-right: 11px;
margin-left: 0;
}
.tm-sc-section-title .title-wrapper :first-child {
margin-top: 0;
}
.tm-sc-section-title .title-wrapper .paragraph {
position: relative;
transition: all 0.3s ease;
}
.tm-sc-section-title .title-wrapper .paragraph > * {
transition: all 0.3s ease;
}
.tm-sc-section-title.subtitle-current-style1.dark .title-wrapper .sub-title-outer .subtitle::before {
filter: brightness(0);
}
.tm-sc-section-title.subtitle-current-style1 .title-wrapper .sub-title-outer .subtitle {
position: relative;
color: #000;
border: 3px solid #eee9e3;
display: inline-block;
padding: 2px 24px;
letter-spacing: 0.2em;
line-height: 30px;
font-family: var(--heading-font-family);
font-size: 12px;
font-weight: 800;
margin-bottom: 14px;
}
.tm-sc-section-title.subtitle-current-style1 .title-wrapper .sub-title-outer .subtitle::before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 19px;
height: 14px;
background-image: url(//www.kurtbay.com.tr/wp-content/themes/electricien/assets/images/current-theme/subtitle-before.png);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.tm-sc-section-title.title-icon-pos-icon-top .title-wrapper .subtitle {
display: block;
}
.elementor-widget-tm-ele-section-title.horizontal-line-align-center .tm-sc-section-title .title-wrapper:before, .elementor-widget-tm-ele-section-title.horizontal-line-align-center .tm-sc-section-title .title-wrapper:after {
left: 50%;
transform: translate(-50%, 0);
}
.elementor-widget-tm-ele-section-title.horizontal-line-align-right .tm-sc-section-title .title-wrapper:before, .elementor-widget-tm-ele-section-title.horizontal-line-align-right .tm-sc-section-title .title-wrapper:after {
left: auto;
right: 0;
}
.elementor-widget-tm-ele-section-title.vertical-line-align-top .tm-sc-section-title .title-wrapper:before, .elementor-widget-tm-ele-section-title.vertical-line-align-top .tm-sc-section-title .title-wrapper:after {
bottom: auto;
top: -20px;
}   #sb_instagram {
padding-bottom: 0 !important;
position: relative;
}
#sb_instagram .sbi_follow_btn {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
#sb_instagram .sbi_follow_btn a {
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
padding: 15px 25px;
margin: 5px auto 0;
background: #333;
border: none;
color: #fff;
text-decoration: none;
font-size: 13px;
line-height: 1.5;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.1s ease-in;
}
#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
box-shadow: none;
}
#sb_instagram #sbi_load {
padding: 0 !important;
}
#sb_instagram .sbi_photo_wrap .sbi_photo {
position: relative;
transition: all 0.5s ease;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:before {
color: var(--text-color-bg-theme-color1);
content: "\f16d";
font-family: "Font Awesome 5 Brands";
font-weight: 600;
font-size: 30px;
position: absolute;
top: 40%;
left: 50%;
opacity: 0;
visibility: hidden;
text-align: center;
transform: translate(-50%, -50%);
transition: all 0.3s ease-out;
z-index: 3;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
z-index: 1;
opacity: 0;
visibility: hidden;
background-color: rgba(var(--theme-color1-rgb), 0.8);
transition: all 0.3s ease-out;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:hover:before {
top: 50%;
opacity: 1;
visibility: visible;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:hover:after {
opacity: 1;
visibility: visible;
}
#sb_instagram .sbi_follow_btn a {
color: var(--text-color-bg-theme-color2);
background: rgba(var(--theme-color2-rgb), 0.99) !important;
box-shadow: none !important;
}
#sb_instagram .sbi_follow_btn a:hover {
color: var(--text-color-bg-theme-color1);
background: rgba(var(--theme-color1-rgb), 0.99) !important;
}
.tm-curve-cta-yes {
position: relative;
z-index: 0;
}
.tm-curve-cta-yes:before {
height: 100%;
width: 47%;
content: "";
background-color: transparent;
position: absolute;
-webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
top: 0;
bottom: 0;
left: 0;
z-index: -2;
background-color: var(--theme-color2);
}
.tm-curve-cta-yes:after {
height: 100%;
width: 47%;
content: "";
background-color: transparent;
position: absolute;
-webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
top: 0;
bottom: 0;
left: -7px;
z-index: -2;
background-color: var(--theme-color1);
}
@media only screen and (max-width: 1024px) {
.tm-curve-cta-yes:before,
.tm-curve-cta-yes:after {
width: 100%;
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
} .wp-block-calendar table,
.wp-block-calendar th,
.wp-block-calendar td, .widget_calendar table,
.widget_calendar th,
.widget_calendar td {
border: 1px solid rgba(51, 51, 51, 0.1);
}
.wp-block-calendar .wp-calendar-table, .widget_calendar .wp-calendar-table {
margin-bottom: 10px;
}
.wp-block-calendar .wp-calendar-table thead, .widget_calendar .wp-calendar-table thead {
background-color: var(--theme-color1);
}
.wp-block-calendar .wp-calendar-table thead th, .widget_calendar .wp-calendar-table thead th {
background-color: transparent;
color: var(--text-color-bg-theme-color1);
text-align: center;
padding-top: 15px;
padding-bottom: 10px;
}
.wp-block-calendar .wp-calendar-table tbody, .widget_calendar .wp-calendar-table tbody {
background-color: #fff;
}
.wp-block-calendar .wp-calendar-table tbody td, .widget_calendar .wp-calendar-table tbody td {
text-align: center;
padding-top: 10px;
padding-bottom: 8px;
}
.wp-block-calendar .wp-calendar-table caption, .widget_calendar .wp-calendar-table caption {
text-align: center;
color: var(--theme-color1);
padding-bottom: 0;
padding-top: 20px;
caption-side: bottom;
}
.wp-block-calendar a, .widget_calendar a {
text-decoration: none;
}
.wp-block-calendar .calendar_wrap nav, .widget_calendar .calendar_wrap nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.wp-block-calendar .calendar_wrap nav a, .widget_calendar .calendar_wrap nav a {
color: var(--theme-color2);
transition: all 500ms ease;
}
.wp-block-calendar .calendar_wrap nav a:hover, .widget_calendar .calendar_wrap nav a:hover {
color: var(--hover-theme-color);
}
.wp-block-calendar {
margin-bottom: 28px;
}
.widget .wp-block-calendar {
margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container > .wp-block-calendar {
margin-bottom: 35px;
} .widget-gallery-images .isotope-layout .isotope-item {
margin-bottom: 0;
}
.widget-gallery-images .isotope-layout.grid-3 .isotope-item {
width: 33.2% !important;
} body.error404 .search-box .search-form,
.sidebar-area .widget_search .search-form,
.footer-widget-area .widget_search .search-form,
body.search .new-search-form .search-form {
position: relative;
margin: 0px;
}
body.error404 .search-box .search-form input[type=text],
.sidebar-area .widget_search .search-form input[type=text],
.footer-widget-area .widget_search .search-form input[type=text],
body.search .new-search-form .search-form input[type=text] {
position: relative;
line-height: 40px;
padding: 19px 80px 19px 35px;
background: var(--theme-light-background);
border: 1px solid var(--theme-light-background);
border-radius: 7px;
color: #333;
display: block;
letter-spacing: 0px;
width: 100%;
height: 80px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
body.error404 .search-box .search-form input[type=search],
.sidebar-area .widget_search .search-form input[type=search],
.footer-widget-area .widget_search .search-form input[type=search],
body.search .new-search-form .search-form input[type=search] {
position: relative;
line-height: 40px;
padding: 15px 80px 15px 25px;
background: var(--theme-light-background);
border: 1px solid var(--theme-light-background);
border-radius: 7px;
color: #333;
display: block;
font-weight: 300;
letter-spacing: 0px;
width: 100%;
height: 67px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
body.error404 .search-box .search-form input:focus,
.sidebar-area .widget_search .search-form input:focus,
.footer-widget-area .widget_search .search-form input:focus,
body.search .new-search-form .search-form input:focus {
border-color: transparent;
box-shadow: 0 0 0 2px var(--theme-color1);
}
body.error404 .search-box .search-form button,
.sidebar-area .widget_search .search-form button,
.footer-widget-area .widget_search .search-form button,
body.search .new-search-form .search-form button {
position: absolute;
right: 0;
top: 0px;
border: none;
border-radius: 0 7px 7px 0;
outline: none;
padding: 0;
height: 67px;
width: 60px;
line-height: 67px;
display: block;
font-size: 1.1rem;
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
font-weight: normal;
transition: all 0.3s ease;
}
body.error404 .search-box .search-form button:hover,
.sidebar-area .widget_search .search-form button:hover,
.footer-widget-area .widget_search .search-form button:hover,
body.search .new-search-form .search-form button:hover {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
body.search .new-search-form {
margin-bottom: 60px;
}
body.search .new-search-form .search-title {
margin-top: 0;
}
body.search .new-search-form .search-form input[type=search] {
margin-top: 20px;
border-radius: 0;
border: 1px solid #e5e1e1;
border-radius: 10px;
}
body.search .new-search-form .search-form button {
border-radius: 0 10px 10px 0;
}
body.search-results .main-content-area .entry-title {
margin-top: 0;
}
.wp-block-search {
position: relative;
margin: 0px;
margin-bottom: 20px;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-search .wp-block-search__input {
position: relative;
line-height: 40px;
padding: 15px 80px 15px 25px;
background: var(--theme-light-background);
border: 1px solid #e5e1e1;
border-radius: 10px;
color: #333;
display: block;
letter-spacing: 0px;
width: 100%;
height: 67px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.wp-block-search input:focus {
border-color: transparent;
box-shadow: 0 0 0 2px var(--theme-color1);
}
.wp-block-search .wp-block-search__button {
position: absolute;
right: 0px;
top: 0px;
border: none;
border-radius: 0 10px 10px 0;
outline: none;
padding: 0;
height: 67px;
width: 60px;
line-height: 67px;
display: block;
font-size: 0;
color: transparent;
background-color: var(--theme-color1);
font-weight: normal;
transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:before {
content: "\f002";
left: 50%;
top: 50%;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 1.1rem;
color: var(--text-color-bg-theme-color1);
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:hover {
background-color: var(--theme-color2);
}
.wp-block-search .wp-block-search__button:hover:before {
color: var(--text-color-bg-theme-color2);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
top: 5px;
right: 5px;
} .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li {
margin: 0;
padding: 0;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li::before {
content: "";
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
color: #012446;
background: #f5f5f5;
font-weight: 700;
text-decoration: none !important;
border-left: 5px solid transparent;
border-bottom: 1px solid #fff;
display: block;
padding: 16px;
transition: all 0.3s ease;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a:hover {
border-left-color: #b798e0;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.current-menu-item a {
border-left-color: #b798e0;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
padding: 0;
transition: all 100ms ease-in-out 0s;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li::before {
left: auto;
right: 18px;
top: 15px;
font-size: 18px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a {
background: #eef0f3;
border-left: 1px solid #eef0f3;
border-bottom: 1px solid #fff;
color: #333;
font-weight: 700;
display: block;
padding: 16px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
background: #fff;
border-left: 5px solid #eee;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.current-menu-item a {
background: #fff;
border-left: 5px solid #eee;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li:first-child a {
border-top: 1px solid #f5f5f5;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li a:hover {
border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.current-menu-item > a {
border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.current-menu-item > a {
border-left-color: var(--theme-color1);
} body:not(.elementor-editor-active) .main-content .widget:not(.widget_search) .widget-inner {
position: relative;
display: block;
padding: 35px;
background-color: var(--theme-light-background);
border: 1px solid var(--theme-light-background);
border-radius: 7px;
}
@media (max-width: 767.98px) {
body:not(.elementor-editor-active) .main-content .widget:not(.widget_search) .widget-inner {
padding: 30px;
}
}
.widget {
margin-bottom: 35px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget ul, .widget ol {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li {
list-style: none;
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
line-height: var(--line-height-widget-li);
}
.widget > ul li:last-child, .widget ul.menu li:last-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.widget .widget-title, .widget.widget_block h2 {
margin-bottom: 25px;
margin-top: 0;
font-size: var(--h4-font-size);
font-weight: var(--headings-font-weight-h5);
line-height: var(--section-title-subtitle-line-height);
letter-spacing: inherit;
}
.widget .widget-title.widget-title-line-bottom, .widget.widget_block h2.widget-title-line-bottom {
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
}
.widget .widget-title.widget-title-line-bottom:after, .widget .widget-title.widget-title-line-bottom:before, .widget.widget_block h2.widget-title-line-bottom:after, .widget.widget_block h2.widget-title-line-bottom:before {
background: #bbb;
border-radius: 10px;
bottom: -1px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 50px;
}
.widget .widget-title.widget-title-line-bottom:before, .widget.widget_block h2.widget-title-line-bottom:before {
background: #eee;
width: 100%;
}
.widget .widget-title.line-bottom-theme-colored1:after, .widget.widget_block h2.line-bottom-theme-colored1:after {
background: var(--theme-color1);
}
.widget.widget_block .wp-block-group__inner-container h2 {
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
}
.widget.widget_block .wp-block-group__inner-container h2:after, .widget.widget_block .wp-block-group__inner-container h2:before {
background: var(--sidebar-default-theme-color);
border-radius: 10px;
bottom: -1px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 50px;
}
.widget.widget_block .wp-block-group__inner-container h2:before {
background: #eee;
width: 100%;
}
.widget.tm-widget-sticky-sidebar-in-parent {
display: none;
}
.widget.widget_recent_entries ul > li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(150, 150, 150, 0.3);
line-height: 1.9;
}
.widget.widget_recent_entries ul > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.widget.widget_recent_entries ul > li a {
color: #404040;
}
.widget.widget_recent_entries ul > li a:hover {
color: var(--hover-theme-color);
}
.widget.widget_recent_entries ul > li > span {
display: block;
color: #404040;
font-size: 14px;
font-weight: 300;
line-height: 12px;
padding: 4px 0;
}
.widget.widget_archive ul > li, .widget.widget_categories ul > li, .widget.widget_pages ul > li, .widget.widget_meta ul > li, .widget.widget_recent_comments ul > li, .widget.widget_rss ul > li, .widget.widget_nav_menu ul > li {
padding-left: 15px;
position: relative;
transition: all 0.3s ease;
}
.widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
content: "\f0da";
left: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
transition: all 0.3s ease;
}
.widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
color: var(--theme-color1);
}
.widget.widget_archive ul > li a, .widget.widget_categories ul > li a, .widget.widget_pages ul > li a, .widget.widget_meta ul > li a, .widget.widget_recent_comments ul > li a, .widget.widget_rss ul > li a, .widget.widget_nav_menu ul > li a {
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.widget.widget_archive ul > li > a:hover, .widget.widget_categories ul > li > a:hover, .widget.widget_pages ul > li > a:hover, .widget.widget_meta ul > li > a:hover, .widget.widget_recent_comments ul > li > a:hover, .widget.widget_rss ul > li > a:hover, .widget.widget_nav_menu ul > li > a:hover {
color: var(--hover-theme-color);
}
.widget.widget_categories ul > li, .widget.widget_archive ul > li {
padding-left: 24px;
color: #999;
}
.widget.widget_categories ul > li::before, .widget.widget_archive ul > li::before {
content: "\f07b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.widget.widget_categories ul > li a, .widget.widget_archive ul > li a {
margin-left: 5px;
}
.widget.widget_recent_comments ul > li {
line-height: 1.9;
margin-bottom: 7px;
padding-bottom: 7px;
}
.widget.widget_recent_comments ul > li .comment-author-link,
.widget.widget_recent_comments ul > li .comment-author-link a {
color: #404040;
font-size: var(--h6-font-size);
font-weight: var(--headings-font-weight-h6);
font-family: var(--heading-font-family);
transition: all 0.3s ease;
}
.widget.widget_recent_comments ul > li .comment-author-link a:hover {
color: var(--hover-theme-color);
}
.widget.widget_recent_comments ul > li a {
font-style: italic;
}
.widget.widget_recent_comments ul > li .comment-author-link a {
font-style: normal;
}
.widget.widget_nav_menu .sub-menu { }
.widget.widget_nav_menu ul > li::before {
content: "\f0da";
font-size: 14px;
font-weight: 600;
}
.widget.widget_nav_menu ul > li.current-menu-item:before {
color: var(--theme-color2);
}
.widget.widget_tag_cloud .tagcloud > a {
background: #FFF;
border: 1px solid #eee;
border-radius: 2px;
color: #404040;
display: inline-block;
font-size: 13px !important;
margin: 8px 5px 0 0 !important;
padding: 8px 25px !important;
border-radius: 10px;
text-transform: capitalize;
display: inline-block;
transition: all 0.3s ease;
}
.widget.widget_tag_cloud .tagcloud > a:hover {
background: #333;
color: #fff;
}
.widget .wp-block-tag-cloud > a {
background: #FFF;
border: 1px solid #eee;
color: #404040;
display: inline-block;
font-size: 13px !important;
margin: 8px 5px 0 0 !important;
padding: 8px 25px !important;
border-radius: 10px;
text-transform: capitalize;
display: inline-block;
transition: all 0.3s ease;
}
.widget .wp-block-tag-cloud > a:hover {
text-decoration: none !important;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget select {
border: 1px solid rgba(51, 51, 51, 0.1);
max-width: 100%;
padding: 7px 10px;
width: 100%;
}
.widget.widget_rss ul li {
margin-bottom: 25px;
}
.widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
.widget.widget_rss ul li .rsswidget {
display: block;
color: var(--headings-color);
font-size: var(--h5-font-size);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
line-height: var(--section-title-subtitle-line-height);
}
.widget.widget_rss ul li .rss-date {
color: var(--theme-color1);
font-size: 0.9rem;
}
.widget.widget_rss ul li .rssSummary {
color: #777;
line-height: 1.9;
}
.widget.widget_rss ul li cite {
color: #333;
font-size: 0.9rem;
}
.widget.widget_rss ul li:before, .widget.widget_rss ul li:after, .widget.widget_rss ul li a {
line-height: 1.5;
}
.widget.widget_text img {
display: block;
}
.widget.widget_tag_cloud .tagcloud > a:hover, .widget.widget_product_tag_cloud .tagcloud > a:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget .name {
margin-top: 0;
}
.widget .nice-select {
float: none;
}
.widget.widget_archive .nice-select ul > li:before {
content: "";
}
.post-single .entry-content .nice-select {
float: none;
}
.text-center .widget .widget-title.widget-title-line-bottom:after {
left: 0;
right: 0;
margin: 0 auto;
}
.wp-block-categories > li {
padding-left: 15px;
position: relative;
transition: all 0.3s ease;
}
.wp-block-categories > li::before {
content: "\f0da";
left: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
transition: all 0.3s ease;
}
.wp-block-categories > li {
padding-left: 24px;
color: #bbb;
}
.wp-block-categories > li::before {
content: "\f07b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: var(--theme-color1);
}
.wp-block-categories > li a {
margin-left: 5px;
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-categories > li > a:hover {
color: var(--hover-theme-color);
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
position: relative;
padding-left: 60px;
min-height: 44px;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
content: "\f075";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--theme-color1, #ffffff);
width: 44px;
height: 44px;
color: var(--text-color-bg-theme-color1, #04000b);
margin-right: 20px;
transition: all 500ms ease;
position: absolute;
top: 0;
left: 0;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
} .tm-widget-blog-list .post {
border-bottom: none;
display: flex;
align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.tm-widget-blog-list .post {
align-items: start;
}
}
.tm-widget-blog-list .post:not(:last-child) {
margin-bottom: 13px;
padding-bottom: 13px;
}
.tm-widget-blog-list .post .post-thumb {
float: left;
margin-right: 15px;
margin-top: 1px;
width: 75px;
flex-shrink: 0;
}
.tm-widget-blog-list .post .post-thumb img {
border-radius: 50%;
}
.tm-widget-blog-list .post .post-right {
overflow: hidden;
}
.tm-widget-blog-list .post .post-right .post-title {
margin-top: 0;
margin-bottom: 7px;
}
.tm-widget-blog-list .post .post-right .post-title a {
text-transform: capitalize;
}
.tm-widget-blog-list .post .post-right .entry-date {
display: block;
color: var(--entry-meta-color-light);
font-size: 14px;
line-height: 12px;
padding: 4px 0;
}
.tm-onappear-slide-animation {
display: inline-block;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}
.tm-onappear-slide-animation:nth-of-type(2) {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.tm-onappear-slide-animation:nth-of-type(3) {
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.tm-onappear-slide-animation:nth-of-type(4) {
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.tm-onappear-slide-animation:nth-of-type(5) {
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.tm-onappear-slide-animation:nth-of-type(6) {
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.tm-onappear-slide-animation:nth-of-type(7) {
-webkit-transition-delay: 0.7s;
-o-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.tm-onappear-slide-animation:nth-of-type(8) {
-webkit-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.tm-onappear-slide-animation.tm-item-appeared {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.tm_cursor_mouse_helper {
font-size: 16px;
text-indent: 0;
--mouse-helper-width: 11px;
--mouse-helper-height: 11px;
--mouse-helper-left: 15px;
--mouse-helper-top: 15px;
border: none;
mix-blend-mode: exclusion;
background-color: #ffffff;
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-webkit-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
-ms-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image {
background-size: cover;
background-position: center center;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image:before {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_top:not(.tm_cursor_mouse_helper_centered) {
top: var(--mouse-helper-top) !important;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_left:not(.tm_cursor_mouse_helper_centered) {
left: var(--mouse-helper-left) !important;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_permanent {
opacity: 1;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
-webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image {
-webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
--mouse-helper-width: 288px;
--mouse-helper-height: 288px;
padding: 0;
-webkit-box-sizing: "border-box";
-ms-box-sizing: "border-box";
box-sizing: "border-box";
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image {
--mouse-helper-width: 288px;
--mouse-helper-height: 288px;
padding: 0;
-webkit-box-sizing: "border-box";
-ms-box-sizing: "border-box";
box-sizing: "border-box";
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout {
--mouse-helper-width: 66px;
--mouse-helper-height: 66px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click {
--mouse-helper-width: 30px;
--mouse-helper-height: 30px;
overflow: visible;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .swiper-mouse-cursor span {
color: #000;
font-size: 14px;
font-weight: bold;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .swiper-mouse-cursor span:after {
transform: translateX(30px);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .swiper-mouse-cursor span:before {
transform: translateX(-30px);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_link_active {
--mouse-helper-width: 80px;
--mouse-helper-height: 80px;
width: var(--mouse-helper-width);
height: var(--mouse-helper-height);
opacity: 0.08;
}
[data-mouse-helper=highlight] {
color: rgba(29, 29, 29, 0.3);
background-image: -webkit-radial-gradient(closest-side, #111 78%, transparent 0);
background-image: -o-radial-gradient(closest-side, #111 78%, transparent 0);
background-image: radial-gradient(closest-side, #111 78%, transparent 0);
}
[data-mouse-helper=highlight] .sc_typed_entry {
color: inherit;
}
.tm-mouse-follow-floating-info-holder {
position: fixed;
top: 50%;
left: 50%;
z-index: 9999;
pointer-events: none;
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
transition: -webkit-clip-path 0.4s ease;
transition: clip-path 0.4s ease;
transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.tm-mouse-follow-floating-info-holder .mouse-follow-floating-info-inner {
position: relative;
display: inline-block;
vertical-align: middle;
background-color: #000;
padding: 16px 24px 18px;
}
.tm-mouse-follow-floating-info-holder .floating-title {
font-family: var(--heading-font-family);
font-size: var(--h4-font-size);
display: block;
position: relative;
color: #fff;
white-space: nowrap;
margin-top: 0;
margin-bottom: 0;
z-index: 8;
opacity: 0;
transform: translateX(20px);
will-change: transform;
}
.tm-mouse-follow-floating-info-holder .floating-subtitle {
font-family: var(--heading-font-family);
font-size: var(--h6-font-size);
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
display: inline-block;
white-space: nowrap;
z-index: 9;
opacity: 0;
transform: translateX(20px);
will-change: transform;
}
.tm-mouse-follow-floating-info-holder .floating-subtitle ul {
list-style: none;
margin: 0;
}
.tm-mouse-follow-floating-info-holder a {
color: #fff;
}
.tm-mouse-follow-floating-info-holder.floating-info-right {
text-align: right;
transform: translateX(-100%);
}
.tm-mouse-follow-floating-info-holder.floating-info-active {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
transition: -webkit-clip-path 0.4s ease;
transition: clip-path 0.4s ease;
transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.tm-mouse-follow-floating-info-holder.floating-info-active .floating-title {
opacity: 1;
transform: translateX(0);
transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s;
}
.tm-mouse-follow-floating-info-holder.floating-info-active .floating-subtitle {
opacity: 1;
transform: translateX(0);
transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s;
transition: transform 0.4s ease 0.15s, opacity 0.2s ease-out 0.15s;
}
@media only screen and (max-width: 1024px) {
.tm-mouse-follow-floating-info-holder {
display: none;
}
}
.tm-mouse-follow-floating-image-holder {
position: fixed;
top: 50%;
left: 50%;
z-index: 9999;
pointer-events: none;
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
transition: -webkit-clip-path 0.4s ease;
transition: clip-path 0.4s ease;
transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.tm-mouse-follow-floating-image-holder .mouse-follow-floating-image-inner {
position: relative;
display: inline-block;
vertical-align: middle;
}
.tm-mouse-follow-floating-image-holder a {
color: #fff;
}
.tm-mouse-follow-floating-image-holder.floating-info-right {
text-align: right;
transform: translateX(-100%);
}
.tm-mouse-follow-floating-image-holder.floating-info-active {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
transition: -webkit-clip-path 0.4s ease;
transition: clip-path 0.4s ease;
transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
@media only screen and (max-width: 1024px) {
.tm-mouse-follow-floating-image-holder {
display: none;
}
} .alignnone {
clear: both;
margin: 5px 1.5em 1.5em 0;
}
p .alignnone:last-child {
margin-bottom: 0;
}
.aligncenter,
div.aligncenter {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin: 5px 0 1.5em 1.5em;
clear: right;
}
.alignleft {
float: left;
margin: 5px 1.5em 1.5em 0;
clear: left;
}
a img.alignright {
float: right;
margin: 5px 0 1.5em 1.5em;
}
a img.alignnone {
margin: 5px 1.5em 1.5em 0;
}
a img.alignleft {
float: left;
margin: 5px 1.5em 1.5em 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 1.5em 1.5em 0;
}
.wp-caption.alignleft {
margin: 5px 1.5em 1.5em 0;
}
.wp-caption.alignright {
margin: 5px 0 1.5em 1.5em;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption p, .wp-caption .wp-caption-text {
margin: 10px;
padding: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--body-font-bold);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.bypostauthor {
opacity: 1;
}
.alignfull, .alignwide {
width: 100%;
position: relative;
background-color: #ffffff;
}
figcaption, .wp-caption-text {
color: var(--text-color);
display: block;
font-size: 1rem;
line-height: 1.5;
padding: 0 0 5px;
}
.wp-block-latest-comments__comment-date {
font-weight: normal;
color: #999;
}
.wp-block-media-text {
margin-top: 1.5em;
}
.wp-block-group,
.wp-block-media-text {
margin-bottom: 1.5em;
}
.main-content-area .entry-content .post-excerpt > *.alignwide,
.main-content-area .entry-summary .post-excerpt > *.alignwide {
margin-left: auto;
margin-right: auto;
clear: both;
}
@media only screen and (min-width: 768px) {
.main-content-area .entry-content .post-excerpt > *.alignwide,
.main-content-area .entry-summary .post-excerpt > *.alignwide {
width: 100%;
max-width: 100%;
}
}
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
border-left: none;
border-right: 2px solid var(--theme-color2);
padding-left: 0;
padding-right: 1em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
text-align: left;
}
:root .has-very-dark-gray-color {
color: #222;
}
.main-content-area .entry-content .wp-block-separator {
background-color: #767676;
border: 0;
height: 2px;
margin-bottom: 2rem;
margin-top: 2rem;
max-width: 2.25em;
text-align: left;
}
.main-content-area .entry-content .wp-block-separator.is-style-wide {
max-width: 100%;
}
.main-content-area .entry-content .wp-block-separator.is-style-dots {
max-width: 100%;
background-color: inherit;
border: inherit;
height: inherit;
text-align: center;
}
.tm-responsive-video {
position: relative;
padding-bottom: 56.25%;
margin-bottom: 30px;
padding-top: 0;
height: 0;
overflow: hidden;
}
.tm-responsive-video iframe, .tm-responsive-video object, .tm-responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video {
width: 100%;
position: relative;
padding: 0;
padding-top: 56.25%;
}
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video > iframe, .wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video > object, .wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video > embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-block-embed-wordpress-tv {
border: 0;
padding: 0;
}
.wp-block-embed-wordpress-tv .tm-responsive-video {
margin-bottom: 20px;
}
.wp-block-embed-wordpress-tv figcaption {
margin-bottom: 0;
}
.wp-block-embed-twitter {
border: 0;
padding: 0;
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
color: #fff !important;
}
.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
color: #fff !important;
}
.wp-caption {
padding-bottom: 0;
}
.wp-block-button {
float: none;
margin: 1.5em 0;
}
.wp-block-button .wp-block-button__link {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-size: var(--btn-font-size);
line-height: 1.2;
font-weight: 600;
text-decoration: none;
border-radius: 0;
outline: 0;
-webkit-transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
-o-transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
padding: 15px 36px;
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
border: 1px solid transparent;
border-radius: 28px;
cursor: pointer;
}
.wp-block-button.is-style-outline .wp-block-button__link {
color: #000;
border: 2px solid var(--theme-color1);
border-width: 2px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.wp-block-button.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-button.alignright {
text-align: right;
margin-top: 0;
margin-left: 2rem;
}
.wp-block-button.alignleft {
text-align: left;
margin-top: 0;
margin-right: 2rem;
}
.wp-block-button a:hover {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.wp-block-cover, .wp-block-cover-image {
position: relative;
background-size: cover;
background-position: 50%;
min-height: 430px;
width: 100%;
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
padding: 1em;
box-sizing: border-box;
}
.main-content-area article p, .main-content-area article p.wp-block-cover-text {
margin-bottom: 0;
}
.wp-block-columns.alignfull, .wp-block-columns.alignwide {
padding: 30px;
}
.wp-block-gallery {
margin-bottom: 30px;
}
.wp-block-gallery figcaption, .wp-block-gallery .wp-caption-text {
margin-top: 0;
margin-bottom: 20px;
}
.widget .wp-block-gallery {
margin-bottom: 0;
}
.wp-block-categories-dropdown, .wp-block-archives-dropdown {
margin-bottom: 30px;
}
.wp-block-archives-list {
margin-bottom: 30px;
padding-left: 0 !important;
}
.wp-block-group.has-background {
padding: 20px 30px;
}
.wp-block-media-text.alignfull, .wp-block-media-text.alignwide {
padding: 0;
}
figure {
margin: 1em 0;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
border: 1px solid #e6e6e6;
}
.wp-block-columns .wp-block-column p:last-of-type,
.wp-block-group .wp-block-group__inner-container p:last-of-type {
margin-bottom: 0;
}
.wp-block-image {
margin: 0.5em 0 1em;
}
.wp-block-file__button:hover {
color: #777;
}
.post-excerpt .wp-block-archives {
margin-bottom: 30px;
}
.post-excerpt .wp-block-archives li {
margin-bottom: 10px;
}
.wp-block-categories-list, .wp-block-page-list, .wp-block-page-list li {
list-style: none;
} .wp-block-group .wp-block-group__inner-container > * {
margin-bottom: 35px;
}
.wp-block-group .wp-block-group__inner-container > :last-child {
margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container p.wp-block-tag-cloud {
margin-bottom: 0;
}
.widget_block > ul:not([class]) {
margin-left: 15px;
list-style: circle;
}
.widget_block > ul:not([class]) li {
list-style: circle;
}
.widget_block .wp-block-group, .widget_block .wp-block-media-text {
margin-bottom: 0;
}
.widget_block .wp-block-group .wp-block-group__inner-container > *:first-child {
margin-top: 0;
}
.widget_block .widget-inner > ul:not([class]) {
margin-left: 15px;
list-style: circle;
}
.widget_block .widget-inner > ul:not([class]) li {
list-style: circle;
}
.widget_block.widget_text .widget-inner p:last-of-type {
margin-bottom: 0;
}
.widget_block .wp-block-pullquote {
margin: 0;
padding: 3em 0 2rem;
}
.widget_block .wp-block-pullquote blockquote {
padding: 0;
position: relative;
}
.widget_block .wp-block-pullquote blockquote:before, .widget_block .wp-block-pullquote blockquote:after {
content: "";
background: url(//www.kurtbay.com.tr/wp-content/themes/electricien/assets/images/blog/quote.png) no-repeat;
opacity: 0.1;
position: absolute;
margin: 0 auto;
width: 100px;
height: 100px;
transition: all 0.3s ease-in-out;
}
.widget_block .wp-block-pullquote blockquote:before {
top: -80px;
left: 0;
transform: rotate(180deg);
}
.widget_block .wp-block-pullquote blockquote:after {
bottom: -40px;
right: 0;
}
.widget_block .wp-block-pullquote blockquote p {
font-size: var(--h4-font-size);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: var(--section-title-subtitle-line-height);
}
.widget_block .wp-block-pullquote blockquote cite {
font-size: 1rem;
font-family: var(--body-font-family);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) p {
color: #cccccc;
color: var(--headings-color);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite {
color: var(--theme-color1);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite a {
color: var(--news-widget-archive-icon-color);
}
.wp-block-rss {
padding-left: 0 !important;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title {
display: inline-block;
font-size: var(--body-font-size);
}
.wp-block-latest-posts.wp-block-latest-posts__list {
padding-left: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(150, 150, 150, 0.2);
line-height: 1.9;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:after {
display: block;
clear: both;
content: "";
}
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-author, .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
line-height: 1.9;
color: #999;
font-size: 14px;
font-weight: var(--body-font-weight);
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
position: relative;
padding-left: 60px;
color: #717178;
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:before {
content: "\f302";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 15px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #1e1e22;
width: 40px;
height: 40px;
color: #ffffff;
transition: all 500ms ease;
position: absolute;
top: 3px;
left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:hover::before {
background-color: var(--news-widget-archive-icon-color);
color: var(--text-color-bg-theme-color2);
}
.wp-block-latest-posts__list.is-grid li::before {
top: auto;
font-size: 13px;
width: 35px;
height: 35px;
}
.wp-block-latest-posts__list.is-grid.has-dates li {
padding-left: 0;
}
.wp-block-latest-posts__list.is-grid.has-dates li::before {
position: relative;
top: auto;
left: 0;
margin-bottom: 10px;
}
.wp-block-latest-posts {
margin-bottom: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
width: 70px;
margin-bottom: 0;
}
.wp-block-latest-posts a {
color: #404040;
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
}
.wp-block-latest-posts a:hover {
color: var(--hover-theme-color);
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
font-size: 1rem;
}
.wp-block-tag-cloud .tag-cloud-link {
color: #404040;
font-weight: normal;
font-size: 1rem;
transition: all 0.3s ease;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
color: var(--hover-theme-color);
}
.widget_rss ul li {
margin-bottom: 25px;
}
.wp-block-page-list li {
padding-left: 15px;
position: relative;
transition: all 0.3s ease;
}
.wp-block-page-list li::before {
content: "\f0da";
left: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
transition: all 0.3s ease;
}
.wp-block-page-list li::before {
color: var(--news-widget-archive-icon-color);
}
.wp-block-page-list li a {
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-page-list li > a:hover {
color: var(--hover-theme-color);
text-shadow: 0 0 1px var(--theme-color1);
}
.wp-block-navigation .wp-block-page-list li {
margin-bottom: 0;
}
.wp-block-navigation .wp-block-page-list li:before {
display: none;
}
.wp-block-navigation .wp-block-page-list li ul {
margin-top: 0;
}
.wp-block-latest-comments {
padding-left: 0 !important;
margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
margin-bottom: 20px;
line-height: 1.9;
display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
color: #404040;
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
color: var(--hover-theme-color);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
font-size: 0.9rem;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 1em;
}
.wp-calendar-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
color: var(--news-widget-archive-icon-color);
text-decoration: none;
transition: all 500ms ease;
}
.wp-calendar-nav .wp-calendar-nav-prev a:hover {
color: var(--hover-theme-color);
}
.wp-block-verse {
background: none;
padding: 0;
}
.wp-block-table {
margin-bottom: 0;
}
.wp-block-table table {
width: 100%;
margin: 0;
}
.wp-block-table table td,
.wp-block-table table th {
padding: 10px 20px;
border: 1px solid #e6e6e6;
}
.wp-block-archives {
margin: 0;
padding: 0;
list-style: none;
}
.wp-block-archives > li {
color: #bbb;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-archives > li::before {
content: "\f07b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: var(--news-widget-archive-icon-color);
margin-right: 5px;
}
.wp-block-archives > li a {
margin-left: 5px;
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-archives > li > a:hover {
color: var(--hover-theme-color);
text-shadow: 0 0 1px var(--theme-color1);
}
.wp-block-preformatted, .wp-block-code {
padding: 0;
}
.wp-block-preformatted:not(.has-background), .wp-block-code:not(.has-background) {
background-color: transparent;
} footer#footer .widget_block h2 {
color: #fff;
}
footer#footer .widget_block .wp-block-preformatted:not(.has-text-color), footer#footer .widget_block .wp-block-code:not(.has-text-color) {
color: #cccccc;
}
footer#footer .widget_block .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
background-color: var(--theme-color3, #6222cc);
color: var(--text-color-bg-theme-color3, #ffffff);
}
footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
color: #cccccc;
}
footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-pullquote blockquote:not(.has-text-color) p {
color: #cccccc;
}
footer#footer .widget_block .wp-block-page-list li::before {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-page-list li a {
color: #cccccc;
}
footer#footer .widget_block .wp-block-page-list li a:hover {
color: #fff;
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-author, footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
color: #cccccc;
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
color: #717178;
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:before {
background-color: var(--footer-default-theme-color);
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget_block .wp-block-latest-posts a {
color: #cccccc;
}
footer#footer .widget_block .wp-block-latest-posts a:hover {
color: #fff;
}
footer#footer .widget_block .wp-block-table table td,
footer#footer .widget_block .wp-block-table table th {
border-color: rgba(204, 204, 204, 0.4);
}
footer#footer .widget_block .wp-block-verse {
color: #cccccc;
}
footer#footer .wp-block-calendar .wp-calendar-table caption, footer#footer .widget_calendar .wp-calendar-table caption {
color: var(--footer-default-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table thead, footer#footer .widget_calendar .wp-calendar-table thead {
background-color: var(--footer-default-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table thead th, footer#footer .widget_calendar .wp-calendar-table thead th {
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table tbody, footer#footer .widget_calendar .wp-calendar-table tbody {
background-color: #fff;
}
footer#footer .wp-block-calendar .wp-calendar-table tbody td, footer#footer .widget_calendar .wp-calendar-table tbody td {
color: #555;
}
footer#footer .wp-block-calendar .wp-calendar-nav a, footer#footer .widget_calendar .wp-calendar-nav a {
color: #cccccc;
}
footer#footer .wp-block-calendar .wp-calendar-nav a:hover, footer#footer .widget_calendar .wp-calendar-nav a:hover {
color: var(--footer-default-hover-theme-color);
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: center;
padding: 0 10px 0 0;
margin-bottom: 0;
}  footer#footer {
background-color: var(--footer-bg-color);
color: var(--footer-primary-text-color);
}
body.elementor-page footer#footer {
--footer-bg-color: transparent;
}
footer#footer b,
footer#footer strong {
color: var(--footer-primary-text-color);
}
footer#footer .footer-widget-area .default-footer-padding {
padding-bottom: 50px;
padding-top: 100px;
}
footer#footer .footer-widget-area .widget {
margin-bottom: 45px;
}
footer#footer .footer-widget-area .widget .widget-title {
color: var(footer-widget-title-color);
margin-bottom: 35px;
}
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:after, footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
background: #666;
}
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
background: rgba(240, 240, 240, 0.1);
}
footer#footer .footer-widget-area .widget .widget-title.line-bottom-theme-colored1:after {
background: var(--theme-color1);
}
footer#footer .footer-widget-area .elementor-element .elementor-widget-container .widget:last-child {
margin-bottom: 0;
}  .widget_nav_menu.split-nav-menu ul li {
margin-bottom: 4px !important;
width: 50%;
float: left;
padding-right: 3px;
} footer#footer .footer-widget-area .widget .widget-title {
margin-bottom: 20px;
}
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom {
padding-bottom: 20px;
}
footer#footer .widget.widget_archive ul li::before, footer#footer .widget.widget_categories ul li::before, footer#footer .widget.widget_pages ul li::before, footer#footer .widget.widget_meta ul li::before, footer#footer .widget.widget_recent_comments ul li::before, footer#footer .widget.widget_rss ul li::before, footer#footer .widget.widget_links ul li::before, footer#footer .widget.widget_recent_entries ul li::before, footer#footer .widget.widget_nav_menu ul li::before {
color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_archive ul li a, footer#footer .widget.widget_categories ul li a, footer#footer .widget.widget_pages ul li a, footer#footer .widget.widget_meta ul li a, footer#footer .widget.widget_recent_comments ul li a, footer#footer .widget.widget_rss ul li a, footer#footer .widget.widget_links ul li a, footer#footer .widget.widget_recent_entries ul li a, footer#footer .widget.widget_nav_menu ul li a {
color: #cccccc;
}
footer#footer .widget.widget_archive ul li a:focus, footer#footer .widget.widget_archive ul li a:hover, footer#footer .widget.widget_archive ul li a:active, footer#footer .widget.widget_categories ul li a:focus, footer#footer .widget.widget_categories ul li a:hover, footer#footer .widget.widget_categories ul li a:active, footer#footer .widget.widget_pages ul li a:focus, footer#footer .widget.widget_pages ul li a:hover, footer#footer .widget.widget_pages ul li a:active, footer#footer .widget.widget_meta ul li a:focus, footer#footer .widget.widget_meta ul li a:hover, footer#footer .widget.widget_meta ul li a:active, footer#footer .widget.widget_recent_comments ul li a:focus, footer#footer .widget.widget_recent_comments ul li a:hover, footer#footer .widget.widget_recent_comments ul li a:active, footer#footer .widget.widget_rss ul li a:focus, footer#footer .widget.widget_rss ul li a:hover, footer#footer .widget.widget_rss ul li a:active, footer#footer .widget.widget_links ul li a:focus, footer#footer .widget.widget_links ul li a:hover, footer#footer .widget.widget_links ul li a:active, footer#footer .widget.widget_recent_entries ul li a:focus, footer#footer .widget.widget_recent_entries ul li a:hover, footer#footer .widget.widget_recent_entries ul li a:active, footer#footer .widget.widget_nav_menu ul li a:focus, footer#footer .widget.widget_nav_menu ul li a:hover, footer#footer .widget.widget_nav_menu ul li a:active {
color: #fff;
}
footer#footer .widget.widget_rss ul li .rsswidget {
color: #fff;
}
footer#footer .widget.widget_rss ul li .rss-date {
color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_rss ul li .rssSummary {
color: #cccccc;
}
footer#footer .widget.widget_rss ul li cite {
color: #aaa;
}
footer#footer .widget.widget_recent_comments ul > li {
color: #aaa;
}
footer#footer .widget.widget_recent_comments ul > li a {
color: #cccccc;
font-style: italic;
}
footer#footer .widget.widget_recent_comments ul > li a:hover {
color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_recent_comments ul > li .comment-author-link,
footer#footer .widget.widget_recent_comments ul > li .comment-author-link a {
color: var(--theme-color1);
font-style: normal;
}
footer#footer .widget.widget_recent_comments ul > li .comment-author-link:hover,
footer#footer .widget.widget_recent_comments ul > li .comment-author-link a:hover {
color: var(--footer-default-hover-theme-color);
}
footer#footer .widget.widget_tag_cloud .tagcloud > a:hover {
background: var(--footer-default-theme-color);
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget .wp-block-tag-cloud > a:hover {
background: var(--footer-default-theme-color);
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .post-title a {
color: #ddd;
}
footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .post-title a:hover {
color: var(--footer-default-hover-theme-color);
}
footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .entry-date {
color: #aaa;
}
footer#footer .wp-block-archives li::before,
footer#footer .wp-block-categories li::before {
color: var(--footer-default-theme-color);
}
footer#footer .wp-block-archives li a,
footer#footer .wp-block-categories li a {
color: #cccccc;
}
footer#footer .wp-block-archives li a:focus, footer#footer .wp-block-archives li a:hover, footer#footer .wp-block-archives li a:active,
footer#footer .wp-block-categories li a:focus,
footer#footer .wp-block-categories li a:hover,
footer#footer .wp-block-categories li a:active {
color: #fff;
}
footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:after, footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:before {
background: var(--footer-default-theme-color);
}
footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:before {
background: rgba(240, 240, 240, 0.1);
}  .tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle {
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle:before {
position: absolute;
top: 0;
left: 0;
width: 43px;
height: 5px;
border-radius: 5px;
background: var(--gradient-1);
content: "";
}
.tm-sc-section-title.line-left-current-theme-white .title-wrapper .subtitle {
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-left-current-theme-white .title-wrapper .subtitle::before {
position: absolute;
top: 0;
left: 0;
width: 43px;
height: 5px;
border-radius: 5px;
content: "";
background-color: #fff;
}
.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle {
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle::before {
position: absolute;
top: 0;
right: 0;
width: 43px;
height: 5px;
border-radius: 5px;
background: var(--gradient-1);
content: "";
}
.tm-sc-section-title.line-right-current-theme-white .title-wrapper .subtitle {
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-right-current-theme-white .title-wrapper .subtitle::before {
position: absolute;
top: 0;
right: 0;
width: 43px;
height: 5px;
border-radius: 5px;
content: "";
background-color: #fff;
}
.tm-sc-section-title.line-center-current-theme .title-wrapper .subtitle {
padding-left: 45px;
padding-right: 45px;
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-center-current-theme .title-wrapper .subtitle::before {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 43px;
height: 5px;
border-radius: 5px;
margin: 0 auto;
background: var(--gradient-1);
content: "";
}
.tm-sc-section-title.line-center-current-theme-white .title-wrapper .subtitle {
padding-left: 45px;
padding-right: 45px;
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-center-current-theme-white .title-wrapper .subtitle::before {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 43px;
height: 5px;
border-radius: 5px;
margin: 0 auto;
background: #fff;
content: "";
} .particle-js-animation {
overflow: hidden;
z-index: 0;
}
.particle-js-animation .ball {
opacity: 1;
z-index: -2;
position: absolute;
border-radius: 50%;
}
.imgs-300 {
border-radius: 300px !important;
}
.gradient-bg-section {
position: relative;
z-index: 1;
overflow: hidden;
}
.gradient-bg-section::before, .gradient-bg-section::after {
content: "";
position: absolute;
left: 30px;
top: 60px;
width: 550px;
height: 550px;
background: #cef0ff;
opacity: 0.3;
filter: blur(75px);
border-radius: 50%;
z-index: -3;
}
.gradient-bg-section::after {
background: #e4ceff;
top: -105px;
left: auto;
right: 30%;
}
.gradient-bg-section2 {
position: relative;
z-index: 1;
overflow: hidden;
}
.gradient-bg-section2::before {
content: "";
position: absolute;
left: -127px;
top: 90px;
width: 530px;
height: 530px;
background: #cc3de3;
opacity: 0.05;
filter: blur(75px);
border-radius: 50%;
z-index: -1;
}
.gradient-bg-section2::after {
content: "";
position: absolute;
right: -120px;
top: 80px;
width: 530px;
height: 530px;
background: #5e3de3;
opacity: 0.1;
filter: blur(75px);
z-index: -1;
}
.dark-subtitle .subtitle {
background: linear-gradient(173deg, var(--theme-color1), #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.round_anim {
width: 600px;
height: 600px;
border-radius: 50%;
background: var(--theme-color-white);
animation: shadows 1s linear infinite;
-webkit-filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
-moz-filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
}
@media (max-width: 1199.98px) {
.round_anim {
display: none;
}
}
@keyframes shadows {
0% {
box-shadow: 0 0 0 0 rgba(var(--theme-color1-rgb), 0.08), 0 0 0 30px rgba(var(--theme-color1-rgb), 0.08), 0 0 0 50px rgba(var(--theme-color1-rgb), 0.08);
}
100% {
box-shadow: 0 0 0 30px rgba(var(--theme-color1-rgb), 0.08), 0 0 0 50px rgba(var(--theme-color1-rgb), 0.08), 0 0 0 70px transparent;
}
}
.price-style {
color: #b9b8b8 !important;
font-size: 18px !important;
font-weight: 500;
position: relative;
text-decoration: line-through;
}    @media (min-width: 992px) and (max-width: 1199.98px) {
h1 {
font-size: 3.3rem;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
h1 {
font-size: 3.1rem;
}
}
@media (max-width: 575.98px) {
h1 {
font-size: 3rem;
}
}.woocommerce {  }
.woocommerce .product .price ins {
text-decoration: none;
}
.woocommerce .product .price del {
color: var(--theme-color1);
margin-right: 5px;
font-weight: 400;
}
.woocommerce .products { }
.woocommerce .products .product-title {
margin: 3px 0 8px;
}
.woocommerce .products .product-categories {
color: #858791;
font-size: 14px;
}
.woocommerce .products .product-categories a {
margin-right: 2px;
font-weight: normal;
text-transform: uppercase;
color: #858791;
font-size: 14px;
}
.woocommerce .products .product-categories a:hover {
color: var(--hover-theme-color);
}
.woocommerce .products .thumb.image-swap .attachment-woocommerce_thumbnail,
.woocommerce .products .thumb.image-swap .wp-post-image {
position: relative;
z-index: 2;
transition: all 0.4s ease;
}
.woocommerce .products .thumb.image-swap .product-hover-image {
left: 0;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
opacity: 0;
transition: all 0.4s ease;
}
.woocommerce .products .thumb.image-gallery .attachment-woocommerce_thumbnail,
.woocommerce .products .thumb.image-gallery .wp-post-image {
display: none;
}
.woocommerce .products .product:hover .thumb.image-swap .attachment-woocommerce_thumbnail,
.woocommerce .products .product:hover .thumb.image-swap .wp-post-image {
opacity: 0;
}
.woocommerce .products .product:hover .thumb.image-swap .product-hover-image {
opacity: 1;
}
.woocommerce .products a.button,
.woocommerce .products button.button,
.woocommerce .products input.button,
.woocommerce .products #respond input#submit {
position: relative;
}
.woocommerce .products a.button.loading,
.woocommerce .products button.button.loading,
.woocommerce .products input.button.loading,
.woocommerce .products #respond input#submit.loading {
opacity: 0.85;
padding-right: 2.618em;
}
.woocommerce .products a.button.loading::after,
.woocommerce .products button.button.loading::after,
.woocommerce .products input.button.loading::after,
.woocommerce .products #respond input#submit.loading::after {
content: "\f110";
font-family: "Font Awesome 5 Free";
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 600;
position: absolute;
right: 1em;
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.woocommerce .products a.button.added::after,
.woocommerce .products button.button.added::after,
.woocommerce .products input.button.added::after,
.woocommerce .products #respond input#submit.added::after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-left: 0.53em;
vertical-align: bottom;
}
.woocommerce .products a.added_to_cart2 {
color: #333;
padding-top: 0.5em;
white-space: nowrap;
display: none;
}
.woocommerce .woocommerce-result-count {
display: block;
float: left;
height: 36px;
line-height: 36px;
margin-right: 6px;
padding: 0;
font-weight: normal;
}
@media (max-width: 575.98px) {
.woocommerce .woocommerce-result-count {
float: none;
}
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-perpage select,
.woocommerce .variations_form select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
font-size: 14px;
border: 2px solid #444;
background-color: #fff;
height: 36px;
background-image: url(//www.kurtbay.com.tr/wp-content/themes/electricien/assets/images/dropdown-icon.png);
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: 26px auto;
cursor: pointer;
padding: 0 30px 0 15px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-perpage {
float: right;
margin-right: 0;
margin-left: 15px;
}
@media (max-width: 575.98px) {
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-perpage {
float: none;
margin-left: 0;
margin-bottom: 10px;
clear: both;
display: block;
}
}
.woocommerce .woocommerce-perpage select,
.woocommerce .woocommerce-perpage .nice-select {
margin-left: 10px;
}
@media (max-width: 575.98px) {
.woocommerce .woocommerce-perpage select,
.woocommerce .woocommerce-perpage .nice-select {
margin-bottom: 10px;
margin-left: 0;
}
}
.woocommerce .tm-wc-archive-before-loop {
margin-bottom: 30px;
}
@media (max-width: 575.98px) {
.woocommerce .tm-wc-archive-before-loop {
margin-bottom: 60px;
}
}
.woocommerce .woocommerce-pagination {
margin-top: 30px;
margin-bottom: 0;
}
#yith-quick-view-modal #yith-quick-view-content {
padding: 15px;
}  .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default {
background-color: #fff;
transition: all 300ms ease-in-out;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner {
position: relative;
text-align: center;
background: #fff;
transition: all 300ms ease-in-out;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper {
position: relative;
overflow: hidden;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb {
background-color: #f1f3ee;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb a img,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb a img {
border-radius: 10px 10px 0 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
content: "";
opacity: 0.45;
left: -100%;
pointer-events: none;
z-index: 2;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale {
font-size: 12px;
padding: 2px 14px;
right: 16px;
left: auto;
top: 15px;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder {
position: absolute;
bottom: 30px;
right: 10px;
display: inherit;
align-items: center;
justify-content: center;
opacity: 0;
z-index: 9;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
transition: all 500ms ease 0s;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > * {
margin: 4px;
transform: translateY(20px);
opacity: 0;
transition: all 500ms ease 0s;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(2),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(2) {
transition-delay: 100ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(3),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(3) {
transition-delay: 200ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(4),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(4) {
transition-delay: 300ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > * {
z-index: 7;
padding: 0;
font-size: 0;
width: 40px;
height: 40px;
display: block;
position: relative;
border-radius: 50%;
border: 0;
background-color: #fff;
transition: all 500ms ease 0s;
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:before {
font-family: "linearicons-free";
font-size: 14px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #2f3529;
transition: color 500ms ease 0s;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active {
background-color: #2f3529;
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:before {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:after, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:after, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:after {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover a:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus a:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active a:before {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosc-btn:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosc-btn:before {
content: "\e05e";
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosq-btn:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosq-btn:before {
content: "\e03a";
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosw-btn:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosw-btn:before {
content: "\e043";
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding:before {
opacity: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding::after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding::after {
font-family: "linearicons-free";
content: "\e05a" !important;
animation: spin 0.75s linear infinite;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
display: block;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added {
color: red;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:before {
margin-right: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:hover {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:before {
font-family: "linearicons-free";
content: "\e003";
font-size: 16px;
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.loading:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.loading:before {
font-family: "linearicons-free";
content: "\e05a" !important;
animation: spin 0.75s linear infinite;
line-height: 20px;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.added,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.added {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .added_to_cart:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .added_to_cart:before {
font-family: "linearicons-free";
content: "\e039" !important;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details {
padding: 22px 30px 20px 30px;
background-color: var(--theme-color-white);
position: relative;
border-radius: 0;
bottom: 0;
z-index: 2;
transition: all 300ms ease;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-categories,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-categories {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-title,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-title {
word-break: break-word;
margin-top: 0;
margin-bottom: 5px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .price,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .price {
font-size: 18px;
line-height: 28px;
color: var(--theme-color1);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .yith-wcqv-button,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .yith-wcqv-button {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating {
position: inherit;
font-size: 12px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating::before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating::before {
font-weight: 500;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-add-to-cart .tm-btn-add-to-cart.added,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-add-to-cart .tm-btn-add-to-cart.added {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder {
position: absolute;
top: -25px;
left: 0;
right: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart {
padding: 12px 40px;
line-height: 20px;
position: relative;
font-size: 12px;
text-transform: uppercase;
border-radius: 50px;
letter-spacing: 0.05em;
transform: scale(0.7);
display: inline-block;
opacity: 0;
visibility: hidden;
transform-origin: center bottom;
background-color: var(--theme-color1);
border-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
transition: all 300ms ease;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:before {
height: 100%;
bottom: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
-webkit-transition-delay: 200ms;
transition-delay: 200ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a.added_to_cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a.added_to_cart {
opacity: 1;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder {
transform: translateY(-50%);
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > * {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-details,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-details {
padding: 40px 30px 20px 30px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart {
transform: scale(1);
visibility: visible;
opacity: 1;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default {
box-shadow: none;
border: 0px solid #eee;
} .woocommerce-product-search {
position: relative;
}
.woocommerce-product-search .search-field {
border: 1px solid #c0c0c0;
height: 42px;
padding: 5px 10px 5px 20px;
width: 100%;
border-radius: 0;
}
.woocommerce-product-search input[type=submit] {
background: #333;
border: none;
color: #fff;
height: 100%;
left: auto;
padding: 10px 20px;
position: absolute;
right: 0;
top: 0;
border-radius: 0;
transition: all 0.3s ease-in-out;
}
.woocommerce-product-search input[type=submit]:hover {
background: #111;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-progress {
--range-color: var(--theme-color1);
height: 6px;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-wrapper {
height: 6px;
}
.wp-block-woocommerce-price-filter input[type=range i] {
appearance: auto;
cursor: default;
padding: initial;
border: initial;
margin: 0;
accent-color: var(--theme-color1);
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-text {
margin: 0 0 15px;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider {
margin-bottom: 0;
}
.wp-block-woocommerce-price-filter .wp-block-button__link {
padding: 7px 20px;
font-size: 12px;
} ul.cart_list,
ul.product_list_widget {
list-style: none outside;
padding: 0;
margin: 0;
}
ul.cart_list li,
ul.product_list_widget li {
border-bottom: 1px solid #eee;
margin: 6px 0;
padding: 6px 0 12px;
list-style: none;
}
ul.cart_list li::after,
ul.product_list_widget li::after {
display: block;
clear: both;
content: "";
}
ul.cart_list li:first-child,
ul.product_list_widget li:first-child {
margin-top: 0;
padding-top: 0;
}
ul.cart_list li:last-child,
ul.product_list_widget li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
ul.cart_list li .product-left,
ul.product_list_widget li .product-left {
float: left;
margin-right: 15px;
width: 80px;
}
ul.cart_list li .product-left a,
ul.product_list_widget li .product-left a {
display: block;
line-height: 20px;
}
ul.cart_list li .product-left a img,
ul.product_list_widget li .product-left a img {
border: 1px solid #e4e8e0;
border-radius: 8px;
}
ul.cart_list li .product-right,
ul.product_list_widget li .product-right {
overflow: hidden;
}
ul.cart_list li .product-right .product-title,
ul.product_list_widget li .product-right .product-title {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: var(--section-title-subtitle-line-height);
font-size: var(--h6-font-size);
display: block;
line-height: 1.4;
}
ul.cart_list li .product-right .woocommerce-Price-amount,
ul.product_list_widget li .product-right .woocommerce-Price-amount {
display: inline-block;
line-height: 1.3;
margin: 10px 0 0;
font-size: 0.9rem;
}
ul.cart_list li a.remove,
ul.product_list_widget li a.remove {
color: #e81123;
float: left;
font-size: 16px;
font-weight: 800;
margin-left: 0;
margin-right: 6px;
position: relative;
top: -4px;
}
ul.cart_list li .attachment-shop_thumbnail,
ul.product_list_widget li .attachment-shop_thumbnail {
width: 64px;
}
ul.cart_list li dl,
ul.product_list_widget li dl {
font-size: 0.9rem;
margin: 0;
padding-left: 1em;
border-left: 2px solid rgba(0, 0, 0, 0.08);
}
ul.cart_list li dl::after,
ul.product_list_widget li dl::after {
display: block;
clear: both;
content: "";
}
ul.cart_list li dl dt,
ul.cart_list li dl dd,
ul.product_list_widget li dl dt,
ul.product_list_widget li dl dd {
display: inline-block;
float: left;
margin-bottom: 1em;
}
ul.cart_list li dl dt,
ul.product_list_widget li dl dt {
font-weight: 700;
padding: 0 0 0.25em;
margin: 0 4px 0 0;
clear: left;
}
ul.cart_list li dl dd,
ul.product_list_widget li dl dd {
padding: 0 0 0.25em;
}
ul.cart_list li dl dd p:last-child,
ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0;
}
ul.cart_list li del, ul.cart_list li ins,
ul.product_list_widget li del,
ul.product_list_widget li ins {
font-weight: 600;
}
ul.cart_list li .woocommerce-Price-amount,
ul.product_list_widget li .woocommerce-Price-amount {
color: var(--theme-color1);
}
ul.cart_list li ins,
ul.product_list_widget li ins {
text-decoration: none;
}
ul.cart_list li del,
ul.product_list_widget li del {
margin-right: 5px;
font-weight: 400;
}
ul.cart_list li del .woocommerce-Price-amount,
ul.product_list_widget li del .woocommerce-Price-amount {
color: #999;
text-decoration: line-through;
}
ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
float: none;
font-size: 0.8rem;
margin-top: 10px;
}
.widget.woocommerce {     }
.widget.woocommerce .product-title {
color: #111;
font-weight: normal;
font-size: 1rem;
}
.widget.woocommerce.widget_shopping_cart .cart_list li {
padding-left: 0;
position: relative;
padding-top: 0;
margin-bottom: 10px;
padding-bottom: 10px;
}
.widget.woocommerce.widget_shopping_cart .buttons a {
margin-right: 5px;
margin-bottom: 5px;
}
.widget.woocommerce.widget_shopping_cart .cart-subtotal {
padding: 10px 0;
text-align: center;
}
.widget.woocommerce.widget_product_categories .product-categories .cat-item .children {
padding-left: 10px;
}
.widget.woocommerce.widget_product_categories .product-categories .cat-item .children li:last-child {
padding-bottom: 0;
}
.widget.woocommerce.widget_product_categories .product-categories li {
padding: 2px 0;
transition: all 0.3s ease;
}
.widget.woocommerce.widget_product_categories .product-categories li a::after {
color: var(--theme-color1);
content: "\f105";
float: left;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 10px;
}
.widget.woocommerce.widget_product_categories .product-categories li:hover {
margin-left: 10px;
}
.widget.woocommerce.widget_layered_nav ul {
margin: 0;
padding: 0;
border: 0;
list-style: none outside;
}
.widget.woocommerce.widget_layered_nav ul li {
padding: 2px 0;
list-style: none;
transition: all 0.3s ease;
}
.widget.woocommerce.widget_layered_nav ul li::after {
display: block;
clear: both;
content: "";
}
.widget.woocommerce.widget_layered_nav ul li a,
.widget.woocommerce.widget_layered_nav ul li span {
padding: 1px 0;
}
.widget.woocommerce.widget_layered_nav ul li a::after {
content: "\f105";
float: left;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 10px;
}
.widget.woocommerce.widget_layered_nav ul li:hover {
margin-left: 10px;
}
.widget.woocommerce.widget_layered_nav_filters ul {
margin: 0;
padding: 0;
border: 0;
list-style: none outside;
overflow: hidden;
zoom: 1;
}
.widget.woocommerce.widget_layered_nav_filters ul li {
float: left;
padding: 0 1px 1px 0;
list-style: none;
}
.widget.woocommerce.widget_layered_nav_filters ul li a {
text-decoration: none;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper {
padding-top: 10px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #ddd;
border: 0 none;
border-radius: 1em;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider {
margin-bottom: 1.3rem;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider {
margin-left: 0.5rem;
margin-right: 0.5rem;
position: relative;
text-align: left;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider .ui-slider-handle {
background-color: var(--theme-color2);
border-radius: 50%;
cursor: ew-resize;
height: 1rem;
border-color: #fd4a36;
margin-left: -0.5rem;
outline: 0 none;
position: absolute;
top: -0.3rem;
width: 1rem !important;
z-index: 2;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider .ui-slider-range {
background-color: var(--theme-color2);
border: 0 none;
border-radius: 1rem;
display: block;
font-size: 0.7rem;
position: absolute;
z-index: 1;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal {
height: 0.4rem;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range {
height: 100%;
top: 0;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
text-align: right;
line-height: 2.4;
font-size: 0.8751rem;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .from,
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .to {
color: var(--theme-color1);
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
color: #555;
font-size: 13px;
font-weight: 600;
line-height: 26px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
background-color: var(--theme-color1);
font-size: 13px;
line-height: 1.38;
padding: 6px 15px;
border: 1px solid transparent;
border-radius: 25px;
margin-right: 0;
float: left;
color: var(--text-color-bg-theme-color1);
cursor: pointer;
transition: all 0.3s ease;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget.woocommerce.widget_rating_filter ul {
margin: 0;
padding: 0;
border: 0;
list-style: none outside;
}
.widget.woocommerce.widget_rating_filter ul li {
padding: 0 0 1px;
list-style: none;
}
.widget.woocommerce.widget_rating_filter ul li::after {
display: block;
clear: both;
content: "";
}
.widget.woocommerce.widget_rating_filter ul li a {
padding: 1px 0;
text-decoration: none;
}
.widget.woocommerce.widget_rating_filter ul li .star-rating {
float: none;
display: inline-block;
}
.widget.woocommerce.widget_rating_filter ul li.chosen a::before {
color: #777;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud > a {
background: #fcfcfc;
border: 1px solid #eee;
border-radius: 2px;
color: #404040;
display: inline-block;
font-size: 12px !important;
margin: 10px 5px 0 0 !important;
padding: 6px 15px !important;
font-weight: 400;
letter-spacing: 0.25px;
border-radius: 50px;
text-transform: uppercase;
transition: all 0.3s ease;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud > a:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget.woocommerce.widget_shopping_cart ul > li a, .widget.woocommerce.widget_product_categories ul > li a, .widget.woocommerce.widget_layered_nav ul > li a, .widget.woocommerce.widget_layered_nav_filters ul > li a, .widget.woocommerce.widget_price_filter ul > li a, .widget.woocommerce.widget_rating_filter ul > li a, .widget.woocommerce.widget_product_tag_cloud ul > li a {
color: #404040;
}
.widget.woocommerce.widget_shopping_cart ul > li a:hover, .widget.woocommerce.widget_product_categories ul > li a:hover, .widget.woocommerce.widget_layered_nav ul > li a:hover, .widget.woocommerce.widget_layered_nav_filters ul > li a:hover, .widget.woocommerce.widget_price_filter ul > li a:hover, .widget.woocommerce.widget_rating_filter ul > li a:hover, .widget.woocommerce.widget_product_tag_cloud ul > li a:hover {
color: var(--hover-theme-color);
}
.widget.woocommerce .woocommerce-product-search {
margin-bottom: 0;
position: relative;
}
.widget.woocommerce .woocommerce-product-search .search-field {
position: relative;
background: #ffffff;
display: block;
font-size: 14px;
width: 100%;
height: 55px;
font-weight: 400;
border: 1px solid #eeeeee;
}
.widget.woocommerce .woocommerce-product-search [type=submit] {
background: var(--theme-color1);
border: none;
color: var(--text-color-bg-theme-color1);
height: 100%;
left: auto;
padding: 8px 25px;
position: absolute;
right: 0;
top: 0;
border-radius: 0;
transition: all 0.3s ease-in-out;
}
.widget.woocommerce .woocommerce-product-search [type=submit]:hover {
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget.widget_block .wc-block-product-categories {
margin-bottom: 0;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li {
padding: 2px 0;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(230, 230, 230, 0.7);
margin: 0 0 6px;
padding: 0px 0 6px;
transition: all 0.3s ease;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:first-child {
margin-top: 0;
padding-top: 0;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li a::after {
color: var(--theme-color1);
content: "\f105";
float: left;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 10px;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
border-radius: 50%;
display: inline-block;
line-height: 27px;
font-size: 12px;
float: right;
text-align: center;
width: 27px;
height: 27px;
transition: all 0.3s ease;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li .wc-block-product-categories-list-item-count:before, .widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li .wc-block-product-categories-list-item-count:after {
display: none;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:hover {
margin-left: 10px;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:hover .wc-block-product-categories-list-item-count {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget.widget_block .wp-block-woocommerce-product-search {
margin-bottom: 0;
position: relative;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__label {
display: none;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__button svg {
display: none;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__fields {
align-items: center;
position: relative;
overflow: hidden;
border-radius: 7px;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__field {
padding: 20px;
position: relative;
background: #ffffff;
display: block;
font-size: 14px;
width: 100%;
height: 100%;
font-weight: 400;
border: 1px solid #eeeeee;
}
.widget.widget_block .wp-block-woocommerce-product-search [type=submit] {
border: none;
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
height: 97%;
left: auto;
padding: 8px 25px;
position: absolute;
right: 0;
border-radius: 0;
transition: all 0.3s ease-in-out;
}
.widget.widget_block .wp-block-woocommerce-product-search [type=submit]:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget.widget_block .wp-block-woocommerce-product-search [type=submit]:after {
font-family: "linearicons-free";
content: "\e01d";
position: absolute;
left: 0;
width: 100%;
font-size: 20px;
text-align: center;
} .widget_layered_nav_filters {
overflow: hidden;
}
.widget_layered_nav_filters li {
float: left;
margin-right: 5px;
font-size: 0.85rem;
}
.widget_layered_nav_filters .chosen a:before {
margin-right: 5px;
font-size: 82%;
color: #ccc;
font-weight: normal;
content: "\f00d";
font-family: "Font Awesome 5 Free";
font-weight: 600;
} .wc-block-components-notice-banner.is-success {
background-color: #fff !important;
border-color: var(--theme-color2) !important;
}
.wc-block-components-notice-banner.is-success > svg {
background-color: var(--theme-color1) !important;
}
.wc-block-components-button {
border-radius: 10px;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 15px 30px;
border: none !important;
transition: all 0.4s ease !important;
}
.wc-block-components-button:hover {
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.wc-block-components-button:focus {
border: none !important;
outline: none !important;
box-shadow: none !important;
}
.wc-block-components-text-input input:active, .wc-block-components-text-input input:focus {
box-shadow: 0 0 0 1px var(--theme-color1) !important;
border-color: var(--theme-color1) !important;
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
box-shadow: 0 0 0 1px var(--theme-color1) !important;
border-color: var(--theme-color1) !important;
}
.components-form-token-field__suggestions-list {
border-color: var(--theme-color1) !important;
}
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .single-content .entry-content .woocommerce {
border-radius: 10px;
background: #ffffff;
overflow: hidden;
box-shadow: 0 0 40px 0px rgba(200, 200, 200, 0.3);
padding: 30px;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tr th {
font-family: var(--heading-font-family);
color: var(--headings-color);
font-weight: var(--headings-font-weight-h4) !important;
font-size: 20px;
font-style: normal;
line-height: normal;
text-transform: capitalize !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.woocommerce .cart-collaterals .cart_totals h2 {
font-family: var(--heading-font-family) !important;
color: var(--headings-color) !important;
font-weight: var(--headings-font-weight-h4) !important;
font-size: 20px !important;
font-style: normal;
margin-bottom: 21px !important;
text-transform: capitalize !important;
}
td.wc-block-cart-item__product .wc-block-cart-item__wrap a.wc-block-components-product-name,
.woocommerce-cart-form td.product-name {
font-family: var(--heading-font-family) !important;
color: var(--headings-color) !important;
font-weight: var(--headings-font-weight-h4) !important;
font-size: 16px;
font-style: normal;
line-height: 160%;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper span.price.wc-block-components-product-price,
.wc-block-cart-item__prices span.price.wc-block-components-product-price,
.woocommerce-cart-form__cart-item td.product-quantity .quantity input,
.woocommerce-cart-form td.product-subtotal,
.woocommerce-cart-form td.product-price {
color: #333;
font-size: 18px;
font-style: normal;
line-height: normal;
}
.wc-block-cart-item__product .price.wc-block-components-product-price del.wc-block-components-product-price__regular {
color: #77817d;
font-size: 14px;
}
ins.wc-block-components-product-price__value.is-discounted {
background: transparent !important;
} .woocommerce .woocommerce-cart-form .shop_table {
margin: 0;
}
.woocommerce .woocommerce-cart-form td.actions {
padding: 10px;
}
.woocommerce .woocommerce-cart-form .coupon {
position: relative;
display: inline-block;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form .coupon {
display: block;
padding-bottom: 0 !important;
}
}
.woocommerce .woocommerce-cart-form .coupon label {
display: none;
}
.woocommerce .woocommerce-cart-form .coupon .input-text {
width: auto;
display: inline-block;
border-radius: 5px;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form .coupon .input-text {
display: block;
width: 100% !important;
margin-right: 0;
margin-bottom: 0;
}
}
.woocommerce .woocommerce-cart-form .coupon button[type=submit] {
background-color: transparent;
padding: 0;
font-size: 0;
position: absolute !important;
right: 0;
top: 0;
bottom: 0;
width: 50px;
text-align: center;
color: #333;
border: none;
display: flex;
justify-content: center;
align-items: center;
}
.woocommerce .woocommerce-cart-form .coupon button[type=submit]:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-family: "linearicons-free";
content: "\e87a";
font-size: 18px;
line-height: 0;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form .coupon button[type=submit] {
display: flex !important;
width: 50px !important;
}
}
.woocommerce .woocommerce-cart-form button[type=submit] {
float: right;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form button[type=submit] {
float: none;
width: 100%;
}
}
.woocommerce .cart-empty {
padding: 1.25rem 1.25rem;
}
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
min-width: 64px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
width: 64px;
box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
vertical-align: middle;
}
@media (max-width: 767.98px) {
.woocommerce-cart table.cart .product-quantity,
.woocommerce-checkout table.cart .product-quantity,
#add_payment_method table.cart .product-quantity {
display: flex;
align-items: center;
justify-content: space-between;
}
.woocommerce-cart table.cart .product-quantity .quantity,
.woocommerce-checkout table.cart .product-quantity .quantity,
#add_payment_method table.cart .product-quantity .quantity {
margin-right: 0;
}
}
.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout table.cart .product-name a,
#add_payment_method table.cart .product-name a {
color: var(--headings-color);
}
.woocommerce-cart table.cart .product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-cart table.cart .product-name .wc-item-meta dt,
.woocommerce-cart table.cart .product-name dl.variation .wc-item-meta-label,
.woocommerce-cart table.cart .product-name dl.variation dt,
.woocommerce-checkout table.cart .product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-checkout table.cart .product-name .wc-item-meta dt,
.woocommerce-checkout table.cart .product-name dl.variation .wc-item-meta-label,
.woocommerce-checkout table.cart .product-name dl.variation dt,
#add_payment_method table.cart .product-name .wc-item-meta .wc-item-meta-label,
#add_payment_method table.cart .product-name .wc-item-meta dt,
#add_payment_method table.cart .product-name dl.variation .wc-item-meta-label,
#add_payment_method table.cart .product-name dl.variation dt {
color: #444;
font-size: 0.9rem;
float: left;
clear: both;
margin-right: 0.25em;
display: inline-block;
list-style: none outside;
}
.woocommerce-cart table.cart .product-name .wc-item-meta dd,
.woocommerce-cart table.cart .product-name dl.variation dd,
.woocommerce-checkout table.cart .product-name .wc-item-meta dd,
.woocommerce-checkout table.cart .product-name dl.variation dd,
#add_payment_method table.cart .product-name .wc-item-meta dd,
#add_payment_method table.cart .product-name dl.variation dd {
font-size: 0.9rem;
margin: 0;
}
.woocommerce-cart table.cart .product-name .wc-item-meta p,
.woocommerce-cart table.cart .product-name .wc-item-meta:last-child,
.woocommerce-cart table.cart .product-name dl.variation p,
.woocommerce-cart table.cart .product-name dl.variation:last-child,
.woocommerce-checkout table.cart .product-name .wc-item-meta p,
.woocommerce-checkout table.cart .product-name .wc-item-meta:last-child,
.woocommerce-checkout table.cart .product-name dl.variation p,
.woocommerce-checkout table.cart .product-name dl.variation:last-child,
#add_payment_method table.cart .product-name .wc-item-meta p,
#add_payment_method table.cart .product-name .wc-item-meta:last-child,
#add_payment_method table.cart .product-name dl.variation p,
#add_payment_method table.cart .product-name dl.variation:last-child {
margin-bottom: 0;
}
.woocommerce-cart table > thead > tr > th,
.woocommerce-cart table > tbody > tr > th,
.woocommerce-cart table > tfoot > tr > th,
.woocommerce-checkout table > thead > tr > th,
.woocommerce-checkout table > tbody > tr > th,
.woocommerce-checkout table > tfoot > tr > th,
#add_payment_method table > thead > tr > th,
#add_payment_method table > tbody > tr > th,
#add_payment_method table > tfoot > tr > th {
color: #444;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button,
#add_payment_method .cart-collaterals .shipping_calculator .button {
width: 100%;
float: none;
display: block;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals,
#add_payment_method .cart-collaterals .cart_totals {
background-color: #fff;
padding: 30px 40px;
border: 1px solid #eee;
}
@media (max-width: 1199.98px) {
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals,
#add_payment_method .cart-collaterals .cart_totals {
width: 100%;
padding: 20px 25px;
}
}
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2,
#add_payment_method .cart-collaterals .cart_totals h2 {
font-size: var(--h4-font-size);
font-weight: var(--headings-font-weight-h4);
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
border: none;
padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals td,
.woocommerce-checkout .cart-collaterals .cart_totals td,
#add_payment_method .cart-collaterals .cart_totals td {
text-align: right;
padding-right: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td,
.woocommerce-checkout .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce-checkout .cart-collaterals .cart_totals .cart-subtotal td,
#add_payment_method .cart-collaterals .cart_totals .cart-subtotal th,
#add_payment_method .cart-collaterals .cart_totals .cart-subtotal td {
font-weight: var(--body-font-weight);
color: var(--text-color);
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-checkout .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
#add_payment_method .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
width: 100%;
text-align: center;
padding: 1rem 1.5rem !important;
}
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-checkout .cart-collaterals .cross-sells,
#add_payment_method .cart-collaterals .cross-sells {
margin-top: 50px;
}
.woocommerce-cart .cart-collaterals .cross-sells .title,
.woocommerce-checkout .cart-collaterals .cross-sells .title,
#add_payment_method .cart-collaterals .cross-sells .title {
margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cross-sells h2,
.woocommerce-checkout .cart-collaterals .cross-sells h2,
#add_payment_method .cart-collaterals .cross-sells h2 {
font-size: var(--h3-font-size);
font-weight: var(--headings-font-weight-h3);
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
margin-top: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells .isotope-item,
.woocommerce-checkout .cart-collaterals .cross-sells .isotope-item,
#add_payment_method .cart-collaterals .cross-sells .isotope-item {
margin-bottom: 0;
}
.woocommerce-cart .checkout .col-2 #ship-to-different-address,
.woocommerce-checkout .checkout .col-2 #ship-to-different-address,
#add_payment_method .checkout .col-2 #ship-to-different-address {
float: left;
clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
font-size: 11px;
font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
padding: 0;
clear: left;
width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
background: #fff;
border-radius: 5px;
border: 1px solid #dedede;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
text-align: left;
padding: 25px;
border-bottom: 1px solid #d5d5d5;
margin: 0;
list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
display: block;
clear: both;
content: "";
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 0;
font-weight: normal;
margin-bottom: 15px;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 0.5em;
padding: 0;
position: relative;
box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
display: block;
clear: both;
content: "";
}
.woocommerce-cart #payment ul.payment_methods .woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods .woocommerce-notice,
#add_payment_method #payment ul.payment_methods .woocommerce-notice {
padding: 0;
border: none;
background: transparent;
margin-bottom: 0;
}
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order,
#add_payment_method #payment .place-order {
padding: 25px;
margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: 0.92em;
border-radius: 7px;
line-height: 1.5;
background-color: #fff;
border: 1px solid #eee;
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
font-size: 0.857em;
font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
content: "";
display: block;
border: 1em solid #eee;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -1em;
left: 0;
margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
float: right;
line-height: 52px;
font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle;
}
@media (max-width: 767.98px) {
.woocommerce-cart .coupon input[name=coupon_code],
.woocommerce-checkout .coupon input[name=coupon_code],
#add_payment_method .coupon input[name=coupon_code] {
margin-bottom: 5px;
}
}
@media (max-width: 991.98px) {
.woocommerce-cart .coupon,
.woocommerce-checkout .coupon,
#add_payment_method .coupon {
margin-bottom: 15px;
}
} .shop_table .product-remove,
.shop_table .product-thumbnail,
.shop_table .product-price,
.shop_table .product-stock-status,
.shop_table .product-subtotal,
.shop_table .product-remove,
.woocommerce-orders-table {
text-align: center;
}
.shop_table .product-remove {
position: relative;
min-width: 50px;
}
.shop_table .product-remove a.remove {
font-size: 0px;
width: 26px;
height: 26px;
background-color: var(--theme-color1);
border-radius: 100%;
position: relative;
display: block;
text-align: center;
line-height: 1;
margin: 0 auto;
}
.shop_table .product-remove a.remove:before, .shop_table .product-remove a.remove:after {
content: "";
position: absolute;
height: 1px;
width: 55%;
top: 50%;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
}
.shop_table .product-remove a.remove:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.shop_table .product-remove a.remove:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.shop_table .product-remove a.remove:hover:before, .shop_table .product-remove a.remove:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
@media (max-width: 767.98px) {
.shop_table .product-remove {
min-height: 57px;
}
}
.shop_table thead, .shop_table thead th, .woocommerce-MyAccount-navigation li.is-active {
background-color: #fafafa !important;
border-bottom-color: #ddd !important;
}
.shop_table thead th, .woocommerce table.wishlist_table thead th, .woocommerce-MyAccount-navigation li.is-active {
color: #212121;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
}
@media (min-width: 992px) {
.woocommerce-cart-form {
width: 69.5913978495%;
float: left;
margin-right: 3.2258064516%;
}
.cart-collaterals {
width: 27.1827956989%;
float: right;
margin-right: 0;
}
}
@media (max-width: 768px) {
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
border-top: 1px solid #f1f1f1;
}
.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item td,
.woocommerce-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: var(--section-title-subtitle-line-height);
color: var(--headings-color);
}
.woocommerce table.shop_table_responsive .product-remove,
.woocommerce-page table.shop_table_responsive .product-remove {
text-align: center !important;
padding: 15px 20px;
}
.woocommerce table.shop_table_responsive .order-total td,
.woocommerce-page table.shop_table_responsive .order-total td {
background-color: transparent !important;
}
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
padding: 1.25rem 1.25rem;
}
@media (min-width: 576px) {
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: 10px;
}
}
.woocommerce-checkout .checkout_coupon {
margin-bottom: 2.617924em;
max-width: 450px;
margin-left: auto;
margin-right: auto;
padding: 30px;
border: 1px solid var(--theme-color1);
border-radius: 4px;
text-align: center;
display: grid;
grid-template-columns: 1fr 50px;
}
.woocommerce-checkout .checkout_coupon p:first-child {
grid-column-end: 2 span;
}
.woocommerce-checkout .checkout_coupon .form-row-first {
grid-column: 1/3;
grid-row: 2;
margin-right: 0;
width: 100%;
}
.woocommerce-checkout .checkout_coupon .form-row-last {
width: unset;
float: left;
grid-column: 2;
grid-row: 2;
z-index: 4;
}
.woocommerce-checkout .checkout_coupon .input-text {
width: 100%;
padding-top: 0;
padding-bottom: 0;
line-height: 50px;
padding-right: 50px;
}
.woocommerce-checkout .checkout_coupon button[type=submit] {
font-size: 0;
padding: 0;
width: 50px !important;
height: 50px;
line-height: 48px;
background-color: transparent;
text-align: center;
border: 2px solid transparent;
}
.woocommerce-checkout .checkout_coupon button[type=submit]:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-family: "linearicons-free";
content: "\e87a";
font-size: 18px;
line-height: 48px;
}
.woocommerce-checkout .checkout_coupon button[type=submit]:hover {
background-color: transparent;
}
.woocommerce-checkout .checkout_coupon button[type=submit]:hover:before {
color: var(--theme-color1);
}
.woocommerce-checkout .woocommerce-privacy-policy-text a {
text-decoration: underline;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
display: block;
}
.woocommerce-checkout .woocommerce-billing-fields .title {
margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-additional-fields .title {
margin-bottom: 30px;
}
.woocommerce-checkout #order_review_heading {
margin-bottom: 30px;
}
.woocommerce-checkout form.woocommerce-checkout {
margin-top: 40px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details h3 {
font-size: var(--h4-font-size);
font-weight: var(--headings-font-weight-h4);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
font-size: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead > tr > th {
font-size: var(--body-font-size);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation dt {
color: #444;
font-size: 0.9rem;
float: left;
clear: both;
margin-right: 0.25em;
display: inline-block;
list-style: none outside;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation dd {
font-size: 0.9rem;
margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation p,
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation:last-child {
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation {
margin-bottom: 30px;
}
.wc-block-grid__product .wc-block-grid__product-title {
font-family: var(--heading-font-family);
color: var(--headings-color);
font-weight: var(--headings-font-weight-h5);
font-size: var(--h5-font-size);
}
.wc-block-grid__product > p {
display: none;
}
.wc-block-grid__product .wc-block-grid__product-rating .star-rating {
float: none !important;
}
.wc-block-grid__product .wc-block-grid__product-rating .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.wc-block-grid__product .wc-block-grid__product-rating .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 900;
float: left;
top: 0;
left: 0;
position: absolute;
}
.wc-block-grid__product .wc-block-grid__product-rating .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.wc-block-grid__product .wc-block-grid__product-rating .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.wc-block-grid__product .price {
font-size: 18px;
line-height: 28px;
color: var(--theme-color1);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
}
.wc-block-grid__product .price ins {
text-decoration: none;
}
.wc-block-grid__product .price del {
color: #aaa;
font-size: 14px;
margin-right: 5px;
font-weight: 400;
} .woocommerce { }
.woocommerce .product { }
.woocommerce .product a.added_to_cart2 {
background: #f5f5f5;
border-radius: 2px;
color: #333;
font-size: 11px;
margin-left: 5px;
padding: 4px 11px;
}
.woocommerce .product a.added_to_cart2:hover {
background-color: #eee;
}
.woocommerce .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.woocommerce .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 900;
float: left;
top: 0;
left: 0;
position: absolute;
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.woocommerce .woocommerce-product-rating {
line-height: 2;
display: block;
}
.woocommerce .woocommerce-product-rating::after {
display: block;
clear: both;
content: "";
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: 0.5em 4px 0 0;
float: left;
}
.woocommerce .products .star-rating {
display: inline-block;
margin: 0;
float: none;
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0;
}
.woocommerce #review_form #respond {
position: static;
margin: 0;
width: auto;
padding: 0;
background: transparent none;
border: 0;
}
.woocommerce #review_form #respond::after {
display: block;
clear: both;
content: "";
}
.woocommerce #review_form #respond .form-submit input {
left: auto;
}
.woocommerce #review_form #respond textarea {
box-sizing: border-box;
width: 100%;
}
.woocommerce p.stars a {
color: #d3ced2;
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
}
.woocommerce p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 500;
content: "\f005";
text-indent: 0;
}
.woocommerce p.stars a:hover ~ a {
color: #d3ced2;
}
.woocommerce p.stars a:hover ~ a::before {
content: "\f005";
}
.woocommerce p.stars:hover a {
color: #f9ca63;
}
.woocommerce p.stars:hover a::before {
content: "\f005";
}
.woocommerce p.stars.selected a.active {
color: #f9ca63;
}
.woocommerce p.stars.selected a.active::before {
content: "\f005";
}
.woocommerce p.stars.selected a.active ~ a {
color: #d3ced2;
}
.woocommerce p.stars.selected a.active ~ a::before {
content: "\f005";
}
.woocommerce p.stars.selected a:not(.active) {
color: #f9ca63;
}
.woocommerce p.stars.selected a:not(.active)::before {
content: "\f005";
}
.woocommerce .woocommerce-cart-form .quantity,
.woocommerce .cart .quantity {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 11px 0 0;
}
.woocommerce .woocommerce-cart-form .quantity .qty,
.woocommerce .cart .quantity .qty {
width: 96px;
border-radius: 10px;
height: calc(1.8rem + 32px);
border: 1px solid #e0e4e8;
-webkit-appearance: textfield;
-moz-appearance: textfield;
padding-left: 30px;
outline: none;
font-size: 18px;
font-weight: 500;
color: #696e77;
padding: 0 0 0 30px;
background: transparent;
}
.woocommerce .woocommerce-cart-form .quantity .qty:active, .woocommerce .woocommerce-cart-form .quantity .qty:focus,
.woocommerce .cart .quantity .qty:active,
.woocommerce .cart .quantity .qty:focus {
box-shadow: none;
}
.woocommerce .woocommerce-cart-form .quantity .minus,
.woocommerce .woocommerce-cart-form .quantity .plus,
.woocommerce .cart .quantity .minus,
.woocommerce .cart .quantity .plus {
width: 28px;
height: 29px;
background-color: transparent;
color: #696e77;
font-size: 16px;
line-height: 0;
position: absolute;
top: 1px;
right: 1px;
background-color: #fff;
border: none;
border-left: 1px solid #e0e4e8;
border-top-right-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
outline: none;
}
.woocommerce .woocommerce-cart-form .quantity .minus:hover,
.woocommerce .woocommerce-cart-form .quantity .plus:hover,
.woocommerce .cart .quantity .minus:hover,
.woocommerce .cart .quantity .plus:hover {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
border-color: var(--theme-color1);
}
.woocommerce .woocommerce-cart-form .quantity .minus,
.woocommerce .cart .quantity .minus {
bottom: 1px;
top: auto;
border-top: 1px solid #eeede5;
border-top-right-radius: 0px;
border-bottom-right-radius: 10px;
}
.woocommerce .woocommerce-cart-form .wc-cart-action-btns .coupon-form,
.woocommerce .cart .wc-cart-action-btns .coupon-form {
float: left;
}
.woocommerce .woocommerce-cart-form .wc-cart-action-btns .wc-update-cart-btn,
.woocommerce .cart .wc-cart-action-btns .wc-update-cart-btn {
float: right;
}
@media (max-width: 767.98px) {
.woocommerce .woocommerce-cart-form .wc-cart-action-btns .coupon-form input,
.woocommerce .cart .wc-cart-action-btns .coupon-form input {
margin-bottom: 10px;
}
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
margin-right: 20px;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
list-style: none outside !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #f7f6f7;
color: #515151;
border: 0;
border-top: 3px solid var(--theme-color1);
word-wrap: break-word;
display: flex;
align-items: center;
padding: 1.25rem 1.25rem;
margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
.woocommerce-error, .woocommerce-info, .woocommerce-message {
flex-direction: column;
align-items: start;
}
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
background: none;
padding: 0;
margin-left: auto;
margin-right: 0;
padding: 0.7rem 1.5rem !important;
font-size: 0.8rem !important;
order: 2 !important;
}
@media (max-width: 767.98px) {
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
margin: 10px 0 0;
}
}
.woocommerce-error .btn-close, .woocommerce-info .btn-close, .woocommerce-message .btn-close {
padding: 1.5rem 1rem;
display: none;
}
body.woocommerce .woocommerce-message .button, body.woocommerce .woocommerce-error .button, body.woocommerce .woocommerce-info .button {
margin-right: 0;
} .woocommerce .tm-woo-product-item .onsale, .woocommerce.single-product .onsale,
.woocommerce #yith-quick-view-content .onsale {
border-radius: 15px;
background-size: 200% auto;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
font-size: 1rem;
position: absolute;
left: 10px;
top: 10px;
text-align: center;
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
display: block;
padding: 0 12px;
text-transform: uppercase;
z-index: 3;
transition: all 0.3s ease-in-out;
}
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
padding: 10px 17px;
font-size: 11px;
margin-right: 5px;
}
.woosw-item .added_to_cart,
.woosc_table .added_to_cart {
background-color: #eee;
color: #111;
}
.woosw-item .add_to_cart_button.added,
.woosc_table .add_to_cart_button.added {
display: none;
} .wc-block-components-order-summary__content .wc-block-components-product-metadata {
display: none;
}
.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form fieldset {
border-radius: 10px;
background: #ffffff;
box-shadow: 0 0 40px 0px rgba(200, 200, 200, 0.3);
padding: 13px 30px 14px;
margin-bottom: 30px;
}
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
left: 8px !important;
}
h2.wc-block-components-title.wc-block-components-checkout-step__title {
color: #101513;
font-size: 20px !important;
font-style: normal;
font-weight: 600;
line-height: normal !important;
margin-left: 30px;
}
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
border-left: 0 !important;
}
.customer_details_wrap p label {
font-size: 15px;
}
.wc-block-components-checkout-step__container p {
font-size: 16px !important;
line-height: 1 !important;
}
.wc-block-components-checkout-step__content input[type=email],
form.wc-block-components-form.wc-block-checkout__form input[type=text],
form.wc-block-components-form.wc-block-checkout__form input[type=tel],
form.wc-block-components-form.wc-block-checkout__form input[type=select] {
border-radius: 10px;
background: #f8f8f8 !important;
border: none !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
border: none !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input:focus {
outline: none;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
height: 1em !important;
min-height: 16px !important;
min-width: 16px !important;
width: 1em !important;
border: 2px solid var(--theme-color1) !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
background: var(--theme-color1) !important;
height: 0.5em !important;
min-height: 8px !important;
min-width: 8px !important;
width: 0.5em !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
padding-bottom: 0.3em !important;
padding-top: 0.3em !important;
padding-left: 45px !important;
}
.wc-block-components-radio-control-accordion-content {
padding: 16px !important;
background: #f8f8f8 !important;
border-radius: 10px !important;
margin: 8px 0px 8px 15px !important;
color: #77817d !important;
font-size: 15px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 160% !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
border-radius: 10px;
background: #ffffff;
box-shadow: 0 0 40px 0px rgba(200, 200, 200, 0.3);
padding: 15px;
margin-bottom: 30px;
}
.wc-block-components-totals-wrapper:first-child::after {
border-style: none !important;
}
.wp-block-woocommerce-checkout-order-summary-block button.wc-block-components-panel__button {
color: #101513;
font-size: 20px !important;
font-style: normal;
font-weight: 600 !important;
line-height: normal;
margin-bottom: 20px !important;
cursor: pointer;
}
.wp-block-woocommerce-checkout-order-summary-block button.wc-block-components-panel__button:focus {
border: none;
outline: none;
box-shadow: none;
}
.wc-block-components-totals-wrapper:after,
.wc-block-components-order-summary .wc-block-components-order-summary-item:after {
opacity: 1 !important;
border-color: #ebebeb;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
border: 0 !important;
background: var(--theme-color1) !important;
box-shadow: none !important;
color: var(--text-color-bg-theme-color1) !important;
font-size: 12px;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
font-weight: 600;
}
#shop-sidebar.shop-sidebar .widget ul li:before {
content: none;
}
#shop-sidebar.shop-sidebar .widget .wc-block-stock-filter,
#shop-sidebar.shop-sidebar .widget .wp-block-woocommerce-rating-filter,
#shop-sidebar.shop-sidebar .widget .wc-block-components-price-slider {
margin-bottom: 0px;
}
#shop-sidebar.shop-sidebar .widget ul li input[type=checkbox]:focus {
outline: 0px !important;
outline-offset: 0px !important;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
text-align: center;
padding: 0px !important;
}
#shop-sidebar.shop-sidebar .widget h2,
#shop-sidebar.shop-sidebar .widget h3 {
color: #101513;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 160%;
}
#shop-sidebar.shop-sidebar .widget .yith-wcan-filters {
background: transparent !important;
}
#shop-sidebar.shop-sidebar .widget .yith-wcan-filters input[type=checkbox] {
cursor: pointer;
margin-right: 6px;
}
#shop-sidebar.shop-sidebar .widget .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
border: 1px solid #50575e !important;
border-radius: 4px !important;
font-size: 14px !important;
height: 14px !important;
margin: 4px 8px 0px 0px !important;
min-height: 14px !important;
min-width: 14px !important;
width: 14px !important;
}
.shop-sidebar .widget ul li span,
.shop-sidebar .widget ul li a {
color: #0f0f0f;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content a.wc-forward {
background: var(--theme-color1) !important;
padding: 8px 15px !important;
color: var(--text-color-bg-theme-color1) !important;
text-decoration: none;
font-weight: 400;
opacity: 1;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content a.wc-forward:hover {
background: var(--theme-color1) !important;
padding: 8px 15px !important;
color: var(--text-color-bg-theme-color1) !important;
}
.wc-block-product-categories span.wc-block-product-categories-list-item-count {
float: right;
}
.wp-block-woocommerce-product-categories.wc-block-product-categories {
margin-bottom: 0;
}
.wp-block-woocommerce-product-categories.wc-block-product-categories ul li a span {
position: relative;
}
.wp-block-woocommerce-product-categories.wc-block-product-categories ul li a span:before {
content: "";
width: 5px;
height: 5px;
background: #77817d;
position: absolute;
left: 15px;
top: 9px;
border-radius: 5px;
}
.wc-block-components-radio-control--highlight-checked,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
padding: 10px;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
box-shadow: inset 0 0 0 2px #eee !important;
} .woocommerce-MyAccount-navigation .list-group {
list-style: none;
}
.woocommerce-MyAccount-navigation .list-group li {
margin-bottom: 3px;
padding: 10px;
border-radius: 5px;
}
.woocommerce-MyAccount-navigation .list-group li a {
color: #777;
}
.woocommerce-MyAccount-navigation .list-group li.is-active {
background-color: #eee;
}
.woocommerce-MyAccount-navigation .list-group li.is-active a {
color: #333;
}
.woocommerce-form-login .password-input {
display: block;
width: 100%;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
margin-left: 25px;
}
.woocommerce-form-login .form-row:nth-last-child(2) {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce-form-login .woocommerce-LostPassword {
margin-top: 15px;
}
.woocommerce-MyAccount-content .u-columns > div {
display: block;
width: 100%;
} .woocommerce .woocommerce-Input {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: calc(2.25rem + 9px);
padding: 8px 16px;
outline: 0;
}
.woocommerce .woocommerce-Input::-ms-expand {
background-color: transparent;
border: 0;
}
.woocommerce .woocommerce-Input::placeholder {
color: #6c757d;
opacity: 1;
}
.woocommerce .woocommerce-Input:disabled, .woocommerce .woocommerce-Input[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.woocommerce .woocommerce-Input::placeholder {
color: #686a6f;
opacity: 1;
}
.woocommerce .woocommerce-Input:-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-Input::-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-form-row {
margin-left: 0;
margin-right: 0;
}
.woocommerce .woocommerce-form-login .input-text {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: calc(2.25rem + 9px);
padding: 8px 16px;
outline: 0;
}
.woocommerce .woocommerce-form-login .input-text::-ms-expand {
background-color: transparent;
border: 0;
}
.woocommerce .woocommerce-form-login .input-text::placeholder {
color: #6c757d;
opacity: 1;
}
.woocommerce .woocommerce-form-login .input-text:disabled, .woocommerce .woocommerce-form-login .input-text[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.woocommerce .woocommerce-form-login .input-text::placeholder {
color: #686a6f;
opacity: 1;
}
.woocommerce .woocommerce-form-login .input-text:-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-form-login .input-text::-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-form-login .input-text:active, .woocommerce .woocommerce-form-login .input-text:focus {
box-shadow: 0 0 0 2px var(--theme-color1);
}  .woocommerce .woocommerce-checkout .form-row,
.woocommerce .woocommerce-MyAccount-content .form-row,
.woocommerce .woocommerce-address-fields .form-row {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 25px;
}
#woosw_copy_url {
padding: 3px 8px;
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: #ccc;
color: #aaa;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: 400;
border-radius: 3px;
outline: 0;
margin-right: 5px;
transition: all ease-in-out 0.3s;
}
#woosw_copy_btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
border: 1px solid var(--theme-color2);
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
}
#woosw_copy_btn:hover {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
border: 1px solid var(--theme-color1);
} .mfp-woosq .woocommerce div.product .product_title {
display: block;
}
.mfp-woosq .woosq-product .thumbnails .thumbnail {
display: flex !important;
} .yith-plugins {
list-style: none;
margin-top: 10px;
}
.yith-plugins .yith-wcqv-button {
background-color: #fd8c40;
width: 32px;
height: 32px;
display: block;
text-align: center;
line-height: 32px;
border-radius: 32px;
}
.yith-plugins .yith-wcqv-button i {
color: #fff;
font-size: 15px;
}
#yith-quick-view-content div.images {
width: 50%;
}
@media (max-width: 991.98px) {
#yith-quick-view-content div.images {
width: 100%;
}
}
#yith-quick-view-content div.summary {
padding: 10px 50px 50px;
width: 50%;
}
@media (max-width: 991.98px) {
#yith-quick-view-content div.summary {
padding: 10px 10px 30px;
width: 100%;
}
}
#yith-quick-view-content .onsale {
left: 25px !important;
top: 25px !important;
}
#yith-quick-view-content .woocommerce-product-gallery__wrapper {
margin-top: 0;
}
#yith-quick-view-modal .yith-wcqv-main {
box-shadow: none;
overscroll-behavior: contain;
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar {
width: 14px;
height: 18px;
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar-thumb {
height: 6px;
border: 4px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
-webkit-border-radius: 7px;
background-color: rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar-corner {
background-color: transparent;
}
#yith-quick-view-modal #yith-quick-view-close {
background-color: var(--theme-color1);
background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgIHZpZXdCb3g9IjAgMCAzMDAgMzAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAg MCAzMDAgMzAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iI2ZmZmZm ZiIgZD0iTTcuODYsMjYzLjk4bDExMi42OS0xMTMuOTlMNy44NiwzNi4wMkMtMi4zOSwyNi42My0y LjYxLDE3LjAzLDcuMjIsNy4yYzkuODEtOS44MSwxOS40MS05LjYsMjguODEsMC42NAoJCWwxMTMu OTgsMTEyLjY5TDI2My45OCw3Ljg0QzI3My4zNy0yLjQsMjgyLjk3LTIuNjEsMjkyLjgsNy4yYzku ODEsOS44Miw5LjYsMTkuNDMtMC42NCwyOC44MUwxNzkuNDYsMTQ5Ljk5bDExMi42OSwxMTMuOTkK CQljMTAuMjQsOS40LDEwLjQ1LDE5LjAxLDAuNjQsMjguODFjLTkuODIsOS44MS0xOS40Myw5LjYt MjguODEtMC42NEwxNTAuMDEsMTc5LjQ1TDM2LjAzLDI5Mi4xNmMtOS40LDEwLjI0LTE5LjAxLDEw LjQ1LTI4LjgxLDAuNjQKCQlDLTIuNjEsMjgyLjk5LTIuMzksMjczLjM4LDcuODYsMjYzLjk4eiIv Pgo8L2c+Cjwvc3ZnPg==");
background-position: center;
background-repeat: no-repeat;
background-size: 12px 12px;
border: none;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 0;
height: 36px;
opacity: 1;
position: absolute;
right: 0;
top: 10px;
-webkit-transition: background-color 0.2s ease-out;
-o-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
width: 36px;
z-index: 100;
} .shop-archive .yith-wcwl-add-to-wishlist,
.custom-product .yith-wcwl-add-to-wishlist {
width: 32px;
height: 32px;
border-radius: 32px !important;
}
.yith-wcwl-add-to-wishlist a.active {
box-shadow: none !important;
}
.yith-wcwl-add-to-wishlist a i {
display: none;
}
.yith-wcwl-add-to-wishlist a:hover:before,
.yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-wishlistaddedbrowse a:before {
color: #ffffff;
}
.yith-wcwl-wishlistexistsbrowse .feedback i {
display: none;
}
.yith-wcwl-add-to-wishlist.exists .feedback i {
display: none;
}
.product-layout-single .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a:before {
left: 0;
}
.yith-wcwl-add-to-wishlist a.active:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
transition: all 300ms ease-out;
-ms-animation: wishlistSpin 600ms linear infinite;
animation: wishlistSpin 600ms linear infinite;
}
@keyframes wishlistSpin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#yith-wcwl-popup-message {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
line-height: 2.5;
bottom: 30px;
top: auto;
right: 30px;
left: auto;
border: none;
font-size: 16px;
border-radius: 3px;
}
.woocommerce table.wishlist_table tfoot td {
display: none;
}
.woocommerce .wishlist-title-container .wishlist-title h2 {
font-size: 24px;
display: inline-block;
padding: 5px;
margin-bottom: 20px;
}
.woocommerce .wishlist-title-container .wishlist-title a.btn.show-title-form {
visibility: visible;
padding: 0;
margin-top: -3px;
margin-left: 20px;
text-transform: capitalize;
background-color: transparent;
padding: 0;
color: var(--theme-color1);
}
.woocommerce .wishlist-title-container .wishlist-title a.btn.show-title-form:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce .wishlist-title-container .wishlist-title a.btn.show-title-form:before {
display: none;
}
.woocommerce .wishlist-title-container .hidden-title-form > input[type=text] {
padding: 16px;
padding-right: 65px;
}
.woocommerce table.wishlist_table {
font-size: 100%;
}
.woocommerce table.wishlist_table .product-thumbnail a {
width: 120px;
}
.woocommerce table.wishlist_table .product-remove {
padding: 10px 20px;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
margin-left: 10px;
overflow: hidden;
color: var(--theme-color1);
background-color: transparent;
font-size: 0.8rem;
border-radius: 5px;
}
.woocommerce table.wishlist_table .yith-wcqv-button:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce table.wishlist_table .yith-wcqv-button:focus, .woocommerce table.wishlist_table .yith-wcqv-button.focus {
color: var(--theme-color2);
box-shadow: none;
background-color: transparent;
border: none;
}
.woocommerce table.wishlist_table .add_to_cart_button {
color: var(--theme-color1);
background-color: transparent;
font-size: 0.95rem;
}
.woocommerce table.wishlist_table .add_to_cart_button:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce table.wishlist_table .add_to_cart_button:focus, .woocommerce table.wishlist_table .add_to_cart_button.focus {
color: var(--theme-color2);
box-shadow: none;
background-color: transparent;
border: none;
}
.woocommerce ul.wishlist_table.mobile li {
position: relative;
margin-bottom: 30px;
border: 1px solid #eee;
background: #fff;
padding: 20px;
padding-bottom: 20px;
}
.woocommerce ul.wishlist_table.mobile .item-wrapper {
width: 100%;
}
.woocommerce ul.wishlist_table.mobile .item-wrapper .product-thumbnail {
max-width: 120px;
}
.woocommerce ul.wishlist_table.mobile .item-details {
width: 100%;
}
.woocommerce ul.wishlist_table.mobile .item-details .product-name {
margin-bottom: 10px;
}
.woocommerce ul.wishlist_table.mobile .item-details .product-name h3 {
font-size: var(--h5-font-size);
}
.woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button {
overflow: hidden;
color: var(--theme-color1);
background-color: transparent;
font-size: 0.8rem;
border-radius: 5px;
}
.woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button:focus, .woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button.focus {
color: var(--theme-color2);
box-shadow: none;
background-color: transparent;
border: none;
}
.woocommerce ul.wishlist_table.mobile .item-details table.item-details-table {
margin-bottom: 0;
}
.woocommerce ul.wishlist_table.mobile .item-details table.item-details-table td {
font-size: 1rem;
}
.woocommerce ul.wishlist_table.mobile table.additional-info {
margin-bottom: 20px;
}
.woocommerce ul.wishlist_table.mobile table.additional-info td {
font-size: 1rem;
}
.woocommerce ul.wishlist_table.mobile .product-add-to-cart {
text-align: left;
}
.woocommerce ul.wishlist_table.mobile .product-add-to-cart a {
text-align: left;
margin: 0 !important;
}
.woocommerce ul.wishlist_table.mobile .product-remove {
position: absolute;
top: 10px;
right: 10px;
}
.woocommerce ul.wishlist_table.mobile .product-remove a {
font-size: 11px;
display: flex;
align-items: center;
justify-content: center;
}
.yith-wcwl-add-to-wishlist a.active:after {
border: 2px solid #fd8c40;
border-top: 2px solid #fd8c40;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.active:after, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.active:hover:after {
border: 2px solid #fd8c40 !important;
border-top: 2px solid #ffffff !important;
}
.entry-content .yith-wcwl-share ul li, .yith-wcwl-share ul li {
margin-left: 2px;
margin-right: 2px;
}body.single-product .main-content-area {
padding-bottom: 80px;
}
.woocommerce.single-product .product-details {
position: relative;
}
.woocommerce.single-product .product-details .single-image-wrapper {
position: relative;
}
.woocommerce.single-product .product-details .single-image-wrapper .onsale {
right: auto;
}
.woocommerce div.product .product_title {
margin-top: 0;
margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations th {
border: none;
padding-right: 15px;
padding-left: 0;
}
.woocommerce div.product form.cart .variations td {
border: none;
padding-bottom: 0;
vertical-align: middle;
padding-right: 1rem;
}
.woocommerce div.product form.cart .variations td.variations-label {
font-size: 0.9rem;
font-weight: 600;
padding-left: 0;
width: 21%;
}
.woocommerce div.product form.cart .variations label {
font-size: 0.9rem;
font-weight: 600;
text-transform: capitalize;
}
.woocommerce div.product form.cart .variations .reset_variations {
font-size: 0.8rem;
margin-left: 10px;
text-decoration: none;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
margin: 25px 0;
}
.woocommerce div.product form.cart .quantity {
float: left;
margin-right: 20px;
}
@media (max-width: 575.98px) {
.woocommerce div.product form.cart .quantity {
margin-bottom: 20px;
}
}
.woocommerce div.product .product_meta {
margin-top: 15px;
clear: both;
font-size: 0.9rem;
}
.woocommerce div.product .product_meta > span {
color: var(--headings-color);
display: block;
font-weight: 700;
}
.woocommerce div.product .product_meta > span a, .woocommerce div.product .product_meta > span .sku {
color: var(--text-color);
margin-left: 10px;
font-weight: normal;
}
.woocommerce div.product .product_meta > span a:hover {
text-decoration: underline;
}
.woocommerce div.product .woocommerce-product-gallery {
position: relative;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery {
margin-bottom: 3em;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery figure {
margin: 0;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .zoomImg {
background-color: #fff;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-viewport {
border: 1px solid #ddd;
border-radius: 10px;
margin: 0;
width: 100%;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
max-width: 25%;
float: left;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img {
opacity: 0.5;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img:hover {
opacity: 1;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide img {
opacity: 1;
}
@media screen and (min-width: 1300px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs {
position: absolute;
left: -90px;
top: 0;
}
}
@media screen and (max-width: 1299px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
position: relative;
padding: 0 3px;
}
@media screen and (min-width: 1300px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs li {
width: 83px;
}
}
@media screen and (max-width: 1299px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs li {
margin-top: 6px;
width: 20%;
}
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img {
padding: 0;
border: 1px solid #ddd;
opacity: 0.5;
border-radius: 3px;
transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
opacity: 1;
box-shadow: 0px 0 20px rgba(5, 5, 5, 0.08);
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery img {
display: block;
width: 100%;
}
.woocommerce div.product.single-product-plain-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, .woocommerce div.product.single-product-sticky-side-text .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
margin-top: 0;
}
.woocommerce div.product.single-product-plain-image .woocommerce-product-gallery .woocommerce-product-gallery__image, .woocommerce div.product.single-product-sticky-side-text .woocommerce-product-gallery .woocommerce-product-gallery__image {
margin-bottom: 10px;
}
.woocommerce div.product.single-product-plain-image .woocommerce-product-gallery .woocommerce-product-gallery__image a img, .woocommerce div.product.single-product-sticky-side-text .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
width: 100%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: left;
}
.woocommerce div.product .woocommerce-product-gallery__trigger {
background: rgba(255, 255, 255, 0.7);
box-sizing: content-box;
height: 36px;
position: absolute;
right: 15px;
text-indent: -9999px;
top: 15px;
width: 36px;
z-index: 10;
border-radius: 50%;
}
.woocommerce div.product .woocommerce-product-gallery__trigger:hover {
background: rgba(255, 255, 255, 0.6);
}
.woocommerce div.product .woocommerce-product-gallery__trigger:before {
border: 2px solid #333;
border-radius: 100%;
box-sizing: content-box;
content: "";
display: block;
height: 10px;
left: 10px;
position: absolute;
top: 10px;
width: 10px;
}
.woocommerce div.product .woocommerce-product-gallery__trigger:after {
background: #333;
border-radius: 6px;
box-sizing: content-box;
content: "";
display: block;
height: 10px;
left: 23px;
position: absolute;
top: 19px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 2px;
}
.woocommerce div.product .woocommerce-tabs {
clear: both;
padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li {
margin: 0 12px 0 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a {
display: block;
padding: 10px 20px;
position: relative;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a:hover {
opacity: 1;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a:hover:after {
opacity: 1;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a:after {
content: "";
position: absolute;
height: 3px;
width: 0;
background: var(--theme-color1);
left: 0;
bottom: 0;
opacity: 0;
transition: all 0.4s ease;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li:last-child {
margin-right: 0;
}
@media (max-width: 767.98px) {
.woocommerce div.product .woocommerce-tabs .wc-tabs li {
margin: 0 0 12px 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li:last-child {
margin-bottom: 0;
}
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.active a {
color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.active a:after {
content: "";
position: absolute;
height: 3px;
width: 100%;
background: var(--theme-color1);
left: 0;
bottom: 0;
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.ui-state-active a {
color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.ui-state-active a:after {
content: "";
position: absolute;
height: 3px;
width: 100%;
background: var(--theme-color1);
left: 0;
bottom: 0;
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.ui-state-hover a {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .tab-content {
padding-bottom: 0;
padding-left: 0;
border: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs .tab-content .wc-tab {
margin-bottom: 0;
box-shadow: none;
padding: 15px 0 50px;
}
.woocommerce div.product .woocommerce-tabs .tab-content .wc-tab p {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs .tab-content p {
font-size: 1rem;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
margin-bottom: 30px;
font-family: var(--heading-font-family);
font-size: var(--h4-font-size);
font-weight: var(--headings-font-weight-h4);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist {
list-style: outside none none;
margin-bottom: 10px;
padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li {
margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li:last-child {
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (max-width: 767.98px) {
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container {
display: block;
}
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container > img {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 102px;
margin: 0;
margin-right: 14px;
padding: 10px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
}
@media (max-width: 767.98px) {
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container > img {
margin-bottom: 20px;
}
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .comment-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
padding: 25px 30px 25px;
border: 1px solid var(--theme-light-background);
background-color: var(--theme-light-background);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .meta {
font-size: 1rem;
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .meta .woocommerce-review__author {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: var(--section-title-subtitle-line-height);
font-size: var(--h5-font-size);
display: inline-block;
text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .meta .woocommerce-review__published-date {
font-size: 0.85rem;
font-weight: normal;
color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .description {
margin: 10px 0 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment {
border-bottom: 1px solid #eee;
margin-bottom: 20px;
padding-bottom: 15px;
padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment .media-left {
margin-right: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-reply-title {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
font-size: var(--h4-font-size);
line-height: var(--section-title-subtitle-line-height);
margin-top: 30px;
margin-bottom: 10px;
display: block;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-notes {
font-size: 14px;
color: var(--theme-color2);
font-weight: normal;
margin: 12px 0 18px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-rating label {
margin-bottom: 5px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-comment {
margin-top: 17px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-rating label, .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-comment label {
font-size: 1rem;
color: var(--text-color);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-rating .nice-select, .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-comment .nice-select {
display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .form-control {
margin: 0 0 10px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond textarea.form-control {
height: auto;
border: 1px solid #e5e1e1;
background-color: var(--theme-light-background);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .form-submit {
margin-top: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-cookies-consent {
margin: 24px 0 32px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-cookies-consent input {
margin-right: 0.6rem;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-cookies-consent label {
color: #aaa;
display: inline;
font-weight: normal;
}
.woocommerce div.product .up-sells.products .title {
display: block;
margin: 15px 0 30px;
}
.woocommerce div.product .related.products .title {
display: block;
margin: 15px 0 30px;
}
.woocommerce div.product .summary .price {
font-size: 1.4rem;
margin-top: 10px;
margin-bottom: 25px;
font-family: var(--heading-font-family);
color: var(--theme-color1);
font-weight: var(--headings-font-weight-h3);
}
.woocommerce div.product .summary .woocommerce-product-details__short-description {
margin-bottom: 35px;
}
.woocommerce div.product .summary form.cart {
margin-bottom: 30px;
}
.woocommerce div.product .summary form.cart .variations td {
padding-left: 0;
}
.woocommerce div.product .summary .woocommerce-review-link {
font-size: 0.9rem;
color: var(--text-color);
font-weight: normal;
}
.woocommerce div.product .summary .woocommerce-review-link:hover {
text-decoration: underline;
}
.woocommerce div.product .summary .woosc-btn {
margin-top: 10px;
margin-right: 20px;
font-size: 13px;
font-weight: bold;
color: #222;
background-color: transparent;
border: none;
padding: 0;
}
.woocommerce div.product .summary .woosc-btn:before {
font-family: "linearicons-free";
content: "\e862";
margin-right: 10px;
line-height: inherit;
vertical-align: middle;
}
.woocommerce div.product .summary .woosc-btn:hover {
color: var(--theme-color1);
}
.woocommerce div.product .summary .woosw-btn {
margin-top: 10px;
font-size: 13px;
font-weight: bold;
color: #222;
background-color: transparent;
padding: 0;
margin-right: 30px;
border: none;
}
.woocommerce div.product .summary .woosw-btn:before {
font-family: "linearicons-free";
content: "\e043";
margin-right: 10px;
line-height: inherit;
vertical-align: middle;
}
.woocommerce div.product .summary .woosw-btn:hover {
color: var(--theme-color1);
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist, .woocommerce div.product .summary .compare.button {
vertical-align: middle;
float: left;
background: 0 0;
border: none;
line-height: 30px;
letter-spacing: 1px;
margin-right: 20px;
margin-bottom: 10px;
margin-top: 0;
font-size: 0.9rem;
color: var(--text-color);
font-weight: normal;
padding: 10px 0;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist:hover, .woocommerce div.product .summary .compare.button:hover {
background: none;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, .woocommerce div.product .summary .compare.button a {
color: var(--text-color);
font-weight: normal;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a:hover, .woocommerce div.product .summary .compare.button a:hover {
text-decoration: underline;
}
.woocommerce div.product .summary .compare.button:hover {
text-decoration: underline;
}
.woocommerce div.product .summary .compare.button .blockUI {
background-image: none !important;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
vertical-align: middle;
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f004";
color: var(--theme-color1);
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:after,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist .blockUI, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .blockUI, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .blockUI {
display: none !important;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
content: "\f004";
}
.woocommerce div.product .summary .compare.button::before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 1;
vertical-align: middle;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 5px;
content: "\f24d";
color: var(--theme-color1);
}.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list {
list-style: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
line-height: 1.5;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-size: 14px;
font-weight: var(--headings-font-weight-h6);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove {
color: #e81123;
float: left;
font-size: 16px;
font-weight: 800;
margin-left: 0;
margin-right: 6px;
margin-bottom: 30px;
position: relative;
top: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item img {
width: 56px;
float: right;
border-radius: 5px;
margin-left: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
display: block;
font-size: 13px;
margin-top: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 20px;
margin-top: 20px;
color: #777;
font-family: var(--heading-font-family);
font-weight: normal;
font-size: 13px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
margin-bottom: 0;
display: flex;
align-items: center;
gap: 7px;
flex-direction: column;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward {
margin: 0;
padding: 0.6rem 0.9rem;
font-size: 12px;
line-height: 2;
border-radius: 0.2rem;
width: 100%;
text-decoration: none;
text-align: center;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward:last-child {
border-color: var(--theme-color2);
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward:last-child:hover {
color: var(--text-color-bg-theme-color3);
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents {
position: relative;
display: inline-block;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon {
color: var(--theme-color2);
display: inline-block;
font-size: 20px;
line-height: 1;
padding: 5px;
position: relative;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
background-color: var(--theme-color1);
border-radius: 50%;
color: var(--text-color-bg-theme-color1);
font-size: 11px;
font-weight: 500;
height: 18px;
line-height: 18px;
margin-right: -2px;
position: absolute;
left: -3px;
text-align: center;
bottom: -2px;
width: 18px;
transition: all 0.3s ease;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .cart-quick-info {
font-size: 15px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover {
color: #888;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents {
position: relative;
display: inline-block;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
background-color: #fff;
border: 1px solid #eee;
border-radius: 10px;
font-size: 14px;
left: auto;
opacity: 0;
padding: 30px 30px 30px;
position: absolute;
right: 0;
text-align: left;
top: 100%;
visibility: hidden;
width: 300px;
z-index: 1000;
box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
transition: all 0.2s ease;
}
@media (max-width: 1199.98px) {
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
top: 100%;
}
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .buttons {
display: flex;
justify-content: space-between;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .buttons .button {
font-size: 11px;
padding: 10px 20px;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content ul {
list-style: none;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item a {
font-size: 14px;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item img {
width: 56px;
float: right;
border-radius: 5px;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item .quantity {
display: block;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .total {
padding-top: 10px;
margin-top: 10px;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover {
color: #888;
}
.tm-header-search-content-style-dropdown .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover .dropdown-content {
opacity: 1;
visibility: visible;
}
.tm-floating-woocart-wrapper .floating-woocart-overlay {
background-color: rgba(17, 17, 17, 0);
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 1029;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
transform-origin: 100% 50%;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transition-delay: 0s;
-webkit-transition-delay: 0s;
transition: transform 0.4s ease 0s;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar {
-webkit-transition: transform 0.8s ease 0s;
-khtml-transition: transform 0.8s ease 0s;
-moz-transition: transform 0.8s ease 0s;
-ms-transition: transform 0.8s ease 0s;
-o-transition: transform 0.8s ease 0s;
transition: transform 0.8s ease 0s;
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
padding-top: 30px;
padding-bottom: 60px;
background-color: #fff;
position: fixed;
top: 0;
right: 0;
height: 100%;
z-index: 9999;
width: 350px;
max-width: 100%;
overflow: hidden;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 56px;
align-items: center;
display: flex;
justify-content: center;
text-align: center;
cursor: pointer;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon {
font-size: 0px;
width: 36px;
height: 36px;
background-color: var(--theme-color1);
border-radius: 100%;
position: relative;
display: block;
text-align: center;
line-height: 1;
margin: 0 auto;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:before, .tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:after {
content: "";
position: absolute;
height: 1px;
width: 55%;
top: 50%;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:hover:before, .tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_head {
display: flex;
background-color: #f5f5f5;
padding: 12px 30px;
margin-top: -30px;
align-items: center;
position: relative;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_head .widget_shopping_title {
flex-grow: initial;
color: var(--headings-color);
font-family: var(--heading-font-family);
font-size: var(--h5-font-size);
font-weight: var(--headings-font-weight-h5);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_cart {
padding: 30px 45px 0 30px;
height: 100%;
overflow-y: scroll;
width: 350px;
max-width: 100%;
}
.tm-floating-woocart-wrapper.open .floating-woocart-overlay {
background-color: rgba(17, 17, 17, 0.9);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.tm-floating-woocart-wrapper.open .floating-woocart-sidebar {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
box-shadow: 0 2px 20px rgba(33, 33, 33, 0.22);
}
@media screen and (min-width: 992px) {
.admin-bar .tm-floating-woocart-wrapper .floating-woocart-sidebar {
top: 32px;
padding-bottom: 70px;
}
}:root {
--theme-color1: #d70006;
--theme-color1-rgb: 215, 0, 6;
--theme-color1-lighter: #ff1017;
--theme-color1-darker: #9f0004;
--theme-color2: #000000;
--theme-color2-rgb: 0, 0, 0;
--theme-color2-lighter: #1c1c1c;
--theme-color2-darker: black;
--theme-color3: #945b15;
--theme-color3-rgb: 148, 91, 21;
--theme-color3-lighter: #c5791c;
--theme-color3-darker: #633d0e;
--theme-color4: #164333;
--theme-color4-rgb: 22, 67, 51;
--theme-color4-lighter: #246d53;
--theme-color4-darker: #081913;
--gradient-1: linear-gradient(to right, rgba(var(--theme-color1-rgb), 1) 0%, rgba(var(--theme-color1-rgb), 0.7) 100%);
--gradient-2: linear-gradient(to left, rgba(var(--theme-color1-rgb), 1) 0%, rgba(var(--theme-color1-rgb), 0.7) 100%);
--gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0) 50%, var(--theme-color1) 100%);
--text-color-bg-theme-color1: #fff;
--text-color-bg-theme-color2: #fff;
--text-color-bg-theme-color3: #fff;
--text-color-bg-theme-color4: #fff;
--hover-theme-color: #d70006;
--sidebar-default-theme-color: var(--theme-color1);
--footer-default-theme-color: var(--theme-color1);
--footer-default-hover-theme-color: var(--theme-color1);
--footer-default-text-color-on-bg-theme-color: var(--text-color-bg-theme-color1);
} .widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
border: 1px solid var(--theme-color1);
}
.hr-divider {
border-top-color: rgba(215, 0, 6, 0.2) !important;
} .text-theme-colored1 {
color: var(--theme-color1) !important;
}
.text-theme-colored2 {
color: var(--theme-color2) !important;
}
.text-theme-colored3 {
color: var(--theme-color3) !important;
}
.text-theme-colored4 {
color: var(--theme-color4) !important;
}
.bg-theme-colored1 {
background-color: var(--theme-color1) !important;
}
.bg-theme-colored2 {
background-color: var(--theme-color2) !important;
}
.bg-theme-colored3 {
background-color: var(--theme-color3) !important;
}
.bg-theme-colored4 {
background-color: var(--theme-color4) !important;
}
.border-theme-colored1 {
border-color: var(--theme-color1) !important;
}
.border-theme-colored2 {
border-color: var(--theme-color2) !important;
}
.border-theme-colored3 {
border-color: var(--theme-color3) !important;
}
.border-theme-colored4 {
border-color: var(--theme-color4) !important;
}  .tm-sc-blog.blog-classic article .entry-header .post-single-meta {
background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-header .post-single-meta {
background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-content .post-btn-readmore {
border-color: var(--theme-color1);
background-color: #fff;
}
.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore {
background-color: var(--theme-color1);
}
.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore .btn-plain-text-with-arrow:after {
color: #fff;
}
.tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+1) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+3) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+6) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+8) article .post-thumb .post-thumb-inner .thumb:after {
background-color: rgba(215, 0, 6, 0.94);
} .btn-theme-colored1 {
color: #fff;
background-color: #d70006;
border-color: #d70006;
}
.btn-theme-colored1:hover {
color: #fff;
background-color: #b70005;
border-color: #ac0005;
}
.btn-theme-colored2 {
color: #fff;
background-color: #000000;
border-color: #000000;
}
.btn-theme-colored2:hover {
color: #fff;
background-color: black;
border-color: black;
}
.btn-theme-colored3 {
color: #fff;
background-color: #945b15;
border-color: #945b15;
}
.btn-theme-colored3:hover {
color: #fff;
background-color: #7e4d12;
border-color: #764911;
}
.btn-theme-colored4 {
color: #fff;
background-color: #164333;
border-color: #164333;
}
.btn-theme-colored4:hover {
color: #fff;
background-color: #13392b;
border-color: #123629;
}
.btn-outline-theme-colored1 {
color: #d70006;
border-color: #d70006;
}
.btn-outline-theme-colored1:hover {
color: #fff;
background-color: #d70006;
border-color: #d70006;
}
.btn-outline-theme-colored2 {
color: #000000;
border-color: #000000;
}
.btn-outline-theme-colored2:hover {
color: #fff;
background-color: #000000;
border-color: #000000;
}
.btn-outline-theme-colored3 {
color: #945b15;
border-color: #945b15;
}
.btn-outline-theme-colored3:hover {
color: #fff;
background-color: #945b15;
border-color: #945b15;
}
.btn-outline-theme-colored4 {
color: #164333;
border-color: #164333;
}
.btn-outline-theme-colored4:hover {
color: #fff;
background-color: #164333;
border-color: #164333;
}
.btn-theme-colored1 {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
border-color: var(--theme-color1);
}
.btn-theme-colored1:hover, .btn-theme-colored1:focus {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color1);
border-color: var(--theme-color1);
}
.btn-theme-colored1:before {
background-color: var(--theme-color2);
}
.btn-theme-colored2 {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
border-color: var(--theme-color2);
}
.btn-theme-colored2:hover, .btn-theme-colored2:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color2);
border-color: var(--theme-color2);
}
.btn-theme-colored2:before {
background-color: var(--theme-color1);
}
.btn-theme-colored3 {
color: var(--text-color-bg-theme-color3);
background-color: var(--theme-color3);
border-color: var(--theme-color3);
}
.btn-theme-colored3:hover, .btn-theme-colored3:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color3);
border-color: var(--theme-color3);
}
.btn-theme-colored4 {
color: var(--text-color-bg-theme-color4);
background-color: var(--theme-color4);
border-color: var(--theme-color4);
}
.btn-theme-colored4:hover, .btn-theme-colored4:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color4);
border-color: var(--theme-color4);
}
.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before {
background: var(--theme-color1);
}
.btn-outline-theme-colored1:hover,
.btn-outline-theme-colored2:hover {
border-color: var(--theme-color3) !important;
color: #fff !important;
}
input[type=submit].btn-theme-colored1:hover, input[type=submit].btn-theme-colored1:focus {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
}
input[type=submit].btn-theme-colored2:hover, input[type=submit].btn-theme-colored2:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
input[type=submit].btn-theme-colored3:hover, input[type=submit].btn-theme-colored3:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
input[type=submit].btn-theme-colored4:hover, input[type=submit].btn-theme-colored4:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
.btn-light:before,
.btn-dark:before {
background-color: rgba(var(--theme-color2-rgb), 0.2);
}
.btn-light:hover, .btn-light:focus,
.btn-dark:hover,
.btn-dark:focus {
color: var(--text-color-bg-theme-color2);
}
.btn-light:hover:before, .btn-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before {
background-color: var(--theme-color2);
}
.btn-outline-light {
color: #fff;
}
.btn-outline-light:hover,
.btn-outline-dark:hover {
background-color: transparent;
}
.btn-outline-light:before,
.btn-outline-dark:before {
background-color: rgba(var(--theme-color2-rgb), 0.2);
}
.btn-outline-light:hover, .btn-outline-light:focus,
.btn-outline-dark:hover,
.btn-outline-dark:focus {
color: var(--text-color-bg-theme-color2);
}
.btn-outline-light:hover:before, .btn-outline-light:focus:before,
.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before {
background-color: var(--theme-color2);
}  .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]), .woosc_table .button, .woosc_table .added_to_cart, .woosw-item .added_to_cart {
color: #fff;
background-color: #d70006;
border-color: #d70006;
color: var(--text-color-bg-theme-color1) !important;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):hover, .woosc_table .button:hover, .woosc_table .added_to_cart:hover, .woosw-item .added_to_cart:hover {
color: #fff;
background-color: #b70005;
border-color: #ac0005;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):hover, .woosc_table .button:hover, .woosc_table .added_to_cart:hover, .woosw-item .added_to_cart:hover {
color: var(--text-color-bg-theme-color3) !important;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):focus, .woosc_table .button:focus, .woosc_table .added_to_cart:focus, .woosw-item .added_to_cart:focus {
color: var(--text-color-bg-theme-color3) !important;
box-shadow: none;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).disabled, .woosc_table .button:disabled, .woosc_table .button.disabled, .woosc_table .added_to_cart:disabled, .woosc_table .added_to_cart.disabled, .woosw-item .added_to_cart:disabled, .woosw-item .added_to_cart.disabled {
color: var(--text-color-bg-theme-color1) !important;
opacity: 0.5;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled:hover, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).disabled:hover, .woosc_table .button:disabled:hover, .woosc_table .button.disabled:hover, .woosc_table .added_to_cart:disabled:hover, .woosc_table .added_to_cart.disabled:hover, .woosw-item .added_to_cart:disabled:hover, .woosw-item .added_to_cart.disabled:hover {
color: var(--text-color-bg-theme-color3) !important;
} .scroll-to-top a {
background-image: linear-gradient(to right, #d70006 0%, #ff1d23 51%, #d70006 100%);
}
.scroll-to-top a:hover {
box-shadow: 0 10px 20px rgba(215, 0, 6, 0.5);
background-position: right center;
}