@charset "UTF-8";
.opal-move-up {
animation-name: opalMoveUp;
-moz-animation-name: opalMoveUp;
-webkit-animation-name: opalMoveUp;
}
@-webkit-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-ms-keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes opalMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.opal-move-down {
animation-name: opalMoveDown;
-moz-animation-name: opalMoveDown;
-webkit-animation-name: opalMoveDown;
}
@-webkit-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-ms-keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes opalMoveDown {
from {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.opal-move-left {
animation-name: opalMoveLeft;
-moz-animation-name: opalMoveLeft;
-webkit-animation-name: opalMoveLeft;
}
@-webkit-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-moz-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-ms-keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes opalMoveLeft {
from {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.opal-move-right {
animation-name: opalMoveRight;
-moz-animation-name: opalMoveRight;
-webkit-animation-name: opalMoveRight;
}
@-webkit-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-moz-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-ms-keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes opalMoveRight {
from {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.opal-scale-up {
animation-name: opalScaleUp;
-moz-animation-name: opalScaleUp;
-webkit-animation-name: opalScaleUp;
}
@-webkit-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-ms-keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes opalScaleUp {
from {
opacity: 0;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
to {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.opal-flip {
animation-name: opalFlip;
-moz-animation-name: opalFlip;
-webkit-animation-name: opalFlip;
}
@-webkit-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-ms-keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes opalFlip {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
.opal-helix {
animation-name: opalHelix;
-moz-animation-name: opalHelix;
-webkit-animation-name: opalHelix;
}
@-webkit-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotate {
-ms-animation: rotate 12s linear infinite;
-o-animation: rotate 12s linear infinite;
-moz-animation: rotate 12s linear infinite;
-webkit-animation: rotate 12s linear infinite;
animation: rotate 12s linear infinite;
}
@-webkit-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-ms-keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@keyframes opalHelix {
from {
opacity: 0;
-webkit-perspective: 1300px;
perspective: 1300px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
to {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
.opal-am-popup {
animation: opalPopup;
-moz-animation-name: opalPopup;
-webkit-animation-name: opalPopup;
}
@-webkit-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@-ms-keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes opalPopup {
from {
opacity: 0;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1300px;
perspective: 1300px;
}
70% {
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 0.8;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
}
to {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
}
.elementor-brand-item {
text-align: center;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}
.elementor-brand-item .elementor-brand-image {
display: block;
width: 100%;
font-size: 0;
transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image img {
margin: 0 auto;
border-radius: 5px;
}
.elementor-brand-item .elementor-brand-image i {
font-size: 50px;
display: inline-block;
position: relative;
width: 1em;
height: 1em;
}
.elementor-brand-item .elementor-brand-image i:before {
position: absolute;
line-height: 1;
left: 0;
top: 0;
}
.elementor-brand-item .elementor-brand-image svg path {
transition: all ease 0.3s;
}
.elementor-brand-wrapper .row {
justify-content: center;
}
.elementor-brand-wrapper a {
display: block;
}
.elementor-brand-wrapper img {
transition: all ease 0.3s;
}
.elementor-brand-wrapper .column-item {
margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
top: 0;
right: 0;
width: 1px;
height: 100%;
background: #ebebeb;
position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
content: none !important;
}
.dthem-brand-border-yes .elementor-brand-wrapper {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.dthem-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:before {
content: "";
display: inline-block;
top: 0;
right: 0;
width: 1px;
height: 100%;
background-color: var(--e-global-color-border);
position: absolute;
}
.dthem-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:after {
content: "";
display: inline-block;
bottom: 0;
right: 0;
width: 100%;
height: 1px;
background-color: var(--e-global-color-border);
position: absolute;
}
.dthem-brand-border-yes .elementor-brand-wrapper .slick-slide {
position: relative;
}
.dthem-brand-border-yes .elementor-brand-wrapper .slick-slide:before {
content: "";
display: inline-block;
top: 0;
right: 0;
width: 1px;
height: 100%;
background-color: var(--e-global-color-border);
position: absolute;
}
.dthem-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child:before {
content: none !important;
}
.dthem-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child:after {
content: none !important;
}
.elementor-widget-dthem-brand .dthem-carousel .column-item {
margin-bottom: 0 !important;
}
.elementor-widget-dthem-brand .dthem-carousel .slick-track {
display: flex !important;
align-items: center;
}
.elementor-widget-woocommerce-breadcrumb .dthem-woocommerce-title {
font-size: 60px;
font-weight: 700;
line-height: 1;
margin-top: 20px;
color: var(--e-global-color-accent);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
margin-bottom: 0;
font-size: 14px;
line-height: 28px;
font-weight: 600;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
color: var(--e-global-color-light);
text-transform: uppercase;
font-weight: 600;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i {
font-size: 8px;
font-weight: 600;
color: var(--e-global-color-secondary);
margin: 0px 10px 0px 10px;
}
.hidden-dthem-title-yes .dthem-woocommerce-title {
display: none;
}
.single-product .hidden-dthem-title-single-yes .dthem-woocommerce-title, .single-post .hidden-dthem-title-single-yes .dthem-woocommerce-title {
display: none;
}
.elementor-widget-dthem-banner:hover .elementor-cta__bg {
transform: translateY(-4%);
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.3s ease;
}
.elementor-widget-dthem-banner .elementor-cta__bg-overlay {
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
pointer-events: none;
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.3s ease;
}
.elementor-widget-dthem-banner .elementor-cta__content {
position: relative;
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transform: translateY(0);
}
.elementor-widget-dthem-banner .elementor-cta__content .elementor-cta__subtitle {
transition: all 0s ease;
}
.elementor-widget-dthem-banner .elementor-cta__content .elementor-cta__subtitle span {
transition: all 0.3s ease;
}
.elementor-widget-dthem-banner.content-stretch-yes {
height: 100%;
}
.elementor-widget-dthem-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-dthem-banner.content-stretch-yes .elementor-dthem-banner {
height: 100%;
}
.elementor-widget-dthem-banner.button-style-yes .elementor-button-custom {
background-color: var(--e-global-color-primary);
color: white;
padding: 14px 30px;
}
.elementor-widget-dthem-banner.button-style-yes .elementor-button-custom:hover {
background-color: var(--e-global-color-secondary);
transition: all 0.3s ease;
color: white;
}
.elementor-widget-dthem-banner.dthem-banner-layout-2 .elementor-cta__content {
align-content: space-between;
}
.elementor-widget-dthem-banner .elementor-button-custom {
font-size: 12px;
font-weight: 700;
line-height: 22px;
padding: 0;
text-transform: uppercase;
display: inline-block;
font-family: var(--e-global-typography-primary-font-family);
}
.elementor-widget-dthem-banner .elementor-button-custom i {
font-size: 20px;
margin-left: 3px;
position: relative;
top: -4px;
}
.elementor-widget-dthem-banner .elementor-button-custom:hover {
color: var(--e-global-color-primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-dthem-banner .elementor-cta__content-item:not(:last-child) {
margin-bottom: 0;
}
.elementor-widget-dthem-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 60px;
}
.elementor-widget-dthem-banner .elementor-button-custom:before {
-ms-transition: transform 0.2s ease;
-o-transition: transform 0.2s ease;
-moz-transition: transform 0.2s ease;
-webkit-transition: transform 0.2s ease;
transition: transform 0.2s ease;
}
.elementor-widget-dthem-banner.graphic-image-effect-yes .elementor-cta__image {
position: absolute;
right: 0;
top: 30px;
width: 50%;
}
.elementor-widget-dthem-banner.graphic-image-effect-yes .elementor-cta__image > img {
position: absolute;
z-index: -1;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-dthem-banner.graphic-image-effect-yes .image-behind img {
position: relative;
top: 15px;
right: 25px;
}
.elementor-widget-dthem-banner.graphic-image-effect-yes:hover .elementor-cta__image > img {
transform: scale(1.2);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
height: 0;
overflow: hidden;
}
.elementor-bg-transform-move-left-custom .elementor-bg {
width: calc(100% + 30px);
height: auto;
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
-ms-transform: translateX(-29px);
-o-transform: translateX(-29px);
-moz-transform: translateX(-29px);
-webkit-transform: translateX(-29px);
transform: translateX(-29px);
}
.elementor-bg-transform-move-right-custom .elementor-bg {
width: calc(100% + 30px);
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
height: 100%;
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
-ms-transform: translateX(0);
-o-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
.elementor-bg-transform-zoom-in .elementor-bg {
width: calc(100% + 30px);
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.elementor-bg-transform-zoom-out .elementor-bg {
width: calc(100% + 30px);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
-ms-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.elementor-cta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.elementor-cta--skin-classic .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
position: relative;
min-height: 200px;
width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
background-color: #f7f7f7;
}
.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
color: #55595c;
border-color: #55595c;
}
.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
color: #55595c;
border-color: #55595c;
}
.elementor-cta--skin-cover .elementor-cta {
display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
position: absolute;
top: 0px;
left: 0px;
right: 0;
bottom: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
min-height: 280px;
}
.elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
color: #fff;
border-color: #fff;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
color: white;
border-color: white;
}
.elementor-cta--layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-cta__bg {
position: absolute;
top: 0px;
left: 0px;
right: 0;
bottom: 0;
height: 110%;
transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.3s ease;
}
.elementor-cta__bg-wrapper {
z-index: 1;
overflow: hidden;
}
.elementor-cta__bg {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
z-index: 1;
}
.elementor-cta__bg-overlay {
z-index: 2;
}
.elementor-cta__button.elementor-button {
cursor: pointer;
-ms-flex-item-align: center;
align-self: center;
margin-left: auto;
margin-right: auto;
border: solid 2px white;
background: transparent;
}
.elementor-cta__button.elementor-button:hover {
background: transparent;
text-decoration: none;
}
.elementor-cta__title {
font-size: 23px;
}
.elementor-cta__content {
z-index: 1;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 35px;
width: 100%;
}
.elementor-cta__content, .elementor-cta__content-item {
position: relative;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
color: #fff;
}
.elementor-cta__content-item {
width: 100%;
margin: 0;
}
.elementor-cta__content-item:not(:last-child) {
margin-bottom: 15px;
}
.elementor-cta__content-item .elementor-icon {
color: #fff;
}
.elementor-cta--valign-top .elementor-cta__content {
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.elementor-cta--valign-middle .elementor-cta__content {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-cta--valign-bottom .elementor-cta__content {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.elementor-cta:hover .elementor-cta__bg-overlay {
background-color: rgba(0, 0, 0, 0.3);
}
@media (max-device-width: 1024px) {
.elementor-cta {
cursor: pointer;
}
}
@media (min-width: 1025px) {
.elementor-cta--desktop-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--desktop-layout-image-left .elementor-cta, .elementor-cta--desktop-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--desktop-layout-image-left .elementor-cta__content, .elementor-cta--desktop-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--desktop-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--desktop-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (max-width: 1024px) {
.elementor-cta--tablet-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--tablet-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--tablet-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media (max-width: 767px) {
.elementor-cta--mobile-layout-image-above .elementor-cta {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
width: 100%;
}
.elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
width: auto;
min-width: 50%;
}
.elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.elementor-cta--mobile-layout-image-left .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-cta--mobile-layout-image-right .elementor-cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.wpcf7-form label {
color: var(--e-global-color-text);
display: block;
margin-top: 30px;
}
.wpcf7-form input:not([type=submit]), .wpcf7-form input[type=date], .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form select:not([size]):not([multiple]) {
width: 100%;
font-size: 16px;
font-weight: 500;
color: var(--e-global-color-light);
background-color: transparent;
border-color: var(--e-global-color-border);
border-width: 4px;
border-radius: 0;
padding: 9px 25px;
margin-bottom: 7px;
}
.wpcf7-form input:not([type=submit])::placeholder, .wpcf7-form input[type=date]::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form select::placeholder, .wpcf7-form select:not([size]):not([multiple])::placeholder {
color: var(--e-global-color-light);
}
.wpcf7-form input:not([type=submit]):focus, .wpcf7-form input[type=date]:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus, .wpcf7-form select:not([size]):not([multiple]):focus {
border-color: var(--e-global-color-dark);
}
.wpcf7-form .your-message textarea {
padding: 12px 26px 30px;
line-height: 1.5em;
}
.wpcf7-form button[type=submit] {
border-color: var(--e-global-color-primary);
border-width: 1px;
border-style: solid;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
background-color: var(--e-global-color-primary);
padding: 15px 30px;
margin-top: 0;
color: #ffffff;
}
.wpcf7-form button[type=submit] i {
font-size: 19px;
transition: transform 0.3s ease;
margin-left: 3px;
}
.wpcf7-form button[type=submit]:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
transition: transform 0.3s ease;
}
.wpcf7-form button[type=submit]:hover i {
transform: rotate(45deg);
}
.wpcf7-form button[type=submit] ::placeholder {
font-size: 14px;
color: var(--e-global-color-text);
line-height: 1.4;
}
@media (max-width: 567px) {
.wpcf7-form .row-form {
display: block;
}
}
.wpcf7-form .row-mess {
padding-left: 15px;
padding-right: 15px;
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px;
}
@media (max-width: 567px) {
.wpcf7-form .row-mess {
display: block;
}
}
.wpcf7-form .form-2 {
padding-left: 5px;
padding-right: 5px;
}
.wpcf7-form .form-2 > p {
padding-left: 10px;
padding-right: 10px;
}
.wpcf7-form .form-2 input {
border-color: #ffffff;
padding: 14px 20px;
background-color: #ffffff;
}
.wpcf7-form .form-2 input::placeholder {
color: var(--e-global-color-light);
}
.wpcf7-form .form-2 input:focus {
border-color: var(--e-global-color-dark);
}
.wpcf7-form .message-2 textarea {
border-color: #ffffff;
background-color: #ffffff;
line-height: 1.3em;
}
.wpcf7-form .message-2 textarea::placeholder {
color: var(--e-global-color-light);
}
.wpcf7-form .message-2 textarea:focus {
border-color: var(--e-global-color-dark);
}
.wpcf7-form .button-style button {
margin-top: 0;
}
.wpcf7-form .button-style button:hover {
background-color: #664483;
border-color: #664483;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
margin: 0;
}
.elementor-widget-dthem-countdown .elementor-dthem-countdown {
display: flex;
justify-content: center;
flex-direction: row;
margin-right: auto;
margin-left: auto;
flex-wrap: wrap;
}
.elementor-widget-dthem-countdown .elementor-countdown-item {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
margin: 10px;
}
.elementor-widget-dthem-countdown .elementor-countdown-label {
font-size: 16px;
}
.elementor-widget-dthem-countdown .elementor-countdown-digits {
font-size: 24px;
line-height: 24px;
font-weight: bold;
}
.elementor-widget-dthem-countdown.countdown-style-1 .elementor-countdown-item {
margin: 0;
padding: 0 23px;
flex-direction: column-reverse;
}
.elementor-widget-dthem-countdown.countdown-style-1 .elementor-countdown-item:before {
content: none;
}
.elementor-widget-dthem-countdown.countdown-style-1 .elementor-countdown-item:last-child:before {
content: none;
}
.elementor-widget-dthem-countdown.countdown-style-1 .elementor-countdown-digits {
font-size: 64px;
font-weight: 700;
line-height: 72px;
color: var(--e-global-color-primary);
}
.elementor-widget-dthem-countdown.countdown-style-1 .elementor-countdown-label {
font-size: 16px;
font-weight: var(--e-global-typography-text-font-weight);
line-height: 1;
text-transform: capitalize;
}
.elementor-widget-dthem-countdown.countdown-style-2 .elementor-countdown-digits {
padding: 0 10px;
}
.elementor-widget-dthem-countdown.countdown-style-2 .elementor-countdown-label {
color: var(--e-global-color-accent);
position: relative;
}
.elementor-widget-dthem-countdown.countdown-style-2 .elementor-countdown-label:before {
content: "-";
margin-right: 3px;
}
.elementor-widget-dthem-countdown.countdown-style-2 .elementor-countdown-label:after {
content: "-";
margin-left: 3px;
}
.elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-digits, .elementor-widget-dthem-countdown.countdown-style-4 .elementor-countdown-digits, .elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-digits {
font-weight: bold;
width: unset;
height: unset;
background-color: transparent;
color: var(--e-global-color-accent);
}
.elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-item, .elementor-widget-dthem-countdown.countdown-style-4 .elementor-countdown-item, .elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-item {
position: relative;
vertical-align: middle;
}
.elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-item:last-child:after, .elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-item:last-child:before, .elementor-widget-dthem-countdown.countdown-style-4 .elementor-countdown-item:last-child:after, .elementor-widget-dthem-countdown.countdown-style-4 .elementor-countdown-item:last-child:before, .elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-item:last-child:after, .elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-item:last-child:before {
display: none;
}
.elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-item:before, .elementor-widget-dthem-countdown.countdown-style-4 .elementor-countdown-item:before, .elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-item:before {
content: ":";
position: absolute;
color: white;
right: -10px;
font-size: 18px;
width: 2px;
}
.elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-digits {
font-size: 40px;
line-height: 40px;
}
.elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-label {
font-size: 14px;
font-weight: bold;
color: var(--e-global-color-light);
}
.elementor-widget-dthem-countdown.countdown-style-3 .elementor-countdown-item {
margin-left: 25px;
margin-right: 25px; }
.elementor-widget-dthem-countdown.countdown-style-4 .elementor-countdown-digits {
font-size: 24px;
line-height: 24px;
border: 2px dashed #000;
border-radius: 13px;
padding: 6px 15px;
margin-bottom: 5px;
}
.elementor-widget-dthem-countdown.countdown-style-4 .elementor-countdown-item {
margin-left: 10px;
margin-right: 10px;
color: var(--e-global-color-accent); }
.elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-digits {
font-size: 30px;
line-height: 30px;
color: var(--e-global-color-primary);
}
.elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-item {
margin: 0 10px;
display: -webkit-box;
}
.elementor-widget-dthem-countdown.countdown-style-5 .elementor-countdown-item:last-child {
margin-right: 0;
}
.elementor-widget-dthem-countdown.countdown-style-5 .elementor-dthem-countdown {
position: relative;
display: inline-flex;
}
.elementor-widget-dthem-countdown.countdown-style-6 .elementor-countdown-item {
width: 80px;
height: 80px;
}
.elementor-widget-dthem-countdown.countdown-style-6 .elementor-countdown-item {
border: 1px solid #4c4b4b;
border-radius: 100%;
}
.elementor-header-group-wrapper .header-group-action {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
margin-right: 21px;
margin-left: 12px;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
margin-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
margin-right: 0;
}
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
display: none;
}
@media (min-width: 1025px) {
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
display: block;
}
}
.elementor-header-group-wrapper .site-header-account a .account-content {
display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
z-index: 9999;
}
.elementor-header-group-wrapper .button-side-heading {
text-align: right;
padding: 20px 0;
}
.elementor-header-group-wrapper .button-side-heading .close-button-side {
width: 30px;
height: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 20px;
line-height: 1;
}
.elementor-header-group-wrapper .button-side-heading .close-button-side i:before {
color: var(--e-global-color-light);
}
.elementor-header-group-wrapper .button-side-heading .close-button-side:hover {
border-color: var(--e-global-color-primary);
}
.elementor-header-group-wrapper .button-side-heading .close-button-side:hover i {
color: var(--e-global-color-primary);
}
.elementor-header-group-wrapper .header-button-canvas {
display: flex;
flex-direction: column;
right: 0;
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
width: 300px;
padding: 0 30px;
background-color: #2F3336;
transition: transform 0.25s ease;
z-index: 99999999;
transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
.elementor-header-group-wrapper .header-button-canvas {
width: 400px;
padding: 0 50px;
transform: translate3d(400px, 0, 0);
}
}
.elementor-header-group-wrapper .button-side-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.elementor-header-group-wrapper .header-button-canvas.active {
transform: none;
z-index: 999999999;
}
.elementor-header-group-wrapper .header-button-canvas.active + .button-side-overlay {
visibility: visible;
opacity: 1;
}
.elementor-header-group-wrapper .site-header-button .button-content i {
margin-left: 5px;
vertical-align: sub;
font-size: 12px;
}
.elementor-header-group-wrapper .site-header-button .button-content {
display: flex;
flex-direction: column;
justify-content: flex-end;
margin-left: 5px;
}
.elementor-header-group-wrapper .site-header-button .button-content > span {
display: inline-block;
height: 2px;
width: 14px;
margin-bottom: 4px;
transition: all 0.3s ease;
background-color: var(--e-global-color-accent);
}
.elementor-header-group-wrapper .site-header-button .button-content .icon-2 {
width: 10px;
}
.elementor-header-group-wrapper .site-header-button .button-content .icon-3 {
margin-bottom: 0;
}
.elementor-header-group-wrapper .site-header-button .button-content:hover > span {
background-color: var(--e-global-color-primary);
}
.elementor-header-group-wrapper .site-header-button .button-content:hover .icon-2 {
width: 14px;
}
.elementor-header-group-wrapper .content-label {
display: none;
font-size: 14px;
font-size: 0.875rem;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-show-label-yes .elementor-header-group-wrapper a .content-label {
display: inline-block;
}
.elementor-show-label-yes .elementor-header-group-wrapper .content-label {
margin-left: 5px;
text-transform: capitalize;
color: var(--e-global-color-text);
}
.elementor-show-label-yes .elementor-header-group-wrapper .wishlist-content {
margin-left: 10px;
}
header.sticky-header.elementor-sticky--effects .elementor-header-group-wrapper .header-button-canvas.active {
height: 100vw;
}
.elementor-widget-smartic-image-carousel .column-item {
padding-top: 50px;
}
.elementor-widget-smartic-image-carousel .column-item img {
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}
.elementor-widget-opal-image-gallery .grid__item a {
display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
display: block;
}
.elementor-widget-dthem-image-gallery ul {
margin: 0;
}
.elementor-widget-dthem-image-gallery .column-item {
padding-bottom: 30px;
}
.elementor-widget-dthem-image-gallery .column-item a {
position: relative;
overflow: hidden;
display: block;
}
.elementor-widget-dthem-image-gallery .column-item img {
display: block;
transition: all 0.3s ease;
}
.elementor-widget-dthem-image-gallery .elementor-galerry__filter {
margin: 0;
cursor: pointer;
position: relative;
font-size: 18px;
color: #aaa;
padding-bottom: 30px;
}
.elementor-widget-dthem-image-gallery .elementor-galerry__filter .count {
font-size: 14px;
color: var(--e-global-color-accent);
position: absolute;
top: -10px;
}
.elementor-widget-dthem-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-dthem-image-gallery .elementor-galerry__filter:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-dthem-image-gallery .elementor-galerry__filter.elementor-active .count, .elementor-widget-dthem-image-gallery .elementor-galerry__filter:hover .count {
color: var(--e-global-color-primary);
}
.elementor-widget-dthem-image-gallery .elementor-galerry__filter.elementor-active:before, .elementor-widget-dthem-image-gallery .elementor-galerry__filter:hover:before {
opacity: 1;
width: 100%;
}
.elementor-widget-dthem-image-gallery .elementor-galerry__filter:before {
background-color: var(--e-global-color-primary);
}
@media (min-width: 568px) {
.elementor-widget-dthem-image-gallery .elementor-galerry__filter:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 3px;
width: 0;
opacity: 0;
transition: all ease 0.2s;
}
}
.elementor-image-gallery {
position: relative;
}
.elementor-editor-active .isotope-grid {
height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
pointer-events: none;
}
.elementor-galerry__filters {
list-style: none;
justify-content: center;
display: flex;
flex-wrap: wrap;
position: relative;
}
.elementor-galerry__filters:after {
position: absolute;
content: "";
height: 1px;
width: 200vw;
bottom: 0;
left: -50%;
background-color: var(--e-global-color-border);
}
.gallery-item-overlay {
position: absolute;
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
background-color: var(--e-global-color-secondary);
opacity: 0.9;
color: #fff;
}
.gallery-item-overlay i {
font-size: 17px;
position: relative;
height: 40px;
width: 40px;
}
.gallery-item-overlay i:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-filter-left .elementor-galerry__filters {
justify-content: flex-start;
}
.elementor-filter-right .elementor-galerry__filters {
justify-content: flex-end;
}
@media (min-width: 1024px) {
.elementor-gallery-layout-special-yes .row {
display: grid;
}
.elementor-gallery-layout-special-yes .row .column-item {
flex: 0 0 100%;
max-width: 100%;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="2"] {
grid-template-columns: repeat(2, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="2"] .column-item:nth-child(3n+1) {
grid-column-start: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="3"] {
grid-template-columns: repeat(3, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="3"] .column-item:nth-child(7n+1),
.elementor-gallery-layout-special-yes .row[data-elementor-columns="3"] .column-item:nth-child(7n+4) {
grid-column-start: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="4"] {
grid-template-columns: repeat(4, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="4"] .column-item:nth-child(6n+1),
.elementor-gallery-layout-special-yes .row[data-elementor-columns="4"] .column-item:nth-child(6n+6) {
grid-column: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="5"] {
grid-template-columns: repeat(5, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="5"] .column-item:nth-child(5n+1) {
grid-column-start: span 3;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="5"] .column-item:nth-child(10n) {
grid-column-start: span 2;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="6"] {
grid-template-columns: repeat(6, 1fr);
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="6"] .column-item:nth-child(6n+1) {
grid-column-start: span 3;
}
.elementor-gallery-layout-special-yes .row[data-elementor-columns="6"] .column-item:nth-child(12n) {
grid-column-start: span 3;
}
}
.dthem-language-switcher ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 12px;
}
.dthem-language-switcher span {
color: var(--e-global-color-text);
font-size: 12px;
line-height: 1.4;
text-transform: uppercase;
}
.dthem-language-switcher span .title {
font-weight: 500;
}
.dthem-language-switcher a {
display: block;
}
.dthem-language-switcher img {
display: inline-block;
margin-right: 5px;
height: 12px;
object-fit: cover;
}
.dthem-language-switcher .item > div {
display: flex;
cursor: pointer;
align-items: center;
}
.dthem-language-switcher .item > div i {
font-size: 18px;
margin-right: 5px;
color: var(--e-global-color-text);
}
.dthem-language-switcher .sub-item {
display: none;
position: absolute;
left: 0;
z-index: 999;
text-align: left;
top: calc(100% + 5px);
padding: 10px 0;
background-color: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.dthem-language-switcher .sub-item:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 1rem;
top: -1rem;
}
.dthem-language-switcher .sub-item a {
display: flex;
align-items: center;
padding: 10px 15px;
min-width: 126px;
white-space: nowrap;
}
.dthem-language-switcher .sub-item a:hover, .dthem-language-switcher .sub-item a:focus {
background-color: rgba(0, 0, 0, 0.05);
}
.dthem-language-switcher li.item {
position: relative;
}
.dthem-language-switcher li.item > div span.title:after {
margin-left: 0.5em;
margin-top: -1px;
}
.dthem-language-switcher li.item:hover .sub-item {
display: block;
}
.language-switcher-style-hover-right-yes .dthem-language-switcher .sub-item {
right: 0;
left: unset;
}
.form-style .mc4wp-form {
margin: 0;
}
.form-style .mc4wp-form .form-input {
flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields {
display: flex;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
margin: 0;
flex: 1;
}
.form-style .mc4wp-form input[type=email] {
line-height: 24px;
padding: 0.69em 1.5em;
color: var(--e-global-color-light);
font-size: 16px;
background-color: #F5F5F5;
border-color: #F5F5F5;
border-width: 2px;
font-weight: 500;
width: 100%;
}
.form-style .mc4wp-form input[type=email]:focus {
border-color: var(--e-global-color-primary);
}
.form-style .mc4wp-form input[type=email]:hover {
border-color: var(--e-global-color-primary);
}
.form-style .mc4wp-form span, .form-style .mc4wp-form input[type=submit] {
font-size: 12px;
background-color: var(--e-global-color-primary);
color: white;
font-weight: 700;
text-transform: uppercase;
border-radius: 0px;
line-height: 16px;
}
.form-style .mc4wp-form span:hover, .form-style .mc4wp-form input[type=submit]:hover {
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
}
.form-style .mc4wp-form span i, .form-style .mc4wp-form input[type=submit] i {
font-size: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
transform: rotate(-45deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
margin-left: 8px;
}
.form-style .mc4wp-form span:hover i, .form-style .mc4wp-form input[type=submit]:hover i {
transform: rotate(0deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
}
.form-style .mc4wp-form span span.icon, .form-style .mc4wp-form input[type=submit] span.icon {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
width: 22px;
height: 22px;
margin-left: 5px;
}
.form-style .mc4wp-form span span.icon:before, .form-style .mc4wp-form span span.icon:after, .form-style .mc4wp-form input[type=submit] span.icon:before, .form-style .mc4wp-form input[type=submit] span.icon:after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
top: 0;
left: 0;
}
.form-style .mc4wp-form span span.icon:before, .form-style .mc4wp-form input[type=submit] span.icon:before {
border: 2px solid transparent;
}
.form-style .mc4wp-form span span.icon:after, .form-style .mc4wp-form input[type=submit] span.icon:after {
border: 0 solid transparent;
}
.form-style .mc4wp-form span ::placeholder, .form-style .mc4wp-form input[type=submit] ::placeholder {
font-size: 14px;
color: var(--e-global-color-light);
line-height: 1.4;
}
.form-style .mc4wp-alert.mc4wp-error {
color: #e2401c;
}
.form-style .mc4wp-alert.mc4wp-success {
color: #0f834d;
}
.form-style .mc4wp-alert a {
color: var(--e-global-color-primary);
}
.form-style .mc4wp-alert a:hover {
color: var(--primary_hover);
}
.elementor-mailchip-layout-2 .mc4wp-form {
margin: 0;
}
.elementor-mailchip-layout-2 .mc4wp-form .form-input {
flex: 1;
}
.elementor-mailchip-layout-2 .mc4wp-form span {
background-color: transparent;
}
.elementor-mailchip-layout-2 .mc4wp-form span:hover {
background-color: transparent;
}
.elementor-mailchip-layout-2 .mc4wp-form .mc4wp-form-fields {
display: flex;
border: 1px solid;
border-color: #ffffff;
background-color: #fff;
}
.elementor-mailchip-layout-2 .mc4wp-form .mc4wp-form-fields p {
margin: 0;
flex: 1;
}
.elementor-mailchip-layout-2 .mc4wp-form .mc4wp-form-fields:hover {
border: 1px solid;
border-color: var(--e-global-color-primary);
}
.elementor-mailchip-layout-2 .mc4wp-form .form-style input[type=email] {
line-height: 23px;
padding: 0.86em 1.5em;
color: var(--e-global-color-light);
font-size: 16px;
background-color: white;
border-radius: 0px;
font-weight: 500;
border: 0px solid;
width: 100%;
}
.elementor-mailchip-layout-2 .mc4wp-form .form-style input[type=email]:focus {
border-color: var(--e-global-color-primary);
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] {
border-color: #02010100;
border-width: 1px;
border-style: solid;
font-size: 12px;
background-color: #ffffff;
color: var(--e-global-color-primary);
padding: 1.1em 2em;
font-weight: 700;
text-transform: uppercase;
border-radius: 0px;
line-height: 22px;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover {
background-color: #ffffff;
color: var(--e-global-color-secondary);
border-color: #ffffff;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] i {
font-size: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
transform: rotate(-45deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
margin-left: 8px;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover i {
transform: rotate(0deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
width: 22px;
height: 22px;
margin-left: 5px;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:before, .elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
top: 0;
left: 0;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:before {
border: 2px solid transparent;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] span.icon:after {
border: 0 solid transparent;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover span.icon:before {
border-top-color: #ffffff;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit]:hover span.icon:after {
border-top: 2px solid #ffffff;
border-left-width: 2px;
border-right-width: 2px;
transform: rotate(270deg);
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-mailchip-layout-2 .mc4wp-form input[type=submit] ::placeholder {
font-size: 14px;
color: var(--e-global-color-light);
line-height: 1.4;
}
.elementor-mailchip-layout-2 .mc4wp-alert.mc4wp-error {
color: #e2401c;
}
.elementor-mailchip-layout-2 .mc4wp-alert.mc4wp-success {
color: #0f834d;
}
.elementor-mailchip-layout-2 .mc4wp-alert a {
color: var(--e-global-color-primary);
}
.elementor-mailchip-layout-2 .mc4wp-alert a:hover {
color: var(--primary_hover);
}
@media only screen and (max-width: 480px) {
.elementor-mailchip-layout-2 .form-button {
text-align: center;
}
}
.elementor-canvas-menu-wrapper {
display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: inline-flex;
align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
position: unset !important;
word-wrap: unset !important;
margin: 0;
height: unset;
width: unset;
clip: unset;
overflow: unset;
clip-path: unset;
order: 1;
font-size: 14px;
text-transform: uppercase;
color: var(--e-global-color-accent);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
color: var(--e-global-color-primary);
}
.dthem-canvas-menu-layout-2.elementor-widget-dthem-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
display: none;
}
.dthem-canvas-menu-layout-2.elementor-widget-dthem-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .dthem-icon {
margin-right: 0;
}
@media (min-width: 768px) {
.elementor-nav-menu-wrapper .primary-navigation {
display: block;
}
.elementor-nav-menu-wrapper .primary-navigation ul {
list-style: none;
display: block;
}
.elementor-nav-menu-wrapper .primary-navigation ul li {
position: relative;
display: inline-block;
text-align: left;
}
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul {
min-width: 220px;
left: 1.3em;
display: block;
opacity: 1;
visibility: visible;
pointer-events: auto;
border-radius: 4px;
box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
}
.elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li.focus > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li.focus > ul {
left: 100%;
top: 0;
display: block;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu {
left: -9999em; opacity: 0;
visibility: hidden;
}
.elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu.sub-menu--is-touch-device {
display: none;
left: 0;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu {
min-width: 280px;
float: left;
position: absolute;
top: 100%;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
pointer-events: none;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-stretchwidth {
transition: left 0s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu li {
display: block;
border-bottom: 1px dashed;
border-bottom-color: var(--e-global-color-border);
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-menu li.mega-menu-item {
border: none;
}
.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-menu {
top: calc(100%);
}
}
[class*=layout-post-] .post-inner .entry-title {
font-size: 24px;
font-weight: 700;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 15px;
}
[class*=layout-post-] .post-inner .entry-excerpt {
display: none;
}
.layout-post-grid .column-item {
margin-bottom: 30px;
}
.layout-post-grid .column-item .post-thumbnail {
margin-bottom: 20px;
}
.layout-post-list .column-item .post-inner .categories-link {
display: none;
}
.layout-post-list .column-item .post-inner .entry-title {
font-size: 20px;
margin-bottom: 0;
}
.layout-post-list .column-item:first-child .post-inner {
padding-top: 0 !important;
border-top: none;
}
@media (min-width: 1024px) {
.layout-post-list .row {
grid-template-columns: repeat(2, 1fr);
display: grid;
column-gap: 50px;
}
.layout-post-list .row .column-item:nth-child(2) .post-inner {
padding-top: 0 !important;
padding-bottom: 0;
border-top: none;
}
.layout-post-list .row .column-item:first-child {
grid-row: 1/span 4;
}
.layout-post-list .row .column-item:first-child .post-inner {
flex-direction: column;
height: auto;
padding: 0 !important;
}
.layout-post-list .row .column-item:first-child .post-inner .post-thumbnail {
margin-bottom: 20px;
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
}
.layout-post-list .row .column-item:first-child .post-inner .post-thumbnail img {
max-height: 380px;
object-fit: cover;
}
.layout-post-list .row .column-item:first-child .post-inner .entry-title {
font-size: 30px;
margin-bottom: 15px;
}
.layout-post-list .row .column-item:first-child .post-inner .categories-link {
display: inline-block;
}
.layout-post-list .row .column-item:first-child .post-inner .entry-excerpt {
display: inline-block;
}
.layout-post-list .row .column-item:first-child .post-inner .entry-excerpt p {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 0;
}
.layout-post-list .row .column-item:last-child .post-inner {
padding-bottom: 0 !important;
}
}
@media (min-width: 480px) {
.layout-post-list .column-item {
flex: 0 0 100% !important;
max-width: 100% !important;
}
.layout-post-list .column-item .post-inner {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
padding-top: 30px;
padding-bottom: 30px;
border-top: 1px solid var(--e-global-color-border);
height: 100%;
}
.layout-post-list .column-item .post-inner .post-thumbnail {
margin-bottom: 0;
padding-left: 30px;
flex: 0 0 185px;
max-width: 185px;
display: inherit;
}
.layout-post-list .column-item .post-inner .post-thumbnail img {
object-fit: cover;
max-height: 110px;
object-position: top left;
}
}
.elementor-widget-dthem-product-categories .link_category_product {
display: block;
overflow: hidden;
position: relative;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-dthem-product-categories .link_category_product:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}
.elementor-widget-dthem-product-categories .link_category_product img {
margin-left: auto;
margin-right: auto;
object-fit: cover;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: inherit;
}
.elementor-widget-dthem-product-categories .cat-title-text {
display: inline-block;
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
text-transform: capitalize;
font-weight: var(--e-global-typography-primary-font-weight);
font-family: var(--e-global-typography-primary-font-family);
}
.elementor-widget-dthem-product-categories .product-cat {
overflow: hidden;
position: relative;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-dthem-product-categories .product-cat .cat-viewall i {
margin-left: 5px;
transform: rotate(-45deg);
transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-widget-dthem-product-categories .product-cat .cat-viewall:hover i {
transform: rotate(0deg);
}
.elementor-widget-dthem-product-categories .product-cat .cat-info {
margin-top: 12px;
font-size: 12px;
line-height: 20px;
}
.elementor-widget-dthem-product-categories .product-cat .cat-info .cat-total {
text-transform: uppercase;
background-color: var(--e-global-color-primary);
color: #ffffff;
font-weight: var(--e-global-typography-primary-font-weight);
padding: 3px 10px;
display: inline-block;
}
.elementor-widget-dthem-product-categories .cate_icon .link_category_product {
text-align: center;
transition: all 0.3s ease;
}
.elementor-widget-dthem-product-categories .layout-1 .cate_image .link_category_product {
margin-bottom: 25px;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .link_category_product {
margin-bottom: 0;
background-color: var(--e-global-color-secondary);
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .link_category_product img {
transition: all 0.3s ease;
opacity: 0.6;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .cat-title a {
height: 100%;
width: 100%;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .cat-title a .cat-title-text {
text-transform: uppercase;
position: absolute;
bottom: 30px;
left: 30px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
margin-bottom: -25px;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .product-cat-caption {
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
height: 100%;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .categories-description {
display: none;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .cat-info {
position: absolute;
top: 30px;
right: 10px;
margin-top: 0;
transition: all 0.3s ease;
opacity: 0;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .cat-title {
display: flex;
flex-direction: column;
height: 100%;
position: relative;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .cat-title a {
color: #ffffff;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image:hover .link_category_product img {
opacity: 0.1;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image:hover .cat-title .cat-title-text:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image:hover .cat-title .cat-title-text:hover:after {
transform: rotate(0deg);
}
.elementor-widget-dthem-product-categories .layout-2 .cate_image:hover .cat-info {
opacity: 1;
right: 30px;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_icon {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.elementor-widget-dthem-product-categories .layout-2 .cate_icon .product-cat-caption {
order: -1;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image .link_category_product {
margin-bottom: 0;
background-color: var(--e-global-color-secondary);
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image .link_category_product img {
transition: all 0.3s ease;
opacity: 0.6;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image .cat-title-text {
font-size: 30px;
line-height: 40px;
text-transform: uppercase;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image .product-cat-caption {
padding: 60px;
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
height: 100%;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image .cat-title {
display: flex;
flex-direction: column;
height: 100%;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image .cat-title > * {
z-index: 1;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image .cat-title a {
color: #ffffff;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image:hover .link_category_product img {
opacity: 0.1;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image:hover .cat-title .cat-title-text:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-dthem-product-categories .layout-3 .cate_image:hover .cat-title .cat-title-text:hover:after {
transform: rotate(0deg);
}
.elementor-widget-dthem-product-categories .layout-3 .cate_icon {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.elementor-widget-dthem-product-categories .layout-3 .cate_icon .product-cat-caption {
order: -1;
}
.elementor-widget-dthem-product-categories .layout-3 .all-view {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}
.elementor-widget-dthem-product-categories.vertical-align-flex-end .layout-3 .cate_icon {
flex-direction: column-reverse;
}
.elementor-widget-dthem-product-categories.alignment-left .layout-3 .cate_icon .link_category_product {
margin-right: auto;
}
.elementor-widget-dthem-product-categories.elementor-product-category-show-border-yes .row {
margin: 0;
box-shadow: 0 0 0 1px var(--e-global-color-border);
}
.elementor-widget-dthem-product-categories.elementor-product-category-show-border-yes .elementor-categories-item {
box-shadow: 0 0 0 1px var(--e-global-color-border);
background-color: #ffffff;
margin: 0;
padding: 30px;
}
.elementor-widget-dthem-product-categories.enable-effects-yes .product-cat-caption .cat-title {
position: relative;
padding: 10px;
}
.elementor-widget-dthem-product-categories.enable-effects-yes .product-cat-caption .cat-title:before {
content: "";
height: 100%;
width: 100%;
background: linear-gradient(to right, #ffffff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #ffffff 1px, transparent 1px) 0 0, linear-gradient(to left, #ffffff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #ffffff 1px, transparent 1px) 100% 0, linear-gradient(to left, #ffffff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #ffffff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #ffffff 1px, transparent 1px) 0 100%, linear-gradient(to top, #ffffff 1px, transparent 1px) 0 100%;
background-repeat: no-repeat;
background-size: 7px 7px;
position: absolute;
top: 0;
left: 0;
transition: background-size 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
z-index: 0;
}
.elementor-widget-dthem-product-categories.enable-effects-yes .product-cat-caption .cat-title:after {
content: "";
height: 100%;
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.2);
position: absolute;
top: 0;
left: 0;
}
.elementor-widget-dthem-product-categories.enable-effects-yes .product-cat-caption:hover .cat-title:before {
background-size: 100% 100%;
}
.elementor-widget-dthem-products-tabs .elementor-tabs-wrapper {
text-align: center;
display: flex;
flex-wrap: wrap;
}
.elementor-widget-dthem-products-tabs .elementor-tab-title {
display: inline-block;
line-height: 1;
cursor: pointer;
outline: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
padding: 15px 27px 15px 27px;
margin: 0 10px 0 0;
color: var(--e-global-color-dark);
border-style: solid;
border-width: 4px 4px 4px 4px;
border-color: var(--e-global-color-border);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-dthem-products-tabs .elementor-tab-title:first-child:before {
content: none;
}
.elementor-widget-dthem-products-tabs .elementor-tab-title:hover {
color: #FFFFFF;
background-color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
}
.elementor-widget-dthem-products-tabs .elementor-tab-content {
border: 0;
padding-top: 30px;
}
.elementor-widget-dthem-products-tabs .elementor-tabs-content-wrapper {
border: none;
}
.elementor-widget-dthem-products-tabs ul.products {
margin: 0;
}
.products-block-style-2-hidden-yes .woocommerce-carousel .slick-list {
overflow: visible;
}
.products-block-style-2-hidden-yes .woocommerce-carousel .slick-slide:not(.slick-active) {
opacity: 0;
visibility: hidden;
}
.products-block-style-2-hidden-yes .woocommerce-carousel .slick-slide.slick-active ~ .slick-slide {
opacity: 1;
visibility: visible;
}
.elementor-html .onsale + img,
.elementor-html .product-image + img {
display: none !important;
}
.elementor-html .site-content-contain {
z-index: 100;
}
.elementor-html .product-image.no-gallery {
display: none !important;
}
.woocommerce-carousel {
position: relative;
}
.woocommerce-carousel .slick-list {
z-index: 9;
padding-top: 30px;
margin-top: -30px;
padding-left: 5px;
padding-right: 5px;
margin-left: -5px;
margin-right: -5px;
}
.woocommerce-carousel ul.products {
display: none;
position: static !important;
}
.woocommerce-carousel ul.products.slick-initialized {
display: block;
}
.woocommerce-carousel ul.products li.product {
margin: 0 !important;
}
.woocommerce-carousel .slick-slide > div {
display: flex;
height: 100%;
}
.woocommerce-carousel .slick-next.slick-disabled, .woocommerce-carousel .slick-prev.slick-disabled {
opacity: 0.8;
cursor: not-allowed;
}
.woocommerce-product-list .woocommerce-carousel ul.products {
display: none;
}
.woocommerce-product-list .woocommerce-carousel ul.products.slick-initialized {
display: block;
}
.woocommerce-product-list .woocommerce-carousel .slick-list {
margin: 0;
padding: 0;
}
.woocommerce-product-list ul.products {
list-style: none;
display: flex;
flex-wrap: wrap;
}
.woocommerce-product-list ul.products li {
margin-bottom: 30px;
}
[class*=columns-] .woocommerce-product-list ul.products {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce-product-list ul.products .product-list-inner {
display: flex;
position: relative;
align-items: center;
background-color: #ffffff;
padding: 25px;
}
.woocommerce-product-list ul.products .product-list-inner img {
width: 100%;
max-width: 110px;
}
.woocommerce-product-list ul.products .product-list-inner > a {
display: block;
}
.woocommerce-product-list ul.products .product-content {
margin-left: 10px;
padding: 0;
flex: 1;
}
.woocommerce-product-list ul.products .posted-in {
font-size: 12px;
line-height: 14px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-transform: uppercase;
margin-bottom: 10px;
}
.woocommerce-product-list ul.products .posted-in a {
color: var(--e-global-color-light);
}
.woocommerce-product-list ul.products .posted-in a:hover {
color: var(--e-global-color-primary);
}
.woocommerce-product-list ul.products .star-rating {
margin-bottom: 10px;
}
.woocommerce-product-list ul.products .product-title {
display: block;
font-size: 16px;
margin-bottom: 10px;
line-height: 20px;
font-weight: 700;
}
.woocommerce-product-list ul.products .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--e-global-color-secondary);
}
.woocommerce-product-list ul.products .product-title span:hover {
color: var(--e-global-color-primary);
}
.woocommerce-product-list ul.products .wc-forward, .woocommerce-product-list ul.products .added_to_cart {
display: none;
}
.woocommerce-product-list ul.products .price {
font-size: 14px;
display: flex;
flex-wrap: wrap;
align-items: center;
font-weight: 700;
color: var(--e-global-color-accent);
}
.woocommerce-product-list ul.products .price del {
font-size: 0.85em;
}
.woocommerce-product-list ul.products .price del {
font-size: 12px;
color: var(--e-global-color-light);
font-weight: var(--e-global-typography-text-font-weight);
}
.woocommerce-product-list ul.products .price ins {
order: -1;
}
.woocommerce-product-list ul.products .short-description {
margin-bottom: 10px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.woocommerce-product-list ul.products .star-rating {
display: inline-block;
margin-bottom: 0;
font-size: 11px;
margin-right: 3px;
}
.woocommerce-product-list ul.products .dthem-count-review {
display: flex;
align-items: center;
margin-bottom: 16px;
font-size: 12px;
line-height: 14px;
color: var(--e-global-color-light);
}
.woocommerce-product-list ul.products .slick-slide {
height: auto !important;
}
.woocommerce-product-list.products-list-2 ul.products li.product:last-child .product-list-inner {
border: none;
}
.woocommerce-product-list.products-list-2 ul.products .product-list-inner {
padding: 20px 0;
border-radius: 0;
background-color: transparent;
border-bottom: 1px solid var(--e-global-color-border);
}
.woocommerce-product-list.products-list-2 ul.products .product-list-inner img {
max-width: 95px;
}
.woocommerce-product-list.products-list-2 ul.products .product-content {
margin-left: 15px;
}
.woocommerce-product-list.products-list-3 ul.products .product-list-inner {
padding: 0;
}
.woocommerce-product-list.products-list-3 ul.products .product-list-inner img {
max-width: unset;
}
.woocommerce-product-list.products-list-3 ul.products .product-list-inner > a {
width: 40%;
}
@media (max-width: 767px) {
.woocommerce-product-list.products-list-3 ul.products .product-list-inner > a {
width: 33%;
}
}
.woocommerce-product-list.products-list-3 ul.products .product-content {
padding: 50px 50px 50px 30px;
width: 60%;
}
@media (max-width: 767px) {
.woocommerce-product-list.products-list-3 ul.products .product-content {
width: 65%;
}
}
.woocommerce-product-list.products-list-3 ul.products .product-title {
font-size: 24px;
line-height: 28px;
font-weight: 700;
}
.woocommerce-product-list.products-list-3 ul.products .price {
margin-bottom: 15px;
}
.woocommerce-product-list.products-list-3 ul.products .price del bdi {
font-size: 16px;
}
.woocommerce-product-list.products-list-3 ul.products .price bdi {
font-size: 24px;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner {
display: block;
padding: 30px;
transition: all 0.4s ease-in-out;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover {
z-index: 99 !important;
border-radius: 5px 5px 0 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover:before {
visibility: visible;
opacity: 1;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action {
opacity: 1;
visibility: visible;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action .woosc-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action .woosq-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action .woosw-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:hover .group-action .shop-action a[class*=product_type_] {
-ms-animation-name: run_button_thumbnail_right;
-o-animation-name: run_button_thumbnail_right;
-moz-animation-name: run_button_thumbnail_right;
-webkit-animation-name: run_button_thumbnail_right;
animation-name: run_button_thumbnail_right;
-ms-animation-duration: 250ms;
-o-animation-duration: 250ms;
-moz-animation-duration: 250ms;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 5px;
margin-bottom: -70px;
background-color: #FFF;
visibility: hidden;
opacity: 0;
z-index: -1;
box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.07);
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner img {
max-width: unset;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a {
position: relative;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .group-action {
position: absolute;
transition: all ease-in-out 0.3s;
top: 10px;
right: 0;
z-index: 5;
visibility: hidden;
opacity: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_] {
max-width: 38px;
height: 38px;
position: relative;
white-space: nowrap;
background-color: #F2F2F2;
padding: 0 18px;
overflow: hidden;
transition: all ease-in-out 0.3s;
color: #F2F2F2;
text-overflow: ellipsis;
display: flex;
align-items: center;
font-size: 14px;
border: none;
letter-spacing: 0;
border-radius: 5px;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:before {
position: absolute;
top: 50%;
right: 19px;
transform: translate(50%, -50%);
font-size: 14px;
color: var(--e-global-color-accent);
margin: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:hover, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:focus, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:active,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:hover,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:focus,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:active,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:hover,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:focus,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:active,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:hover,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:focus,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:active {
background-color: #000000;
max-width: 260px;
color: #ffffff;
padding: 0 40px 0 20px;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:hover:before, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:focus:before, .woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosc-btn:active:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:hover:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:focus:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosq-btn:active:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:hover:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:focus:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action .woosw-btn:active:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:hover:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:focus:before,
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_]:active:before {
color: #ffffff;
border: none;
}
.woocommerce-product-list.products-list-4 ul.products .product-list-inner > a .shop-action a[class*=product_type_] {
margin-bottom: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-title {
font-size: 20px;
line-height: 28px;
margin-bottom: 15px;
}
.woocommerce-product-list.products-list-4 ul.products .product-content {
margin-top: 15px;
margin-left: 0;
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom {
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 9;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
background-color: #ffffff;
border-radius: 0 0 5px 5px;
transition: all 0.3s ease-in-out;
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom a[class*=product_type_] {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
line-height: 24px;
text-transform: uppercase;
font-weight: 700;
padding: 6px 20px;
border-radius: 5px;
border: none;
background-color: var(--e-global-color-primary);
color: #ffffff;
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom a[class*=product_type_]:hover {
background-color: var(--primary_hover);
}
.woocommerce-product-list.products-list-4 ul.products .product-caption-bottom a[class*=product_type_]:before {
font-size: 18px;
}
.woocommerce-product-list.products-list-4 ul.products .price {
margin-bottom: 10px;
}
@media (min-width: 1024px) {
.woocommerce-product-list.products-list-special ul.products {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
margin: 0 !important;
}
.woocommerce-product-list.products-list-special ul.products .product {
width: 100%;
max-width: 100% !important;
padding: 0;
margin-bottom: 0;
background-color: #fff;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child {
grid-row-end: span 3;
grid-column-start: span 1;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner {
flex-direction: column;
align-items: flex-start;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner img {
max-width: 100%;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner .product-title {
font-size: 20px;
line-height: 28px;
}
.woocommerce-product-list.products-list-special ul.products .product:first-child .product-list-inner .product-content .posted-in {
display: block;
}
.woocommerce-product-list.products-list-special ul.products .product .product-content .posted-in {
display: none;
}
}
.time-sale {
display: flex;
align-items: center;
flex-wrap: wrap;
background-color: var(--e-global-color-primary);
color: #ffffff;
font-size: 14px;
padding: 3px 10px;
border-radius: 5px;
margin-bottom: 25px;
}
.time-sale .deal-text {
display: flex;
align-items: center;
margin-right: 5px;
}
.time-sale .deal-text i {
margin-right: 5px;
}
.time-sale .dthem-countdown {
display: flex;
flex-wrap: wrap;
font-weight: 700;
}
.time-sale .dthem-countdown .countdown-item {
text-align: center;
line-height: 1;
}
.time-sale .dthem-countdown .countdown-item:after {
content: ":";
margin-right: 2px;
}
.time-sale .dthem-countdown .countdown-item:last-child:after {
content: none;
}
.products-block-style--2-hidden-yes .woocommerce-carousel .slick-list {
overflow: visible;
}
.products-block-style--left-hidden-yes .slick-slide:not(.slick-active) {
opacity: 0;
visibility: hidden;
}
.products-block-style--left-hidden-yes .slick-slide.slick-active ~ .slick-slide {
opacity: 1;
visibility: visible;
}
.image_thumbnail {
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.image_thumbnail .woocommerce-product-gallery__image {
padding: 5px;
}
.image_thumbnail .woocommerce-product-gallery__image img {
width: 100px;
height: 70px;
object-fit: cover;
}
.elementor-widget-dthem-search .widget {
padding: 0;
margin-bottom: 0;
border: none;
}
.elementor-widget-dthem-search .site-header-search {
display: block;
}
.elementor-widget-dthem-search .site-header-search .button-search-popup {
text-align: center;
}
.elementor-widget-dthem-search .site-header-search .button-search-popup .dthem-icon-search {
margin-bottom: 5px;
}
.elementor-widget-dthem-search .site-header-search .button-search-popup .content {
display: block;
font-size: 16px;
font-weight: 500;
}
.elementor-widget-dthem-search .site-header-search .button-search-popup:hover {
color: var(--e-global-color-accent);
}
.elementor-widget-dthem-search .site-header-search .button-search-popup:hover .dthem-icon-search {
color: var(--e-global-color-accent);
}
.elementor-widget-dthem-search .layout-1 input[type=search] {
padding: 0.3em 0;
text-align: end;
}
.elementor-widget-dthem-search .layout-1 button[type=submit] {
width: 0;
left: 0;
}
.elementor-widget-dthem-search .layout-2 button[type=submit] {
font-size: 16px;
font-weight: bold;
width: 110px;
}
.elementor-widget-dthem-search .layout-2 button[type=submit]:hover {
background-color: var(--e-global-color-secondary);
}
.elementor-widget-dthem-search .layout-2 input[type=search] {
padding: 0.74em 1.3em;
}
.elementor-widget-dthem-search .layout-2 .woocommerce-product-search button[type=submit]:before {
display: none;
}
.elementor-widget-dthem-search .popup .button-search-popup .content {
display: block;
font-size: 16px;
font-weight: 500;
}
@media screen and (max-width: 465px) {
.elementor-widget-dthem-search .popup .button-search-popup .content {
display: none;
}
}
.elementor-widget-dthem-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
color: var(--e-global-color-light);
text-transform: uppercase;
font-size: 12px;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs .elementor-tab-mobile-title:hover {
color: var(--e-global-color-accent);
}
.elementor-widget-dthem-tabs.elementor-widget-tabs .elementor-tab-title i {
margin-right: 5px;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tabs-wrapper {
display: flex;
overflow: unset;
flex-wrap: wrap;
justify-content: center;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title {
padding: 0;
position: relative;
line-height: 20px;
position: relative;
margin: 0 5px;
cursor: pointer;
border: 4px solid #E0E0E0;
padding: 12px 30px;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
color: var(--e-global-color-secondary);
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title:hover, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title:focus, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title:active, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title.elementor-active {
background: var(--e-global-color-secondary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: white;
border-color: var(--e-global-color-secondary);
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title:hover:after, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title:focus:after, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title:active:after, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title.elementor-active:after {
content: none;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-title:before {
display: none !important;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tab-content, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style1 .elementor-tabs-content-wrapper {
border: none;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tabs-wrapper {
display: flex;
overflow: unset;
border-radius: 5px;
flex-wrap: wrap;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title {
position: relative;
line-height: 1;
position: relative;
font-weight: 600;
padding: 10px 13px;
margin-right: 10px;
border-color: transparent;
border-style: solid;
font-size: 14px;
display: flex;
align-items: center;
color: #999;
}
@media (max-width: 767px) {
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title {
margin: 5px 0px 5px 0px;
min-width: 50%;
justify-content: center;
}
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:last-child {
border: none;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:hover, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:focus, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:active, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title.elementor-active {
color: var(--e-global-color-accent);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:hover:after, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:focus:after, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:active:after, .elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title.elementor-active:after {
display: none;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title:before {
display: none !important;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title i {
margin-top: -3px;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-title .title {
vertical-align: middle;
}
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tab-content,
.elementor-widget-dthem-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.elementor-tabs-style2 .elementor-tabs-content-wrapper {
border: none;
}
.elementor-widget-dthem-tabs .elementor-tabs .elementor-tab-mobile-title {
display: none !important;
}
.elementor-teams-wrapper {
position: relative;
}
.elementor-teams-wrapper .team-image {
width: 100%;
display: inline-block;
margin-bottom: -10px;
}
.elementor-teams-wrapper .team-image img {
width: 100%;
object-fit: cover;
}
.elementor-teams-wrapper .team-content {
position: absolute;
left: 50%;
bottom: -21px;
transform: translateX(-50%);
z-index: 99;
min-width: 210px;
min-height: 90px;
-ms-transition: all 0.42s ease;
-o-transition: all 0.42s ease;
-moz-transition: all 0.42s ease;
-webkit-transition: all 0.42s ease;
transition: all 0.42s ease;
background-color: #ffffff;
}
.elementor-teams-wrapper .team-name {
width: 100%;
font-size: 20px;
line-height: 1;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: #ffffff;
padding: 20px 15px 45px 15px;
}
.elementor-teams-wrapper .team-name a {
color: #ffffff;
}
.elementor-teams-wrapper .team-name a:hover {
color: var(--e-global-color-primary);
}
.elementor-teams-wrapper .team-name:hover {
color: var(--e-global-color-primary);
}
.elementor-teams-wrapper .team-job {
width: 100%;
min-height: 30px;
position: absolute;
bottom: 0;
left: 0;
padding: 5px 15px;
font-size: 16px;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
text-transform: capitalize;
color: var(--e-global-color-light);
background-color: var(--e-global-color-secondary);
}
.elementor-teams-wrapper .team-icon-socials ul {
list-style: none;
margin: 0;
line-height: 0;
}
.elementor-teams-wrapper .team-icon-socials ul li.social {
display: inline-block;
margin: 0 5px;
}
.elementor-teams-wrapper .team-icon-socials ul li.social:last-child {
margin-right: 0;
}
.elementor-teams-wrapper .team-icon-socials ul li.social:first-child {
margin-left: 0;
}
.elementor-teams-wrapper .team-icon-socials ul li.social a {
display: inline-block;
font-size: 14px;
color: #ffffff;
}
.elementor-teams-wrapper .team-icon-socials ul li.social a:hover {
border-color: var(--e-global-color-primary);
color: var(--e-global-color-primary);
transition: all 0.3s ease;
}
.elementor-teams-wrapper .team-description {
margin-bottom: 75px;
color: var(--e-global-color-text);
}
.elementor-teams-wrapper:hover .team-content {
bottom: 8px;
}
.elementor-testimonial-item-wrapper .inner {
margin-right: auto;
margin-left: auto;
padding: 0;
}
.elementor-testimonial-item-wrapper .testimonial-icon {
font-size: 56px;
color: var(--e-global-color-primary);
margin-bottom: 47px;
}
.elementor-testimonial-item-wrapper .testimonial-icon i {
height: 120px;
width: 120px;
position: relative;
padding: 32px 10px;
text-align: center;
}
.elementor-testimonial-item-wrapper .testimonial-icon i:after {
content: "";
height: 100%;
width: 100%;
background: linear-gradient(to right, #ffffff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #ffffff 1px, transparent 1px) 0 0, linear-gradient(to left, #ffffff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #ffffff 1px, transparent 1px) 100% 0, linear-gradient(to left, #ffffff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #ffffff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #ffffff 1px, transparent 1px) 0 100%, linear-gradient(to top, #ffffff 1px, transparent 1px) 0 100%;
background-repeat: no-repeat;
background-size: 7px 7px;
position: absolute;
top: 0;
left: 0;
transition: background-size 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.elementor-testimonial-item-wrapper .testimonial-content {
display: flex;
flex-direction: column;
}
.elementor-testimonial-item-wrapper .title {
font-size: 18px;
line-height: 21px;
font-weight: 700;
margin-bottom: 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
color: #FEC004;
font-size: 9px;
line-height: 1;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
margin-right: 2px;
}
.elementor-testimonial-item-wrapper .name {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
margin-bottom: 3px;
color: var(--e-global-color-secondary);
font-weight: var(--e-global-typography-primary-font-weight);
font-family: var(--e-global-typography-primary-font-family);
}
.elementor-testimonial-item-wrapper .job {
font-size: 14px;
color: var(--e-global-color-text);
margin-bottom: 13px;
}
.elementor-testimonial-item-wrapper .content {
font-size: 30px;
line-height: 44px;
color: var(--e-global-color-text);
font-weight: var(--e-global-typography-primary-font-weight);
font-family: var(--e-global-typography-primary-font-family);
}
.elementor-testimonial-item-wrapper .testimonial-caption {
width: 100%;
line-height: 1;
}
.elementor-testimonial-item-wrapper .testimonial-caption .testimonial-caption-inner {
display: inline-block;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-content-position-aside .content {
margin-top: 15px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-content-position-aside .testimonial-caption {
order: -1;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-content-position-top .content {
margin-bottom: 50px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-aside .elementor-testimonial-image {
padding-right: 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-top .elementor-testimonial-image {
padding-bottom: 20px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-top .elementor-testimonial-image,
.elementor-testimonial-item-wrapper .elementor-testimonial-images-position-top .elementor-testimonial-details {
display: block;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image,
.elementor-testimonial-item-wrapper .elementor-testimonial-details {
display: table-cell;
vertical-align: middle;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
display: inline;
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
}
.elementor-testimonial-item-wrapper .dthem-carousel .slick-list {
padding-top: 20px;
}
.home .nav-vertiacl-menu-layout-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu {
opacity: 1;
visibility: visible;
z-index: 990;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item {
padding: 7px 20px 7px 30px;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item .elementor-icon-list-text {
color: var(--e-global-color-accent);
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover {
background-color: #f4f4f4;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover .elementor-icon-list-text {
color: var(--e-global-color-primary);
}
.elementor-video-popup {
display: inline-flex;
align-items: center;
}
.elementor-video-popup {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
justify-content: center;
position: relative;
width: 100px;
height: 100px;
}
.elementor-video-popup .elementor-video-icon {
transform: translateX(2px);
transition: transform 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.elementor-video-icon {
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1em;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
font-size: 24px;
border: none;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
color: var(--e-global-color-primary);
background-color: transparent;
border: none;
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
position: relative;
display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
position: absolute;
content: attr(data-hover);
color: var(--e-global-color-accent);
clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
transition: clip-path 0.5s ease;
}
.animated-slide-column > .elementor-column-wrap {
transition: opacity 0s 0.6s, transform 1s 0.6s;
opacity: 0;
transform: translateX(-20px) translateZ(0);
}
.animated-slide-column:after {
content: "";
margin: 0 -5px 0 0;
position: absolute;
top: 0;
right: 100%;
bottom: 100%;
left: 0;
background-color: var(--e-global-color-primary);
z-index: 3;
transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
overflow: hidden;
position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
transform: translateX(0);
opacity: 1;
}
.animated-slide-column.col-loaded:after {
margin-right: 0;
right: -3px;
bottom: 0;
left: 100%;
}
.animated-bg-parallax {
overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
transform: none !important;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
position: relative;
overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
position: relative;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
content: "";
position: absolute;
width: 2px;
height: 0;
background-color: var(--e-global-color-primary);
top: -60px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
left: 0;
right: 0;
margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
color: var(--e-global-color-primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
transform: scale(1.1);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.text-rotate {
-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.text-shadow {
-webkit-text-stroke: 3px #fff;
-webkit-text-fill-color: var(--e-global-color-primary);
}
.elementor-align-justify .elementor-button {
text-align: justify;
}
.elementor-button {
border: none;
}
.elementor-button .elementor-button-icon {
display: inline-flex;
align-items: center;
justify-content: center;
}
.elementor-button .elementor-button-content-wrapper {
align-items: center;
}
.elementor-default .elementor-button.elementor-size-xs {
font-size: 11px;
padding: 10px 20px;
}
.elementor-default .elementor-button.elementor-size-md {
font-size: 14px;
padding: 20px 40px;
}
.elementor-default .elementor-button.elementor-size-lg {
font-size: 18px;
padding: 22px 45px;
}
.elementor-default .elementor-button.elementor-size-xl {
font-size: 24px;
padding: 25px 50px;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button .elementor-button-icon {
position: relative;
width: 22px;
height: 22px;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button .elementor-button-icon:before, .elementor-widget-button.button-style-dthem-yes .elementor-button .elementor-button-icon:after {
box-sizing: inherit;
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
top: 0;
left: 0;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button .elementor-button-icon:before {
border: 2px solid transparent;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button .elementor-button-icon:after {
border: 0 solid transparent;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button:hover .elementor-button-icon:before {
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button:hover .elementor-button-icon:after {
border-top: 2px solid #000000;
border-left-width: 2px;
border-right-width: 2px;
transform: rotate(270deg);
transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button {
background-color: transparent;
position: relative;
color: #000000;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button i {
transition: transform 0.3s ease;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button:hover, .elementor-widget-button.button-style-dthem-yes .elementor-button:focus, .elementor-widget-button.button-style-dthem-yes .elementor-button:active {
color: var(--e-global-color-primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-button.button-style-dthem-yes .elementor-button:hover i, .elementor-widget-button.button-style-dthem-yes .elementor-button:focus i, .elementor-widget-button.button-style-dthem-yes .elementor-button:active i {
fill: var(--e-global-color-primary);
color: var(--e-global-color-primary);
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-info .elementor-button {
border-color: #71d7f7;
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-info .elementor-button:before {
background-color: #71d7f7;
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-success .elementor-button {
border-color: #5cb85c;
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-success .elementor-button:before {
background-color: #5cb85c;
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-warning .elementor-button {
border-color: #f0ad4e;
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-warning .elementor-button:before {
background-color: #f0ad4e;
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-danger .elementor-button {
border-color: #d9534f;
}
.elementor-widget-button.button-style-dthem-yes.elementor-button-danger .elementor-button:before {
background-color: #d9534f;
}
.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-view-stacked .elementor-icon {
background-color: var(--e-global-color-primary);
}
.elementor-icon-box-wrapper:hover .elementor-icon {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.enable-effects-yes .elementor-icon {
position: relative;
padding: 30px;
}
.enable-effects-yes .elementor-icon:before {
content: "";
height: 100%;
width: 100%;
background: linear-gradient(to right, #000000 1px, transparent 1px) 0 0, linear-gradient(to bottom, #000000 1px, transparent 1px) 0 0, linear-gradient(to left, #000000 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #000000 1px, transparent 1px) 100% 0, linear-gradient(to left, #000000 1px, transparent 1px) 100% 100%, linear-gradient(to top, #000000 1px, transparent 1px) 100% 100%, linear-gradient(to right, #000000 1px, transparent 1px) 0 100%, linear-gradient(to top, #000000 1px, transparent 1px) 0 100%;
background-repeat: no-repeat;
background-size: 7px 7px;
position: absolute;
top: 0;
left: 0;
transition: background-size 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.enable-effects-yes .elementor-icon:after {
content: "";
height: 100%;
width: 100%;
border: 1px solid var(--border);
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.enable-effects-yes:hover .elementor-icon:before {
background-size: 100% 100%;
}
.elementor-image-box-wrapper .elementor-image-box-img img {
display: inline-block;
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-img a:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
left: 0;
top: 0;
transition: all 0.4s ease;
z-index: 10;
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-img img {
display: block;
margin-left: auto;
margin-right: auto;
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper {
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
bottom: 0;
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img a:before {
opacity: 1;
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-content {
position: absolute;
width: 100%;
bottom: -40px;
z-index: 11;
transition: all 0.3s ease;
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
margin-bottom: 0;
font-size: 14px;
background-color: var(--e-global-color-primary);
}
.dthem-image-box-style-2.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
display: flex;
height: 40px;
align-items: center;
justify-content: center;
line-height: 18px;
color: #ffffff;
}
.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
text-decoration: underline;
}
.style-theme-dthem-yes .elementor-accordion .elementor-accordion-item {
margin-bottom: -5px;
font-size: 20px;
line-height: 24px;
letter-spacing: 0;
font-weight: bold;
border-radius: 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
color: var(--e-global-color-accent);
}
.style-theme-dthem-yes .elementor-accordion .elementor-accordion-item:hover {
color: var(--e-global-color-accent);
}
.style-theme-dthem-yes .elementor-accordion .elementor-tab-title {
margin: 0;
padding: 25px 0 30px 0;
font-size: 20px;
font-weight: 700;
line-height: 1;
cursor: pointer;
outline: none;
color: #000000;
}
.style-theme-dthem-yes .elementor-accordion .elementor-tab-content {
display: none;
font-size: 16px;
line-height: 24px;
font-weight: var(--e-global-typography-text-font-weight);
padding: 0 0 25px 0;
border-top: 0;
margin-top: -20px;
}
.style-theme-dthem-yes .elementor-accordion .elementor-accordion-icon {
font-size: 16px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
border-right: none;
border-left: none;
border-bottom: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
border-top: none;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container {
overflow: hidden;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a {
position: relative;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a img {
transform: scale(1);
transition: transform 0.35s;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:before, .image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:after {
transform: scale(0.9);
transition: transform 0.35s, all 0.7s;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:before {
position: absolute;
content: "";
width: 100%;
height: 50%;
left: 50%;
margin-left: -50%;
top: 25%;
border-color: rgba(200, 200, 200, 0);
border-style: solid;
border-width: 0 1px;
z-index: 2;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:after {
position: absolute;
content: "";
width: 50%;
height: 100%;
left: 50%;
margin-left: -25%;
top: 0;
border-color: rgba(200, 200, 200, 0);
border-style: solid;
border-width: 1px 0;
z-index: 2;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:hover img {
transform: scale(1.09);
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:hover:before {
height: 100%;
top: 0;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:hover:after {
width: 100%;
margin-left: -50%;
}
.image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:hover:before, .image-style-dthem-yes.elementor-widget-image .elementor-widget-container a:hover:after {
border-color: #fff;
}
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
display: none;
}
.header-absolute {
position: absolute !important;
width: 100%;
z-index: 99;
background-color: transparent !important;
}
:root {
--scroll-bar: 8px;
}
body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
width: 100vw !important;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
left: 0 !important;
}
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - 20px) !important;
margin-left: calc(-50vw + 50% + 10px) !important;
margin-right: calc(-50vw + 50% + 10px);
left: 0 !important;
}
@supports (color: var(--scroll-bar)) {
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - var(--scroll-bar)) !important;
margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
left: 0 !important;
}
}
@media (min-width: 1025px) {
body.page-template-template-header_sidebar:not(.has-scrollbar) .site-content .elementor-section.elementor-section-stretched {
width: calc(100vw - 315px) !important;
margin-left: calc(-50vw + 157px + 50%) !important;
margin-right: calc(-50vw + 157px + 50%) !important;
left: 0 !important;
}
@supports (color: var(--scroll-bar)) {
body.page-template-template-header_sidebar.has-scrollbar .site-content .elementor-section.elementor-section-stretched {
width: calc(100vw - 315px - var(--scroll-bar)) !important;
margin-left: calc(-50vw + 157px + 50% + (var(--scroll-bar) / 2)) !important;
margin-right: calc(-50vw + 157px + 50% + (var(--scroll-bar) / 2)) !important;
left: 0 !important;
}
}
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
opacity: 1;
}
.c-primary {
color: var(--e-global-color-primary);
}
.elementor-widget-tabs .elementor-tab-title a {
display: flex;
align-items: center;
}
   @font-face {
font-family: "star";
src: url(//www.toprider.gr/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//www.toprider.gr/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//www.toprider.gr/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//www.toprider.gr/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//www.toprider.gr/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: normal;
font-style: normal;
}
@keyframes slideInDown1 {
from {
transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 100%, 0);
visibility: hidden;
}
to {
transform: translate3d(0, 0, 0);
}
}
.price ins {
color: var(--e-global-color-primary);
}
.price del {
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-light);
}
.price bdi {
font-weight: inherit;
} .site-header-cart {
list-style-type: none;
margin-left: 0;
padding: 0;
margin-bottom: 0;
}
.site-header-cart .cart-contents {
position: relative;
display: block;
}
.site-header-cart .cart-contents::before {
color: var(--e-global-color-accent);
}
.site-header-cart .widget_shopping_cart {
display: none;
background-color: var(--background);
padding: 2.2906835em 1.41575em 1.41575em;
}
.site-header-cart .widget_shopping_cart .buttons {
padding: 0;
}
.site-header-cart .widget_shopping_cart .buttons .button {
margin: 0;
}
.site-search {
font-size: 14px;
color: var(--e-global-color-text);
clear: both;
display: none;
}
.site-search .widget_product_search #searchsubmit {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.site-search .widget_product_search #searchsubmit:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-weight: var(--e-global-typography-primary-font-weight);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .dthem-handheld-footer-bar {
position: fixed !important;
bottom: 0;
left: 0;
right: 0;
z-index: 996;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.dthem-handheld-footer-bar::before, .dthem-handheld-footer-bar::after {
content: "";
display: table;
}
.dthem-handheld-footer-bar::after {
clear: both;
}
@media (min-width: 1025px) {
.dthem-handheld-footer-bar {
display: none;
}
}
.dthem-handheld-footer-bar ul {
margin: 0;
}
.dthem-handheld-footer-bar ul li {
display: inline-block;
float: left;
text-align: center;
}
.dthem-handheld-footer-bar ul li:last-child > a {
border-right: 0;
}
.dthem-handheld-footer-bar ul li > a {
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
padding-bottom: 5px;
background-color: var(--background);
height: 4.235801032em;
position: relative;
z-index: 999;
border-right: 1px solid;
border-right-color: var(--e-global-color-border);
}
.dthem-handheld-footer-bar ul li > a:before {
color: var(--e-global-color-accent);
}
.dthem-handheld-footer-bar ul li > a .title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-accent);
}
.dthem-handheld-footer-bar ul li.search .site-search {
background-color: var(--background);
position: absolute;
bottom: -5em;
left: 0;
right: 0;
transition: all, ease, 0.2s;
padding: 1em;
z-index: 1;
display: block;
}
.dthem-handheld-footer-bar ul li.search.active .site-search {
bottom: calc(100% + 1px);
}
.dthem-handheld-footer-bar ul li.search .site-search,
.dthem-handheld-footer-bar ul li.search .widget,
.dthem-handheld-footer-bar ul li.search form {
margin-bottom: 0;
}
.dthem-handheld-footer-bar ul li.search .widget_product_search {
padding-bottom: 0;
}
.dthem-handheld-footer-bar ul li.search .ajax-search-result {
display: none;
}
.dthem-handheld-footer-bar ul li.cart .count, .dthem-handheld-footer-bar ul li.wishlist .count {
display: inline-block;
min-width: 16px;
text-indent: 0;
line-height: 12px;
font-size: 12px;
padding: 2px 0;
box-sizing: content-box;
position: absolute;
top: 0.5em;
left: 50%;
border-radius: 100%;
color: #fff;
background-color: var(--e-global-color-primary);
}
.dthem-handheld-footer-bar ul.columns-1 li {
width: 100%;
display: block;
float: none;
}
.dthem-handheld-footer-bar ul.columns-2 li {
width: 50%;
}
.dthem-handheld-footer-bar ul.columns-3 li {
width: 33.33333%;
}
.dthem-handheld-footer-bar ul.columns-4 li {
width: 25%;
}
.dthem-handheld-footer-bar ul.scsscolumns-5 li {
width: 20%;
}
.sf-input-focused .dthem-handheld-footer-bar {
display: none;
} table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
content: "";
display: table;
}
table.shop_table_responsive tr td::after {
clear: both;
}
table.shop_table_responsive tr td[data-title]::before {
content: attr(data-title) ": ";
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
float: left;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
display: none;
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
}
table.shop_table_responsive.my_account_orders .order-actions {
text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions::before {
display: none;
}   .rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
direction: ltr;
unicode-bidi: embed;
}  .woocommerce-form__label-for-checkbox {
cursor: pointer;
display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
margin-right: 0.3342343017em;
}
.form-row label {
color: var(--e-global-color-secondary);
display: block;
margin-bottom: 0.5em;
}
.form-row .select2-container--default .select2-selection--single {
border: 4px solid;
border-color: var(--e-global-color-border);
border-radius: 0;
min-height: 54px;
background-color: var(--background);
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 51px;
color: var(--e-global-color-text);
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 51px;
}
.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
background: #fff !important;
}
.form-row input,
.form-row textarea,
.form-row select {
width: 100%;
}
.form-row input[type=checkbox],
.form-row input[type=radio] {
width: auto;
}
.form-row .button {
width: auto;
}
.form-row.create-account label {
display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid input.input-checkbox {
outline: 2px solid #e2401c;
outline-offset: 1px;
}
.form-row.woocommerce-invalid .select2-selection {
border-color: #e2401c;
border-width: 2px;
}
.form-row-last {
margin-right: 0 !important;
}
.form-row-wide {
clear: both;
width: 100%;
}
.required {
border-bottom: 0 !important;
color: #e2401c;
}
.demo_store {
position: fixed;
left: 0;
bottom: 69px;
right: 0;
margin: 0;
padding: 1em 1.41575em;
background-color: #3d9cd2;
color: #fff;
z-index: 9998;
}
.demo_store a {
color: #fff;
text-decoration: underline;
}
.demo_store a:hover {
text-decoration: none;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
display: block;
}
.star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 14px;
font-size: 0.875rem;
width: 6.5em;
font-family: "star";
font-weight: 400;
}
.star-rating::before {
content: "s s s s s";
float: left;
top: 0;
left: 0;
position: absolute;
color: #89D37D;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span::before {
content: "S S S S S";
top: 0;
position: absolute;
left: 0;
color: #89D37D;
}
p.stars {
display: inline-block;
margin: 0;
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
}
p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "star";
content: "S";
color: var(--e-global-color-text);
text-indent: 0;
opacity: 0.25;
}
p.stars a:hover ~ a::before {
content: "S";
color: var(--e-global-color-text);
opacity: 0.25;
}
p.stars:hover a::before {
content: "S";
color: var(--e-global-color-primary);
opacity: 1;
}
p.stars.selected a.active::before {
content: "S";
color: var(--e-global-color-primary);
opacity: 1;
}
p.stars.selected a.active ~ a::before {
content: "S";
color: var(--e-global-color-text);
opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
content: "S";
color: var(--e-global-color-primary);
opacity: 1;
}
.group-label {
top: 0;
left: 0;
position: absolute;
display: flex;
flex-wrap: wrap;
}
.group-label span {
font-size: 14px;
font-size: 0.875rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
padding: 0 12px;
line-height: 24px;
display: inline-block;
margin-right: 5px;
border-radius: 4px;
}
.wc-block-grid__product-onsale,
.onsale {
color: #fff;
background-color: var(--e-global-color-primary);
}
.stock-label {
color: #fff;
background-color: #212121;
}
.new-label {
color: #fff;
background-color: #2D9CDB;
}
.quantity .qty {
width: 4.235801032em;
text-align: center;
}
.dthem-sorting {
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 6px 0;
border-radius: 0;
border-bottom: 1px solid var(--e-global-color-border);
}
@media (max-width: 767px) {
.dthem-sorting {
align-items: center;
margin-bottom: 30px;
justify-content: space-between;
}
}
.dthem-sorting > * {
margin-top: 0;
margin-bottom: 0;
}
.dthem-sorting .woocommerce-ordering {
position: relative;
margin-left: auto;
}
.dthem-sorting .woocommerce-ordering select {
color: var(--e-global-color-text);
font-size: 14px;
font-size: 0.875rem;
width: auto;
background-color: transparent;
border: none;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 12px;
}
.dthem-sorting .woocommerce-ordering select:not([size]):not([multiple]) {
background-size: 10px 12px;
}
.gridlist-toggle {
display: flex;
}
.gridlist-toggle a {
display: inline-flex;
justify-content: center;
align-items: center;
color: var(--e-global-color-text);
line-height: 0;
margin-right: 10px;
font-size: 11px;
font-size: 0.6875rem;
}
.gridlist-toggle a.active, .gridlist-toggle a:hover {
color: var(--e-global-color-secondary);
}
.related,
.upsells {
margin: 0 0 50px;
padding-top: 20px;
}
.related > h2:first-child,
.upsells > h2:first-child {
font-size: 36px;
font-size: 2.25rem;
text-align: center;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.related > h2:first-child,
.upsells > h2:first-child {
padding-top: 0;
}
}
@media (min-width: 1024px) {
.related ul.products li.product,
.upsells ul.products li.product {
margin-bottom: 0;
}
}
.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
color: #fff;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
margin-top: 0;
margin-bottom: 30px;
padding: 1.3em 1.618em 1em;
background-color: #0f834d;
border-radius: 2px;
color: #fff;
clear: both;
border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
line-height: 1;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
content: "";
display: table;
}
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
color: #fff;
opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
float: right;
padding: 0;
background: none;
color: #fff;
box-shadow: none;
line-height: 1.618;
margin-left: 1em;
padding-left: 1em;
border-width: 0;
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgba(255, 255, 255, 0.25) !important;
border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
background: none;
color: #fff;
opacity: 0.7;
}
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
color: #fff;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
background-color: rgba(0, 0, 0, 0.1);
}
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
margin-top: 2.617924em;
}
.woocommerce-error {
list-style: none;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
background-color: #3d9cd2;
}
.woocommerce-error {
background-color: #e2401c;
}
dl.variation {
font-size: 0.875em;
}
dl.variation dd {
margin: 0 0 1em;
}
.wc-item-meta {
font-size: 0.875em;
margin-left: 0;
list-style: none;
}
.wc-item-meta li::before, .wc-item-meta li::after {
content: "";
display: table;
}
.wc-item-meta li::after {
clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
display: inline-block;
} .dthem-product-section {
margin-bottom: 1.618em;
}
.dthem-product-section .section-title {
text-align: center;
margin-bottom: 1em;
}
.dthem-product-section:last-child {
margin-bottom: 0;
} .dthem-product-pagination {
position: relative;
display: flex;
align-items: center;
}
@media (max-width: 768px) {
.dthem-product-pagination {
display: none;
}
}
.dthem-product-pagination a > span {
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: var(--e-global-color-accent);
font-size: 24px;
}
.dthem-product-pagination a > span:hover {
color: var(--e-global-color-primary);
}
.dthem-product-pagination a:last-child {
margin-left: 4px;
}
.dthem-product-pagination a:hover .product-item {
opacity: 1;
visibility: visible;
pointer-events: auto;
top: 100%;
}
.dthem-product-pagination a span.shop-tooltip {
display: inline-flex;
align-items: center;
margin: 0 3px;
vertical-align: text-bottom;
line-height: 22px;
}
.dthem-product-pagination a:nth-child(2):hover {
color: var(--e-global-color-accent);
}
.dthem-product-pagination .product-item {
position: absolute;
right: 0;
top: calc(100% + 10px);
opacity: 0;
visibility: visible;
pointer-events: none;
width: 230px;
background: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
text-align: left;
transition: all ease-in-out 0.3s;
border-radius: 0;
overflow: hidden;
z-index: 99;
}
.dthem-product-pagination .product-item img {
max-width: 80px;
}
.dthem-product-pagination .product-item .dthem-product-pagination-content {
padding: 0 15px;
}
.dthem-product-pagination .product-item .dthem-product-pagination__title {
color: var(--e-global-color-accent);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 2.4em;
font-weight: 700;
line-height: 1.2;
margin-bottom: 5px;
}
.dthem-product-pagination .product-item .dthem-product-pagination__title:hover {
color: var(--e-global-color-primary);
}
.dthem-product-pagination .product-item .price {
display: flex;
align-items: baseline;
font-size: 14px;
color: var(--e-global-color-primary);
}
.dthem-product-pagination .product-item .price del {
color: var(--e-global-color-accent);
order: 2;
margin-left: 0.327em;
font-weight: var(--e-global-typography-text-font-weight);
font-size: 14px;
}
.dthem-product-pagination .product-item .price ins {
order: 1;
margin-left: 0;
font-weight: 700;
font-size: 14px;
color: #ef3636;
} .dthem-sticky-add-to-cart {
display: none;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
@media (max-width: 1023px) {
.dthem-archive-product #secondary {
display: none;
}
}
.woocommerce-result-count {
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-text);
position: relative;
padding-left: 20px;
margin-left: 10px;
}
.woocommerce-result-count:before {
content: "";
height: 25px;
left: 0;
top: 50%;
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
border-left: 1px solid var(--e-global-color-border);
position: absolute;
}
@media (max-width: 767px) {
.woocommerce-result-count {
display: none;
}
} .products-no-gutter ul.products {
margin-left: 0;
margin-right: 0;
}
.products-no-gutter .products-list ul.products {
margin-left: -15px;
margin-right: -15px;
}
ul.products,
.wc-block-grid__products {
margin: 0;
clear: both;
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
list-style: none;
margin-bottom: 40px;
position: relative;
transition: all 0.3s ease;
padding-left: 15px;
padding-right: 15px;
}
ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
text-align: center;
min-height: 50px;
line-height: 1.2;
position: relative;
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
}
ul.products li.product .added_to_cart.wc-forward,
ul.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products li.product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
display: none;
}
ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
display: block;
}
ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
margin-bottom: 0;
font-size: 16px;
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
ul.products li.product .price del,
ul.products .wc-block-grid__product .price del,
.wc-block-grid__products li.product .price del,
.wc-block-grid__products .wc-block-grid__product .price del {
color: var(--e-global-color-light);
font-weight: var(--e-global-typography-text-font-weight);
font-size: 14px;
font-size: 0.875rem;
}
ul.products li.product .price ins,
ul.products .wc-block-grid__product .price ins,
.wc-block-grid__products li.product .price ins,
.wc-block-grid__products .wc-block-grid__product .price ins {
order: -1;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
margin-top: auto;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 5px;
font-size: 16px;
font-size: 1rem;
text-transform: uppercase;
line-height: 1.2;
}
ul.products li.product h2 a,
ul.products li.product h3 a,
ul.products li.product .woocommerce-loop-product__title a,
ul.products li.product .wc-block-grid__product-title a,
ul.products .wc-block-grid__product h2 a,
ul.products .wc-block-grid__product h3 a,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.wc-block-grid__products li.product h2 a,
.wc-block-grid__products li.product h3 a,
.wc-block-grid__products li.product .woocommerce-loop-product__title a,
.wc-block-grid__products li.product .wc-block-grid__product-title a,
.wc-block-grid__products .wc-block-grid__product h2 a,
.wc-block-grid__products .wc-block-grid__product h3 a,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
color: inherit;
}
ul.products li.product h2 a:hover,
ul.products li.product h3 a:hover,
ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products li.product .wc-block-grid__product-title a:hover,
ul.products .wc-block-grid__product h2 a:hover,
ul.products .wc-block-grid__product h3 a:hover,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.product h2 a:hover,
.wc-block-grid__products li.product h3 a:hover,
.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
color: var(--e-global-color-primary);
}
ul.products li.product .star-rating,
ul.products .wc-block-grid__product .star-rating,
.wc-block-grid__products li.product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
display: inline-block;
margin-bottom: 0;
font-size: 11px;
margin-right: 3px;
}
ul.products li.product .dthem-count-review,
ul.products .wc-block-grid__product .dthem-count-review,
.wc-block-grid__products li.product .dthem-count-review,
.wc-block-grid__products .wc-block-grid__product .dthem-count-review {
display: flex;
align-items: center;
margin-bottom: 6px;
font-size: 12px;
line-height: 14px;
color: var(--e-global-color-light);
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
display: block;
margin: 0 auto;
width: 100%;
}
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
font-size: 1.1em;
}
ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
margin-bottom: 1.618em;
}
ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
display: -webkit-box;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 12px;
font-size: 0.75rem;
line-height: 14px;
text-transform: uppercase;
margin-bottom: 5px;
color: var(--e-global-color-accent);
}
@media (max-width: 567px) {
ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
margin-bottom: 5px;
}
}
ul.products li.product .posted-in a,
ul.products .wc-block-grid__product .posted-in a,
.wc-block-grid__products li.product .posted-in a,
.wc-block-grid__products .wc-block-grid__product .posted-in a {
color: var(--e-global-color-accent);
}
ul.products li.product .posted-in a:hover,
ul.products .wc-block-grid__product .posted-in a:hover,
.wc-block-grid__products li.product .posted-in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted-in a:hover {
text-decoration: underline;
color: var(--e-global-color-primary);
}
ul.products .slick-disabled:before,
.wc-block-grid__products .slick-disabled:before {
opacity: 0.75;
}
.product-block {
position: relative;
transition: all 0.4s ease-in-out;
height: 100%;
display: flex;
flex-direction: column;
padding-bottom: 1rem;
}
.product-block a[class*=product_type_] {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
border: none;
padding: 19px 25px;
position: absolute;
bottom: 0;
border-radius: 0;
background-color: var(--e-global-color-primary);
color: #fff;
z-index: 9;
white-space: nowrap;
text-transform: uppercase;
line-height: 1;
left: 50%;
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (min-width: 1024px) {
.product-block a[class*=product_type_] {
visibility: hidden;
opacity: 0;
}
}
.product-block a[class*=product_type_]:before {
margin-right: 0.5rem;
}
.product-block a[class*=product_type_]:hover {
background-color: var(--e-global-color-secondary);
}
.product-block:hover .product-transition {
border-color: transparent;
}
.product-block:hover a[class*=product_type_] {
visibility: visible;
opacity: 1;
}
.product-block:hover .product-transition .group-action {
opacity: 1;
visibility: visible;
}
.product-block:hover .product-transition .group-action .shop-action .woosc-btn,
.product-block:hover .product-transition .group-action .shop-action .woosq-btn,
.product-block:hover .product-transition .group-action .shop-action .woosw-btn,
.product-block:hover .product-transition .group-action .shop-action a[class*=product_type_] {
-ms-animation-name: run_button_thumbnail_bottom;
-o-animation-name: run_button_thumbnail_bottom;
-moz-animation-name: run_button_thumbnail_bottom;
-webkit-animation-name: run_button_thumbnail_bottom;
animation-name: run_button_thumbnail_bottom;
-ms-animation-duration: 250ms;
-o-animation-duration: 250ms;
-moz-animation-duration: 250ms;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.product-block:hover .product-img-wrap .inner {
-ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-block:hover .product-img-wrap.bottom-to-top .inner {
-ms-transform: translate3d(0, -100%, 0);
-o-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.product-block:hover .product-img-wrap.top-to-bottom .inner {
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.product-block:hover .product-img-wrap.left-to-right .inner {
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.product-block:hover .product-img-wrap.right-to-left .inner {
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.product-block:hover .product-img-wrap.swap .product-image {
opacity: 0;
}
.product-block:hover .product-img-wrap.swap .product-image img {
transform: rotateY(180deg);
}
.product-block:hover .product-img-wrap.swap .product-image.second-image {
opacity: 1;
}
.product-block:hover .product-img-wrap.swap .product-image.second-image img {
transform: rotateY(0deg);
}
.product-block:hover .product-img-wrap.fade .product-image {
opacity: 0;
}
.product-block:hover .product-img-wrap.fade .product-image.second-image {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.product-block:hover .product-img-wrap.zoom-in .product-image.second-image {
transform: scale(1);
}
.product-block:hover .product-img-wrap.zoom-out .product-image {
transform: scale(0);
}
.product-block:hover .product-img-wrap.zoom-out .product-image.second-image {
transform: scale(1);
}
.product-img-wrap {
overflow: hidden;
position: relative;
}
.product-img-wrap .inner {
width: 100%;
height: 100%;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
-o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
-moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
position: absolute;
width: 100%;
height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
top: 0;
right: 100%;
}
.product-img-wrap.right-to-left .product-image {
top: 0;
left: 100%;
}
.product-img-wrap.swap .product-image {
top: 0;
left: 0;
transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
transition: all 0.7s ease;
transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
z-index: 2;
opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
top: 0;
left: 0;
transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
opacity: 0;
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-img-wrap.zoom-in .product-image {
top: 0;
left: 0;
transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
transform: scale(0);
z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
top: 0;
left: 0;
transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
z-index: -1;
}
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
text-decoration: none;
}
.price del + ins {
margin-right: 0.327em;
}
.product-transition {
position: relative;
margin-bottom: 1.5rem;
}
.product-transition .woocommerce-loop-product__link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: all 0.4s ease-in-out;
}
.opal-product-tooltipster {
display: block !important;
}
.opal-product-tooltipster .tooltipster-content {
background-color: #000;
border-radius: 4px;
color: #fff;
padding: 0 15px 3px;
font-size: 13px;
}
.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
margin-top: -8px;
right: 0px;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
border-top-color: #000;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
transform: translateY(-5px);
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
border-left-color: #000;
}
.group-action {
position: absolute;
transition: all ease-in-out 0.3s;
top: 15px;
right: 15px;
z-index: 5;
}
@media (min-width: 1024px) {
.group-action {
visibility: hidden;
opacity: 0;
}
}
.group-action .shop-action {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
}
.group-action .shop-action .woosc-btn,
.group-action .shop-action .woosq-btn,
.group-action .shop-action .woosw-btn,
.group-action .shop-action a[class*=product_type_] {
position: relative;
white-space: nowrap;
background-color: #fff;
border-radius: 50%;
width: 40px;
height: 40px;
padding: 0;
overflow: hidden;
transition: all ease-in-out 0.3s;
text-overflow: ellipsis;
display: flex;
align-items: center;
font-size: 0;
border: none;
letter-spacing: 0;
margin: 5px;
color: var(--e-global-color-secondary);
justify-content: center;
}
.group-action .shop-action .woosc-btn:before,
.group-action .shop-action .woosq-btn:before,
.group-action .shop-action .woosw-btn:before,
.group-action .shop-action a[class*=product_type_]:before {
font-size: 16px;
font-size: 1rem;
margin: 0;
}
.group-action .shop-action .woosc-btn:hover, .group-action .shop-action .woosc-btn:focus, .group-action .shop-action .woosc-btn:active,
.group-action .shop-action .woosq-btn:hover,
.group-action .shop-action .woosq-btn:focus,
.group-action .shop-action .woosq-btn:active,
.group-action .shop-action .woosw-btn:hover,
.group-action .shop-action .woosw-btn:focus,
.group-action .shop-action .woosw-btn:active,
.group-action .shop-action a[class*=product_type_]:hover,
.group-action .shop-action a[class*=product_type_]:focus,
.group-action .shop-action a[class*=product_type_]:active {
color: var(--e-global-color-primary);
}
.group-action .shop-action .woosc-btn:hover:before, .group-action .shop-action .woosc-btn:focus:before, .group-action .shop-action .woosc-btn:active:before,
.group-action .shop-action .woosq-btn:hover:before,
.group-action .shop-action .woosq-btn:focus:before,
.group-action .shop-action .woosq-btn:active:before,
.group-action .shop-action .woosw-btn:hover:before,
.group-action .shop-action .woosw-btn:focus:before,
.group-action .shop-action .woosw-btn:active:before,
.group-action .shop-action a[class*=product_type_]:hover:before,
.group-action .shop-action a[class*=product_type_]:focus:before,
.group-action .shop-action a[class*=product_type_]:active:before {
color: inherit;
border: none;
}
@keyframes run_button_thumbnail_right {
0% {
opacity: 0;
transform: translate(20px, 0);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@keyframes run_button_thumbnail_bottom {
0% {
opacity: 0;
transform: translate(0, 20px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@keyframes run_button_thumbnail_left {
0% {
opacity: 0;
transform: translate(-20px, 0);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@keyframes run_button_thumbnail_top {
0% {
opacity: 0;
transform: translate(0, 20px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
.deal-progress .progress-bar {
width: 100%;
height: 5px;
background-color: #D7E2F3;
position: relative;
overflow: hidden;
border-radius: 3px;
}
.deal-progress .progress-value {
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: var(--e-global-color-secondary);
}
.deal-sold {
width: 100%;
}
.deal-sold-text {
margin-top: 13px;
font-size: 16px;
color: var(--e-global-color-light);
}
.product-color {
display: inline-flex;
margin-bottom: 10px;
transition: all ease-in-out 0.3s;
}
.product-color .item {
cursor: pointer;
margin: 5px;
}
.product-color .color-item {
position: relative;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
transition: all 0.3s ease;
}
.product-color .color-item:before {
content: "";
border-radius: 50%;
display: block;
position: absolute;
left: -4px;
bottom: -4px;
right: -4px;
top: -4px;
opacity: 0;
visibility: hidden;
border: 1px solid #000;
transition: all 0.3s ease;
}
.product-color .color-item:hover {
box-shadow: 0 0 0 transparent;
}
.product-color .color-item:hover:before {
opacity: 1;
visibility: visible;
}
.product-color .color-item.active-swatch:before {
opacity: 1;
}
.product-color .image-item img {
border: 1px solid #fff;
width: 20px !important;
height: 20px !important;
object-fit: cover;
border-radius: 50%;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.product-gallery {
width: 100%;
justify-content: center;
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.product-gallery .gallery_item {
padding: 5px;
width: 110px;
cursor: pointer;
display: block;
}
.product-gallery .gallery_item img {
width: 100px;
height: 70px;
object-fit: cover;
} .single-product .pswp__button {
background-color: transparent;
border: none;
}
.single-product div.product {
position: relative;
}
.single-product div.product::before, .single-product div.product::after {
content: "";
display: table;
}
.single-product div.product::after {
clear: both;
}
.single-product div.product .content-single-title-wrapper {
padding-bottom: 25px;
}
.single-product div.product .content-single-title-wrapper .product_meta {
display: inline-block;
margin-top: 0;
}
.single-product div.product .content-single-title-wrapper .product_meta .posted_in, .single-product div.product .content-single-title-wrapper .product_meta .tagged_as {
display: none;
}
.single-product div.product .content-single-title-wrapper .product-brand {
position: relative;
padding-right: 15px;
margin-right: 15px;
}
.single-product div.product .content-single-title-wrapper .product-brand:before {
content: "";
position: absolute;
right: 0;
top: 50%;
display: inline-block;
width: 1px;
height: 10px;
transform: translateY(-50%);
background-color: #E4E4E4;
}
.single-product div.product .content-single-title-wrapper .woocommerce-product-rating {
position: relative;
padding-right: 15px;
margin-right: 15px;
}
.single-product div.product .content-single-title-wrapper .woocommerce-product-rating:before {
content: "";
position: absolute;
right: 0;
top: 50%;
display: inline-block;
width: 1px;
height: 10px;
transform: translateY(-50%);
background-color: #E4E4E4;
}
.single-product div.product .content-single-title-wrapper .product_meta .sku_wrapper {
display: inline-block;
margin-bottom: 0;
color: var(--e-global-color-light);
}
.single-product div.product .content-single-title-wrapper .product_meta .sku_wrapper .sku {
color: var(--e-global-color-accent);
}
.single-product div.product .images,
.single-product div.product .summary {
margin-bottom: 10px;
margin-top: 0;
}
@media (max-width: 767px) {
.single-product div.product .images {
margin-bottom: 30px;
}
}
.single-product div.product .woocommerce-product-gallery {
opacity: 0;
transition: opacity 0.25s ease-in-out;
position: relative;
}
.single-product div.product .woocommerce-product-gallery .onsale {
position: absolute;
top: 20px;
z-index: 9;
left: 20px;
padding: 0 11px;
line-height: 24px;
display: inline-block;
font-size: 14px;
margin-right: 5px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 20px;
right: 20px;
display: block;
width: 20px;
z-index: 80;
text-align: center;
color: var(--e-global-color-accent);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
position: relative;
display: block;
height: 100%;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
width: 100%;
}
.single-product div.product .woocommerce-product-gallery .product-video-360 {
position: absolute;
bottom: 10px;
z-index: 111;
right: 20px;
display: inline-flex;
align-items: flex-end;
}
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn {
cursor: pointer;
color: var(--e-global-color-light);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
text-align: center;
}
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn:hover {
color: var(--e-global-color-accent);
}
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn i {
font-size: 31px;
}
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn span {
display: block;
line-height: 30px;
}
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn.btn-video {
margin-right: 30px;
}
.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn.btn-video i {
font-size: 25px;
margin-bottom: 3px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
padding: 0;
border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 0;
padding: 0;
position: relative;
display: grid;
grid-column-gap: 10px;
grid-row-gap: 10px;
width: 100%;
grid-template-columns: repeat(12, minmax(80px, 1fr));
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs.slick-slider {
display: block;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next {
border-radius: 0;
border: 1px solid;
border-color: var(--e-global-color-border);
width: 40px;
min-width: 40px;
min-height: 40px;
padding: 0;
background-color: transparent;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:before, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:before {
font-size: 16px;
color: var(--e-global-color-accent);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:hover, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:hover {
background-color: transparent;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
display: block !important;
position: relative;
padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
opacity: 0.8;
border: 1px solid var(--e-global-color-border);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
opacity: 1;
border-color: #000000;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active img {
opacity: 1;
border-color: #000000;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
max-width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs.slick-slider li {
margin-right: 10px;
}
@media (min-width: 568px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .product-video-360 {
bottom: 135px;
}
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
height: 50%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev.slick-disabled, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next.slick-disabled {
cursor: no-drop;
opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev {
right: 0px;
left: unset;
top: calc(50% - 1px);
transform: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
right: 0px;
top: 0;
transform: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
display: flex;
align-items: flex-start;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev, .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
transform: translate(0);
height: 40px;
top: calc(100% - 40px);
width: calc(50% - 5px);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev {
left: 0;
right: auto;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
right: 0;
left: auto;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .onsale {
left: 100px;
top: 20px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs img {
width: 90px;
height: 90px;
object-fit: cover;
max-width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs .slick-list {
height: calc(100% - 50px) !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li {
margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav {
order: -1;
width: 90px;
margin-right: 10px;
display: block;
}
@media (min-width: 768px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav {
width: 90px;
}
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav li {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
width: calc(100% - 100px);
margin-bottom: 0;
}
@media (min-width: 768px) {
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
width: calc(100% - 100px);
}
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
display: flex;
flex-wrap: wrap;
border: none;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
flex-basis: 100%;
width: 100%;
margin-bottom: 30px;
}
.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
display: block;
}
.single-product div.product .woocommerce-product-gallery-sticky .product-video-360 {
bottom: auto;
top: 30px;
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
border: unset;
}
@media (min-width: 768px) {
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__image {
margin-bottom: 20px;
}
@media (min-width: 768px) {
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__image {
flex: 0 0 50%;
max-width: 50%;
padding-left: 10px;
padding-right: 10px;
}
}
.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__image:first-child {
flex: 0 0 100%;
max-width: 100%;
}
.single-product div.product .content-single-wrapper:after {
content: "";
display: table;
clear: both;
}
.single-product div.product .content-single-wrapper > .onsale {
top: 30px;
left: 30px;
font-size: 16px;
line-height: 1.7;
}
.single-product div.product .woocommerce-product-gallery-vertical + .onsale {
left: 145px;
}
.single-product div.product .summary.entry-summary .yith-wcwl-add-to-wishlist {
display: none;
}
.single-product div.product .summary.entry-summary .woosw-btn,
.single-product div.product .summary.entry-summary .woosc-btn {
margin-bottom: 10px;
margin-right: 1rem;
border-radius: 5px;
border: none;
letter-spacing: 0;
background-color: transparent;
color: var(--e-global-color-text);
padding: 0;
display: inline-flex;
justify-content: center;
align-items: center;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
text-transform: capitalize;
}
.single-product div.product .summary.entry-summary .woosw-btn:before,
.single-product div.product .summary.entry-summary .woosc-btn:before {
font-size: 16px;
font-size: 1rem;
margin-right: 5px;
}
.single-product div.product .summary.entry-summary .woosw-btn:hover,
.single-product div.product .summary.entry-summary .woosc-btn:hover {
color: var(--e-global-color-primary);
}
.single-product div.product .images .woocommerce-main-image {
margin-bottom: 1.618em;
display: block;
}
.single-product div.product .images .thumbnails a.zoom {
display: block;
width: 22.05%;
margin-right: 3.8%;
float: left;
margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
clear: both;
}
.single-product div.product .stock {
display: inline-flex;
align-items: center;
background: #f5f5f5;
padding: 5px 10px;
border-radius: 4px;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
}
.single-product div.product .stock .in-stock {
margin-bottom: 10px;
}
.single-product div.product p.price + form.cart {
margin-top: 30px;
}
.single-product div.product form.cart {
margin-bottom: 1.7rem;
}
.single-product div.product form.cart::before, .single-product div.product form.cart::after {
content: "";
display: table;
}
.single-product div.product form.cart::after {
clear: both;
}
.single-product div.product form.cart.variations_form {
padding: 0;
border: none;
}
.single-product div.product form.cart .quantity_label {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
margin-bottom: 5px;
display: block;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
.single-product div.product form.cart .quantity {
position: relative;
margin-right: 10px;
margin-bottom: 30px;
border-radius: 0;
display: flex;
justify-content: center;
align-items: center;
width: 130px;
border: 4px solid var(--e-global-color-border);
}
.single-product div.product form.cart .quantity.hidden {
display: none;
}
.single-product div.product form.cart .quantity button {
color: #000;
padding: 0;
text-align: center;
z-index: 9;
top: 0;
bottom: 0;
background-color: transparent;
border: none;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
font-weight: 700;
width: 40px;
}
.single-product div.product form.cart .quantity button:hover {
color: var(--e-global-color-primary);
outline: none;
}
.single-product div.product form.cart .quantity .qty {
padding: 10px 0;
width: 50px;
border: none;
color: #000;
-moz-appearance: textfield;
text-align: center;
font-size: 16px;
font-size: 1rem;
}
.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button, .single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.single-product div.product form.cart .quantity .qty:focus {
border-color: var(--e-global-color-primary);
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
float: none;
margin-right: 0;
}
@media (max-width: 1023px) {
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a {
font-size: 11px;
}
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
width: 100%;
text-align: center;
padding: 13px 18px;
word-break: initial;
font-weight: 500;
font-size: 16px;
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
color: #fff;
white-space: nowrap;
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
background-color: var(--e-global-color-accent);
border-color: var(--e-global-color-accent);
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
margin-right: 0;
}
.single-product div.product form.cart table.group_table tr {
border-bottom: 1px solid;
border-color: var(--e-global-color-border);
}
.single-product div.product form.cart table.group_table td {
padding: 20px 0;
vertical-align: middle;
}
.single-product div.product form.cart table.group_table .quantity_label {
display: none;
}
@media (max-width: 500px) {
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image {
display: none;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label {
padding-left: 15px;
}
}
.single-product div.product form.cart table.group_table .quantity {
margin-bottom: 0;
}
.single-product div.product form.cart table.group_table .quantity button.minus {
border-left: none;
}
@media (max-width: 767px) {
.single-product div.product form.cart table.group_table .quantity {
width: 120px;
}
.single-product div.product form.cart table.group_table .quantity .qty {
width: 40px;
}
}
.single-product div.product form.cart table.group_table .quantity .text-quantity {
display: none;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image {
padding: 20px 10px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image img {
max-width: 80px;
border: 1px solid var(--e-global-color-border);
margin: auto;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label {
padding-right: 10px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
color: var(--e-global-color-secondary);
word-break: break-word;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
color: var(--e-global-color-primary);
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
color: var(--e-global-color-accent);
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
color: #ef3636;
font-weight: 700;
}
.single-product div.product form.cart table.group_table .woocommerce-Price-amount {
word-break: normal;
font-weight: 700;
color: var(--e-global-color-primary);
}
.single-product div.product form.cart table.group_table .stock.out-of-stock {
display: none;
}
.single-product div.product .single_add_to_cart_button {
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
margin-bottom: 1.5rem;
white-space: nowrap;
padding: 13px 18px;
width: 435px;
max-width: 100%;
border: none;
letter-spacing: 0;
}
.single-product div.product .single_add_to_cart_button + a.added_to_cart {
display: none;
}
.single-product div.product .inventory_status {
font-size: 14px;
margin-bottom: 25px;
display: block;
color: #2fb400;
}
.single-product div.product .inventory_status .stock-title {
color: var(--e-global-color-accent);
}
.single-product div.product .inventory_status.out-stock {
color: red;
}
.single-product div.product .product_title {
font-size: 36px;
font-size: 2.25rem;
margin-bottom: 1rem;
clear: none;
}
.single-product div.product p.price {
font-size: 30px;
font-size: 1.875rem;
display: flex;
align-items: center;
margin-right: 0;
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
line-height: 1;
margin-bottom: 1rem;
}
.single-product div.product p.price ins {
margin-right: 0;
color: var(--e-global-color-primary);
}
.single-product div.product p.price del {
margin-right: 10px;
font-size: 16px;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
text-decoration: line-through;
}
.single-product div.product .woocommerce-product-details__short-description {
margin-bottom: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid var(--e-global-color-border);
border-bottom: 1px solid var(--e-global-color-border);
}
.single-product div.product .woocommerce-product-details__short-description + .stock {
display: none;
}
.single-product div.product table.variations {
table-layout: fixed;
margin-top: 10px;
margin-bottom: 0;
position: relative;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent;
}
.single-product div.product table.variations td.label {
margin-bottom: 4px;
}
.single-product div.product table.variations td.value {
margin-bottom: 28px;
position: relative;
}
.single-product div.product table.variations select {
max-width: 100%;
vertical-align: middle;
padding: 10px 35px 10px 15px;
color: transparent;
}
.single-product div.product table.variations select + label {
display: block;
font-size: 14px;
text-transform: uppercase;
position: absolute;
padding: 0 5px;
background-color: #fff;
left: 10px;
top: 50%;
transform: translateY(-50%);
line-height: 1;
transition: all ease-in-out 0.2s;
color: var(--e-global-color-light);
}
.single-product div.product table.variations select:valid, .single-product div.product table.variations select:focus {
color: var(--e-global-color-text);
}
.single-product div.product table.variations select:valid ~ label, .single-product div.product table.variations select:focus ~ label {
top: 0;
}
.single-product div.product table.variations a.reset_variations {
margin-top: 0;
display: inline-block;
margin-left: 0;
color: var(--e-global-color-secondary);
border-bottom: 1px solid;
line-height: 1;
}
.single-product div.product table.variations a.reset_variations:hover {
color: var(--e-global-color-primary);
}
.single-product div.product table.variations td.label label {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
.single-product div.product .single_variation .price {
display: flex;
align-items: baseline;
font-size: 24px;
margin-bottom: 20px;
line-height: 1;
color: var(--e-global-color-accent);
}
.single-product div.product .single_variation .price del {
font-weight: var(--e-global-typography-text-font-weight);
font-size: 14px;
}
.single-product div.product .single_variation .price del + ins {
order: -1;
}
.single-product div.product .single_variation_wrap {
width: 100%;
}
.single-product div.product .variations_button::before, .single-product div.product .variations_button::after {
content: "";
display: table;
}
.single-product div.product .variations_button::after {
clear: both;
}
.single-product div.product .woocommerce-product-rating {
margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-rating a {
font-size: 14px;
text-transform: capitalize;
color: var(--e-global-color-light);
}
.single-product div.product .woocommerce-product-rating a:hover {
color: var(--e-global-color-primary);
text-decoration: underline;
}
.single-product div.product .woocommerce-product-rating .star-rating {
display: inline-block;
vertical-align: middle;
}
.single-product div.product .product_meta .meta-label {
color: var(--e-global-color-secondary);
}
.single-product div.product .product_meta > span {
display: block;
color: var(--e-global-color-text);
margin-bottom: 6px;
}
.single-product div.product .product_meta > span:last-child {
margin-bottom: 0;
}
.single-product div.product .product_meta > span a, .single-product div.product .product_meta > span .sku {
color: var(--e-global-color-light);
}
.single-product div.product .product_meta > span a:hover {
color: var(--e-global-color-primary);
}
.single-product div.product .product_meta > span:last-child {
border-bottom: 0;
}
.single-product div.product .dthem-social-share {
margin-top: 12px;
font-size: 16px;
}
.single-product div.product .dthem-social-share .social-share-header {
color: var(--e-global-color-text);
}
.single-product .time-sale {
margin-bottom: 20px;
margin-top: 10px;
padding: 18px 18px 13px 18px;
display: flex;
align-items: center;
flex-wrap: wrap;
border-radius: 3px;
}
.single-product .time-sale .deal-text {
margin-right: 5px;
}
.single-product .time-sale .deal-text i {
font-size: 30px;
margin-right: 10px;
}
.single-product .deal-sold {
display: flex;
flex-direction: column-reverse;
margin-bottom: 15px;
}
.single-product .deal-sold > div {
width: 100%;
}
.single-product .deal-sold .deal-sold-text {
margin-top: 0;
margin-bottom: 7px;
font-size: 14px;
}
.single-product .deal-sold .deal-sold-text span:last-child {
color: var(--e-global-color-accent);
}
.single-product .deal-sold .progress-bar {
border-radius: 5px;
}
.single-product .deal-sold .progress-bar .progress-value {
background-color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs {
margin-bottom: 35px;
margin-top: 40px;
display: block;
}
.single-product .woocommerce-tabs.product-accordions {
border: none;
padding-bottom: 0;
margin-bottom: 30px;
}
.single-product .woocommerce-tabs ul.tabs {
margin: 0;
list-style: none;
text-align: center;
background-color: #f5f5f5;
}
@media (max-width: 767px) {
.single-product .woocommerce-tabs ul.tabs {
display: none;
}
}
.single-product .woocommerce-tabs ul.tabs li {
display: inline-block;
position: relative;
}
.single-product .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0;
}
.single-product .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0;
}
.single-product .woocommerce-tabs ul.tabs li:not(:first-child) a:before {
content: "";
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
top: 50%;
left: 0;
-ms-transform: -50%, -50%;
-o-transform: -50%, -50%;
-moz-transform: -50%, -50%;
-webkit-transform: -50%, -50%;
transform: -50%, -50%;
background-color: var(--e-global-color-secondary);
transition: all ease 0.3s;
}
.single-product .woocommerce-tabs ul.tabs li a {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
display: block;
position: relative;
font-size: 24px;
font-size: 1.5rem;
line-height: 1;
padding: 23px;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
color: var(--e-global-color-secondary);
}
.single-product .woocommerce-tabs ul.tabs li.active a {
color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs ul.tabs li.active a:after {
width: 100%;
}
.single-product .woocommerce-tabs.product-accordions {
margin-top: 30px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head {
padding: 20px 0;
position: relative;
cursor: pointer;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active {
border-color: transparent;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:before, .single-product .woocommerce-tabs.product-accordions .accordion-head.active:after {
background-color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:after {
transform: rotate(0);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:before, .single-product .woocommerce-tabs.product-accordions .accordion-head:after {
content: "";
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: var(--e-global-color-accent);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
right: 0;
width: 12px;
height: 1px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:after {
transform: rotate(90deg);
top: calc(50%);
}
.single-product .woocommerce-tabs.product-accordions .accordion-title {
display: block;
position: relative;
color: var(--e-global-color-accent);
margin-bottom: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body {
padding: 0 0 25px;
display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body.active {
border-bottom: 1px solid;
border-color: var(--e-global-color-border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body h2:first-of-type {
display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
width: 100%;
float: none;
padding-right: 0;
padding-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
margin-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
margin: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
margin-bottom: 5px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address > span:not(.details) {
font-weight: 700;
color: var(--e-global-color-accent);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
vertical-align: middle;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
vertical-align: text-bottom;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
display: inline-block;
}
.single-product .woocommerce-tabs.product-accordions table td, .single-product .woocommerce-tabs.product-accordions table th {
word-break: unset;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
padding-top: 30px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
margin: 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
margin-bottom: 5px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address > span:not(.details) {
font-weight: 700;
color: var(--e-global-color-accent);
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
vertical-align: middle;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text {
vertical-align: text-bottom;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
display: inline-block;
}
.single-product .woocommerce-tabs .comment-form-cookies-consent {
display: inline-block;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
display: none;
}
.single-product .woocommerce-tabs .review_form label {
margin-bottom: 0.5em;
display: block;
}
.single-product .woocommerce-tabs h2.resp-accordion {
display: flex;
align-items: center;
font-weight: 700;
font-size: 16px;
line-height: 18px;
padding: 1em;
margin: 0;
border-bottom: 1px solid;
border-color: var(--e-global-color-border);
}
@media (min-width: 768px) {
.single-product .woocommerce-tabs h2.resp-accordion {
display: none;
}
}
.single-product .woocommerce-tabs h2.resp-accordion.active {
border-bottom: 2px solid;
border-color: var(--e-global-color-primary);
}
.single-product .product-extra-info {
padding: 30px 0;
}
.single-product .product-extra-info > div {
padding: 30px 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.single-product .product-extra-info ul {
margin-bottom: 0;
}
.single-product .product-extra-info .brand-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.single-product .product-extra-info .title-brand {
margin-right: 30px;
}
.single-product .product-extra-info img {
padding: 10px 0;
}
.single-product .product-brand {
display: inline-block;
font-size: 12px;
color: var(--e-global-color-light);
}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item {
width: auto;
height: auto;
padding: 4px 16px;
border-radius: 0;
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
text-transform: uppercase;
}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
margin: 10px 20px 10px 0;
}
.single-product.woo-variation-swatches .variable-items-wrapper .color-variable-item {
border-radius: 50%;
width: 18px;
height: 18px;
padding: 3px;
}
.single-product.woo-variation-swatches .variable-items-wrapper .color-variable-item:not(.radio-variable-item) {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
margin: 4px 8px 4px 0;
}
.single-product.woo-variation-swatches .variable-items-wrapper .color-variable-item.selected {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.single-product.woo-variation-swatches .variable-items-wrapper .color-variable-item .variable-item-span {
border-radius: 50%;
}
.single-product-carousel div.product .woocommerce-product-gallery {
width: calc(100vw + 30px);
position: relative;
left: calc(50% + 0px);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
margin-right: 0;
float: left;
margin-bottom: 80px;
}
.single-product-carousel div.product .woocommerce-product-gallery .slick-slide {
padding: 0 15px;
}
.single-product-carousel div.product .summary {
float: right;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (min-width: 768px) {
.single-product-carousel div.product .summary_column {
flex: 0 0 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
.single-product-carousel div.product .slick-dots li button {
width: 8px;
height: 8px;
background-color: var(--e-global-color-border);
}
.single-product-carousel div.product .slick-dots li button:hover {
background-color: var(--e-global-color-primary);
}
.single-product-carousel div.product .slick-dots li.slick-active button {
background-color: var(--e-global-color-primary);
width: 8px;
height: 8px;
}
.stock:empty::before {
display: none;
}
.stock.in-stock {
color: #0f834d;
}
.stock.out-of-stock {
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-top: 30px;
white-space: nowrap;
border: 2px dashed;
border-color: var(--e-global-color-light);
}
a.reset_variations {
display: inline-block;
margin-left: 1em;
}
.dthem-woocommerce-tabs {
margin-top: 50px;
}
.dthem-woocommerce-tabs .umimi-woocommerce-tabs-panel {
padding: 50px 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.dthem-woocommerce-tabs .umimi-woocommerce-tabs-panel h2:first-of-type {
font-size: 16px;
margin-bottom: 40px;
color: var(--e-global-color-accent);
}
.dthem-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th {
padding: 4px 10px 4px 0;
}
.dthem-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes td {
padding: 4px 0 4px 10px;
text-align: right;
}
.single-product-reviews-wrap {
max-width: 855px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.single-product-reviews-wrap .woocommerce-Reviews-title {
display: none;
}
.single-product-reviews-wrap .review-title {
font-size: 36px;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
margin-bottom: 50px;
}
.single-product-reviews-wrap .review-title .count {
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
background-color: #000;
border-radius: 20px;
text-align: center;
font-size: 14px;
display: inline-block;
margin-left: 5px;
} #reviews {
outline: none;
}
#reviews #comments {
margin-bottom: 50px;
padding-top: 0;
margin-top: 0;
}
#reviews .comment-reply-title {
display: none;
}
#reviews .commentlist {
list-style: none;
margin: 0;
}
#reviews .commentlist li {
margin-bottom: 1em;
list-style: none;
clear: both;
}
#reviews .commentlist li::before, #reviews .commentlist li::after {
content: "";
display: table;
}
#reviews .commentlist li::after {
clear: both;
}
#reviews .commentlist li .comment_container {
border-radius: 3px;
}
#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
content: "";
display: table;
}
#reviews .commentlist li .comment_container::after {
clear: both;
}
#reviews .commentlist li .comment_container .comment-text {
width: calc(100% - 60px);
float: right;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
font-size: 0.875em;
line-height: 1;
height: 1em;
}
#reviews .commentlist li:last-child {
border-bottom: 0;
margin-bottom: 0;
}
#reviews .commentlist li time {
color: var(--e-global-color-light);
}
#reviews .commentlist li .avatar {
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
border-radius: 50%;
object-fit: cover;
}
#reviews .commentlist li .star-rating {
margin-bottom: 10px;
}
#reviews .commentlist li p.meta strong {
font-size: 16px;
color: var(--e-global-color-secondary);
}
#reviews .commentlist li p.meta time {
margin-left: 10px;
}
#reviews .commentlist li p.meta time:before {
margin-right: 5px;
line-height: 1;
margin-top: -3px;
}
#reviews .commentlist li p.meta .verified {
font-style: normal;
font-size: 0.875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
display: none;
}
#reviews .commentlist li ul.children {
margin: 0;
width: 82.2222222222%;
float: right;
margin-right: 0;
padding-top: 1.618em;
}
#reviews .commentlist li ul.children .avatar {
width: 13.5135135135%;
float: left;
margin-right: 8.1081081081%;
}
#reviews .commentlist li ul.children .comment-text {
width: 78.3783783784%;
float: right;
margin-right: 0;
}
#reviews .commentlist li ul.children li {
margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child {
margin-bottom: 0;
}
#reviews .comment-form-rating {
clear: both;
margin-bottom: 1em;
}
#reviews .comment-form-rating label {
display: block;
}
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email {
position: relative;
}
#reviews .comment-form-comment label,
#reviews .comment-form-author label,
#reviews .comment-form-email label {
position: absolute;
top: 0;
left: 30px;
height: 100%;
padding: 1em 0;
pointer-events: none;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
#reviews .comment-form-comment input:focus ~ label,
#reviews .comment-form-author input:focus ~ label,
#reviews .comment-form-email input:focus ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#reviews .comment-form-comment label {
left: 30px;
}
#reviews .comment-form-comment textarea {
padding-top: 20px;
padding-bottom: 20px;
color: var(--e-global-color-accent);
}
#reviews .comment-form-comment textarea:focus ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
margin-bottom: 1.41575em;
}
#reviews .comment-form-cookies-consent:before {
content: "";
display: block;
clear: left;
}
table.shop_attributes th {
color: var(--e-global-color-secondary);
}
.dthem-sticky-add-to-cart {
background-color: var(--e-global-color-background);
}
.dthem-sticky-add-to-cart__content {
font-size: 16px;
}
.dthem-sticky-add-to-cart__content-title strong {
color: var(--e-global-color-accent);
}
.dthem-sticky-add-to-cart__content-button {
border: none;
border-radius: 5px;
letter-spacing: 0;
padding: 11px 25px;
}
.dthem-sticky-add-to-cart__content-price {
display: inline-flex;
font-size: 16px;
color: var(--e-global-color-primary);
margin-bottom: 4px;
align-items: center;
font-weight: 700;
}
.dthem-sticky-add-to-cart__content-price ins {
order: -1;
margin-left: 0;
margin-right: 0.6180469716em;
background-color: transparent;
color: var(--e-global-color-primary);
}
.dthem-sticky-add-to-cart__content-price del {
font-size: 14px;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-light);
}
.sizechart-popup {
width: 630px;
max-width: 100vw;
overflow-y: auto;
position: fixed;
left: 50%;
padding: 60px;
background: #fff;
top: 50%;
transform: translate(-50%, -50%);
z-index: 998;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all ease-in-out 0.3s;
}
.sizechart-popup.active {
opacity: 1;
pointer-events: auto;
visibility: visible;
}
.sizechart-popup.active + .sizechart-overlay {
opacity: 1;
visibility: visible;
}
.sizechart-popup .sizechart-close {
position: absolute;
right: 20px;
top: 20px;
font-size: 24px;
line-height: 1;
}
.sizechart-popup .sizechart-close i {
color: var(--e-global-color-accent);
}
.sizechart-popup .sizechart-close:hover i {
color: var(--e-global-color-primary);
}
.sizechart-button {
font-size: 12px;
text-decoration: underline;
text-transform: uppercase;
line-height: 2;
margin-bottom: 1em;
display: inline-block;
color: var(--e-global-color-accent);
}
.sizechart-button:hover {
color: var(--e-global-color-primary);
}
.sizechart-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.dthem-frequently-bought {
margin-top: 5px;
padding-top: 20px;
margin-bottom: 10px;
border-top: 1px solid;
border-color: var(--e-global-color-border);
}
.dthem-frequently-bought .frequently-bought-title {
margin-bottom: 10px;
font-size: 13px;
text-transform: uppercase;
color: var(--e-global-color-accent);
}
.dthem-frequently-bought ul {
list-style: none;
margin: 0;
}
.dthem-frequently-bought .product-item {
display: flex;
align-items: center;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid;
position: relative;
border-color: var(--e-global-color-border);
cursor: pointer;
}
.dthem-frequently-bought .product-item:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.dthem-frequently-bought .product-item img {
width: 80px;
margin-right: 20px;
border: 4px solid #fff;
box-shadow: 0 0 0 1px;
color: var(--e-global-color-border);
background-color: #f7f4ef;
border-radius: 18px;
}
.dthem-frequently-bought .product-item.uncheck * {
opacity: 0.8;
}
.dthem-frequently-bought .content-product-item {
height: 100%;
flex: 1;
}
.dthem-frequently-bought .content-product-item .product-title {
position: relative;
z-index: 2;
font-size: 14px;
color: var(--e-global-color-accent);
}
.dthem-frequently-bought .content-product-item .posted-in a {
font-size: 13px;
color: var(--e-global-color-text);
}
.dthem-frequently-bought .product-price {
font-size: 16px;
margin: 0 30px;
color: var(--e-global-color-primary);
}
.dthem-frequently-bought .product-price del {
font-size: 0.95em;
}
.dthem-frequently-bought .product-price ins {
background: transparent;
}
.dthem-frequently-bought .price-box .label {
color: var(--e-global-color-accent);
}
.dthem-frequently-bought .price-box .dthem-total-price {
font-size: 30px;
color: var(--e-global-color-primary);
}
.dthem-frequently-bought input[type=checkbox] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0 !important;
z-index: 1;
cursor: pointer;
}
.dthem-frequently-bought input[type=checkbox] + span {
opacity: 1 !important;
}
.dthem-frequently-bought input[type=checkbox] + span:before {
content: "+";
width: 30px;
height: 30px;
display: inline-block;
font-size: 18px;
line-height: 30px;
text-align: center;
background-color: #f7f4ef;
border-radius: 50%;
color: #000;
}
.dthem-frequently-bought input[type=checkbox]:checked + span:before {
content: "-";
}
.dthem-frequently-bought .dthem_add_to_wishlist_button {
color: #000;
}
.dthem-frequently-bought .product-buttons {
display: flex;
justify-content: space-between;
}
.dthem-frequently-bought .product-buttons form {
margin-bottom: 0;
}
.dthem-frequently-bought .product-buttons .dthem-add-to-cart {
font-size: 12px;
}
#rotateimages {
cursor: ew-resize;
}
.view-360-group {
margin-top: 30px;
margin-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.view-360-group .view-360-svg {
margin-left: 20px;
margin-right: 20px;
font-size: 30px;
color: var(--e-global-color-accent);
}
.view-360-group .view-360-button i {
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
border: 1px solid;
border-color: var(--e-global-color-border);
border-radius: 50%;
color: var(--e-global-color-accent);
cursor: pointer;
}
.view-360-group .view-360-button i:hover {
color: var(--e-global-color-primary);
}
.single-product .view-360-group + .mfp-close {
border: none;
color: #000;
font-size: 25px;
width: 30px;
height: 30px;
line-height: 1;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
display: none;
} .woocommerce-page .widget-area .woocommerce:first-child .widget-title {
padding-top: 0;
}
.woocommerce-page #secondary .widget.widget_text {
padding: 0;
}
.product_list_widget {
list-style: none;
margin-left: 0;
}
.product_list_widget li {
display: flex;
padding: 10px 0;
margin-bottom: 0 !important;
}
.product_list_widget li::before, .product_list_widget li::after {
content: "";
display: table;
}
.product_list_widget li::after {
clear: both;
}
.product_list_widget li img {
max-width: 70px;
height: 70px;
width: 70px;
object-fit: cover;
}
.product_list_widget li > a {
display: block;
}
.product_list_widget li:last-child {
padding-bottom: 0;
border: none;
}
.product_list_widget li:first-child {
padding-top: 0;
}
.product_list_widget .product-list-inner {
display: flex;
align-items: center;
}
.product_list_widget .reviewer {
font-size: 0.875em;
}
.product_list_widget .product-content {
margin-left: 20px;
flex: 1;
}
.product_list_widget .price {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 16px;
color: var(--e-global-color-accent);
font-weight: 700;
}
.product_list_widget .price del + ins {
order: -1;
}
.product_list_widget .price del {
color: var(--e-global-color-light);
font-weight: var(--e-global-typography-text-font-weight);
font-size: 12px;
font-size: 0.75rem;
}
.product_list_widget .product-title {
margin-bottom: 5px;
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-secondary);
text-transform: uppercase;
}
.product_list_widget .product-title span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product_list_widget .product-title span:hover {
text-decoration: underline;
color: var(--e-global-color-primary);
}
.product_list_widget a {
display: block;
}
.widget ul.products li.product a {
text-decoration: none;
}
.widget_rating_filter .wc-layered-nav-rating a {
display: flex;
align-items: center;
text-decoration: none !important;
font-size: 16px;
color: var(--e-global-color-secondary);
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
display: inline-block;
font-size: 16px;
height: 1em;
line-height: 1;
margin-right: 5px;
}
.widget_rating_filter ul li {
margin-bottom: 5px;
}
.widget_products a {
display: block;
}
.widget_shopping_cart .product_list_widget {
margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
position: relative;
padding-left: 27px;
}
.widget_shopping_cart .product_list_widget li a.remove {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
opacity: 1;
}
.widget_shopping_cart .product_list_widget li a.remove:hover:before {
color: #e2401c;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
margin: 1.41575em;
}
.widget_shopping_cart .product_list_widget img {
margin-right: 1em;
float: left;
}
.widget_shopping_cart .mini_cart_item {
display: block;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
font-size: 14px;
}
.widget_shopping_cart .mini_cart_item a {
line-height: 1.41575em;
color: var(--e-global-color-secondary);
font-weight: 700;
margin-bottom: 3px;
}
.widget_shopping_cart .mini_cart_item a:hover {
color: var(--e-global-color-primary);
}
.widget_shopping_cart .mini_cart_item .quantity {
color: var(--e-global-color-secondary);
}
.widget_shopping_cart .mini_cart_item .quantity .amount {
color: var(--e-global-color-primary);
}
.widget_shopping_cart p.total {
padding: 1em 0;
margin: 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.widget_shopping_cart p.total::before, .widget_shopping_cart p.total::after {
content: "";
display: table;
}
.widget_shopping_cart p.total::after {
clear: both;
}
.widget_shopping_cart p.total strong {
color: var(--e-global-color-secondary);
}
.widget_shopping_cart p.total .amount {
color: var(--e-global-color-secondary);
font-size: 1.41575em;
font-weight: 700;
float: right;
}
.widget_shopping_cart .buttons {
padding: 0 0 1em;
margin: 0;
text-align: center;
display: flex;
flex-direction: column;
}
.widget_shopping_cart .buttons a {
display: block;
margin-bottom: 0.6180469716em;
}
.widget_shopping_cart .buttons a:not(.checkout) {
background-color: transparent;
border-color: transparent;
color: var(--e-global-color-secondary);
}
.widget_shopping_cart .buttons a:last-child {
margin-bottom: 0;
}
.widget_shopping_cart .buttons a img {
margin-left: auto;
margin-right: auto;
}
.product-categories .cat-item {
margin-bottom: 0;
line-height: 1.875;
}
.product-categories .cat-item:last-child {
margin-bottom: 0;
}
.product-categories .cat-item a {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
transition: 0.3s ease-out;
}
.product-categories .cat-item a:hover {
color: var(--e-global-color-primary);
}
.product-categories .cat-item.current-cat a {
color: var(--e-global-color-primary);
}
.widget_layered_nav li {
margin-bottom: 0.6180469716em;
}
.widget_product_categories ul.children {
display: none;
}
.widget_product_categories li.current-cat > a {
color: var(--e-global-color-text);
}
.widget_product_categories li.current-cat > a:before {
color: var(--e-global-color-primary);
}
.widget_product_categories li.current-cat > a:hover {
color: var(--e-global-color-primary);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li > a {
flex: 1;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li .count {
color: var(--e-global-color-light);
}
.widget_price_filter .widget-title {
border: none;
}
.widget_price_filter form {
margin-bottom: 0;
margin-top: 10px;
}
.widget_price_filter .price_slider {
margin-bottom: 2.1em;
}
.widget_price_filter .price_slider_amount {
display: flex;
align-items: center;
}
.widget_price_filter .price_slider_amount .button {
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-secondary);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
background-color: transparent;
padding: 0;
order: 3;
margin-left: auto;
border: none;
border-bottom: 1px solid var(--e-global-color-secondary);
line-height: 1;
border-radius: 0;
}
.widget_price_filter .price_slider_amount .button:hover {
color: var(--e-global-color-primary);
background-color: transparent;
}
.widget_price_filter .price_slider_amount .price_label {
color: var(--e-global-color-text);
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
top: auto;
z-index: 2;
width: 18px;
height: 18px;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
cursor: ew-resize;
background-color: #fff;
box-sizing: border-box;
margin-top: -6px;
margin-left: auto;
opacity: 1;
border: 2px solid var(--e-global-color-primary);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -8px;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-color: var(--e-global-color-primary);
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background: #e5e5e5;
border: 0;
}
.widget_price_filter .ui-slider-horizontal {
height: 6px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
margin-left: -11px;
margin-right: -11px;
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
padding: 4px;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-button-type {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
display: block;
padding: 6px 20px;
text-align: center;
min-width: 38px;
background-color: transparent;
border: 2px solid var(--e-global-color-border);
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-button-type:hover {
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
color: #fff;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .dthem-button-type {
background-color: var(--e-global-color-primary);
color: #fff;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-color-type {
display: block;
width: 28px;
height: 28px;
padding: 6px;
position: relative;
border-radius: 50%;
background-color: #fff;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-color-type:after {
content: "";
position: absolute;
border-radius: 50%;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid;
border-color: transparent;
background-color: rgba(255, 255, 255, 0);
z-index: 2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
transition: opacity 0.2s linear;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-color-type:hover:after {
visibility: visible;
border-color: var(--e-global-color-secondary);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100);
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-color-type img {
width: 26px;
height: 26px;
object-fit: contain;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .dthem-color-type:after {
visibility: visible;
border-color: var(--e-global-color-secondary);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter: alpha(opacity=100);
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-image-type {
display: block;
min-width: 90px;
margin-top: 5px;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-image-type img {
margin: auto;
opacity: 0.2;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-image-type .image-count {
display: block;
text-align: center;
color: var(--e-global-color-light);
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-image-type .image-name {
display: block;
text-align: center;
margin-top: 10px;
color: var(--e-global-color-accent);
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-image-type:hover img {
opacity: 1;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .dthem-image-type img {
opacity: 1;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .dthem-image-type .image-name {
color: var(--e-global-color-primary);
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-color-type .color-label {
width: 16px;
height: 16px;
border-radius: 50%;
display: block;
}
.dthem_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .dthem-color-type .color-name {
display: none;
} @media (min-width: 768px) {
table.cart {
margin-bottom: 3.706325903em;
}
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
display: none;
}
table.cart thead {
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
table.cart th {
font-size: 12px;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
table.cart td,
table.cart th {
padding: 2em 0 0;
}
table.cart tr td {
text-align: left;
border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
table.cart tr td {
text-align: right;
padding-bottom: 10px;
padding-top: 10px;
}
table.cart tr td:not(:last-child) {
border-style: solid;
border-width: 0 0 1px 0;
}
}
table.cart tr td[data-title]::before {
font-size: 10px;
text-transform: uppercase;
color: var(--e-global-color-secondary);
}
table.cart tr:first-child td.product-remove {
border-top-width: 0;
}
table.cart td.product-thumbnail img {
margin: auto;
max-width: 90px;
}
table.cart td.product-thumbnail::before {
display: none;
}
@media (max-width: 767px) {
table.cart td.product-thumbnail {
position: absolute;
left: 10px;
top: 15px;
padding: 0;
border: none !important;
}
}
table.cart td.product-remove {
padding: 0;
position: relative;
}
@media (max-width: 767px) {
table.cart td.product-remove {
position: absolute;
top: 18px;
right: 20px;
z-index: 1;
margin-bottom: 0;
padding-bottom: 0;
border: none;
font-size: 11px;
}
}
table.cart td.product-remove a.remove {
position: absolute;
font-size: 1.41575em;
top: -8px;
left: -6px;
}
table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before {
color: red;
}
table.cart td.product-name:before {
margin-right: 1em;
}
table.cart td.product-name a {
text-decoration: none !important;
color: var(--e-global-color-secondary);
}
table.cart td.product-name a:hover {
color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
table.cart td.product-name {
text-align: left;
border-width: 0;
padding-right: 30px;
}
table.cart td.product-name:before {
display: none;
}
}
table.cart td.product-price .amount {
color: var(--e-global-color-primary);
}
table.cart td.product-quantity .qty {
border-width: 1px;
padding: 0.326em;
width: 3.706325903em;
color: var(--e-global-color-secondary);
}
table.cart td.product-subtotal {
padding-bottom: 1.41575em;
}
@media (min-width: 768px) {
table.cart td.product-subtotal {
padding-bottom: 2.2906835em;
}
}
table.cart td.product-subtotal .amount {
color: var(--e-global-color-secondary);
}
table.cart .cart_item {
margin-bottom: 1em;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
table.cart .cart_item {
padding-left: 120px;
position: relative;
display: block;
}
}
table.cart td.actions {
background-color: transparent;
padding-top: 10px;
padding-right: 0;
padding-bottom: 0;
}
@media (min-width: 768px) {
table.cart td.actions {
padding-top: 30px;
padding-bottom: 0;
}
}
@media (max-width: 767px) {
table.cart td.actions {
display: flex;
flex-direction: column-reverse;
}
}
table.cart td.actions label {
display: none;
}
table.cart td.actions .coupon {
position: relative;
margin-bottom: 1.5em;
text-align: left;
border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
table.cart td.actions .coupon {
padding: 25px 30px 30px;
border-style: dashed;
border-width: 2px;
margin-bottom: 0;
margin-top: 1.5em;
}
}
table.cart td.actions .coupon .input-text {
min-width: 220px;
margin-right: 10px;
}
table.cart td.actions .coupon .input-text:focus {
border-color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
table.cart td.actions .coupon button[type=submit] {
width: 100%;
}
}
table.cart td.actions input {
display: block;
width: 100%;
margin: 0.5407911001em 0;
}
@media (max-width: 767px) {
table.cart td.actions button[name=update_cart] {
width: 100%;
}
}
.woocommerce-cart-form {
margin-bottom: 0;
}
.woocommerce-cart-form table td {
vertical-align: middle;
}
.cart_totals {
padding: 30px 40px 50px;
position: relative;
background-color: #fff;
}
.cart_totals > h2 {
font-size: 22px;
text-transform: uppercase;
margin-bottom: 30px;
}
.cart_totals table th {
color: var(--e-global-color-secondary);
font-size: 18px;
}
.cart_totals table th, .cart_totals table td {
padding: 1em 0;
}
.cart_totals .cart-subtotal {
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
.cart_totals .cart-subtotal .amount {
color: var(--e-global-color-secondary);
font-size: 18px;
}
.cart_totals .order-total {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.cart_totals .order-total th {
vertical-align: middle;
}
.cart_totals .order-total td {
font-size: 2.2906835em;
padding: 0.5em 0;
}
.cart_totals .order-total .amount {
color: var(--e-global-color-secondary);
font-size: 24px;
}
.cart_totals .checkout-button {
display: block;
text-align: center;
}
.cart_totals .checkout-button:after {
display: none;
}
.woocommerce-shipping-calculator {
margin: 0;
}
.woocommerce-shipping-calculator > p:first-child {
margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
padding-top: 1.41575em;
}
.woocommerce-shipping-destination {
margin-bottom: 0;
}
ul#shipping_method {
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
ul#shipping_method li {
margin-bottom: 0.2360828548em;
}
ul#shipping_method li:last-child {
margin-bottom: 0;
}
ul#shipping_method input {
margin-right: 0.3342343017em;
}
ul#shipping_method input[type=radio] + label {
margin-left: 0;
color: var(--e-global-color-accent);
}
ul#shipping_method input[type=radio]:first-child:checked + label:after {
color: var(--e-global-color-primary);
}
.cart-collaterals {
margin-bottom: 30px;
}
.woocommerce-checkout ul#shipping_method {
margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart {
border-color: var(--e-global-color-border);
}
.site-header-cart .widget.widget_shopping_cart {
border-top-color: var(--e-global-color-primary);
}
.woocommerce-cart .site-content {
margin-bottom: 6.8535260698em;
}
.woocommerce-cart .cart-empty {
background-color: transparent;
border: none;
text-align: center;
font-size: 18px;
color: var(--e-global-color-secondary);
}
.woocommerce-cart .return-to-shop {
text-align: center;
}
.cross-sells {
margin-top: 50px;
}
.cross-sells h2 {
font-size: 30px;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px solid var(--e-global-color-border);
}
.cross-sells .slick-list li.product {
max-width: 100% !important;
}
.cross-sells .slick-slider .slick-dots {
bottom: 10px;
} .checkout_coupon {
margin-bottom: 2.617924em;
display: grid;
}
.checkout_coupon p:first-child {
grid-column: 1/span 2;
}
.checkout_coupon .form-row-first {
margin-right: 0;
width: 100%;
}
.checkout_coupon .form-row-last {
width: unset;
float: left;
}
.checkout_coupon .input-text {
width: 100%;
}
.checkout_coupon .input-text:focus {
border-color: var(--e-global-color-accent);
}
.checkout_coupon button[type=submit] {
margin-left: 10px;
}
form.checkout {
position: static !important; }
form.checkout::before, form.checkout::after {
content: "";
display: table;
}
form.checkout::after {
clear: both;
}
form.checkout > .blockUI {
position: fixed !important; }
#order_review {
background-color: #fff;
padding: 30px 40px 50px;
position: relative;
}
@media (min-width: 768px) and (max-width: 1440px) {
#order_review {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 767px) {
#order_review {
padding-left: 15px;
padding-right: 15px;
}
}
#order_review #order_review_heading {
font-size: 22px;
text-transform: uppercase;
}
#order_review table {
margin-bottom: 0;
}
#order_review table td, #order_review table th {
padding: 1em 0;
}
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
border: none;
}
#order_review .woocommerce-checkout-review-order-table th {
color: var(--e-global-color-secondary);
font-size: 18px;
}
#order_review .woocommerce-checkout-review-order-table th.product-total {
text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td {
text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td.product-name {
text-align: left;
}
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
#order_review .woocommerce-checkout-review-order-table .amount {
color: var(--e-global-color-secondary);
font-size: 16px;
}
#order_review .woocommerce-checkout-review-order-table .order-total th {
vertical-align: middle;
text-transform: uppercase;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
font-size: 24px;
color: var(--e-global-color-secondary);
}
#payment::before, #payment::after {
content: "";
display: table;
}
#payment::after {
clear: both;
}
#payment .create-account {
clear: both;
}
#payment .payment_methods {
margin: 0;
padding: 0;
}
#payment .payment_methods > .woocommerce-PaymentMethod,
#payment .payment_methods > .wc_payment_method {
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
display: block;
padding: 1em 0;
cursor: pointer;
font-size: 16px;
margin-left: 0;
}
#payment .payment_methods li {
list-style: none !important;
margin-left: 0;
position: relative;
}
#payment .payment_methods li img {
float: right;
border: 0;
padding: 0;
max-height: 1.618em;
}
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
color: var(--e-global-color-primary);
}
#payment .payment_methods li > label {
font-weight: 700;
color: var(--e-global-color-secondary);
}
#payment .payment_methods li p {
margin: 0;
}
#payment .payment_methods li .payment_box {
padding: 1em 1.618em 2em;
font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset {
border: 0;
margin: 0;
padding: 1em 0 0;
font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
width: auto;
margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
width: 75%;
float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
padding-top: 1em;
margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
margin-top: 0.6180469716em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
background-repeat: no-repeat;
background-position: right 0.6180469716em center;
background-size: 31px 20px;
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.toprider.gr/wp-content/themes/dthem/assets/images/credit-cards/discover.svg);
}
#payment .terms {
width: 100%;
clear: both;
float: none;
margin-bottom: 1em;
}
#payment .terms label {
display: block;
cursor: pointer;
}
#payment .woocommerce-terms-and-conditions {
padding: 1em;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
margin-bottom: 16px;
background-color: rgba(0, 0, 0, 0.05);
}
#payment .place-order {
margin-top: 1.618em;
margin-bottom: 0;
float: none;
width: 100%;
}
#payment .place-order .button {
width: 100%;
white-space: pre-wrap;
}
table.woocommerce-checkout-review-order-table .product-name {
width: 45%;
word-wrap: break-word;
color: var(--e-global-color-secondary);
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
color: var(--e-global-color-text);
}
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
display: none;
}
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {
border-color: var(--e-global-color-border);
}
.woocommerce-order .woocommerce-thankyou-order-received {
color: #0f834d;
background-color: #f8f8f8;
font-size: 24px;
font-weight: 700;
text-align: center;
padding: 2.2906835em 1.41575em;
}
.woocommerce-order .woocommerce-order-details__title {
text-align: center;
text-transform: uppercase;
font-size: 1.618em;
}
@media (min-width: 768px) {
.woocommerce-order ul.woocommerce-thankyou-order-details li {
width: 20%;
margin: 0 !important;
}
}
.woocommerce-order .woocommerce-table--order-details {
max-width: 900px;
margin: 1.41575em auto 5.9968353111em;
}
.woocommerce-order .woocommerce-table--order-details th {
color: var(--e-global-color-accent);
}
.woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce-order .woocommerce-table--order-details tr th:last-child {
text-align: right;
}
.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .woocommerce-table--order-details th {
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
padding-left: 0;
padding-right: 0;
}
.woocommerce-order .woocommerce-table--order-details thead td,
.woocommerce-order .woocommerce-table--order-details thead th {
border-top: 0;
border-bottom: 2px solid;
border-bottom-color: var(--e-global-color-border);
}
.woocommerce-order .woocommerce-table--order-details .product-name a {
color: var(--e-global-color-text);
}
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
color: var(--e-global-color-primary);
}
.woocommerce-order .woocommerce-table--order-details tfoot {
color: var(--e-global-color-accent);
}
.woocommerce-order .woocommerce-table--order-details tfoot .amount {
font-weight: 700;
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
font-weight: 700;
font-size: 1.618em;
color: var(--e-global-color-primary);
}
form.woocommerce-form-track-order .order-text {
max-width: 740px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1024px) {
form.woocommerce-form-track-order .order-text {
margin-bottom: 50px;
}
}
form.woocommerce-form-track-order label {
font-size: 20px;
display: block;
color: var(--e-global-color-accent);
margin-bottom: 10px;
}
form.woocommerce-form-track-order input, form.woocommerce-form-track-order button {
width: 100%;
margin-bottom: 30px;
}
@media (min-width: 1024px) {
form.woocommerce-form-track-order button {
margin-top: 42px;
}
} #woosq-popup .product .summary .summary-content form.cart .woosw-btn.woosw-added:before {
color: red;
}
#woosq-popup .product .summary .summary-content form.cart .woosc-btn {
margin-right: 0;
}
#woosq-popup .product .slick-track {
max-height: unset;
}
#woosq-popup .product .slick-slider {
overflow: unset !important;
}
#woosq-popup .product .slick-slider .slick-arrow {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid;
box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
border-color: var(--e-global-color-border);
border-radius: 50%;
background-color: #ffffff;
visibility: hidden;
opacity: 0;
letter-spacing: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#woosq-popup .product .slick-slider .slick-arrow:hover {
background-color: #ffffff;
border-color: var(--e-global-color-primary);
}
#woosq-popup .product .slick-slider .slick-arrow:hover:before {
color: var(--e-global-color-primary);
}
#woosq-popup .product .slick-slider .slick-arrow:before {
line-height: 1;
color: var(--e-global-color-accent);
}
#woosq-popup .product .slick-slider .slick-arrow.slick-next {
right: 10px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
#woosq-popup .product .slick-slider .slick-arrow.slick-prev {
left: 10px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#woosq-popup .product .slick-slider:hover .slick-arrow.slick-prev, #woosq-popup .product .slick-slider:hover .slick-arrow.slick-next {
opacity: 1;
visibility: visible;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
#woosq-popup .product .slick-slider .slick-dots {
display: none !important;
}
#woosq-popup .single-product div.product form.cart .quantity {
width: unset;
margin-bottom: 10px;
margin-top: 0;
}
#woosq-popup .single-product div.product form.cart .quantity .qty {
width: 114px;
height: 40px;
padding: 0;
text-align: center;
}
button.mfp-close, button.mfp-arrow {
background: transparent;
}
.mfp-woosq .mfp-close {
padding: 0;
}
.mfp-woosq .mfp-close:hover {
border: none;
} .woocommerce-password-strength {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
padding: 0.5407911001em 0;
text-align: right;
font-size: 0.875em;
}
.woocommerce-password-strength.strong {
color: #0f834d;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
}
.woocommerce-password-strength.good {
color: #3d9cd2;
} label.inline {
display: inline !important;
margin-left: 1em;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul {
margin-left: 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
list-style: none;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
position: relative;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
text-decoration: none;
padding: 0.875em 0;
display: block;
color: var(--e-global-color-accent);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
color: var(--e-global-color-primary);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
color: var(--e-global-color-primary);
}
ul.order_details {
list-style: none;
position: relative;
max-width: 900px;
margin: 0 auto 1.618em;
}
ul.order_details::before, ul.order_details::after {
content: "";
display: table;
}
ul.order_details::after {
clear: both;
}
ul.order_details li {
padding: 1em 1.618em;
text-align: center;
border-color: var(--e-global-color-border);
}
ul.order_details li:first-child {
padding-top: 1.618em;
border: 0;
}
ul.order_details li:last-child {
padding-bottom: 1.618em;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
content: "";
display: table;
}
ul.order_details li:last-child::after {
clear: both;
}
ul.order_details li strong {
display: block;
text-transform: none;
color: var(--e-global-color-accent);
}
.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
padding: 0.6180469716em 0.875em;
font-size: 0.875em;
margin-right: 0.236em;
}
.woocommerce-MyAccount-content h2 {
font-size: 2em;
}
.woocommerce-MyAccount-content #payment .payment_methods {
margin-bottom: 1.618em !important;
} .woocommerce-MyAccount-content .woocommerce-Pagination {
text-align: center;
}
.woocommerce-MyAccount-content table th {
color: var(--e-global-color-accent);
}
.woocommerce-MyAccount-content table thead th {
background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content table tr:nth-of-type(even) {
background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content .order_details a:not(.button) {
color: var(--e-global-color-accent);
}
.woocommerce-MyAccount-content .order_details a:not(.button):hover {
text-decoration: underline;
}
.woocommerce-MyAccount-content .order_details .product-quantity {
color: var(--e-global-color-light);
}
.woocommerce-MyAccount-content .order_details .product-total .amount {
font-weight: 700;
}
.woocommerce-MyAccount-content .order_details tfoot .amount {
font-weight: 700;
font-size: 1.41575em;
color: var(--e-global-color-accent);
}
.woocommerce-MyAccount-content .order-again {
margin-bottom: 3.706325903em;
}
.register-from-title,
.login-form-title {
font-size: 40px;
line-height: 50px;
margin-bottom: 50px;
}
.login-form-col {
border: none;
}
form.woocommerce-form-register {
max-width: 440px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
form.woocommerce-form-register {
margin-right: 0;
margin-left: 0;
}
}
form.woocommerce-form-register button[type=submit] {
display: block;
width: 100%;
}
form.woocommerce-form-register .form-row-wide {
margin-bottom: 40px;
}
form.woocommerce-form-register .form-row label {
font-size: 16px;
line-height: 28px;
margin-bottom: 5px;
}
form.woocommerce-form-register .form-row input, form.woocommerce-form-register .form-row textarea, form.woocommerce-form-register .form-row select {
padding: 10px;
}
form.woocommerce-form-register .form-row input:focus, form.woocommerce-form-register .form-row textarea:focus, form.woocommerce-form-register .form-row select:focus {
border-bottom-color: var(--e-global-color-primary);
}
form.woocommerce-form-register .woocommerce-privacy-policy-text {
margin-bottom: 30px;
}
form.woocommerce-form-login {
max-width: 440px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.col2-set#customer_login form.woocommerce-form-login {
margin-right: 0;
}
}
form.woocommerce-form-login .woocommerce-form-login-wrap {
margin-bottom: 30px;
}
form.woocommerce-form-login button[type=submit] {
display: block;
width: 100%;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
float: left;
}
form.woocommerce-form-login .woocommerce-LostPassword {
float: right;
margin-bottom: 35px;
}
form.woocommerce-form-login .woocommerce-LostPassword a {
color: var(--e-global-color-text);
text-decoration: underline;
text-decoration-style: dotted;
}
form.woocommerce-form-login .woocommerce-LostPassword a:hover {
color: var(--e-global-color-primary);
}
form.woocommerce-form-login .form-row label {
font-size: 16px;
line-height: 28px;
margin-bottom: 5px;
}
form.woocommerce-form-login .form-row input, form.woocommerce-form-login .form-row textarea, form.woocommerce-form-login .form-row select {
padding: 10px;
}
form.woocommerce-form-login .form-row input:focus, form.woocommerce-form-login .form-row textarea:focus, form.woocommerce-form-login .form-row select:focus {
border-bottom-color: var(--e-global-color-primary);
}
@media (min-width: 768px) {
ul.order_details {
margin: 3.706325903em auto;
}
ul.order_details li {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%;
border-left-style: solid;
border-left-width: 1px;
}
ul.order_details li:first-child {
border: 0;
}
ul.order_details li:last-child {
float: right;
margin-right: 0;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
content: "";
display: table;
}
ul.order_details li:last-child::after {
clear: both;
}
.demo_store {
bottom: 0;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
background: rgba(0, 0, 0, 0.1);
float: right;
display: inline-block;
margin: -1em -1.41575em -1em 0;
padding: 1em 1.41575em;
} table.shop_table_responsive thead {
display: table-header-group;
}
table.shop_table_responsive tbody th {
display: table-cell;
}
table.shop_table_responsive tr td {
display: table-cell;
}
table.shop_table_responsive tr td::before {
display: none;
}
table.shop_table_responsive tr.woocommerce-shipping-totals td {
width: 60%;
} .site-header-cart {
position: relative;
}
.site-header-cart .cart-contents {
display: inline-block;
position: relative;
text-indent: 0;
}
.site-header-cart .widget_shopping_cart {
position: absolute;
margin-top: 20px;
top: 100%;
width: 320px;
z-index: 999999;
right: -999em;
display: block;
border-width: 2px;
border-style: solid;
}
.site-header-cart .widget_shopping_cart:before {
content: "";
display: block;
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 20px;
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
display: none;
left: 0;
}
.site-header-cart .widget_shopping_cart h2.widgettitle {
display: none;
}
.site-header-cart .widget_shopping_cart .product_list_widget {
height: 0;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
text-align: left;
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
right: 0;
display: block;
}
.site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
height: auto;
}
.site-search {
display: block;
}
.site-search form {
margin: 0;
}
.checkout_coupon {
grid-template-columns: 53.6231884058% auto;
} ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
clear: none;
width: 100%;
} ul.products.columns-1 li.product {
flex: 0 0 100%;
max-width: 100%;
}
ul.products.columns-4 ul.products.columns-3 li.product, ul.products.columns-2 li.product {
flex: 0 0 50%;
max-width: 50%;
}
ul.products.columns-6 ul.products.columns-5 li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
} .single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
content: "";
display: table;
}
.single-product div.product .images .thumbnails::after {
clear: both;
}
.single-product div.product .images .thumbnails a.zoom {
width: 22.5806451613%;
float: left;
margin-right: 3.2258064516%;
}
.single-product div.product .images .thumbnails a.zoom.last {
float: right;
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery {
width: calc(50% - 65px);
margin-right: 0;
float: left;
}
.single-product div.product .summary {
float: right;
width: 50%;
}
.single-product div.product .woocommerce-tabs {
clear: both;
}
.single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
flex: 50%;
max-width: 50%;
}
.single-product #reviews .comment-form-email {
margin-right: 0;
}
.single-product-vertical div.product .woocommerce-product-gallery {
width: calc(60% - 65px);
margin-right: 0;
float: left;
}
.single-product-vertical div.product .summary {
float: right;
width: 40%;
}
.single-product-carousel div.product .woocommerce-product-gallery {
width: calc(100vw + 30px);
position: relative;
left: calc(50% + 0px);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
margin-right: 0;
float: left;
}
.single-product-carousel div.product .woocommerce-product-gallery .slick-slide {
padding: 0 15px;
}
.single-product-carousel div.product .summary {
float: right;
width: 100%;
}
#reviews .comment-form-email {
margin-right: 0;
} .dthem-full-width-content.woocommerce-cart .entry-header, .dthem-full-width-content.woocommerce-checkout .entry-header, .dthem-full-width-content.woocommerce-account .entry-header {
text-align: center;
padding: 0 0 5.9968353111em;
}
.dthem-full-width-content.woocommerce-cart .entry-header h1:last-child, .dthem-full-width-content.woocommerce-checkout .entry-header h1:last-child, .dthem-full-width-content.woocommerce-account .entry-header h1:last-child {
margin-bottom: 0;
}
.dthem-full-width-content .woocommerce-products-header {
text-align: center;
}
.woocommerce .page-description {
margin-bottom: 1.618em;
}
.dthem-sorting {
margin-bottom: 30px;
}
.dthem-sorting select {
width: auto;
}
.dthem-sorting .woocommerce-pagination + .woocommerce-result-count {
margin-right: auto;
margin-left: 0;
}
.dthem-sorting .woocommerce-result-count {
order: 1;
padding-right: 0;
} .woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
width: 100%;
float: right;
margin-right: 0;
}
.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
border-bottom: 0;
padding-bottom: 0;
}
table.cart th,
table.cart td {
padding: 1.618em 1.618em 1.618em 0;
}
table.cart .qty {
padding: 0.875em;
max-width: 3.632em;
}
table.cart td.product-remove {
display: table-cell;
padding: 1.618em 1.618em 1.618em 0;
border: 0;
width: 5%;
}
table.cart td.product-remove a.remove {
float: none;
position: relative;
top: auto;
right: auto;
font-size: 1em;
}
table.cart td.product-thumbnail {
width: 17%;
}
table.cart td.product-name {
width: 30%;
}
table.cart td.product-price {
width: 16%;
}
table.cart td.product-subtotal {
padding: 1.618em 1.618em 1.618em 0;
width: 16%;
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
display: inline-block;
}
table.cart .quantity .qty {
padding: 0.6180469716em;
}
table.cart td.actions {
text-align: right;
}
table.cart td.actions label {
display: none;
}
table.cart td.actions .coupon {
display: flex;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
float: left;
width: 60%;
}
table.cart td.actions input {
display: inline-block;
width: auto;
margin: 0;
}
.cart-collaterals::before, .cart-collaterals::after {
content: "";
display: table;
}
.cart-collaterals::after {
clear: both;
}
.cart-collaterals .cross-sells {
width: 42.0289855072%;
float: left;
margin-right: 4.347826087%;
}
.cart-collaterals .shipping_calculator {
width: 53.6231884058%;
float: right;
margin-right: 0;
margin: 0;
clear: right;
}
.cart-collaterals .cart_totals small.includes_tax {
display: block;
}
.cart-collaterals .shipping_calculator {
clear: right;
} table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
display: none;
} #ship-to-different-address {
position: relative;
}
#ship-to-different-address label {
font-weight: 300;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin-right: 0;
}
.col2-set {
width: 53.6231884058%;
float: left;
margin-right: 4.347826087%;
}
.col2-set .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
}
.col2-set .form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0;
}
.col2-set .col-1,
.col2-set .col-2 {
margin-bottom: 1.618em;
}
.col2-set + #customer_details {
display: none;
}
.col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
content: "";
display: table;
}
.col2-set .woocommerce-billing-fields::after {
clear: both;
}
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.col2-set.addresses .col-1 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%;
}
.col2-set.addresses .col-2 {
width: 47.8260869565%;
float: right;
margin-right: 0;
}
#customer_details + #wc_checkout_add_ons {
width: 42.0289855072%;
float: right;
margin-right: 0;
}
#wc_checkout_add_ons input[type=radio] {
float: left;
margin-right: 0.5407911001em;
clear: left;
margin-top: 0.35em;
}
#order_review {
width: 42.0289855072%;
float: right;
margin-right: 0;
clear: right;
}
#order_review {
transition: box-shadow ease 0.4s;
}
.woocommerce-order-pay #order_review {
width: 100%;
float: none;
}
.woocommerce-order-pay #order_review #payment h3 {
padding-left: 1em;
padding-top: 1em;
}
.woocommerce-order-pay #order_review #payment .form-row {
padding: 1em;
}
.woocommerce-order-pay #order_review .payment_methods + .form-row {
padding: 1em;
}
.woocommerce-order-pay #order_review .button#place_order {
display: block;
width: 100%;
font-size: 1.41575em;
} table + .addresses {
margin-top: 1.618em;
}
.col2-set#customer_login {
width: 100%;
margin: 0;
}
.col2-set#customer_login .col-1 {
width: 50%;
float: left;
padding-right: 5%;
}
.col2-set#customer_login .col-2 {
width: 50%;
float: right;
padding-left: 5%;
}
.col2-set.addresses {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.col2-set.addresses .col-1 {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
}
.col2-set.addresses .col-2 {
width: 48.3870967742%;
float: right;
margin-right: 0;
}
.woocommerce-MyAccount-navigation {
width: 27.2727272727%;
float: left;
margin-right: 3.8961038961%;
}
.woocommerce-MyAccount-content {
width: 68.8311688312%;
float: right;
margin-right: 0;
}
.addresses header.title::before, .addresses header.title::after {
content: "";
display: table;
}
.addresses header.title::after {
clear: both;
}
.addresses header.title a {
float: right;
}
.addresses header.title h3 {
float: left;
} .form-row-first {
width: 48.3870967742%;
float: left;
margin-right: 3.2258064516%;
clear: both;
}
.form-row-last {
width: 48.3870967742%;
float: right;
margin-right: 0;
}  .dthem-sticky-add-to-cart {
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 99998;
transform: translate3d(0, 100%, 0);
padding: 10px 1em;
overflow: hidden;
zoom: 1;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
animation-duration: 0.5s;
animation-fill-mode: both;
}
.dthem-sticky-add-to-cart--slideInDown {
animation-name: slideInDown1;
}
.dthem-sticky-add-to-cart--slideOutUp {
animation-name: slideOutUp;
}
.dthem-sticky-add-to-cart__content {
display: flex;
align-items: center;
justify-content: center;
}
.dthem-sticky-add-to-cart__content-title {
display: block;
}
.dthem-sticky-add-to-cart__content-price {
margin-right: 0.875em;
}
.dthem-sticky-add-to-cart__content-button {
margin-left: auto;
}
.dthem-sticky-add-to-cart img {
max-width: 60px;
margin: 0 1.41575em 0 0;
padding: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.dthem-sticky-add-to-cart .star-rating {
display: inline-block;
margin: 0;
vertical-align: sub;
} #yith-quick-view-modal.open .product-title {
margin-top: -0.2333em;
font-size: 30px;
}
#yith-quick-view-close {
top: 10px;
right: 10px;
text-indent: -9999px;
}
}
@media (min-width: 768px) and (max-width: 900px) {
body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
padding: 1em;
}
}
@media (min-width: 911px) {
.woocommerce-cart-form,
.woocommerce-cart .cross-sells {
width: 65.5913978495%;
float: left;
margin-right: 3.2258064516%;
}
.cart-collaterals {
width: 31.1827956989%;
float: right;
margin-right: 0;
}
}
@media (min-width: 1024px) {
.woocommerce-page .content-area {
width: calc(100% - 330px);
}
.woocommerce-page .widget-area {
width: 300px;
}
ul.products.columns-1 li.product {
flex: 0 0 100%;
max-width: 100%;
}
ul.products.columns-2 li.product {
flex: 0 0 50%;
max-width: 50%;
}
ul.products.columns-3 li.product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
ul.products.columns-4 li.product {
flex: 0 0 25%;
max-width: 25%;
}
ul.products.columns-5 li.product {
flex: 0 0 20%;
max-width: 20%;
}
ul.products.columns-6 li.product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
}
@media (max-width: 767px) {
ul.products[class*=columns-] li.product {
flex: 0 0 50%;
max-width: 50%;
}
ul.products.columns-1 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 576px) {
ul.products[class*=columns-] li.product {
flex: 0 0 100%;
max-width: 100%;
}
}
.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
width: 100%;
max-width: 100%;
flex: 0 0 100%;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
padding: 15px;
border: 1px solid var(--e-global-color-border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
text-transform: none;
font-size: 16px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
min-width: 150px;
width: auto;
}
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td {
vertical-align: top;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
max-width: 150px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
padding: 15px;
border: 1px solid var(--e-global-color-border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes {
table-layout: auto !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
border: none !important;
background: none !important;
padding: 10px !important;
}
@media (max-width: 768px) {
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td {
padding-top: 0 !important;
display: block;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
display: block;
padding-bottom: 0 !important;
}
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount {
text-decoration: line-through;
color: var(--e-global-color-light);
font-size: 14px;
font-weight: var(--e-global-typography-text-font-weight);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount {
color: var(--e-global-color-primary);
font-size: 16px;
font-weight: 700;
}
.woocommerce[class*=columns-] > ul.products-list {
margin-left: 0;
margin-right: 0;
}
.woocommerce[class*=columns-] > ul.products-list li {
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.product-list {
margin-left: 0;
list-style: none;
position: relative;
display: flex;
align-items: center;
overflow: hidden;
margin-bottom: 40px;
}
.product-list:last-child {
margin-bottom: 0;
border-bottom: none;
}
.product-list .product-image {
flex: 0 0 300px;
margin: -1px 30px -1px -1px;
position: relative;
overflow: hidden;
}
.product-list .product-image img {
position: relative;
z-index: 2;
}
.has-mega-menu .product-list .product-image {
width: 100%;
margin-bottom: 10px;
}
.product-list .product-caption {
flex: 1 1 auto;
max-width: calc(100% - 300px);
}
.has-mega-menu .product-list .product-caption {
max-width: 100%;
}
.product-list a[class*=product_type_] {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 16px;
font-size: 1rem;
align-items: center;
justify-content: center;
line-height: 24px;
border: none;
padding: 10px 20px;
margin-right: 20px;
bottom: 5px;
border-radius: 5px;
background-color: var(--e-global-color-secondary);
color: #fff;
z-index: 9;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product-list a[class*=product_type_]:before {
margin-right: 0.5rem;
}
.product-list a[class*=product_type_]:hover {
background-color: var(--e-global-color-primary);
}
.product-list .woosc-btn,
.product-list .woosq-btn,
.product-list .woosw-btn {
letter-spacing: 0;
padding: 0;
font-size: 0;
border: none;
vertical-align: middle;
margin-right: 10px;
border-radius: 5px;
background-color: transparent;
position: relative;
color: var(--e-global-color-text);
}
.product-list .woosc-btn:before,
.product-list .woosq-btn:before,
.product-list .woosw-btn:before {
font-size: 16px;
line-height: 1;
}
.product-list .woosc-btn:hover,
.product-list .woosq-btn:hover,
.product-list .woosw-btn:hover {
background-color: transparent;
color: var(--e-global-color-primary);
}
.product-list .posted-in {
display: -webkit-box;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 12px;
font-size: 0.75rem;
line-height: 14px;
text-transform: uppercase;
margin-bottom: 5px;
color: var(--e-global-color-accent);
}
@media (max-width: 567px) {
.product-list .posted-in {
margin-bottom: 5px;
}
}
.product-list .posted-in a {
color: var(--e-global-color-accent);
}
.product-list .posted-in a:hover {
text-decoration: underline;
color: var(--e-global-color-primary);
}
.product-list .price {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
margin-bottom: 1rem;
font-size: 16px;
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.product-list .price del {
color: var(--e-global-color-light);
font-weight: var(--e-global-typography-text-font-weight);
font-size: 14px;
font-size: 0.875rem;
}
.product-list .price ins {
order: -1;
}
.product-list .short-description {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 22px;
margin-bottom: 30px;
}
.has-mega-menu .product-list .short-description {
display: none;
}
.product-list .short-description p {
margin-bottom: 0;
}
.product-list .star-rating {
margin-bottom: 10px;
}
.product-list .woocommerce-loop-product__title {
font-size: 20px;
margin-bottom: 15px;
line-height: 20px;
}
.product-list .woocommerce-loop-product__title a {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product-list .woocommerce-loop-product__title a:hover {
color: var(--e-global-color-primary);
}
.product-list .added_to_cart {
display: none;
}
.product-list img {
float: left;
}
.product-list:hover .group-action {
opacity: 1;
visibility: visible;
}
.product-list:hover .group-action .shop-action .woosc-btn,
.product-list:hover .group-action .shop-action .woosq-btn,
.product-list:hover .group-action .shop-action .woosw-btn,
.product-list:hover .group-action .shop-action a[class*=product_type_] {
-ms-animation-name: run_button_thumbnail_bottom;
-o-animation-name: run_button_thumbnail_bottom;
-moz-animation-name: run_button_thumbnail_bottom;
-webkit-animation-name: run_button_thumbnail_bottom;
animation-name: run_button_thumbnail_bottom;
-ms-animation-duration: 250ms;
-o-animation-duration: 250ms;
-moz-animation-duration: 250ms;
-webkit-animation-duration: 250ms;
animation-duration: 250ms;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.wcml-dropdown {
width: 100%;
}
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
border-color: var(--e-global-color-border);
}
.wcml-dropdown .wcml-cs-submenu {
border-top: 0;
}
.wcml-dropdown a {
padding: 1em 1.41575em;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
right: 1em;
}
.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
font-weight: bold;
color: var(--e-global-color-accent);
cursor: default;
} .woosw-area .woosw-inner .woosw-content {
max-width: 570px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
min-width: 400px;
}
@media (max-width: 640px) {
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td {
padding: 5px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td.woosw-content-item--image {
width: 80px;
}
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a {
text-transform: uppercase;
font-size: 11px;
text-align: center;
border: none;
background-color: var(--e-global-color-primary);
white-space: nowrap;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover {
background-color: var(--e-global-color-secondary);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .added_to_cart.wc-forward {
display: none;
opacity: 0;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--title a {
font-weight: 400 !important;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 16px;
color: var(--e-global-color-primary);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del {
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-light);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price ins {
order: -1;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del + ins {
margin-right: 0.327em;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
text-decoration: underline;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
text-decoration: underline;
color: var(--e-global-color-primary);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot a.woosw-page:hover {
color: var(--e-global-color-primary);
}
.woosw-list .woosw-content-item--price {
display: flex;
flex-wrap: wrap;
align-items: center;
color: var(--e-global-color-primary);
font-size: 18px;
}
.woosw-list .woosw-content-item--price del {
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-light);
}
.woosw-list .woosw-content-item--price ins {
order: -1;
}
.woosw-list .woosw-content-item--price del + ins {
margin-right: 0.327em;
}
.woosw-list .woosw-content-item--title a {
font-size: 16px;
font-weight: 400 !important;
}
.woosw-list .woosw-content-item .woosw-content-item--actions .woosw-content-item--add p > a.button {
text-align: center;
display: inline-block;
}
@media (max-width: 568px) {
.woosw-list .woosw-content-item .woosw-content-item--image {
display: none;
}
}
.woosw-list .woosw-content-item--actions .woosw-content-item--stock {
margin-bottom: 5px;
}
.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before {
color: red !important;
}
.woosw-list .woosw-actions .woosw-copy-url {
padding: 0.9776em 1.3em;
}
.woosw-list .woosw-actions .woosw-copy-btn input {
border-radius: 0;
}
.woosw-list .add_to_cart_button.added {
display: none;
opacity: 0;
}
.widget_product_search {
position: relative;
}
.ajax-search-result {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: white;
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
padding: 0 30px;
z-index: 999;
max-height: 500px;
overflow-y: scroll;
}
.product-item-search {
padding: 10px 0;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
.product-item-search .product-link {
display: flex;
}
.product-item-search .product-link img {
width: 60px;
margin-right: 15px;
}
.product-item-search .product-title {
font-size: 14px;
font-weight: normal;
margin-bottom: 0;
}
.product-item-search:last-child {
border-bottom: none;
}
.product-item-search .amount {
font-weight: 700;
font-size: 14px;
}
.dthem-canvas-filter {
background-color: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s;
padding-bottom: 40px;
padding-left: 30px;
padding-right: 30px;
top: 0;
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
position: fixed;
z-index: 10002;
visibility: hidden;
overflow-y: auto;
overflow-x: hidden;
width: 360px;
height: 100vh;
}
@media (max-width: 768px) {
.dthem-canvas-filter {
width: 330px;
padding-left: 15px;
padding-right: 15px;
}
}
.dthem-canvas-filter::-webkit-scrollbar {
width: 3px;
}
.dthem-canvas-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}
.dthem-canvas-filter::-webkit-scrollbar-thumb {
background-color: #000000;
}
.dthem-canvas-filter .widget.widget_text {
padding: 0;
}
.dthem-canvas-filter .widget_price_filter .widget-title {
border: none;
}
.dthem-overlay-filter {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.off-canvas-active .dthem-overlay-filter {
visibility: visible;
opacity: 1;
}
.off-canvas-active .dthem-canvas-filter {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.filter-toggle {
color: var(--e-global-color-secondary);
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
background: transparent;
margin-right: 25px;
outline: none;
text-align: center;
line-height: 1;
}
.filter-toggle i {
font-size: 11px;
font-size: 0.6875rem;
line-height: 1;
margin-right: 5px;
display: inline-block;
vertical-align: baseline;
}
@media (min-width: 1024px) {
.filter-toggle {
display: none;
}
}
.dthem-full-width-content .filter-toggle {
display: inline-block;
}
.filter-toggle:focus, .filter-toggle:hover {
color: var(--e-global-color-primary);
}
.filter-toggle:focus span:before, .filter-toggle:hover span:before {
background-color: var(--e-global-color-primary);
}
.filter-toggle:after {
content: "";
border-left: 1px solid;
height: 20px;
margin-left: 30px;
margin-right: 30px;
display: none;
vertical-align: middle;
}
.filter-close {
height: 50px;
line-height: 50px;
margin-bottom: 15px;
display: block;
cursor: pointer;
text-align: right;
vertical-align: middle;
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
}
.filter-close:after {
content: "+";
display: inline-block;
vertical-align: middle;
margin-left: 10px;
position: relative;
top: -2px;
font-size: 30px;
transform: rotate(45deg);
}
@media (min-width: 783px) {
.admin-bar .dthem-canvas-filter {
top: 32px;
}
}
@media (min-width: 600px) and (max-width: 782px) {
.admin-bar .dthem-canvas-filter {
top: 46px;
}
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
border-radius: 0px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
padding-top: 7px;
padding-bottom: 7px;
height: auto;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
min-width: 57px;
}
.site-header-cart-side {
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
overflow-y: auto;
width: 300px;
background-color: #ffffff;
transition: transform 0.25s ease;
display: flex;
flex-direction: column;
right: 0;
z-index: 999999999;
transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
.site-header-cart-side {
width: 340px;
transform: translate3d(340px, 0, 0);
}
}
.site-header-cart-side .cart-side-heading {
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
justify-content: flex-end;
padding: 20px 15px 20px 15px;
border-bottom: 1px solid;
border-bottom-color: var(--e-global-color-border);
}
.site-header-cart-side .cart-side-title {
flex: 1 1 auto;
font-size: 20px;
color: var(--e-global-color-secondary);
font-weight: 500;
text-transform: uppercase;
}
.site-header-cart-side .close-cart-side {
color: var(--e-global-color-secondary);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.3px;
font-weight: 500;
font-size: 13px;
padding-right: 18px;
position: relative;
}
.site-header-cart-side .close-cart-side:before, .site-header-cart-side .close-cart-side:after {
content: " ";
position: absolute;
top: 48%;
display: inline-block;
margin-top: -1px;
width: 12px;
height: 2px;
background-color: var(--e-global-color-secondary);
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
right: 0;
transform: rotate(-45deg);
}
.site-header-cart-side .close-cart-side:before {
transform: rotate(45deg);
}
.site-header-cart-side .close-cart-side:hover:before, .site-header-cart-side .close-cart-side:hover:after {
transform: rotate(0);
}
.site-header-cart-side .widget_shopping_cart {
margin-bottom: 0;
position: relative;
flex: 1 1 auto;
display: flex;
border: none;
padding: 0;
border-radius: 0;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
text-align: center;
font-size: 18px;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item {
padding: 15px 30px 15px 15px;
margin-bottom: 0;
transition: background-color 0.3s ease;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover {
background-color: #F9F9F9;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a {
line-height: 1.41575em;
color: var(--e-global-color-secondary);
font-weight: 500;
margin-bottom: 3px;
font-size: 14px;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover {
color: var(--e-global-color-primary);
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove {
position: absolute;
top: 50%;
margin-bottom: 0;
transform: translateY(-50%);
left: unset;
opacity: 1;
right: 8px;
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
margin-top: auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
position: relative;
flex: 1 1 auto;
overflow-y: auto;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget {
position: absolute;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li:first-child {
padding-top: 1em;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
max-width: 60px;
}
.site-header-cart-side .widget_shopping_cart p.total {
padding: 12px 15px 12px 15px;
margin: 0;
border-top: 1px solid;
border-top-color: var(--e-global-color-border);
margin-bottom: 5px;
}
.site-header-cart-side .widget_shopping_cart p.total .amount {
font-weight: 500;
font-size: 20px;
color: var(--e-global-color-primary);
}
.site-header-cart-side .widget_shopping_cart p.total strong {
text-transform: uppercase;
font-weight: 500;
font-size: 18px;
}
.site-header-cart-side .widget_shopping_cart .buttons a {
margin-right: 15px;
margin-left: 15px;
padding: 10px 20px;
margin-bottom: 10px;
border: 0px solid;
font-size: 13px;
letter-spacing: 0.3px;
text-transform: uppercase;
background-color: #f7f7f7;
}
.site-header-cart-side .widget_shopping_cart .buttons a:hover {
background-color: #efefef;
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
margin-top: 0;
margin-bottom: 0;
background-color: var(--e-global-color-primary);
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout:hover {
background-color: var(--e-global-color-dark);
}
.site-header-cart-side.active {
transform: none;
}
.site-header-cart-side.active + .cart-side-overlay {
visibility: visible;
opacity: 1;
}
.cart-side-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}
.dthem-dropdown-filter {
margin-bottom: 30px;
margin-top: 20px;
box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.08);
display: none;
overflow-x: auto;
width: 100%;
order: 4;
}
@media (max-width: 1023px) {
.dthem-dropdown-filter {
display: none !important;
}
}
.dthem-dropdown-filter-wrap {
display: flex;
padding: 15px;
}
.dthem-dropdown-filter-wrap .widget > ul {
max-height: 230px;
overflow-y: auto;
}
.dthem-dropdown-filter-wrap div.widget {
min-width: 33%;
flex: 1;
padding-left: 15px;
padding-right: 15px;
border: 0;
}
@media (min-width: 1440px) {
.dthem-dropdown-filter-wrap div.widget {
min-width: 20%;
}
}
.dthem-dropdown-filter-wrap div.widget .widget-title {
padding: 0;
}
.dthem-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
display: flex;
}
.dthem-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
padding: 0;
}
.filter-toggle-dropdown {
display: none;
color: var(--e-global-color-secondary);
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
background: transparent;
margin-right: 25px;
outline: none;
text-align: center;
line-height: 1;
}
.filter-toggle-dropdown i {
font-size: 11px;
font-size: 0.6875rem;
line-height: 1;
margin-right: 5px;
display: inline-block;
vertical-align: baseline;
}
.filter-toggle-dropdown:focus, .filter-toggle-dropdown:hover {
color: var(--e-global-color-primary);
}
.filter-toggle-dropdown:focus span:before, .filter-toggle-dropdown:hover span:before {
background-color: var(--e-global-color-primary);
}
@media (min-width: 1024px) {
.dthem-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
display: inline-block;
}
}
@media (min-width: 1024px) {
.dthem-full-width-content.shop_filter_dropdown .filter-toggle {
display: none;
}
}
.quick-shop-wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.95);
transition: transform 0.3s ease;
transform: translate3d(0, 103%, 0);
}
.quick-shop-wrapper .quick-shop-form {
display: flex;
align-items: stretch;
flex-direction: column;
width: 100%;
height: 100%;
text-align: center;
}
.quick-shop-wrapper .quick-shop-form .woosc-btn, .quick-shop-wrapper .quick-shop-form .woosw-btn {
display: none;
}
.quick-shop-wrapper .quick-shop-form .variations td {
text-align: center;
padding: 5px;
}
.quick-shop-wrapper .quick-shop-form .variations td.label label {
font-size: 13px;
font-size: 0.8125rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-accent);
}
.quick-shop-wrapper .quick-shop-form .variable-items-wrapper {
justify-content: center;
}
.quick-shop-wrapper .quick-shop-form table.variations {
table-layout: fixed;
margin-top: 10px;
margin-bottom: 0;
position: relative;
}
.quick-shop-wrapper .quick-shop-form table.variations th,
.quick-shop-wrapper .quick-shop-form table.variations td {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent;
}
.quick-shop-wrapper .quick-shop-form table.variations select {
max-width: 100%;
vertical-align: middle;
}
.quick-shop-wrapper .quick-shop-form table.variations label {
display: block;
}
.quick-shop-wrapper .quick-shop-form table.variations a.reset_variations {
margin-top: 0;
margin-bottom: 15px;
display: block;
margin-left: 0;
color: #f37070;
}
.quick-shop-wrapper .quick-shop-form table.variations td.label label {
font-size: 16px;
color: var(--e-global-color-text);
font-weight: 700;
margin-bottom: 8px;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item {
box-shadow: none;
border: 1px solid;
margin: 0 5px 5px 0;
width: auto;
height: auto;
min-width: 30px;
min-height: 30px;
padding: 0;
border-color: var(--e-global-color-border);
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item:hover, .quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.selected {
border-color: var(--e-global-color-primary);
outline: none;
box-shadow: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item .variable-item-span {
font-size: 14px;
padding: 0px 10px;
color: var(--e-global-color-accent);
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item {
border-radius: 50%;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
border-radius: 50%;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
content: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:before {
display: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:after {
transform: rotate(-30deg);
height: 2px;
background-color: var(--e-global-color-border);
width: calc(100% + 12px);
left: -7px;
box-shadow: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled .variable-item-span {
color: var(--e-global-color-text);
}
.quick-shop-wrapper .variations_form {
display: flex;
flex: 1 1 auto;
flex-direction: column;
justify-content: space-between;
margin-bottom: 0;
padding-bottom: 15px;
}
.quick-shop-wrapper .variations_form:before {
content: "";
}
.quick-shop-wrapper .variations_form .woocommerce-variation {
-webkit-animation: none;
animation: none;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
margin-bottom: 10px;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
margin-right: 5px;
margin-bottom: 10px !important;
margin-left: 5px;
display: block;
padding-bottom: 0 !important;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
display: none !important;
}
.quick-shop-wrapper div.quantity {
display: none !important;
}
.quick-shop-wrapper button.single_add_to_cart_button {
background-color: transparent;
font-size: 12px;
color: var(--e-global-color-accent);
border: 1px solid;
border-color: var(--e-global-color-accent);
padding: 3px 15px;
}
.quick-shop-wrapper button.single_add_to_cart_button:hover {
color: #ffffff;
background-color: var(--e-global-color-accent);
}
.quick-shop-wrapper table.variations {
margin-bottom: 0;
}
.quick-shop-wrapper table.variations .reset_variations {
bottom: -30px;
margin-left: 0;
text-decoration: underline;
font-size: 13px;
color: var(--e-global-color-light);
}
.quick-shop-wrapper table.variations .reset_variations:before {
content: none;
}
.quick-shop-wrapper .variation-swatch-selected .variations {
margin-bottom: 40px;
}
.quick-shop-wrapper .quick-shop-close {
position: absolute;
top: 5px;
right: 5px;
z-index: 5;
height: 30px;
opacity: 0;
transition: opacity 0.2s ease 0s;
}
.quick-shop-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
width: 24px;
height: 24px;
box-shadow: 0 0 0 1px var(--e-global-color-border);
}
.quick-shop-shown .quick-shop-wrapper {
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transform: translate3d(0, 0, 0);
}
.quick-shop-shown .quick-shop-close {
opacity: 1;
transition: all 0.25s ease 0.35s;
padding-right: 16px;
}
.loading-quick-shop .product-transition::after {
animation: fa-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;
color: var(--e-global-color-accent);
z-index: 10;
}
.loading-quick-shop .product-transition .woocommerce-loop-product__link {
background-color: rgba(255, 255, 255, 0.95);
}
.cross-button {
position: relative;
display: inline-block;
cursor: pointer;
line-height: 30px;
}
.cross-button:after, .cross-button:before {
content: " ";
position: absolute;
top: 50%;
right: 0;
display: inline-block;
margin-top: -1px;
width: 12px;
height: 2px;
background-color: #000;
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.cross-button:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cross-button:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.cross-button:hover:after, .cross-button:hover:before {
-webkit-transform: rotate(0);
transform: rotate(0);
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.woocommerce-breadcrumb {
margin-bottom: 20px;
}
.breadcrumb-wrap {
display: block;
}
.home .main-breadcrumb {
display: none;
}.tooltipster-fall,.tooltipster-grow.tooltipster-show{
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-base{
display:flex;
pointer-events:none;
position:absolute
}
.tooltipster-box{
flex:1 1 auto
}
.tooltipster-content{
box-sizing:border-box;
max-height:100%;
max-width:100%; border-color: black;
}
.tooltipster-ruler{
bottom:0;
left:0;
overflow:hidden;
position:fixed;
right:0;
top:0;
visibility:hidden
}
.tooltipster-fade{
opacity:0;
-webkit-transition-property:opacity;
-moz-transition-property:opacity;
-o-transition-property:opacity;
-ms-transition-property:opacity;
transition-property:opacity
}
.tooltipster-fade.tooltipster-show{
opacity:1
}
.tooltipster-grow{
-webkit-transform:scale(0,0);
-moz-transform:scale(0,0);
-o-transform:scale(0,0);
-ms-transform:scale(0,0);
transform:scale(0,0);
-webkit-transition-property:-webkit-transform;
-moz-transition-property:-moz-transform;
-o-transition-property:-o-transform;
-ms-transition-property:-ms-transform;
transition-property:transform;
-webkit-backface-visibility:hidden
}
.tooltipster-grow.tooltipster-show{
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-o-transform:scale(1,1);
-ms-transform:scale(1,1);
transform:scale(1,1);
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-swing{
opacity:0;
-webkit-transform:rotateZ(4deg);
-moz-transform:rotateZ(4deg);
-o-transform:rotateZ(4deg);
-ms-transform:rotateZ(4deg);
transform:rotateZ(4deg);
-webkit-transition-property:-webkit-transform,opacity;
-moz-transition-property:-moz-transform;
-o-transition-property:-o-transform;
-ms-transition-property:-ms-transform;
transition-property:transform
}
.tooltipster-swing.tooltipster-show{
opacity:1;
-webkit-transform:rotateZ(0);
-moz-transform:rotateZ(0);
-o-transform:rotateZ(0);
-ms-transform:rotateZ(0);
transform:rotateZ(0);
-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);
-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
transition-timing-function:cubic-bezier(.23,.635,.495,2.4)
}
.tooltipster-fall{
-webkit-transition-property:top;
-moz-transition-property:top;
-o-transition-property:top;
-ms-transition-property:top;
transition-property:top;
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-fall.tooltipster-initial{
top:0!important
}
.tooltipster-fall.tooltipster-dying{
-webkit-transition-property:all;
-moz-transition-property:all;
-o-transition-property:all;
-ms-transition-property:all;
transition-property:all;
top:0!important;
opacity:0
}
.tooltipster-slide{
-webkit-transition-property:left;
-moz-transition-property:left;
-o-transition-property:left;
-ms-transition-property:left;
transition-property:left;
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-slide.tooltipster-initial{
left:-40px!important
}
.tooltipster-slide.tooltipster-dying{
-webkit-transition-property:all;
-moz-transition-property:all;
-o-transition-property:all;
-ms-transition-property:all;
transition-property:all;
left:0!important;
opacity:0
}
@keyframes tooltipster-fading{
0%{
opacity:0
}
100%{
opacity:1
}
}
.tooltipster-update-fade{
animation:tooltipster-fading .4s
}
@keyframes tooltipster-rotating{
25%{
transform:rotate(-2deg)
}
75%{
transform:rotate(2deg)
}
100%{
transform:rotate(0)
}
}
.tooltipster-update-rotate{
animation:tooltipster-rotating .6s
}
@keyframes tooltipster-scaling{
50%{
transform:scale(1.1)
}
100%{
transform:scale(1)
}
}
.tooltipster-update-scale{
animation:tooltipster-scaling .6s
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{
margin-top:8px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box{
margin-right:8px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box{
margin-left:8px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box{
margin-bottom:8px
}
.tooltipster-sidetip .tooltipster-arrow{
overflow:hidden;
position:absolute
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{
height:10px;
margin-left:-10px;
top:-2px;
width:20px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{
height:20px;
margin-top:-10px;
right:-2px;
top:0;
width:10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{
height:20px;
margin-top:-10px;
left:-2px;
top:0;
width:10px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
bottom:-2px;
height:10px;
margin-left:-9px;
width:20px
}
.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{
height:0;
position:absolute;
width:0
}
.tooltipster-sidetip .tooltipster-arrow-background{
border:10px solid transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
left:0;
top:3px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{
left:-3px;
top:0
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
left:3px;
top:0
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
left:0;
top:-3px
}
.tooltipster-sidetip .tooltipster-arrow-border{
border:10px solid transparent;
left:0;
top:0
}
.tooltipster-sidetip .tooltipster-arrow-uncropped{
position:relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{
top:-10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{
left:-10px
}.db{display:block;}
.dn{display:none;}
.df{display:flex !important;}
.oh{overflow:hidden;}
.pf{position:fixed;}
.pr{position:relative;}
.pa{position:absolute;}
.cp{cursor:pointer;}
.jc-sb{justify-content:space-between}
.jc-sa{justify-content:space-around}
.jc-st{justify-content:star}
.jc-end{justify-content:end}
.ai-base{align-items:baseline}
.ai-end{align-items:end}
.ai-center{align-items:center}
.ai-top{align-items:top}
.ai-fs{align-items:flex-start}
.cf:before,.cf:after{content:" "; display:table; }
.cf:after{clear:both;}
.cf{*zoom: 1;}
.cf{}
p{margin: 0} .elementor-clickable{cursor: pointer}
:root {
--main-font-family: 'Noto Sans', sans-serif;
--main-orange:#FC391F;
}
select, select option{font-family: var(--main-font-family)}
#page .site-content, #page #content.site-content{margin:78px 0 100px}
body.home #page #content.site-content{margin: 46px 0 0}
button, input[type="button"], input[type="reset"], input[type="submit"], .button{padding: 15px 27px;background-color:#000;border-color: #000;font-weight: 600;font-size: 16px;}
.hentry strong, .hentry th, .hentry dt{color: inherit}
.dthem-overlay{background-color: rgba(0, 0, 0, 0.4);}
#top_header{position: fixed;top: 0}
.site-header-cart .cart-contents:before{content: "";width: 22px;height: 20px;background: url(https://www.toprider.gr/wp-content/uploads/2022/10/toprider-cart.svg) left top no-repeat}
.header-group-action .site-header-cart .count{background: #232323;border-radius: 50px;right: -11px;top: -3px;color: #fff !important}
.header-group-action .site-header-wishlist .count{background: #232323;border-radius: 50px;right: -11px;top: -3px;color: #fff !important}
.elementor-header-group-wrapper .header-group-action a i{font-weight: 600}
.elementor-header-gro.main-navigation ul.menu li.menu-item .sub-menuup-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist,
.elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button{margin: 0 16px 0 0}
.elementor-header-group-wrapper .header-group-action .site-header-cart{margin: 0}
.dthem-login-form-ajax input[type="text"], .dthem-login-form-ajax input[type="password"]{height: 34px}
.main-navigation ul.menu{display: flex;justify-content: center}
.main-navigation ul.menu li.menu-item .sub-menu{left: 0 !important; }
.elementor-nav-menu-wrapper .primary-navigation ul li{position: static !important}
.main-navigation ul ul.sub-menu{transition: none !important}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice{background-color: var( --e-global-color-primary )}
.woosw-popup .woosw-popup-inner .woosw-popup-content{max-width: 40%}
.woosw-popup .woosw-items .woosw-item .woosw-item--actions .woosw-item--stock{display: none} .dthem-mobile-nav .mobile-nav-tabs{padding: 0 27px 0 24px;background: #f4f4f4}
.dthem-mobile-nav .mobile-nav-tabs ul li{font-weight: 600;font-size: 16px;letter-spacing: -0.03em;}
.dthem-mobile-nav .mobile-menu-tab{padding: 0 24px}
.mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a{padding: 22px 0}
.menu-item > .dropdown-toggle.toggled-on{top: 35px;}
.menu-item > .dropdown-toggle.toggled-on:after{width: 13px;height: 13px;background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/menu_minus_icon.png) left top no-repeat;}
.mobile-navigation .dropdown-toggle, .mobile-navigation-categories .dropdown-toggle{width: 40px;height: 100%}
.mobile-navigation ul li button::after, .mobile-navigation-categories ul li button::after{content: "";width: 16px;height: 16px;background:url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/menu_plus_icon.png) left top no-repeat}
.mobile-navigation ul li button.toggled-on::after, .mobile-navigation-categories ul li button.toggled-on::after{content: ""}
#index_list .elementor-icon-list-items li .elementor-icon-list-icon{order:2;margin-top: 10px;}
#index_list .elementor-icon-list-items li .elementor-icon-list-text{order:1;padding: 0 10px 0 0}
#index_list .elementor-icon-list-items li .elementor-icon-list-text .num{padding-right: 14px;font:700 28px/33px 'Open Sans';letter-spacing: -0.04em;-webkit-text-stroke: 1.3px;stroke-width: 1.3px;-webkit-text-stroke-color: #fff;stroke: #fff;color: transparent}
#index_pop_prods ul.products li.product .woocommerce-LoopProduct-link{box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);}
.vpf_top .vpf_top_inner{margin: 0 auto;padding-left: 0;padding-right: 0;width: 56%;}
#index_vpf_filter .woo_vpf{margin-bottom: 0}
#index_vpf_filter .vpf_form{width: 100%}
#index_vpf_filter form{position: relative;display: flex;justify-content: space-between}
#index_vpf_filter .widget-woo-vpf-filter .woo-vpf-field select:disabled {opacity: 1;background-color: #ffffff;}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field{position: unset;min-width: 19.3%;font-weight: 500;font-size: 16px;line-height: 25px;letter-spacing: -0.07em;color: #000000;}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field:not(.woo-vpf-field-submit){position: relative;}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field:before{display: block;content: "";position: absolute;top: 9px;left: 17px;width: 13px;height: 23px;font-family: 'Noto Sans';font-weight: 700;font-size: 18px;line-height: 28px;letter-spacing: -0.07em;color: #C5C5C5;}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field-make:before{content: "1."}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field-model:before{content: "2."}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field-year:before{content: "3."}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field-engine:before{content: "4."}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field option, .widget-woo-vpf-filter .woo-vpf-field option{font-family: var(--main-font-family);font-weight: 500;font-size: 16px;line-height: 25px;letter-spacing: -0.07em;color: #000000;}					
#index_vpf_filter form input[type="submit"], .widget-woo-vpf-filter form input[type="submit"]{padding: 17px 0 16px;min-width: 100%;background: var(--e-global-color-primary);letter-spacing: -0.07em;line-height: 16px;border: none}
#index_vpf_filter form select{font-family: inherit;padding-left: 40px;background-size: 18px 11px;}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field .woo-vpf-reset-search{margin-top: 30px;position: absolute;left: 0;padding-left: 25px;font-weight: 500;font-size: 12px;line-height: 19px;letter-spacing: -0.07em;color: #FFFFFF;}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field .woo-vpf-reset-search:before{display: block;content: "";position: absolute;top: -1px;left: 0;width: 25px;height: 25px;background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/vpf_clear.svg) left top no-repeat}
.elementor-element-2b49009 .enable-effects-yes .elementor-icon:after{border-color:transparent !important}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .link_category_product img{opacity: 1}
.elementor-testimonial-item-wrapper .testimonial-icon{color: #fff}
.elementor-testimonial-item-wrapper .dthem-carousel .slick-list{padding-top: 0}
.elementor-5808 .elementor-element.elementor-element-9497875 .elementor-testimonial-item .inner{min-height: 429px}
.elementor-testimonial-item-wrapper .testimonial-icon i{width: 111px;height: 113px}
.elementor-5678 .pafe-table-body-row .pafe-table-body-cell:first-child{padding: 0 !important;;border-right:1px solid #fff !important}
.elementor-element-082749a .pafe-table-body-row .pafe-table-body-cell:first-child{padding: 0 !important;;border-right:1px solid #000 !important}
.elementor-5678 .pafe-table-body-row .pafe-table-body-text, .elementor-5678 .elementor-heading-title{letter-spacing: -0.07em;}
.elementor-5808 .elementor-element.elementor-element-9497875 .slick-slider button.slick-prev,
.elementor-5808 .elementor-element.elementor-element-9497875 .slick-slider button.slick-next{min-width: 30px;min-height: 30px;}
.elementor-5808 .elementor-element.elementor-element-9497875 .content{max-height: 112px;overflow: hidden;} .widget-area .woo-vpf-filter-vertical .woo-vpf-field .woo-vpf-reset-search{position: relative;margin-top: 9px;display: flex;justify-content: center;font-weight: 700;font-size: 16px;line-height: 24px;text-transform: uppercase}
.widget-area .woo-vpf-filter-vertical .woo-vpf-field .woo-vpf-reset-search:before{padding-right: 10px;font-family: "Font Awesome 5 Free";content: "\f00d";}
.on-p-products.onsale{position: absolute;top: 20px;margin-right: 5px;padding: 0 11px;line-height: 24px;display: inline-block;font-size: 14px;}
.elementor-element-af20c82 .elementor-container.elementor-column-gap-no{max-width: 100%}
.content-area .product-transition{display: flex;flex-direction: column;padding: 10px;box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
.content-area .product-transition .product-image, .content-area .product-transition .product-img-wrap{order: 2}
.content-area .product-transition .group-action{order: 1;display: block;width: 100%;position: relative;left: 0;top: 0;;right: 0; opacity: 1;visibility: visible;transition: none;}
.product-block:hover .product-transition .group-action *{animation-name: unset !important;}
.group-action .shop-action .woosc-btn, .group-action .shop-action .woosq-btn, .group-action .shop-action .woosw-btn, .group-action .shop-action a[class*="product_type_"]{width: 30px;height: 30px}
.group-action .shop-action .th-product-compare-btn-wrap .th-product-compare-btn.btn_type{background-color: transparent;border: none}
.group-action .shop-action .th-product-compare-btn-wrap .th-product-compare-btn.btn_type:before{content: "";position: absolute;display: inline-block;left: 0;top: 1px;margin-right: 5px;width: 23px;height: 17px;font-family: "dthem-icon";font-size: 16px;font-weight: 400;color: #000}
.group-action .shop-action .th-product-compare-btn-wrap .th-product-compare-btn.btn_type.th-added-compare:before{color: var(--main-orange)} .th-compare-output-product .product-table-configure td { min-width: 150px !important; }
.th-compare-output-product .product-table-configure .th-compare-product-remove i { color: var(--main-orange) ; }
.th-compare-output-product .th-compare-add-to-cart-btn{padding: 8px 15px;background-color: #000;border-color: #000;font-weight: 600;font-size: 12px;line-height: 15px;align-content: center;}
.th-compare-footer-wrap > div .th-add-product-bar i { background-color: var(--main-orange); color: #fff;}
.th-compare-output-product .th-compare-add-to-cart-btn{background-color: var(--main-orange);color: #fff;border-color: var(--main-orange);}
.content-area .product-transition .group-action .shop-action{flex-direction: row;justify-content: flex-end}
.site-main .woo-vpf-search{clear: both;margin-bottom: 30px;padding: 1em 1.618em 1em;background-color: var(--main-orange);border-radius: 2px;color: #fff;font-weight: 400;font-size: 16px;border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);}
.site-main .woo-vpf-search a.woo-vpf-reset-search{position: relative;padding-left: 18px;float: right;font-weight: 700;font-size: 16px;color: #fff;}
.site-main .woo-vpf-search a.woo-vpf-reset-search:before{display: block;position: absolute;left: 0;top: 0;font-family: "Font Awesome 5 Free";content: "\f00d"}
.site-main .woo-vpf-search .search_col_val{font-weight: bold;}
ul.products li.product .product-caption{flex-grow: 0;}
ul.products li.product h2, ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2, .wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{font-size: 18px;line-height: 28px;font-weight: 600}
ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price,
ul.products li.product .price ins{font-weight: 700;font-size: 18px;line-height: 28px;letter-spacing: -0.07em;}
ul.products li.product .product-caption .th-product-compare-btn-wrap{display: none}
.pagination .page-numbers, .woocommerce-pagination .page-numbers{justify-content: center}
.pagination .page-numbers li .page-numbers:hover, .pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers.current{border-color: #000;background-color: #000;}
.woocommerce-pagination .page-numbers li .page-numbers.dots:hover{background-color: transparent;color: #000;cursor: default} .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{border: none}
.content-single-wrapper .woocommerce-product-gallery .flex-viewport{box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);}
.single-product div.product .product_title{font:600 30px/30px var(--main-font-family);}
.single-product div.product p.price{font:700 35px/35px var(--main-font-family);letter-spacing: -0.07em;}
.single-product div.product p.price .woocommerce-Price-currencySymbol{margin-right: 10px}
.single-product div.product .woocommerce-product-details__short-description{font:400 16px/25px var(--main-font-family);color: #636363;border-bottom: none;}
.stock.out-of-stock{margin-top: 0}
.single-product div.product .single_add_to_cart_button{font:600 16px/25px var(--main-font-family);background: #000;box-shadow: none}
.single-product div.product .dthem-social-share{display: none}
.single-product .woocommerce-tabs{margin-top: 60px;}
.single-product .woocommerce-tabs ul.tabs{text-align: left;background: none}
.single-product .woocommerce-tabs ul.tabs li a{padding: 0 43px 0 0;font:600 23px/23px var(--main-font-family);color: #cecece}
.single-product .woocommerce-tabs ul.tabs li:not(:first-child) a::before{left:-23px;background-color: #cecece;width: 7px;height: 7px;}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel{color: #636363;}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li{margin-bottom: 8px}
.single-product div.product form.cart .quantity{width: 127px}
.single-product div.product form.cart .quantity button{display: none}
.single-product div.product form.cart .quantity input[type="button"]{padding: 0;background: none;border: none;color: #000;}
.single-product .related{padding-top: 70px;border-top:1px solid #CECECE}
.related > h2:first-child, .upsells > h2:first-child{margin-bottom: 40px;font:600 30px/46px var(--main-font-family);text-align: left}
.single-product div.product .stock{margin-bottom: 16px}
.single-product div.product .stock.in-stock{display: none}
.product-caption .shipping-class, .single-product div.product .shipping-class{top: -2px;position: relative;margin-bottom: 47px;padding: 5px 10px;display: inline-flex;align-items: center;background: #f5f5f5;border-radius: 4px;font-size: 0.75rem;color: var(--main-orange)}
.product-caption .shipping-class { top: 5px; } #woosc-area .woosc-table-settings{display: none}
#woosc-area #woosc-table-close span{background-color: transparent}
#woosc-area #woosc_table thead tr th{background: #f7f7f7;;border-color: #f7f7f7}
#woosc-area #woosc_table thead tr th a{font:600 12px/12px var(--main-font-family);color: #000;}
#woosc-area #woosc_table thead tr th .woosc-remove{font:600 12px/12px var(--main-font-family);color: #636363;}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon{background-image: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/remove-dark.svg);}  #woosc-area #woosc_table tbody tr:hover td{background-color: transparent;border-color: transparent;}
#woosc-area #woosc_table tbody tr td{padding: 12px !important;background-color: #fff;vertical-align: middle;font:400 14px/16px var(--main-font-family);color: #636363;}
#woosc-area #woosc_table tbody tr:nth-child(2n) td{background-color: #f6f6f6}	
#woosc-area #woosc_table tbody tr td .stock.out-of-stock{border:none;justify-content: flex-start;font:400 14px/16px var(--main-font-family)}
#woosc-area #woosc_table tbody tr td .add_to_cart_inline button{background-color: #000;font:600 16px/25px var(--main-font-family)}
#woosc-area .woosc-bar .woosc-bar-btn{background-color: var(--main-orange)}
#woosc-area .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper{background-color: #dca19a}
#woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img{padding: 5px;max-width: 69px;box-shadow: 0px 0px 1.03827px rgba(0, 0, 0, 0.15);}
#woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder{background-image: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/placeholder.svg);} .woocommerce-cart .cart-empty:before{content: "";background:url(https://www.toprider.gr/wp-content/uploads/2022/07/empty_cart.png) left top no-repeat;width: 300px;height: 250px;margin: 0 auto;}
.woocommerce-cart .cart-empty{font-weight: 700;font-size: 24px;line-height: 33px;letter-spacing: -0.045em;}
.cart-empty-stext{margin: 7px 0 20px;font-weight: 600;font-size: 16px;line-height: 22px;text-align: center;color: #A5A5A5;}
.woocommerce-cart .return-to-shop{margin-bottom: 100px}
.woocommerce-MyAccount-navigation{display: none}
.woocommerce-MyAccount-content{position: relative;float: none;width: 100%}
.p-account .p-box{padding:8px 0 20px;min-width:300px;border:1px solid #333333;text-align:center}
.p-account .p-box span{margin-top:20px;font:600 16px/22px var(--main-font-family);text-align: center;letter-spacing: -0.045em;}
.p-account .p-box img{margin: 0 auto}
.p-orders, .p-addresses{text-align:center}
.p-orders img{margin: 0 auto}
.p-orders h3, .p-addresses h3{margin:16px auto 8px;font-weight: bold;font-size: 24px;line-height: 33px;text-align: center;letter-spacing: -0.045em;}
.p-orders h3{margin-top:30px}
.p-orders h4, .p-addresses h4{margin:0 auto 15px;font-weight: 600;font-size: 16px;line-height: 22px;text-align: center;color: #A5A5A5;}
.p-orders .btn, .p-addresses .btn{display: inline-block;margin-top:20px ;padding: 10px 28px;min-width:253px;background: #000;font-weight: 600;font-size: 16px;line-height: 22px;text-align: center;color: #FFFFFF;;border-color: transparent}
.p-orders .my_account_orders thead th{background: #f2f2f2;font:600 14px/19px var(--main-font-family);letter-spacing: -0.02em;color: #000;}
.p-orders .my_account_orders thead th.woocommerce-orders-table__header-order-actions span{display: none}
.p-orders .my_account_orders tbody td{font:600 14px/19px var(--main-font-family);text-align: left;color: #000;}
.woocommerce .my_account_orders .order .td-order-status{position:relative;padding-left: 33px;}
.woocommerce .my_account_orders .order .td-order-status:before{display:block;content:"";position:absolute;left:10px;top:22px;width:14px;height:14px;}
.woocommerce .my_account_orders .order-processing .td-order-status{color:#D98200}
.woocommerce .my_account_orders .order-processing .td-order-status:before{background: url(//www.toprider.gr/wp-content/uploads/imgs/clock.png) left top no-repeat}
.woocommerce .my_account_orders .order-completed .td-order-status, .woocommerce .my_account_orders .order-shipped .td-order-status{color:#00AA6D}
.woocommerce .my_account_orders .order-completed .td-order-status:before, .woocommerce .my_account_orders .order-shipped .td-order-status:before{background: url(//www.toprider.gr/wp-content/uploads/imgs/check-circle.png) left top no-repeat}
.woocommerce .my_account_orders .order-pending .td-order-status, .woocommerce .my_account_orders .order-on-hold .td-order-status{color:#887A00}
.woocommerce .my_account_orders .order-pending .td-order-status:before, .woocommerce .my_account_orders .order-on-hold .td-order-status:before{background: url(//www.toprider.gr/wp-content/uploads/imgs/pending_payment.png) left top no-repeat}
.woocommerce .my_account_orders .order-refunded .td-order-status{color:#008BAA}
.woocommerce .my_account_orders .order-refunded .td-order-status:before{background: url(//www.toprider.gr/wp-content/uploads/imgs/refunded.png) left top no-repeat}
.woocommerce .my_account_orders .order-cancelled .td-order-status{color:#EF002B}
.woocommerce .my_account_orders .order-cancelled .td-order-status:before{background: url(//www.toprider.gr/wp-content/uploads/imgs/cancelled.png) left top no-repeat}
.woocommerce .my_account_orders .order-failed .td-order-status{color:#B60000}
.woocommerce .my_account_orders .order-failed .td-order-status:before{background: url(//www.toprider.gr/wp-content/uploads/imgs/failed.png) left top no-repeat}
.woocommerce .my_account_orders .order .td-order-actions{text-align: right;}
.woocommerce .my_account_orders .td-order-actions .button.pay{background: none;border: none;font:400 14px/16px var(--main-font-family);color: var(--e-global-color-primary);}
.woocommerce .my_account_orders .td-order-actions .button.cancel{display: none}
.woocommerce .my_account_orders .td-order-actions .button.view{background: #000;border-color: #000;}
.woocommerce-MyAccount-content .woocommerce-button.button.cancel{position: absolute;top: -100px;right: 0;padding: 5px 18px;background: #fff;font:600 16px/24px var(--main-font-family);text-align: center;color: #000;border-color: #000;}
.track_info_w{margin-top: 100px}
.track_info_w > div{width:49%}
.track_info_w .order_details{margin:0 0 35px 0;padding:49px 1px 39px;max-width: 100%;border:1px dashed #222;}
.track_info_w .order_details.order_status{padding:15px 1px 12px;}
.track_info_w div h3{margin:0 0 16px 0;font-weight: bold;font-size: 18px;line-height: 25px;letter-spacing: -0.045em;}
.track_info_w .order_details .sep{position:relative;top:20px;width:40px;height:3px;background:#F2F3F5;border-radius:2.6px; }
.track_info_w .order_status .icon{margin:0 auto 14px;width:42px;height:42px;}
.track_info_w .order_status .icon:after{display:block;content:"";width:42px;height:42px;}
.track_info_w .order_status .status_w.placed .icon:after{background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/tracking_icons/placed_active.png) left top no-repeat}
.track_info_w .order_status .status_w.placed.confirmation .icon:after{background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/tracking_icons/confirmed.png) left top no-repeat}
.track_info_w .order_status .status_w.placed.confirmation.processing .icon:after,
.track_info_w .order_status .status_w.placed.confirmation.completed .icon:after,
.track_info_w .order_status .status_w.placed.confirmation.shipped .icon:after,
.track_info_w .order_status .status_w.placed.confirmation.delivered .icon:after{background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/tracking_icons/confirmed_active.png) left top no-repeat}
.track_info_w .order_status .status_w.shipping .icon:after{background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/tracking_icons/shipped.png) left top no-repeat}
.track_info_w .order_status .status_w.shipped.shipping .icon:after,
.track_info_w .order_status .status_w.shipping.delivered .icon:after{background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/tracking_icons/shipped_active.png) left top no-repeat}
.track_info_w .order_status .status_w.delivering .icon:after{background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/tracking_icons/delivered.png) left top no-repeat}
.track_info_w .order_status .status_w.delivering.delivered .icon:after{background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/tracking_icons/delivered_active.png) left top no-repeat}
.track_info_w .order_status .title{font-weight: 600;font-size: 14px;line-height: 19px;text-align: center;letter-spacing: -0.02em;color: #A2A2A2;}
.track_info_w .order_status .title.active{color:#191919}
.track_info_w .order_status .stitle{font-weight: 600;font-size: 12px;line-height: 16px;text-align: center;color: #A2A2A2;}
.woocommerce ul.order_details li{margin: 0;padding: 0;width:25%;font-size:14px;line-height:19px;font-weight:600;letter-spacing:-0.02em;color: #666666;border:none;text-align: left}
.woocommerce ul.order_details li strong{margin-top: 7px;font-size:14px;line-height:19px;font-weight:600;letter-spacing:-0.02em;color: #000;}
.woocommerce-MyAccount-content .woocommerce-order-details{margin-bottom: 24px;padding: 40px 60px;border:1px solid #000}
.woocommerce-MyAccount-content .woocommerce-order-details h2{font:700 24px/33px var(--main-font-family);text-align: left}
.woocommerce-MyAccount-content .woocommerce-order-details .order_details thead tr th{padding:18px 0;background: none;font:700 18px/24px var(--main-font-family);color:#000}
.woocommerce-MyAccount-content .woocommerce-order-details .order_details thead tr th.product-total{text-align: right}
.woocommerce-MyAccount-content table.shop_table tr:nth-of-type(2n){background: none;}
.woocommerce-MyAccount-content table.shop_table tbody tr{border-bottom:1px solid #cecece}
.woocommerce-MyAccount-content table.shop_table tbody tr:last-child{border-bottom: none}
.woocommerce-MyAccount-content table.shop_table tbody tr.order_item td{padding:20px 0}
.woocommerce table.shop_table tbody .product-name{width: 90%;font:700 16px/21px var(--main-font-family);color:#000}
.woocommerce-order-details table.shop_table .product-name .p-image {display: inline-block;margin-right: 20px;width: 80px;}
.woocommerce .woocommerce-order-details table.shop_table .product-name .p-details{flex: 0 0 80%;}
.woocommerce .woocommerce-order-details table.shop_table .product-name .p-details *{font:700 16px/22px var(--main-font-family);color:#000}
.woocommerce .woocommerce-order-details table.shop_table .product-name .p-details .wc-item-meta *{font:600 14px/19px var(--main-font-family);color:#757575}
.woocommerce-MyAccount-content table.shop_table tbody tr td.product-total{text-align: right;vertical-align: middle;}
.woocommerce-MyAccount-content table.shop_table tfoot tr{font:700 24px/24px var(--main-font-family);color:#000;border-bottom:1px solid #000}
.woocommerce-MyAccount-content table.shop_table tfoot tr:last-child{border-bottom: none}
.woocommerce-MyAccount-content table.shop_table tfoot tr th, .woocommerce-MyAccount-content table.shop_table tfoot tr td{padding: 20px 0;color:#000;}
.woocommerce-MyAccount-content table.shop_table tfoot tr td{text-align: right;font:600 18px/24px var(--main-font-family);color:#000;}
.woocommerce-MyAccount-content table.shop_table tfoot .amount{font:600 18px/24px var(--main-font-family);color:#000;}
.woocommerce-MyAccount-content table.shop_table tfoot td *{padding: 20px 0;font:600 18px/24px var(--main-font-family);color:#000;}
.woocommerce-MyAccount-content .woocommerce-customer-details{flex-direction: column;padding: 30px 32px;text-align: left;border:1px solid #000}
.woocommerce-MyAccount-content .woocommerce-customer-details h2{font:700 18px/24px var(--main-font-family);}
.woocommerce-MyAccount-content .woocommerce-customer-details address{margin-bottom: 0;font:500 12px/19px var(--main-font-family);color:#000;}
.woocommerce-MyAccount-content .woocommerce-customer-details address p{margin: 0;}
.woocommerce-MyAccount-content .woocommerce-customer-details address p.woocommerce-customer-details--phone i,
.woocommerce-MyAccount-content .woocommerce-customer-details address p.woocommerce-customer-details--email i{margin-right: 7px}
.p-addresses h3{margin-top: 0}	
.addresses-txt{font:600 16px/21px var(--main-font-family);color:#000;text-align: left}
.col2-set.addresses .col-1, .col2-set.addresses .col-2{float: none;margin: 0;padding: 20px;width: 49.5%;border: 1px solid #333333;}
.p-my-addresses .woocommerce-Address header.title{position: relative;display: flex;font:700 18px/25px var(--main-font-family);}
.p-my-addresses .woocommerce-Address header.title h3, .p-my-addresses .woocommerce-Address header.title a{float: none;width: 49.5%}
.woocommerce-Addresses.col2-set.addresses header.title h3{flex: 1 1 auto;margin: 0;text-align: left;}
.woocommerce-Addresses.col2-set.addresses header.title a{margin: 0;padding: 15px 15px 15px 40px;width:auto; height: 50px ;font:600 14px/19px var(--main-font-family);text-indent: 0;text-align: right;border: 1px solid #333333;border-radius: 3px;}
.woocommerce-Addresses.col2-set.addresses header.title a:before{left: 18px;top:12px;width: 12px;height: 12px}
.col2-set.addresses .col-1 address, .col2-set.addresses .col-2 address{text-align: left;margin-bottom: 0;font:500 12px/19px var(--main-font-family);color:#000;}
.p-my-addresses .no_address{color: #cecece;}
form.cform{}
form.cform h3{margin: 0 0 27px 0;font:700 18px/25px var(--main-font-family);text-align: left}
form.cform .form-row label, .elementor-widget-dthem-contactform .wpcf7 *,
.elementor-widget-dthem-contactform .wpcf7 label{margin: 0 0 23px 0;font:600 14px/19px var(--main-font-family);color: #000;text-align: left;border-width: 1px;}
form.cform.checkout .form-row, form.cform.woocommerce-form .form-row{margin-bottom: 24px}
form.cform.checkout .form-row label, form.cform.woocommerce-form .form-row label{margin-bottom: 8px}
.elementor-widget-dthem-contactform .wpcf7 label{margin-bottom: 8px}
.elementor-widget-dthem-contactform .wpcf7 span{margin-bottom: 0}
form.cform .form-row input[type], .elementor-widget-dthem-contactform .wpcf7 input[type]{padding-left: 20px;min-height: 50px;border: 1px solid #dadada;background-color: #fff;box-shadow: none;font:600 14px/19px var(--main-font-family);letter-spacing: -0.02em;color: #000}
form.cform .form-row .select2-container--default .select2-selection--single{border-width: 1px}
form.cform .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left: 20px;text-align: left;font:600 14px/51px var(--main-font-family);letter-spacing: -0.02em;}
.wpcf7-form textarea{padding: 9px 20px;border-width: 1px;resize: none;padding-bottom: 17px}
form.cform button, form.cform input[type="button"], form.cform input[type="reset"], form.cform input[type="submit"],
form.cform .button, .elementor-widget-dthem-contactform .wpcf7 input[type="submit"],
.elementor-widget-dthem-contactform .wpcf7 input[type="submit"]:hover{padding: 7px 60px;border-color: #000;font:600 16px/24px var(--main-font-family);background-color: #000;color: #fff;}
form.woocommerce-form-register .woocommerce-privacy-policy-text {font-size: 12px}
.dthem-login-form-ajax label{margin: 0 0 23px 0;font:600 14px/19px var(--main-font-family);color: #000;text-align: left;border-width: 1px;}
.dthem-login-form-ajax input[type]{padding-left: 20px !important;min-height: 50px;border: 1px solid #dadada;background-color: #fff;box-shadow: none;font:600 14px/19px var(--main-font-family);letter-spacing: -0.02em;}
.woocommerce-message, .woocommerce-info{background-color: var(--main-orange);}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button{line-height: 1}
.site-header-cart-side{width: 440px;transform:translate3d(440px, 0, 0)}
.site-header-cart-side .widget_shopping_cart .product_list_widget{position: relative}
.site-header-cart-side .cart-side-heading{background: #f2f2f2}
.site-header-cart-side .cart-side-title{font:700 18px/24px var(--main-font-family);letter-spacing: -0.045em;text-align: center}
.site-header-cart-side .widget_shopping_cart .mini_cart_item{margin: 0 2em;padding: 1em 1em 1em 0;border-bottom: 1px solid #333333;}
.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover{background-color: transparent}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a{margin:0 5px 3px 5px;right:0;font:700 16px/22px var(--main-font-family);letter-spacing: -0.045em;}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove{right:0;margin: 0;width: 14px;height: 17px}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove:before, table.cart td.product-remove a.remove:before{background-image: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/trash.svg);content: "";width: 14px;height: 16px;}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img{padding: 17px 11px;max-width: 80px;box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);}
.widget_shopping_cart .mini_cart_item .quantity{font:600 18px/25px var(--main-font-family);letter-spacing: -0.045em;color:#000;}
.widget_shopping_cart .mini_cart_item .quantity .amount{color:#000;}
.site-header-cart-side .widget_shopping_cart p.total{margin: 0 1em;padding: 12px 0;border-top: none}
.site-header-cart-side .widget_shopping_cart p.total strong{font-weight: 700;letter-spacing: -0.045em;line-height: 25px;}
.site-header-cart-side .widget_shopping_cart p.total .amount{font-weight: 800;font-size: 18px;line-height: 25px;letter-spacing: -0.045em;color: #000000;}
.site-header-cart-side .widget_shopping_cart_content .woocommerce-mini-cart__buttons buttons{margin: 0 2em;}
.site-header-cart-side .widget_shopping_cart_content .woocommerce-mini-cart__buttons buttons a{margin: 0}
.site-header-cart-side .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward{padding: 12px 20px;border:1px solid #000;background: none;font:600 16px/24px var(--main-font-family);}
.site-header-cart-side .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward{background: #000;}
.site-header-cart-side .close-cart-side{display: inline-block;width: 20px;height: 20px}
.site-header-cart-side .close-cart-side::before, .site-header-cart-side .close-cart-side::after{background-color: #696969;width: 17px;height: 2px;} .elementor-widget-woocommerce-breadcrumb .dthem-woocommerce-title{margin-top: 26px}
.dthem-sorting .woocommerce-result-count, .dthem-sorting .woocommerce-ordering select, .dthem-sorting .woocommerce-ordering select options{font-size: 12px}
.apus-checkout-step{margin-bottom: 50px;}
.apus-checkout-step ul{padding: 0;margin: 0;list-style: none;	width: 100%;}
.apus-checkout-step li{border-bottom: 2px solid #e4e4e4;position: relative; float: left; padding: 0 0 15px;	margin-bottom: 10px;width: 33.33%;}
.apus-checkout-step li::before{content: '';		position: absolute;bottom: -2px;left: 0;width: 0;height: 2px;background-color: #222;}
.apus-checkout-step li.active::before{width: 100%;}
.apus-checkout-step .inner{color: #8d8d8d;}
.apus-checkout-step .step{float: left;padding-right: 12px;font:700 18px/25px var(--main-font-family);letter-spacing: -.045em;}
.apus-checkout-step li.active .step{color: #000;}
.apus-checkout-step .inner {color: #8d8d8d;}
.apus-checkout-step .inner-right{overflow: hidden}
.apus-checkout-step .inner-step-title{font:700 18px/25px var(--main-font-family);letter-spacing: -.045em;}
.apus-checkout-step li.active .inner-step-title {color: #000;}
.apus-checkout-step .inner-step{margin-bottom: 4px;font:600 16px/22px var(--main-font-family);color: #8d8d8d;}
.apus-checkout-step .active .inner-step {color: #000;}
.p-the-cart table.cart *{color: #000 !important}
.p-the-cart thead tr th{font:600 14px/19px var(--main-font-family);}
.p-the-cart table.cart .cart_item{border:1px solid #cecece}
.p-the-cart td.product-thumbnail img{padding: 25px 16px;max-width: 130px;box-shadow: 0px 0px 2.4px rgba(0, 0, 0, 0.15);}
bdi{font-weight: 600}
.p-the-cart table.cart td.actions *{color: #fff important}
.p-the-cart table.cart td.actions .coupon{max-width: 413px;border: 1px solid #333333;}
.p-the-cart table.cart td.actions .coupon .input-text{min-width: 286px;border:none;padding-left: 21px}
.p-the-cart table.cart td.actions .coupon button{padding: 20px;background: none;border:none;font:600 14px/19px var(--main-font-family);letter-spacing: -0.02em;color:#000;}
.p-the-cart .cart-collaterals{margin-top: 50px;}
.p-the-cart .cart-collaterals .cart_totals{margin-bottom: 30px;padding: 36px 32px 36px;border: 1px solid #333333;}
.p-the-cart .cart-collaterals .cart_totals .shop_table{margin-bottom: 30px}
.cart_totals > h2{font:700 18px/25px var(--main-font-family);}
.p-the-cart .cart-collaterals table.shop_table_responsive tbody th{padding: 1em 0;font:600 14px/14px var(--main-font-family);text-transform: uppercase;}
.p-the-cart .cart-collaterals table.shop_table_responsive tbody td, .p-the-cart .cart-collaterals table.shop_table_responsive tbody td small{ padding: 10px 0;font:600 14px/19px var(--main-font-family);text-align: right;vertical-align: middle;}
.p-the-cart .cart-collaterals table.shop_table_responsive tbody tr.shipping td, .p-the-checkout .cart-collaterals table.shop_table_responsive tbody tr.shipping td{width: auto}
.p-the-cart .cart-collaterals table.shop_table_responsive tbody td bdi{font:700 14px/19px var(--main-font-family)}
.p-the-cart .cart-collaterals table.shop_table_responsive tbody tr.order-total bdi{font:800 18px/25px var(--main-font-family)}
table.cart td.product-remove a.remove{left: 0;top: 6px}
.p-the-cart .cart-collaterals .wc-proceed-to-checkout .button{width: 100%;text-align: center}
.p-the-cart .quantity .number-button {width: 100%;position: relative;display: flex;letter-spacing: 0;}
.p-the-cart .quantity .minus, .p-the-cart .quantity .plus{padding: 0;width: 44px;height: 50px;margin: 0 !important;font-size: 25px;line-height: 24px;text-align: center;cursor: pointer;border-radius: 0;border: 1px solid #333333;background: #fff;}	
.p-the-cart table.cart td.product-quantity .qty{margin: 0 6px;background: #FDFDFD;border: 1px solid #C8C8C8;width: 53px;height: 50px;-moz-appearance: textfield;}
.p-the-cart input::-webkit-outer-spin-button, .p-the-cart input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
#shipping_method li, #payment li{position: relative;margin-bottom: 18px !important;line-height:17px}	
#shipping_method li > label::after, #payment .payment_methods li > label::after{display: none}
#shipping_method li > label::before, #payment .payment_methods li > label::before{display: none;position: relative;top: -2px;font-family: "dthem-icon";  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;font-style: normal;  font-variant: normal;  font-weight: normal;  line-height: 1;  vertical-align: middle;  content: "";  margin-right: 0.5407911001em;  transition: color, ease, 0.2s;  text-align: right;}
#shipping_method li > input[type="radio"]:first-child, #shipping_method li > input[type="radio"], #payment .payment_methods li > input[type="radio"]:first-child, #payment .payment_methods li > input[type="radio"]{position: relative !important;display: inline-block;clip: unset;height: 14px;overflow: unset;width: 14px;accent-color: #333;} #shipping_method li > input[type="radio"]:first-child:focus{display: inline-block;-webkit-box-shadow:none;box-shadow: none;left: 0;top: 0}
.p-the-cart .woocommerce-shipping-destination, .p-the-cart .woocommerce-shipping-calculator{display: none}
.p-the-cart ul#shipping_method input[type="radio"] + label{ color: #000}
.p-the-cart ul#shipping_method .shipping_method_description{padding-left: 20px;}
#shipping_method li > label[for=shipping_method_0_flat_rate8]{display: inline !important}
.p-the-cart ul#shipping_method label .amount, .p-the-cart ul#shipping_method li span{font:600 14px/19px var(--main-font-family) !important;color: #676767;display: none}
.cart_totals .checkout-button{background-color: #000;border-color: #000;font:600 16px/24px var(--main-font-family);}
.cross-sells h2{border-bottom: none}
.plugin-boxnow-map{margin: 8px 0 8px 20px !important}
.boxnow_locker_location{margin-bottom: 10px;font-size: 14px;font-weight: 600;line-height: 19px;}
.p-the-checkout .woocommerce-form-coupon-toggle .woocommerce-info{position: relative;margin-top: 35px;padding: 17px 17px 17px 42px;border:none;border-top:1px solid #ff9900;background-color: #f5f5f5;font:600 14px/19px var(--main-font-family);color: #000;letter-spacing: -0.02em;}
.p-the-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before{position: absolute;top: 17px;left:17px;display: block;content: ""; width: 18px; height: 17px;background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/coupon.png) left top no-repeat;}
.p-the-checkout .woocommerce-form-coupon-toggle .woocommerce-info a{font:600 14px/19px var(--main-font-family);color: #000;letter-spacing: -0.02em;text-decoration: underline}
.p-the-checkout .checkout_coupon{padding: 23px 19px ;border: 1px solid #d2ced2;border-radius: 3px;}
.p-the-checkout .checkout_coupon p.form-row{margin-bottom: 0}
.p-the-checkout .checkout_coupon > p{margin-bottom: 16px;font:600 14px/19px var(--main-font-family);color: #767676;letter-spacing: -0.02em;}
.p-the-checkout .checkout_coupon p.form-row .input-text{padding: 0 20px;height: 50px;font:600 12px/16px var(--main-font-family);}
.p-the-checkout .checkout_coupon p.form-row .button{padding: 12px 18px;font:600 16px/24px var(--main-font-family);border-color: #000}
.p-the-checkout .cform.checkout #customer_details{margin-right:0;width: 69%}
.p-the-checkout input[type]#createaccount {min-height: unset}
.p-the-checkout #ship-to-different-address .woocommerce-form__input-checkbox{position: relative;top: 7px;margin-right: 5px}
.p-the-checkout #ship-to-different-address label span, .p-the-checkout .create-account label span{font:600 14px/19px var(--main-font-family);color: #767676;letter-spacing: -0.02em;text-transform: uppercase;}
.p-the-checkout textarea{padding:16px 0 0 20px}
.p-the-checkout .cform.checkout #order_review{padding:0;width: 29%}
.p-the-checkout #order_review{border:none;}
.p-the-checkout #order_review > #order_review_heading{padding: 38px 27px 0;margin: 0;border:1px solid #333333;border-bottom: 0}
.p-the-checkout .checkout-review-order-table-wrapper{padding: 0 27px 10px;border:1px solid #333333;border-top: 0}
.p-the-checkout #payment{padding: 0 27px 10px;border:1px solid #333333;border-top: 0}
.p-the-checkout .checkout-review-order-table-wrapper{margin-bottom:16px}
.p-the-checkout .checkout-review-order-table-wrapper h3:first-child{display: none}
.p-the-checkout #order_review .woocommerce-checkout-review-order-table th{font:600 14px/19px var(--main-font-family);;text-transform: uppercase}
.p-the-checkout #order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td{font:600 14px/19px var(--main-font-family);}	
.p-the-checkout.p-the-cart #order_review #order_review_heading{padding-top: 38px;font:700 18px/24px var(--main-font-family);}
.p-the-checkout.p-the-cart td.product-thumbnail{padding-right: 9px !important;text-align:left !important}
.p-the-checkout.p-the-cart td.product-thumbnail img{padding: 14px 10px;max-width: 61px}
.p-the-checkout #order_review .woocommerce-checkout-review-order-table td.product-name{font:600 14px/19px var(--main-font-family);letter-spacing: -0.045em;}
.p-the-cart #shipping_method,.p-the-checkout #order_review #shipping_method{padding-left: 30px;text-align: left; } .p-the-checkout #order_review #shipping_method .shipping_method_description small{font-weight: 600;font-size: 14px;line-height: 19px;color: #676767;}
.p-the-cart #shipping_method .df{margin-bottom: 15px}
.p-the-cart #shipping_method .df input,.p-the-cart #payment .df input{flex: 0 0 14px;margin-right: 7px;accent-color: #333333;transform: scale(1.2);border-width:0;box-shadow:none}
.p-the-cart #shipping_method .df label, .p-the-cart #payment .df label{flex: 1 1 auto;text-align: left;font:600 16px/17px var(--main-font-family) !important;color: #000;}
.p-the-cart #shipping_method .df label span.stext, .p-the-cart #shipping_method .df label .amount{text-align: left;font:600 14px/19px var(--main-font-family);color: #676767;}
.p-the-checkout #order_review .amount{font:600 18px/24px var(--main-font-family) !important;letter-spacing: -0.045em;}
.p-the-checkout #payment{border: 1px solid #D2CED2;border-radius: 3px;}
.p-the-checkout #payment .payment_methods{margin-top: 26px}
#payment .payment_methods .payment_box *{padding: 10px 0 0 29px;font:600 14px/19px var(--main-font-family) !important;color:#a0a0a0;letter-spacing: -0.02em;;}
.p-the-checkout .woocommerce-privacy-policy-text{font:600 12px/17px var(--main-font-family);color: #a0a0a0;}
.p-the-checkout .woocommerce-privacy-policy-text a{color: var(--main-orange)}
.p-thankyou.woocommerce-order .woocommerce-thankyou-order-received{background: none}
.p-thankyou.woocommerce-order .woocommerce-thankyou-header .icons{margin: 5px auto 0;width: 126px;height: 126px;background:url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/check_icon.png) left top no-repeat}
.p-thankyou.woocommerce-order .woocommerce-thankyou-header.failed .icons{margin: 0 auto;width: 104px;height: 93px;background:url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/not_check_icon.png) left top no-repeat}
.p-thankyou.woocommerce-order .woocommerce-thankyou-header h3{margin: 0 auto 7px ;font:700 36px/49px var(--main-font-family);letter-spacing: -0.045em;text-align: center}
.p-thankyou.woocommerce-order .woocommerce-thankyou-header .stitle{font:600 14px/19px var(--main-font-family);letter-spacing: -0.02em;text-align: center;color: #000000;}
.p-thankyou.woocommerce-order .woocommerce-thankyou-order-failed-actions{margin: 20px 0;text-align: center}
.p-thankyou.woocommerce-order .woocommerce-thankyou-order-failed-actions .button{font:600 14px/19px var(--main-font-family);background: #000;box-shadow: none;border: none;}
.p-thankyou.woocommerce-order .woocommerce-thankyou-order-details{margin: 36px auto;padding:35px;max-width: 1018px;border:1px dashed #000000;box-sizing: border-box}
.p-thankyou.woocommerce-order .woocommerce-bacs-bank-details{margin: 0 auto 36px;padding: 40px;max-width: 1018px;border: 1px solid #333333;box-sizing: border-box}
.p-thankyou.woocommerce-order .woocommerce-bacs-bank-details h2{font:600 24px/33px var(--main-font-family)}
.p-thankyou.woocommerce-order .woocommerce-bacs-bank-details h3{font:600 18px/25px var(--main-font-family)}
.p-thankyou.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details{margin: 20px 0;}
.p-thankyou.woocommerce-order .woocommerce-order-details{margin: 0 auto 36px;padding:35px;max-width: 1018px;border:1px solid #333333;box-sizing: border-box}
.p-thankyou.woocommerce-order .woocommerce-order-details *{color: #000}
.p-thankyou.woocommerce-order .woocommerce-order-details thead tr th{font-weight: 700;font-size: 18px;line-height: 25px;letter-spacing: -0.045em;color: #000000;text-transform: uppercase}
.p-thankyou.woocommerce-order .woocommerce-order-details__title{font-weight: 700;font-size: 24px;line-height: 33px;letter-spacing: -0.045em;text-align: left}
.p-thankyou.woocommerce-order .woocommerce-table--order-details{width: 100%;max-width: 100%;margin: 0}
.p-thankyou.woocommerce-order .product-total{width: 28%}
.p-thankyou.woocommerce-order .product-name{width: 71%}
.p-thankyou.woocommerce-order .product-name .p-image img{padding: 8px;max-width: 80px;box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);box-sizing: border-box;}
.p-thankyou.woocommerce-order .woocommerce-order-details tfoot *{text-transform: uppercase}
.p-thankyou.woocommerce-order .woocommerce-order-details tfoot th{font:600 18px/25px var(--main-font-family);letter-spacing: -0.045em;}
.p-thankyou.woocommerce-order .woocommerce-order-details tfoot td{font:600 14px/19px var(--main-font-family);letter-spacing: -0.02em;}
.p-thankyou.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount{color: #000}
.p-thankyou.woocommerce-order .woocommerce-customer-details{display: block !important;margin: 0 auto 150px;padding:35px;max-width: 1018px;border:1px solid #000000;box-sizing: border-box}
.p-thankyou.woocommerce-order .woocommerce-customer-details p{margin-bottom: 0}
.p-thankyou.woocommerce-order .woocommerce-customer-details p i{margin-right: 5px;}
.p-thankyou.woocommerce-order .woocommerce-customer-details .addresses{float: none;display: flex;justify-content: space-between}
.p-thankyou.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column{padding: 0;border: none}
.error404 .site-content{padding: 291px 0 190px 0;background: url(//www.toprider.gr/wp-content/themes/dthem-child/imgs/404_bg.png) 0 93px no-repeat;}
.error404 .error-404{max-width: 100%}
.error404 h1{margin-bottom: 42px;font-weight: 700;font-size: 18px;line-height: 25px;letter-spacing: -0.045em;}
.error404 h1 img{margin: 0 auto}
.error404 h3{margin-bottom: 20px;font:700 18px/25px var(--main-font-family);letter-spacing: -0.045em;text-transform: none}
.error404 .error-text{font:600 14px/19px var(--main-font-family);letter-spacing: -0.02em;color: #000;}
.error404 .return-home{padding: 8px 35px;background: #000;font:600 16px/24px var(--main-font-family);}
.ps-theme-wpc > .ps-scrollbar-x-rail{height: 12px !important}
.ps-theme-wpc > .ps-scrollbar-x-rail > .ps-scrollbar-x{height: 12px !important} footer#colophon{background:url(https://www.toprider.gr/wp-content/uploads/2022/08/footer_bg@x2.svg) top right #000 no-repeat;}
.form-style .mc4wp-form span, .form-style .mc4wp-form input[type="submit"]{background-color: #000;border-color: #000}
.shipping-class.small {
font-size: 14px;
}
span.variable-item-span-button {
display: block;
margin: -4px -16px;
padding: 4px 16px !important;	
border-radius: 4px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
box-shadow: none;
}
span.variable-item-span-button.sc_amesa {
border: 2px solid #fc391f;
}
span.variable-item-span-button.sc_1os3 {
border: 2px solid #f58500;
}
span.variable-item-span-button.sc_4os10 {
border: 2px solid #c62c2c;
}
span.variable-item-span-button.sc_epikoinonia {
border: 2px solid #fccd1f;
}
span.variable-item-span-button.sc_os30 {
border: 2px solid #808080;
}
span.variable-item-span-button.sc_amesa:hover {
-webkit-box-shadow: 0px 0px 6px 0px #fc391f; 
box-shadow: 0px 0px 6px 0px #fc391f;
}
span.variable-item-span-button.sc_1os3:hover {
-webkit-box-shadow: 0px 0px 6px 0px #f58500; 
box-shadow: 0px 0px 6px 0px #f58500;
}
span.variable-item-span-button.sc_4os10:hover {
-webkit-box-shadow: 0px 0px 6px 0px #c62c2c; 
box-shadow: 0px 0px 6px 0px #c62c2c;
}
span.variable-item-span-button.sc_epikoinonia:hover {
-webkit-box-shadow: 0px 0px 6px 0px #fccd1f; 
box-shadow: 0px 0px 6px 0px #fccd1f;
}
span.variable-item-span-button.sc_os30:hover {
-webkit-box-shadow: 0px 0px 6px 0px #f5f5f5; 
box-shadow: 0px 0px 6px 0px #f5f5f5;
}
.button-variable-item.selected span.variable-item-span-button {
color: #fff;
}
.button-variable-item.selected span.variable-item-span-button.sc_amesa {
background-color: #fc391f;
}
.button-variable-item.selected span.variable-item-span-button.sc_1os3 {
background-color: #f58500;
}
.button-variable-item.selected span.variable-item-span-button.sc_4os10 {
background-color: #c62c2c;
}
.button-variable-item.selected span.variable-item-span-button.sc_epikoinonia {
background-color: #fccd1f;
color: #000;
}
.button-variable-item.selected span.variable-item-span-button.sc_os30 {
background-color: #808080;
color: #FFF;
}
.product-caption p.shipping-class,
.single-product div.product p.shipping-class {
color: #fff;	
}
.product-caption p.shipping-class.sc_amesa,
.single-product div.product p.shipping-class.sc_amesa {
background-color: #fc391f;
}
.product-caption p.shipping-class.sc_1os3,
.single-product div.product p.shipping-class.sc_1os3 {
background-color: #f58500;
}
.product-caption p.shipping-class.sc_4os10,
.single-product div.product p.shipping-class.sc_4os10 {
background-color: #c62c2c;
}
.product-caption p.shipping-class.sc_epikoinonia,
.single-product div.product p.shipping-class.sc_epikoinonia {
background-color: #fccd1f;
color: #000;
}
.product-caption p.shipping-class.sc_os30,
.single-product div.product p.shipping-class.sc_os30 {
background-color: #f5f5f5;
color: #808080;
}
.single-product table.variations th.label>span.woo-selected-variation-item-name {
display: inline-block;
overflow: hidden;
text-indent: -6px;
}
.single-product table.variations th.label>label,
.single-product div.product table.variations a.reset_variations {
display: none;
}
@media only screen and (max-width:1024px){
.site-header-cart-side {width: 440px;transform: translate3d(440px, 0, 0);}
footer#colophon{background:url(https://www.toprider.gr/wp-content/uploads/2022/08/footer_bg@x2.svg) right bottom #000 no-repeat}
.header-group-action .site-header-search{display: block}
.site-header-cart.menu{display: none}
.group-action{top: 5px;right: 5px}
.group-action, .product-block a[class*="product_type_"]{visibility: hidden; opacity: 0;}
.group-action .shop-action .woosc-btn, .group-action .shop-action .woosq-btn, .group-action .shop-action .woosw-btn, .group-action .shop-action a[class*="product_type_"]{width: 30px;height: 30px}
#index_pop_prods .product-block a[class*="product_type_"]{padding: 10px 5px;font-size: 0.65rem;}
}
@media only screen and (max-width:782px){
html{margin-top: 0 !important}
}
@media only screen and (max-width:767px){
#page .site-content{margin: 40px 0 0 0}
.woocommerce-carousel ul.products[class*="columns-"] li.product{flex: 0 0 100%;max-width: 100%;}
.vpf_top .vpf_top_inner{width: 80%}
#index_vpf_filter form{display: block}
#index_vpf_filter .woo-vpf-filter-horizontal .woo-vpf-field{width: 80%;margin:0 auto 10px;float: none}
#index_list .elementor-icon-list-items li .elementor-icon-list-text .num{padding-right: 16px;font:700 28px/33px 'Open Sans'}
#index_pop_prods ul.products li.product h3, #index_pop_prods ul.products li.product .woocommerce-loop-product__title, #index_pop_prods ul.products li.product .price{font-size: 13px;line-height: 13px;}
.elementor-5808 .elementor-element.elementor-element-0891a1c.dots-style-2 .slick-dots{margin-top: 0;}
.elementor-header-group-wrapper .header-group-action .site-header-search{display: block}
.pagination .page-numbers li, .woocommerce-pagination .page-numbers li{margin-right: 4px}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers{width: 36px;height: 36px;line-height: 34px;}
}
@media only screen and (max-width:576px){
ul.products{padding: 0 40px}
}
@media only screen and (max-width:476px){
body.home #page #content.site-content{margin: 60px 0 0}
#home_slider{max-height: 250px;overflow: hidden}
.index-brands-carousel .dots-style-2 .slick-dots li button{background-color: #CECECE;}
.index-brands-carousel .dots-style-2 .slick-dots li.slick-active button{background-color: #ffffff;height: 3px;}
#ditaktikes_btn{width: 250px}
.dthem-sorting{border-color: #000}	
.dthem-sorting .woocommerce-ordering{width: 60%}
.dthem-sorting .woocommerce-ordering select{width: auto !important}
.elementor-widget-dthem-product-categories .layout-2 .cate_image .cat-title a .cat-title-text{left: 10px;bottom: 10px}
#docked_fmenu .elementor-icon-box-title a{font-size: 14px}
.elementor-widget-dthem-search .popup .button-search-popup .content{display: block}
.elementor-5808 .elementor-element.elementor-element-9497875 .elementor-testimonial-item-wrapper .inner,
.elementor-5639 .elementor-element.elementor-element-418c969 .hfe-site-logo .hfe-site-logo-container img{margin: 0 auto}
.elementor-5777 .elementor-element.elementor-element-4068959 .dthem-woocommerce-title{margin: 2px 0px 0px 0px}
.elementor-5683 .elementor-element.elementor-element-806d549 {
height: 60px; }
.elementor-5683 .elementor-element.elementor-element-4ac12fa {
height: 60px; 	}
.elementor-5683 .elementor-element.elementor-element-499587c {
height: 60px; 	}
#index_list .elementor-icon-list-items li .elementor-icon-list-icon{margin-top: 4px;}
#index_list .elementor-icon-list-items li .elementor-icon-list-text{padding-right:17px ;display: inline-flex;align-items: center;}
.dots-style-2 .slick-dots{bottom: -5px;max-width: 230px}
.elementor-testimonial-item-wrapper .testimonial-icon i{padding: 13px 0 0 0;width: 62px;height: 66px}
.elementor-testimonial-item-wrapper .testimonial-icon{font-size: 38px;margin-bottom: 5px;}
.elementor-testimonial-item-wrapper .elementor-testimonial-content-position-top .content{margin-bottom: 20px}
.elementor-5808 .elementor-element.elementor-element-9497875 .elementor-testimonial-item .inner{min-height: 253px}
ul.products{padding: 0 25px}
.content-area .product-transition{box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1)}	
.pagination, .woocommerce-pagination{overflow: hidden}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers{width: 34px;height: 34px;line-height: 34px;font-size: 14px;}
#page .site-content, #page #content.site-content{margin: 15px 0 50px}
.apus-checkout-header{display: none}
.p-the-cart table.cart .cart_item{border: none;border-bottom: 1px solid #DCDBDC;margin-bottom: 2.5em;}
table.cart .cart_item{padding-left: 100px;}
table.cart td.product-thumbnail img{padding: 0;max-width: 60px;box-shadow: none;}
.woocommerce table.shop_table tbody .product-name{padding-right: 10px;border: none}		
table.cart td.product-remove{top: 8px;right: 28px;}
table.cart tr td[data-title]::before{font-weight: 500;font-size: 14px;line-height: 19px;letter-spacing: -0.045em;}
table.cart tr td{display: flex;align-items: center;padding: 10px !important}
table.cart tr td span{flex: 1 1 auto}
table.cart td.product-price .amount *, table.cart td.product-subtotal .amount *{color: #8d8d8d !important}
table.cart .quantity{display: block;width: 100%;}
table.cart .product-quantity .plus, table.cart .product-quantity .minus{display: initial;width: 30px;height: 30px;font-size: 16px;border-color: #dcdcdc}
table.cart .product-quantity .plus{border-left: none}
table.cart .product-quantity .minus{border-right: none}
.p-the-cart table.cart td.product-quantity .qty{margin: 0;width: 30px;height: 30px;border-right: none;border-left: none;border-color: #dcdcdc;background-color: #fff}
.p-the-cart .quantity .number-button{display: inline-flex;width: auto}
table.cart td.product-subtotal{padding-bottom: 32px !important;border-bottom: 0 !important;}
table.cart tr td.actions{padding: 0 !important}
table.cart td.actions .coupon{margin: 0;padding: 10px 14px}
.p-the-cart table.cart td.actions .coupon{display: flex;width: 100%;max-width: 345px;}
.p-the-cart table.cart td.actions .coupon .input-text{padding: 0;width: 180px;min-width: 180px;}
.p-the-cart table.cart td.actions .coupon button{padding: 10px 20px;width: 120px;background: #000000;font-weight: 500;font-size: 12px;line-height: 18px;color: #fff !important}
.p-the-cart .cart-collaterals{margin: 0}
.p-the-cart .cart-collaterals .cart_totals{border: none;padding: 0}
.cart_totals > h2{margin-bottom: 25px}
.p-the-cart .cart-collaterals table.shop_table_responsive tbody td{font:600 18px/18px var(--main-font-family);letter-spacing: -0.045em;}
.p-the-cart .cart-collaterals .cart_totals .cart-subtotal .amount{font:500 16px/31px var(--main-font-family);letter-spacing: -0.045em;;color:#8d8d8d }
.cart-collaterals table.shop_table_responsive .woocommerce-shipping-totals th{display: block;font: 700 18px/25px var(--main-font-family) !important;}
.cart-collaterals table.shop_table_responsive .woocommerce-shipping-totals td:before{display: none}
.p-the-cart #shipping_method, .p-the-checkout #order_review #shipping_method{padding-left: 0}
.p-the-checkout .woocommerce-form-coupon-toggle .woocommerce-info{margin: 0 0 30px 0;padding: 0 0 14px 0;background: none;border: none;border-bottom: 1px solid #000000;font:600 14px/14px var(--main-font-family);color: #000}
.p-the-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before{display: none}
.p-the-checkout .woocommerce-form-coupon-toggle .woocommerce-info a{color: var(--main-orange);text-decoration: none}
.p-the-checkout #ship-to-different-address .woocommerce-form__input-checkbox{top: 0}
.p-the-checkout textarea{padding: 10px;min-height: 103px;}
.p-the-checkout .cform.checkout #order_review{padding: 20px 15px;background: none;border: none}
.p-the-checkout.p-the-cart #order_review #order_review_heading{padding: 0;border: none}
.p-the-checkout.p-the-cart #order_review .checkout-review-order-table-wrapper{border: none;padding: 0}
.p-the-checkout.p-the-cart td.product-thumbnail img{box-shadow: none;padding: 0;max-width: 50px}
.p-the-checkout #order_review .amount{font:500 14px/19px var(--main-font-family);letter-spacing: -0.045em;;color:#7a7a7a}
.p-the-checkout #order_review .woocommerce-checkout-review-order-table td.product-name{font:600 14px/19px var(--main-font-family);letter-spacing: -0.045em;}	
.p-the-checkout .cform.checkout #customer_details, .p-the-checkout .cform.checkout #order_review{width: 100%}
.p-the-checkout .checkout-review-order-table-wrapper, .p-the-checkout #payment{padding: 0;border: none}
.p-the-cart #shipping_method, .p-the-checkout #order_review #shipping_method{padding-left: 20px;}
#payment .place-order .button{padding: 16px 0;width: 100%}
.p-thankyou.woocommerce-order .woocommerce-thankyou-header .stitle{font:700 18px/25px var(--main-font-family);letter-spacing: -0.045em;}
.p-thankyou.woocommerce-order .woocommerce-thankyou-order-details{padding: 0;border: none}
.p-thankyou.woocommerce-order .woocommerce-thankyou-order-details li{margin-bottom: 20px;width: 100%}
.p-thankyou.woocommerce-order .woocommerce-order-details, .p-thankyou.woocommerce-order .woocommerce-customer-details	{margin: 0;padding: 0;border: none}
.p-thankyou.woocommerce-order .woocommerce-customer-details .addresses{display: block}
.p-thankyou.woocommerce-order .woocommerce-customer-details .addresses h2{font:700 20px/27px var(--main-font-family);letter-spacing: -0.045em;}
.p-thankyou.woocommerce-order .woocommerce-customer-details .col2-set.addresses .col-1, .p-thankyou.woocommerce-order .woocommerce-customer-details .col2-set.addresses .col-2{width: 100%}
.p-thankyou.woocommerce-order .woocommerce-customer-details .col2-set.addresses .col-1{margin-bottom: 40px}
.p-thankyou.woocommerce-order .woocommerce-order-details tfoot th{font: 700 16px/22px var(--main-font-family);letter-spacing: -0.045em;}
footer#colophon{background:  url(https://www.toprider.gr/wp-content/uploads/2022/11/mobile_footer_bg.png) right bottom #000 no-repeat;background-position: 0 90%;}
}  :root {
--tr-topbar-h: 46px; } #tr-topbar {
position: fixed;
top: 0;
left: 0;
right: 0;
height: var(--tr-topbar-h);
background: #000;
color: #fff;
z-index: 100; display: flex;
align-items: center;
transform: translateY(0);
transition: transform 0.25s ease;
will-change: transform;
} #tr-topbar .tr-topbar__inner {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
width: min(100%, 1440px);
margin: 0 auto 0 0; padding: 0 16px 0 0; white-space: nowrap;
} #tr-topbar .tr-topbar__social {
display: flex;
justify-content: space-between;
align-items: center;
width: 90px; flex-shrink: 0;
}
#tr-topbar .tr-topbar__social a svg {
width: 18px;
height: 18px;
fill: #fff;
transition: opacity 0.2s ease;
}
#tr-topbar .tr-topbar__social a:hover svg {
opacity: 0.7;
} #tr-topbar .tr-topbar__phone {
display: flex;
align-items: center;
gap: 12px;
color: #fff;
font-family: "Noto Sans", sans-serif;
font-weight: 500;
font-size: 14px;
text-decoration: none;
transition: opacity 0.2s ease;
}
#tr-topbar .tr-topbar__phone svg {
width: 18px;
height: 18px;
fill: #fff;
}
#tr-topbar .tr-topbar__phone:hover {
opacity: 0.8;
} #page {
padding-top: var(--tr-topbar-h) !important;
} #masthead,
header#masthead,
.site-header,
.elementor-location-header {
top: var(--tr-topbar-h) !important;
} .admin-bar #tr-topbar {
top: 32px !important;
}
.admin-bar #masthead,
.admin-bar .site-header,
.admin-bar .elementor-location-header {
top: calc(32px + var(--tr-topbar-h)) !important;
}
.admin-bar #page {
padding-top: calc(32px + var(--tr-topbar-h)) !important;
} #tr-topbar { z-index: 10 !important; } #top_header,
#masthead {
position: fixed; z-index: 10; }