.tp-flipbox{
width: 100%;
min-height: 250px;
height: 100%;
}
.tp-flipbox__holder {
position: relative;
width: 100%;
height: 100%;
min-height: inherit;
}
.tp-flipbox__front,
.tp-flipbox__back {
height: 100%;
width : 100%;
display: -webkit-box;
display: flex;
-webkit-display: flex;
-ms-flex-align: center;
-moz-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
-webkit-align-items: center;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
background-size: cover;
}
.tp-flipbox__content{
display: flex;
-webkit-display: flex;
flex-direction: column;
width: 100%;
}
.tp-flipbox__title-front,
.tp-flipbox__title-back{
padding: 20px;
text-align: center;
}
.tp-flipbox__icon-front,
.tp-flipbox__icon-back{
padding: 20px;
text-align: center;
}
.tp-flipbox__icon-front img,
.tp-flipbox__icon-back img{
max-width: 100%;
height: auto;
margin: 0 auto;
}
.tp-flipbox__desc-front,
.tp-flipbox__desc-back{
padding: 0 20px;
text-align: center;
padding-bottom: 40px;
}
.tp-flipbox__action{
margin-top: 20px;
margin-bottom: 15px;
text-align: center;
} .tp-flipbox__btn{
padding: 12px 18px;
display: inline-block;
font-weight: bold;
font-size:10px;
transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
} .tp-flipbox.flip-box-style{
-webkit-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-ms-transform-style: preserve-3d;
}
.flip-box-style .tp-flipbox__holder{
-webkit-transition: 0.6s;
-ms-transition: 0.6s;
-moz-transition: 0.6s;
transition: 0.6s;
-webkit-transform-style: preserve-3d;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box-style .tp-flipbox__front,
.flip-box-style .tp-flipbox__back {
-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1) 0.1s;
-webkit-transform-style: preserve-3d;
-webkit-transform: rotateY(0deg);
-moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
-moz-transform-style: preserve-3d;
-moz-transform: rotateY(0deg);
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
-o-transform: rotateY(0deg);
-ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
-ms-transform-style: preserve-3d;
-ms-transform: rotateY(0deg);
transition: all .5s cubic-bezier(.645,.045,.355,1) 0.1s;
transform-style: preserve-3d;
transform: rotateY(0deg);
}
.flip-box-style .tp-flipbox__front {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
}
.flip-box-style .tp-flipbox__back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
} .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__holder{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-box-style.tp-flipbox--horizontal.hover .tp-flipbox__holder{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
} .ie .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__back,
.ie .flip-box-style.tp-flipbox--horizontal.hover .tp-flipbox__back {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.ie .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__front,
.ie .flip-box-style.tp-flipbox--horizontal.hover .tp-flipbox__front {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.ie .flip-box-style.tp-flipbox--horizontal:hover .tp-flipbox__holder{
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}  .flip-box-style.tp-flipbox--vertical .tp-flipbox {
position: relative;
}
.flip-box-style.tp-flipbox--vertical .tp-flipbox__back {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.flip-box-style.tp-flipbox--vertical .tp-flipbox__holder {
-webkit-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
.flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__holder {
-webkit-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.flip-box-style.tp-flipbox--vertical.hover .tp-flipbox__holder {
-webkit-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
} .ie .flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__back,
.ie .flip-box-style.tp-flipbox--vertical.hover .tp-flipbox__back {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.ie .flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__front,
.ie .flip-box-style.tp-flipbox--vertical.hover .tp-flipbox__front {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.ie .flip-box-style.tp-flipbox--vertical:hover .tp-flipbox__holder {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}  .tp-flipbox.rotate-box-style {
overflow: hidden;
}
.tp-flipbox.rotate-box-style .tp-flipbox__front{
-webkit-transition: -webkit-transform 0.9s ease-in-out;
transition: -webkit-transform 0.9s ease-in-out;
-o-transition: transform 0.9s ease-in-out;
transition: transform 0.9s ease-in-out;
transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
}
.tp-flipbox.rotate-box-style:hover .tp-flipbox__front {
-webkit-transform: scale(3) rotate(30deg);
-ms-transform: scale(3) rotate(30deg);
transform: scale(3) rotate(30deg);
}
.tp-flipbox.rotate-box-style .tp-flipbox__back{
-webkit-transform: scale(1.5) rotate(30deg);
-ms-transform: scale(1.5) rotate(30deg);
transform: scale(1.5) rotate(30deg);
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
}
.tp-flipbox.rotate-box-style:hover .tp-flipbox__back{
-webkit-transform: scale(1)rotate(0deg);
-ms-transform: scale(1)rotate(0deg);
transform: scale(1)rotate(0deg);
opacity: 1;
} .tp-flipbox.zoomin-box-style {
overflow: hidden;
}
.tp-flipbox.zoomin-box-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.zoomin-box-style .tp-flipbox__back{
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
z-index:1;
}
.tp-flipbox.zoomin-box-style:hover .tp-flipbox__front {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
z-index:1;
}
.tp-flipbox.zoomin-box-style:hover .tp-flipbox__back{
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
z-index: 3;
} .tp-flipbox.zoomout-box-style {
overflow: hidden;
}
.tp-flipbox.zoomout-box-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.zoomout-box-style .tp-flipbox__back{
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
z-index:1;
}
.tp-flipbox.zoomout-box-style:hover .tp-flipbox__front {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
z-index:1;
}
.tp-flipbox.zoomout-box-style:hover .tp-flipbox__back{
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
z-index: 3;
} .tp-flipbox.side-right-style {
overflow: hidden;
}
.tp-flipbox.side-right-style .tp-flipbox__back {
transform: translateX(-120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-right-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-right-style:hover .tp-flipbox__back{
transform: translateX(0) scale(1);
}
.tp-flipbox.side-right-style:hover .tp-flipbox__front{
transform: translateX(100%);
} .tp-flipbox.side-left-style {
overflow: hidden;
}
.tp-flipbox.side-left-style .tp-flipbox__back {
transform: translateX(120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-left-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.side-left-style:hover .tp-flipbox__back{
transform: translateX(0);
}
.tp-flipbox.side-left-style:hover .tp-flipbox__front{
transform: translateX(-100%);
} .tp-flipbox.to-top-style {
overflow: hidden;
}
.tp-flipbox.to-top-style .tp-flipbox__back {
transform: translateY(120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-top-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-top-style:hover .tp-flipbox__back{
transform: translateY(0);
}
.tp-flipbox.to-top-style:hover .tp-flipbox__front{
transform: translateY(-100%);
} .tp-flipbox.to-bottom-style {
overflow: hidden;
}
.tp-flipbox.to-bottom-style .tp-flipbox__back {
transform: translateY(-120%);
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-bottom-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.to-bottom-style:hover .tp-flipbox__back{
transform: translateY(0);
}
.tp-flipbox.to-bottom-style:hover .tp-flipbox__front{
transform: translateY(100%);
} .tp-flipbox.fade-style {
overflow: hidden;
}
.tp-flipbox.fade-style .tp-flipbox__front{
z-index: 3;
-webkit-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.tp-flipbox.fade-style .tp-flipbox__back{
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
opacity: 0;
}
.tp-flipbox.fade-style:hover .tp-flipbox__front {
z-index:1;
opacity: 0;
}
.tp-flipbox.fade-style:hover .tp-flipbox__back{
opacity: 1;
z-index: 3;
}.de-sticky-column-sticky{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.de-sticky-section-sticky--stuck{position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;z-index:1100;margin-left:auto;margin-right:auto}
.inner-wrapper-sticky {
left: unset !important;
}.elementor-widget-dethemekit-product-display .ht-products.ht-row {   display: flex;
flex: 0 1 auto;
flex-direction: row;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.elementor-widget-dethemekit-product-display .ht-row .ht-products .ht-product {  }
@media (min-width: 1025px) {
.elementor-widget-dethemekit-product-display.elementor-products-columns-1 .ht-products .ht-product{ flex-basis: 100%;
max-width: 100%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-2 .ht-products .ht-product{ flex-basis: 50%;
max-width: 50%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-3 .ht-products .ht-product{ flex-basis: 33%;
max-width: 33%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-4 .ht-products .ht-product{ flex-basis: 25%;
max-width: 25%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-5 .ht-products .ht-product{ flex-basis: 20%;
max-width: 20%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-6 .ht-products .ht-product{ flex-basis: 16.6%;
max-width: 16.6%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-7 .ht-products .ht-product{ flex-basis: 14%;
max-width: 14%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-8 .ht-products .ht-product{ flex-basis: 12.5%;
max-width: 12.5%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-9 .ht-products .ht-product{ flex-basis: 11%;
max-width: 11%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-10 .ht-products .ht-product{ flex-basis: 10%;
max-width: 10%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-11 .ht-products .ht-product{ flex-basis: 9%;
max-width: 9%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-12 .ht-products .ht-product{ flex-basis: 8.3%;
max-width: 8.3%;
}
}
@media (max-width: 1024px) {
.elementor-element.elementor-products-grid ul.products {
grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) {
.elementor-element.elementor-products-grid ul.products {
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1024px) {
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-1 .ht-row.ht-products .ht-product{ flex-basis: 100%;
max-width: 100%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-2 .ht-row.ht-products .ht-product{ flex-basis: 50%;
max-width: 50%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-3 .ht-row.ht-products .ht-product{ flex-basis: 33%;
max-width: 33%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-4 .ht-row.ht-products .ht-product{ flex-basis: 25%;
max-width: 25%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-5 .ht-row.ht-products .ht-product{ flex-basis: 20%;
max-width: 20%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-6 .ht-row.ht-products .ht-product{ flex-basis: 16.6%;
max-width: 16.6%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-7 .ht-row.ht-products .ht-product{ flex-basis: 14%;
max-width: 14%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-8 .ht-row.ht-products .ht-product{ flex-basis: 12.5%;
max-width: 12.5%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-9 .ht-row.ht-products .ht-product{ flex-basis: 11%;
max-width: 11%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-10 .ht-row.ht-products .ht-product{ flex-basis: 10%;
max-width: 10%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-11 .ht-row.ht-products .ht-product{ flex-basis: 9%;
max-width: 9%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-12 .ht-row.ht-products .ht-product{ flex-basis: 8.3%;
max-width: 8.3%;
}
}
@media (max-width: 767px) {
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-1 .ht-row.ht-products .ht-product{ flex-basis: 100%;
max-width: 100%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-2 .ht-row.ht-products .ht-product{ flex-basis: 50%;
max-width: 50%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-3 .ht-row.ht-products .ht-product{ flex-basis: 33%;
max-width: 33%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-4 .ht-row.ht-products .ht-product{ flex-basis: 25%;
max-width: 25%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-5 .ht-row.ht-products .ht-product{ flex-basis: 20%;
max-width: 20%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-6 .ht-row.ht-products .ht-product{ flex-basis: 16.6%;
max-width: 16.6%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-7 .ht-row.ht-products .ht-product{ flex-basis: 14%;
max-width: 14%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-8 .ht-row.ht-products .ht-product{ flex-basis: 12.5%;
max-width: 12.5%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-9 .ht-row.ht-products .ht-product{ flex-basis: 11%;
max-width: 11%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-10 .ht-row.ht-products .ht-product{ flex-basis: 10%;
max-width: 10%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-11 .ht-row.ht-products .ht-product{ flex-basis: 9%;
max-width: 9%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-12 .ht-row.ht-products .ht-product{ flex-basis: 8.3%;
max-width: 8.3%;
}
} .elementor-widget-dethemekit-product-display .ht-products .ht-tab-pane .ht-row{
display: flex;
flex: 0 1 auto;
flex-direction: row;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.elementor-widget-dethemekit-product-display .ht-products .ht-tab-pane .ht-product {  }
@media (min-width: 1025px) {
.elementor-widget-dethemekit-product-display.elementor-products-columns-1 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 100%;
max-width: 100%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-2 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 50%;
max-width: 50%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-3 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 33%;
max-width: 33%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-4 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 25%;
max-width: 25%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-5 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 20%;
max-width: 20%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-6 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 16.6%;
max-width: 16.6%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-7 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 14%;
max-width: 14%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-8 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 12.5%;
max-width: 12.5%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-9 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 11%;
max-width: 11%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-10 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 10%;
max-width: 10%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-11 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 9%;
max-width: 9%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-12 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 8.3%;
max-width: 8.3%;
}
}
@media (max-width: 1024px) {
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-1 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 100%;
max-width: 100%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-2 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 50%;
max-width: 50%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-3 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 33%;
max-width: 33%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-4 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 25%;
max-width: 25%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-5 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 20%;
max-width: 20%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-6 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 16.6%;
max-width: 16.6%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-7 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 14%;
max-width: 14%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-8 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 12.5%;
max-width: 12.5%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-9 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 11%;
max-width: 11%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-10 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 10%;
max-width: 10%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-11 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 9%;
max-width: 9%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-tablet-12 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 8.3%;
max-width: 8.3%;
}
}
@media (max-width: 767px) {
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-1 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 100%;
max-width: 100%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-2 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 50%;
max-width: 50%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-3 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 33%;
max-width: 33%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-4 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 25%;
max-width: 25%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-5 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 20%;
max-width: 20%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-6 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 16.6%;
max-width: 16.6%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-7 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 14%;
max-width: 14%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-8 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 12.5%;
max-width: 12.5%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-9 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 11%;
max-width: 11%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-10 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 10%;
max-width: 10%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-11 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 9%;
max-width: 9%;
}
.elementor-widget-dethemekit-product-display.elementor-products-columns-mobile-12 .ht-products .ht-tab-pane .ht-row .ht-product{ flex-basis: 8.3%;
max-width: 8.3%;
}
}.header,
.she-header-yes,
.she-header-yes.e-con,
.she-header {
transition: all 0.4s ease-in-out, height 0.4s ease-in-out,
background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out,
border-bottom-color 0.4s ease-in-out, margin 0s !important;
width: 100%;
max-width: 100%;
z-index: 9999;
} .she-header {
margin-bottom: 0;
margin-top: 0; }
.she-header:not(.elementor-sticky) {
position: fixed !important;
top: 0;
} .she-header.she-blur-yes {
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
} .headerup {
-ms-transform: translateY(-110vh) !important;
-o-transition: transform 0.4s ease-in-out !important;
-webkit-transform: translateY(-110vh) !important;
-webkit-transition: transform 0.4s ease-in-out !important;
-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
transform: translateY(-110vh) !important;
transition: transform 0.4s ease-in-out !important;
} .she-header-yes .elementor-widget-theme-site-logo,
.she-header-yes .elementor-widget-image,
.she-header-yes .logo,
.she-header-yes .elementor-widget-theme-site-logo img,
.she-header-yes .elementor-widget-image img,
.she-header-yes .logo img {
transition: all 0.4s ease-in-out !important;
} .she-header-transparent-yes,
.elementor-editor-active .she-header-transparent-yes {
transition: all 0.4s ease-in-out, top 0s;
width: 100%;
background-color: rgba(0, 0, 0, 0) !important;
position: absolute !important;
z-index: 99;
} .she-header-yes .elementor-menu-toggle:before,
.she-header-yes .elementor-menu-toggle:after,
.she-header-yes .elementor-menu-toggle i:after {
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.she-header-yes .elementor-menu-toggle {
position: relative;
transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.she-header-yes .elementor-menu-toggle.elementor-active:before {
transform: translate(-50%, -50%) rotate(-45deg);
}
.she-header-yes .elementor-menu-toggle:after {
transform: translate(-50%, calc(-50% - 0.25em));
}
.she-header-yes .elementor-menu-toggle.elementor-active:after {
transform: translate(-50%, -50%) rotate(45deg);
}
.she-header-yes .elementor-menu-toggle i:after {
transform: translate(-50%, -50%);
} @media screen and (min-width: 783px) {
.admin-bar .she-header:not(.elementor-sticky) {
top: 32px;
}
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}