.animated{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes fadeIn{
0%{opacity: 0}
100%{opacity: 1}
}
@keyframes fadeIn{
0%{opacity: 0}
100%{opacity: 1}
}
.fadeIn{
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeOut{
0%{opacity: 1}
100%{opacity: 0}
}
@keyframes fadeOut{
0%{opacity: 1}
100%{opacity: 0}
}
.fadeOut{
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
.ts-effect-image{
text-align: center;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-effect-image .image-link{
display: block;
position: relative;
max-width: 100%;
overflow: hidden;
} .eff-border .overlay{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: "";
opacity: 0.8;
background: transparent !important;
}
.eff-border .overlay:after{
z-index: 4;
width: auto;
height: auto;
content: "";
position: absolute;
left: -15px;
right: -15px;
top: -15px;
bottom: -15px;
border-width: 15px;
border-style: solid;
border-color: inherit;
transition: 400ms ease 0s;
}
.eff-border:hover .overlay:after{
left: 0;
right: 0;
bottom: 0;
top: 0;
} .eff-widespread-corner-left-right .overlay:before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 0;
margin: auto;
opacity: 0;
background-color: inherit;
transition: 500ms ease 0s;
}
.eff-widespread-corner-left-right .overlay:after{
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
background-color: inherit;
opacity: 0;
transition: 500ms ease 0s;
}
.eff-widespread-corner-left-right:hover .overlay:after,
.eff-widespread-corner-left-right:hover .overlay:before{
width: 100%;
height: 100%;
opacity: 0.2;
} .eff-image-scale img{
transition: 800ms ease 0s;
}
.eff-image-scale:hover img{
transform: scale(1.1,1.1);
} .eff-image-gray img{
transition: 500ms ease 0s;
}
.eff-image-gray:hover img{
filter: grayscale(100%);
}
.eff-image-gray:hover img:nth-child(2){
filter: none;
}
.eff-image-gray .overlay{
display: none;
} .eff-image-overlay-bottom:hover .overlay{
top: 0;
}
.eff-image-overlay-bottom .overlay{
position: absolute;
content: "";
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
height: 100%;
width: 100%;
left: 0;
top: 100%;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
content: "";
z-index: 1;
opacity: 0.5;
}  .ts-product-deals-wrapper .shortcode-heading-wrapper{
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.ts-product-deals-wrapper .shortcode-heading-wrapper h2{
display: flex;
align-items: center;
}
.ts-product-deals-wrapper.title-center .shortcode-heading-wrapper h2{
display: block;
}
.ts-product-deals-wrapper:not(.title-center) .shortcode-heading-wrapper h2:before{
margin-right: 20px; width: 40px;
display: inline-block;
line-height: 40px;
border-radius: 3px;
content: "%";
text-align: center;
}
.ts-countdown .label{
text-transform: uppercase;
}
.ts-product-deals-wrapper .ts-countdown{
width: auto;
}
body .ts-product-deals-wrapper.show-counter-today .shortcode-heading-wrapper h2{
margin-right: 20px; }
.ts-product header .ts-countdown .counter-wrapper{
padding-left: 15px;
padding-right: 15px;
}
body .ts-product-deals-wrapper:not(.title-center) .shortcode-heading-wrapper h2{
line-height: 40px;
}
header .style-inline.ts-countdown .seconds,
.single-counter-wrapper .ts-countdown .seconds{
min-width: 42px;
}
.style-inline .counter-wrapper > *{
display: flex;
align-items: flex-end;
padding: 5px 6px;
}
.meta-wrapper .style-inline .counter-wrapper > *{
padding: 0 5px;
}
.ts-countdown.style-inline .number{
display: flex;
line-height: 30px;
}
.ts-countdown.style-inline .ref-wrapper{
font-size: 12px;
text-transform: uppercase;
position: relative;
top: 2px;
}
.meta-wrapper .ts-countdown.style-inline .ref-wrapper{
font-size: 10px;
}
.ts-product-deals-wrapper .content-wrapper{
clear: both;
}
.ts-product-deals-wrapper .onsale{
display: none !important;
}
.counter-wrapper:after{
display: table;
clear: both;
content: "";
}
.ts-countdown:not(.style-inline) > div{
padding: 0;
margin: 0 5px;
}
body .ts-countdown:not(.style-inline) .ref-wrapper{
width: 100%;
padding: 0;
display: block;
line-height: 20px;
}
.ts-shortcode.has-background-item .product .meta-wrapper{
padding: 10px 20px 20px 20px;
}  .ts-banner,
.ts-banner *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-banner{
overflow: hidden;
position: relative;
text-align: center;
display: flex;
}
.ts-banner.style-special-bg{
display: block;
}
.ts-banner .banner-wrapper{
position: relative;
text-align: left; }
.ts-banner .box-content{
position: absolute;
min-width: 28%;
padding: 14px 20px;
}
.ts-banner.style-special-bg .box-content{
position: static;
padding: 70px 0;
transform: none;
}
.ts-banner .banner-wrapper .banner-bg{
overflow: hidden;
}
.ts-banner .banner-wrapper > a{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 9;
}
.ts-banner .banner-bg{
transition: opacity 450ms;
}
.ts-banner h3{
color: #ffffff;
}
.ts-banner.style-simple h3{
display: inline-block;
min-width: 170px;
padding: 8px 10px;
background: #ffffff;
box-shadow: 0 0 20px rgba(51,51,51,0.15);
}
#page .ts-banner.style-simple .box-content{
bottom: 40px;
padding: 0;
}
#page .ts-banner.style-simple h3 > span{
margin-top: -2px;
}
.ts-banner.style-simple h3 > span:nth-child(2){
line-height: 20px;
}
.ts-banner h3{
margin-bottom: 0;
}
.ts-banner.style-simple.text-big h3{
text-transform: uppercase;
}
.ts-banner h3 > span{
display: block;
white-space: nowrap;
margin-top: -8px;
}
.ts-banner.text-default h3 > span{
margin-top: -6px;
}
.ts-banner .ts-banner-button{
margin-top: 12px;
position: relative;
}
.ts-banner.style-simple .ts-banner-button{
margin-top: 6px;
}
.ts-banner.style-special .ts-banner-button{
margin-top: 8px;
padding-top: 12px;
}
.ts-banner.style-special.text-big .ts-banner-button{
margin-top: 16px;
padding-top: 24px;
}
.ts-banner.style-special .ts-banner-button:before{
width: 130px;
top: 0;
border-width: 1px 0 0 0;
border-style: solid;
content: "";
position: absolute;
}
.ts-banner.style-special.text-left .ts-banner-button:before{
left: 0;
}
.ts-banner.style-special.text-right .ts-banner-button:before{
right: 0;
}
.ts-banner.style-special.text-center .ts-banner-button:before{
left: 50%;
transform: translate(-50%,0);
}
.elementor-editor-active .ts-banner a.button,
#page .ts-banner a.button{
padding: 0 10px;
line-height: 24px;
}
.elementor-editor-active .ts-banner a.button:after,
#page .ts-banner a.button:after{
display: inline-block;
content: "\e661";
font-family: themify;
font-weight: 400;
font-size: 12px;
}
.ts-banner-button a{
display: inline-block;
}
.eff-image-gray:hover .img-content img{
filter: none;
}
.ts-banner.text-left .banner-wrapper{
text-align: left;
}
.ts-banner.text-right .banner-wrapper{
text-align: right;
}
.ts-banner.text-center .banner-wrapper{
text-align: center;
}
.ts-banner .mobile-banner,
body[data-elementor-device-mode='mobile'] .ts-banner .mobile-banner + .main-banner{
display: none;
}
body[data-elementor-device-mode='mobile'] .ts-banner .mobile-banner{
display: block;
} .left-top .box-content{
left: 4%;right: auto;
top: 4%;bottom: auto;
}
.left-bottom .box-content{
left: 4%;right: auto;
top: auto;bottom: 4%;
}
.left-center .box-content{
left: 4%;right: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.right-top .box-content{
right: 4%;left: auto;
top: 4%;bottom: auto;
}
.right-bottom .box-content{
right: 4%;left: auto;
top: auto;bottom: 4%;
}
.right-center .box-content{
right: 4%;left: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.center-top .box-content{
left: 0;right: 0;
top: 4%;bottom: auto;
width: 100%;
}
.center-bottom .box-content{
left: 0;right: 0;
top: auto;bottom: 4%;
width: 100%;
}
.center-center .box-content{
left: 50%;right: auto;
top: 50%;bottom: auto;
width: 100%;
transform: translate(-50%,-50%);
width: 100%;
}
.ts-banner .banner-bg img{
position: relative;
margin: 0 auto;
width: 100%;
} .ts-banner.background-scale .banner-bg img,
.ts-banner.background-scale-dark .banner-bg img,
.ts-banner.background-scale-opacity .banner-bg img,
.ts-banner.background-scale-opacity-line .banner-bg img,
.ts-banner.background-scale-and-line .banner-bg img,
.ts-banner.background-scale-dark-line .banner-bg img{
transform: scale(1,1);
transition: transform 400ms ease 0s;
}
.ts-banner.background-scale:hover .banner-bg img,
.ts-banner.background-scale-dark:hover .banner-bg img,
.ts-banner.background-scale-opacity:hover .banner-bg img,
.ts-banner.background-scale-opacity-line:hover .banner-bg img,
.ts-banner.background-scale-dark-line:hover .banner-bg img,
.ts-banner.background-scale-and-line:hover .banner-bg img,
.ts-banner.background-scale-rotate:hover .banner-bg img{
transform: scale(1.12,1.12);
}
.ts-banner.background-scale-rotate .banner-bg img{
transform: rotate(0deg) scale(1,1);
transition: transform 400ms ease 0s;
}
.ts-banner.background-scale-rotate:hover .banner-bg img{
transform: rotate(3deg) scale(1.12);
} .ts-banner.background-opacity .banner-bg img,
.ts-banner.background-scale-opacity .banner-bg img,
.ts-banner.background-opacity-and-line .banner-bg img,
.ts-banner.background-dark-and-line .banner-bg img,
.ts-banner.background-scale-opacity-line .banner-bg img,
.ts-banner.background-scale-dark-line .banner-bg img{
transition: transform 800ms , opacity 500ms ease 0s;
}
.ts-banner.background-opacity-and-line:hover .banner-bg img,
.ts-banner.background-opacity:hover .banner-bg img,
.ts-banner.background-scale-opacity:hover .banner-bg img,
.ts-banner.background-scale-opacity-line:hover .banner-bg img{
opacity: 0.7;
}
.ts-banner.background-dark-and-line .banner-bg:after,
.ts-banner.background-dark .banner-bg:after,
.ts-banner.background-scale-dark .banner-bg:after,
.ts-banner.background-scale-dark-line .banner-bg:after,
.ts-banner.background-scale-rotate .banner-bg:after{
content: "";
position: absolute;
left: 0;right: 0;
bottom: 0;top: 0;
background: #000;
z-index: 0;
opacity: 0;
transition: 450ms ease 0s;
}
.ts-banner.background-dark-and-line:hover .banner-bg:after,
.ts-banner.background-dark:hover .banner-bg:after,
.ts-banner.background-scale-dark:hover .banner-bg:after,
.ts-banner.background-scale-dark-line:hover .banner-bg:after,
.ts-banner.background-scale-rotate:hover .banner-bg:after{
opacity: 0.3;
} .ts-banner.background-scale-opacity-line .banner-wrapper:before,
.ts-banner.background-opacity-and-line .banner-wrapper:before,
.ts-banner.background-dark-and-line .banner-wrapper:before,
.ts-banner.background-scale-dark-line .banner-wrapper:before,
.ts-banner.background-scale-and-line .banner-wrapper:before,
.ts-banner.eff-line .banner-wrapper:before{
position: absolute;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
content: "";
z-index: 2;
border-width: 1px;
border-style: solid;
opacity: 0;
transform: scale(1,0);
transition: opacity 450ms,transform 450ms ease 0s;
}
.ts-banner.background-opacity-and-line .banner-wrapper:hover:before,
.ts-banner.background-scale-opacity-line .banner-wrapper:hover:before,
.ts-banner.background-dark-and-line .banner-wrapper:hover:before,
.ts-banner.background-scale-dark-line .banner-wrapper:hover:before,
.ts-banner.background-scale-and-line .banner-wrapper:hover:before,
.ts-banner.eff-line .banner-wrapper:hover:before{
opacity: 1;
transform: scale(1,1);
transition: opacity 550ms,transform 520ms ease 0s;
}  .ts-logo-slider-wrapper .content-wrapper{
padding: 0;
text-align: center;
}
.ts-logo-slider-wrapper .content-wrapper ul{
padding: 0;
margin: 0;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item{
text-align: center;
}
.ts-logo-slider-wrapper .owl-carousel *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-logo-slider-wrapper a{
display: block;
text-align: center;
}
.ts-logo-slider-wrapper img{
transition: 300ms ease 0s;
opacity: 1;
}
.ts-logo-slider-wrapper .item:hover img{
opacity: 0.7;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item img{
width: auto;
margin: 0 auto;
}
.ts-logo-slider-wrapper.no-nav .content-wrapper .items{
padding-left: 0;
padding-right: 0;
}
.ts-logo-slider-wrapper .item{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-shortcode.ts-logo-slider-wrapper .items .item{
margin: 0;
position: relative;
z-index: 2;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-logo-slider-wrapper:not(.ts-slider) .item{
float: left; }
.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item{
width: 16.66666667%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item{
width: 20%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item{
width: 25%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-3 .item{
width: 33.33333333%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-2 .item{
width: 50%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-1 .item{
width: 100%;
}
.ts-logo-slider-wrapper .items > .item{
width: 16.66666667%;
float: left; }  .ts-shortcode{
position: relative;
clear: both;
overflow: hidden;
}
.shortcode-heading-wrapper{
margin: 0 0 40px 0;
}
.ts-shortcode .desc-text{
margin-bottom: 44px;
margin-top: -40px;
}
.title-default .shortcode-heading-wrapper,
.title-big .shortcode-heading-wrapper{
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.shortcode-heading-wrapper h2{
margin-bottom: 0;
display: block;
}
.title-big-center .shortcode-heading-wrapper,
.title-center .shortcode-heading-wrapper,
.title-big-center .desc-text,
.title-center .desc-text{
text-align: center;
}
.ts-product-deals-wrapper.title-center .shortcode-heading-wrapper{
display: block;
}
.ts-product-deals-wrapper.title-center.show-counter-today .shortcode-heading-wrapper{
display: flex;
justify-content: center;
align-items: center;
}
.ts-product-deals-wrapper.title-center.show-counter-today .ts-countdown > .label{
display: none;
}
.ts-shortcode.title-center .shortcode-heading-wrapper{
float: none !important;
}
.shop-all-button{
text-align: center;
margin-top: 20px;
}
.ts-product-wrapper.has-banner .content-wrapper{
display: flex;
margin-left: -15px;
margin-right: -15px;
}
.woocommerce.ts-product-wrapper.has-banner .products{
margin-left: 0;
margin-right: 0;
min-width: 66.666666666%;
overflow: hidden;
}
.ts-product-wrapper .banner{
min-width: 33.33333333%;
padding: 0 15px;
}
body .ts-product-wrapper .banner .mobile-banner,
body[data-elementor-device-mode='tablet'] .ts-product-wrapper .banner .mobile-banner + .main-banner{
display: none;
}
body[data-elementor-device-mode='tablet'] .ts-product-wrapper .banner .mobile-banner{
display: block;
}  .ts-banner-image{
overflow: hidden;
position: relative;
text-align: center;
}
.ts-banner-image *{
backface-visibility: hidden;
}
.ts-banner-image img.text-image{
position: absolute;
z-index: 2;
}
.ts-banner-image > *{
display: block;
position: relative;
overflow: hidden;
}
.ts-banner-image > *:after{
display: table;
content: "";
clear: both;
}
.ts-banner-image img.bg-image{
position: relative;
z-index: 1;
width: 100%;
transition: 400ms ease 0s;
}
.ts-banner-image .overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
z-index: 0;
} .ts-banner-image.eff-scale:hover img.bg-image{
transform: scale(1.1,1.1);
}
.ts-banner-image.eff-opacity:hover img.bg-image{
opacity: 0.6;
}
.ts-banner-image.eff-border .overlay{
position: absolute;
left: -1px;
right: -1px;
bottom: -1px;
top: -1px;
content: "";
z-index: 3;
background: transparent !important;
}
.ts-banner-image.eff-border .overlay:after{
z-index: 4;
width: auto;
height: auto;
content: "";
position: absolute;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-width: 20px;
border-style: solid;
border-color: inherit;
opacity: 0.5;
transition: 500ms ease 0s;
}
.ts-banner-image.eff-border:hover .overlay:after{
left: 0;
right: 0;
top: 0;
bottom: 0;
} .ts-banner-image img.text-image{
max-width: 80%;
transition: 500ms ease 0s;
margin: 0;
}
.ts-banner-image.left-top img.text-image{
left: 5%;right: auto;
top: 5%;bottom: auto;
margin: 20px 0 0 10px;
}
.ts-banner-image.left-bottom img.text-image{
left: 5%;right: auto;
top: auto;bottom: 8%;
margin: 0 0 20px 20px;
}
.ts-banner-image.left-center img.text-image{
left: 5%;right: auto;
margin: 0 0 0 10px;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.ts-banner-image.right-top img.text-image{
right: 5%;left: auto;
top: 5%;bottom: auto;
margin: 20px 10px 0 0;
}
.ts-banner-image.right-bottom img.text-image{
right: 5%;left: auto;
top: auto;bottom: 8%;
margin: 0 10px 20px 0;
}
.ts-banner-image.right-center img.text-image{
right: 5%;left: auto;
top: 50%;bottom: auto;
margin: 0 20px 0 0;
transform: translate(0,-50%);
}
.ts-banner-image.center-top img.text-image{
left: 50%;right: auto;
top: 8%;bottom: auto;
margin: 10px 0 0 0;
transform: translate(-50%,0);
}
.ts-banner-image.center-bottom img.text-image{
left: 50%;right: auto;
top: auto;bottom: 8%;
margin: 0 0 10px 0;
transform: translate(-50%,0);
}
.ts-banner-image.center-center img.text-image{
left: 50%;right: auto;
top: 50%;bottom: auto;
transform: translate(-50%,-50%);
text-align: center;
max-width: 70%;
}
.elementor-col-100 .ts-banner-image.center-center img.text-image{
max-width: 40%;
max-height: auto;
}  .ts-shortcode .view-more-wrapper,
.ts-shortcode .shop-more-wrapper{
text-align: center;
text-transform: uppercase;
position: relative;
}
.ts-shortcode .shop-more-wrapper,
.ts-shortcode.ts-product .view-more-wrapper{
margin-top: 40px;
}
.ts-shortcode .shortcode-heading-wrapper .view-more-wrapper,
.ts-shortcode .shortcode-heading-wrapper .shop-more-wrapper,
.ts-shortcode.ts-product .shortcode-heading-wrapper .view-more-wrapper{
margin-top: 0;
margin-bottom: 8px;
}
.ts-shortcode .view-more-wrapper{
margin-top: 50px
}
.ts-blogs-wrapper.item-layout-list .view-more-wrapper{
margin-top: 30px;
}
.ts-shortcode .view-more:before{
position: absolute;
bottom: 4px;
left: 0;
right: 0;
content: "";
border-width: 1px 0 0 0;
border-style: solid;
transition: all 350ms ease 0s;
}
.ts-blogs-wrapper article{
margin-bottom: 50px;
}
.ts-blogs-wrapper .blogs{
margin-bottom: -50px;
}
.ts-blogs-wrapper.item-layout-list article{
margin-bottom: 30px;
}
.ts-blogs-wrapper.item-layout-list .blogs{
margin-bottom: -30px;
} .ts-blogs .blogs .quote-wrapper blockquote{
background: transparent;
}  .ts-shortcode.ts-testimonial-wrapper{
position: relative;
}
.ts-testimonial-wrapper:not(.ts-slider) .items,
.ts-testimonial-wrapper .items .swiper-wrapper{
margin-bottom: -30px;
}
.ts-testimonial-wrapper a{
display: block;
}
.ts-testimonial-wrapper .swiper-wrapper .item{
height: auto;
}
.ts-testimonial-wrapper .items .item{
margin-bottom: 30px;
position: relative;
}
.ts-testimonial-wrapper .testimonial-content{
padding: 30px;
position: relative;
z-index: 1;
}
.ts-testimonial-wrapper .items .item:before{
content: "";
position: absolute;
z-index: 0;
top: 0;
right: 15px;
bottom: 0;
left: 15px;
}
.ts-testimonial-wrapper.item-border .items .item:before{
border-width: 1px;
border-style: solid;
}
.testimonial-content .content-top{
display: flex;
align-items: center;
}
.testimonial-content .content{
margin-top: 16px;
margin-bottom: -6px;
}
.testimonial-content .author{
text-transform: uppercase;
}
.ts-testimonial-wrapper .testimonial-content .image{
margin-right: 20px; width: 50%;
max-width: 100px;
}
.ts-testimonial-wrapper .author-role > span{
padding-left: 5px;
padding-right: 5px;
display: inline-block;
}
.ts-testimonial-wrapper .rating,
blockquote .rating{
margin: 0;
display: block;
overflow: hidden;
line-height: 28px;
font-size: 10px;
font-style: normal;
letter-spacing: 0;
}
.ts-testimonial-wrapper .rating span,
blockquote .rating span{
padding-top: 30px;
overflow: hidden;
display: block;
margin: 0 auto;
position: relative;
float: left; }
.ts-testimonial-wrapper .rating:before,
blockquote .rating:before{
float: left; top: 0;
left: 0; position: absolute;
}
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before{
top: 0;
position: absolute;
left: 0; }  .ts-shortcode.ts-team-members .item{
margin-bottom: 50px;
text-align: center;
}
.ts-team-members a:hover{
text-decoration: none;
}
.ts-team-members .image-thumbnail{
margin-bottom: 18px;
position: relative;
overflow: hidden;
}
.ts-team-members .image-thumbnail a:after{
transition: transform .5s ease;
will-change: transform;
transform: scale(0);
border-radius: 50%;
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0,0,0,0.3);
}
.ts-team-members .image-thumbnail:hover a:after{
transform: scale(2);
transition-duration: .8s;
}
.ts-team-members .image-thumbnail img{
transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
transform: scale(1) translate(0, 0);
}
.ts-team-members .image-thumbnail:hover img{
transform: scale(1.2) translate(2%, 3%);
}
.ts-team-members .team-info{
line-height: 20px;
}
.ts-team-members .team-info .member-role{
margin-bottom: 6px;
}
.ts-team-members .member-social{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 12px;
font-size: 14px;
margin-left: -10px;
margin-right: -10px;
}
.ts-team-members .member-social a{
text-align: center;
margin-left: 10px;
margin-right: 10px;
letter-spacing: 0;
line-height: 20px !important;
display: inline-block;
overflow: hidden;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-team-members .member-social a.facebook:hover{
color: #3b5998;
}
.ts-team-members .member-social a.twitter:hover{
color: #2caae1;
}
.ts-team-members .member-social a.linked:hover{
color: #0073b1;
}
.ts-team-members .member-social a.rss:hover{
color: #ee802f;
}
.ts-team-members .member-social a.dribbble:hover{
color: #ea4c89;
}
.ts-team-members .member-social a.pinterest:hover{
color: #cb2027;
}
.ts-team-members .member-social a.instagram:hover{
color: #d32558;
color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
color: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}  .ts-twitter-slider .icon{
position: absolute;
left: 0; top: 50%;
margin-top: -40px;
}
.ts-twitter-slider .twitter-content{
padding-left: 100px; position: relative;
}
.ts-twitter-slider .owl-item{
opacity: 0
}
.ts-twitter-slider .owl-item.active{
opacity: 1;
}
.twitter-content .content{
font-style: italic;
margin-bottom: 10px;
}
.ts-twitter-slider .icon{
font-size: 80px;
line-height: 80px;
color: #2CAAE1;
}
.ts-twitter-slider .date-time{
margin-bottom: 10px;
}
.ts-twitter-slider h4{
margin-bottom: 5px;
}  .ts-countdown{
overflow: hidden;
margin-bottom: 10px;
}
.ts-countdown.style-inline{
line-height: 30px;
margin: 0;
}
.ts-countdown:not(.style-inline) .counter-wrapper{
display: flex;
justify-content: center;
margin: 0 -20px;
}
.ts-countdown:not(.style-inline) .counter-wrapper > div{
min-width: 60px;
width: auto;
margin: 0 20px;
}
.ts-countdown:not(.style-inline).ref-wrapper{
text-transform: uppercase;
}
.ts-countdown:not(.style-inline) .number-wrapper{
margin-bottom: 0;
}
.ts-countdown.text-light .counter-wrapper .number,
.ts-countdown.text-light .counter-wrapper .ref-wrapper,
.ts-countdown.text-light .counter-wrapper{
color: #ffffff;
}
.meta-wrapper .ts-countdown.style-inline{
width: 100%;
display: flex;
justify-content: center;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
margin: 0;
z-index: 5;
}  .ts-product .column-tabs{
display: flex;
width: 100%;
margin-bottom: 40px;
align-items: center;
justify-content: space-between;
}
.ts-product.title-center .column-tabs,
.ts-product.title-big-center .column-tabs{
display: block;
}
.ts-product.title-center .column-tabs > *,
.ts-product.title-big-center .column-tabs > *{
display: block;
text-align: center;
}
.ts-product.title-center .list-categories,
.ts-product.title-big-center .list-categories{
margin-top: 15px;
}
.ts-product.title-center .column-tabs ul.tabs,
.ts-product.title-big-center .column-tabs ul.tabs{
justify-content: center;
}
.heading-tab h2{
margin-bottom: 0;
}
.column-tabs ul.tabs{
text-align: end;
margin: 0 -30px 0 0; padding: 0;
white-space: nowrap;
display: flex;
flex-wrap: wrap;
}
.column-tabs ul.tabs li{
transition: all 350ms ease 0s;
display: inline-block;
position: relative;
cursor: pointer;
padding: 0;
text-transform: uppercase;
margin-right: 30px; }
.column-tabs ul.tabs li.current{
cursor: default;
}
.column-tabs ul.tabs li:before{
position: absolute;
left: 50%;
right: 50%;
border-width: 1px 0 0 0;
border-style: solid;
content: "";
bottom: 3px;
transition: all 350ms ease 0s;
}
.column-tabs ul.tabs li.current:before{
left: 0;
right: 0;
}
.column-content > .list-categories ul{
margin: 0;
}
.column-content > .list-categories{
width: 218px;
border-width: 1px;
border-style: solid;
padding: 20px;
margin-left: -1px; }  .ts-mailchimp-subscription-shortcode.fullwidth,
.ts-mailchimp-subscription-shortcode.fullwidth-big-title{
text-align: center;
max-width: 780px;
margin: 0 auto;
}
.ts-mailchimp-subscription-shortcode .widget-container{
margin: 0;
}
.ts-mailchimp-subscription-shortcode.fullwidth .mailchimp-subscription .newsletter,
.ts-mailchimp-subscription-shortcode.fullwidth-big-title .mailchimp-subscription .newsletter{
padding-top: 6px;
margin-bottom: -10px;
}
#page .ts-mailchimp-subscription-shortcode.fullwidth .widget-title,
#page .ts-mailchimp-subscription-shortcode.fullwidth-big-title .widget-title{
margin-bottom: 0;
}
#page .ts-mailchimp-subscription-shortcode.fullwidth .widget-title-wrapper,
#page .ts-mailchimp-subscription-shortcode.fullwidth-big-title .widget-title-wrapper{
padding-bottom: 20px;
margin: 0;
}
.ts-mailchimp-subscription-shortcode.fullwidth .subscribe-widget,
.ts-mailchimp-subscription-shortcode.fullwidth-big-title .subscribe-widget{
padding-top: 20px;
margin-top: 0 !important;
}
.ts-mailchimp-subscription-shortcode .widget-title{
margin-bottom: 10px;
}
.ts-mailchimp-subscription-shortcode .subscribe-widget{
padding-bottom: 0 !important;
} .style-vertical .mailchimp-subscription .processing button.button i{
margin-left: 0 !important;
margin-right: 0 !important;
}
.vertical-button-icon .subscribe-email .button{
position: absolute !important;
bottom: auto;
top: 4px;
right: 4px; line-height: 0 !important;
z-index: 2;
font-size: 0 !important;
padding: 0 !important;
width: 42px;
height: 42px;
min-width: auto !important;
margin: 0;
border-width: 0 !important;
}
.vertical-button-icon .subscribe-email .button i{
font-weight: normal;
letter-spacing: 0;
display: inline-block;
line-height: 42px !important;
font-size: 14px !important;
}
.vertical-button-icon .subscribe-email .button{
width: 46px;
height: 46px;
top: 2px;
right: 2px; }
.vertical-button-icon .subscribe-email .button i{
line-height: 46px !important;
}
.vertical-button-icon .mailchimp-subscription input[type="email"], 
.vertical-button-icon .mailchimp-subscription input[type="tel"]{
padding: 10px 70px 10px 20px; border-width: 0;
margin: 0;
}  .ts-product-in-category-tab-wrapper .column-products{
width: 100%;
}
.shop-more{
text-align: center;
margin-top: 30px;
}  .ts-list-of-product-categories-wrapper{
display: flex;
align-items: center;
}
.ts-list-of-product-categories-wrapper .heading-title{
line-height: 20px;
margin-bottom: 20px;
}
.ts-list-of-product-categories-wrapper .list-categories{
overflow: hidden;
}
.ts-list-of-product-categories-wrapper .list-categories li{
list-style: none;
}  .ts-product-category-wrapper .products .product.product-category{
position: relative;
z-index: 4;
text-align: center;
}
#page .ts-shortcode.style-default.ts-product-category-wrapper .products .product.product-category{
margin: 0;
padding: 1px;
}
#page .ts-shortcode.style-default.ts-product-category-wrapper .products{
margin: -1px;
}
#page .ts-shortcode.style-default .product-category .product-wrapper .meta-wrapper{
position: absolute;
bottom: 30px;
left: 0;
right: 0;
display: flex;
justify-content: center;
}
#page .ts-shortcode.style-default  .product-category .product-wrapper .category-name{
padding: 8px 10px;
text-align: center;
display: inline-block;
min-width: 170px;
padding: 8px 10px;
background: #ffffff;
box-shadow: 0 0 20px rgba(51,51,51,0.15);
}
#page .ts-shortcode .product .category-name .count{
line-height: 20px;
margin-top: 5px;
}
#page .ts-shortcode.style-default .product .category-name .count{
margin-top: -2px;
}
#page .ts-product-category-wrapper.style-simple .product-wrapper .meta-wrapper,
.ts-product-brand-wrapper .item .meta-wrapper{
padding-top: 14px;
}
.ts-product-brand-wrapper .item .meta-wrapper{
text-align: center;
}
#page .ts-shortcode .product .category-name h3,
.ts-product-brand-wrapper .item .meta-wrapper h3{
text-transform: uppercase;
}
#page .ts-shortcode.style-default .product .category-name h3{
margin-top: -2px;
}
.ts-shortcode .product .category-name h3,
.ts-product-brand-wrapper .item .meta-wrapper h3{
line-height: 20px;
}