.tb-tab {
display: none;
}
.tb-tab.active {
display: block;
} .tb-tabs.tb-style1 {
margin-top: -5px;
}
.tb-tabs.tb-style1 .tb-tab-links li:not(:last-child) {
margin-right: 40px;
}
.tb-tabs.tb-style1 .tb-tab-links .active a {
color: #222;
} .tb-tabs.tb-style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tb-tabs.tb-style2 .tb-tab-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin-right: 30px;
margin-top: -15px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tb-tabs.tb-style2 .tb-tab-links li {
margin-top: 15px;
}
.tb-tabs.tb-style2 .tb-tab-links a {
display: block;
height: 94px;
width: 75px;
border-radius: 3px;
border: 1px solid transparent;
}
.tb-tabs.tb-style2 .tb-tab-links .active a {
border-color: #eaeaea;
padding: 5px;
}
.tb-tabs.tb-style2 .tb-tab-links .tb-tab-links-img {
height: 100%;
width: 100%;
}
.tb-tabs.tb-style2 .tb-tb-tab-content-img {
height: 600px;
width: 100%;
}
.tb-tabs.tb-style2 .tb-tab-content {
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
} .tb-tabs.tb-style3 .tb-tab-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 1px;
}
.tb-tabs.tb-style3 .tb-tab-links li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: -1px;
}
.tb-tabs.tb-style3 .tb-tab-links a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px 10px;
font-weight: 600;
color: #b5b5b5;
border: 1px solid #eaeaea;
position: relative;
border-top: none;
}
.tb-tabs.tb-style3 .tb-tab-links a:before {
content: '';
height: 3px;
width: 0%;
background-color: #6673c7;
position: absolute;
top: 0px;
left: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-tabs.tb-style3 .tb-tab-links .active a:before {
width: 100%;
}
.tb-tabs.tb-style3 .tb-tab-links .active a {
border-bottom-color: transparent;
color: #111;
}
.tb-tabs.tb-style3 .tb-tab-links li:first-child a {
border-left: none;
}
.tb-tabs.tb-style3 .tb-tab-links li:last-child a {
border-right: none;
}
.tb-tabs.tb-style3 .tb-tab-links a i {
margin-right: 8px;
}
.tb-tabs.tb-style3 .tb-tab-content {
padding: 0 30px;
} .tb-tabs.tb-style4 .tb-tab-links li {
line-height: 32px;
}
.tb-tabs.tb-style4 .tb-tab-links li:first-child a {
padding-right: 45px;
}
.tb-tabs.tb-style4 .tb-tab-links li:last-child a {
padding-left: 45px;
}
.tb-tabs.tb-style4 .tb-tab-links a {
position: relative;
display: inline-block;
font-size: 15px;
}
.tb-tabs.tb-style4 .tb-pricing-switch {
position: absolute;
top: 0;
right: -30px;
}
.tb-pricing-switch {
display: block;
height: 32px;
width: 60px;
background-color: #50b83c;
border-radius: 20px;
}
.tb-pricing-switch span {
position: absolute;
height: 26px;
width: 26px;
background-color: #fff;
border-radius: 50%;
top: 3px;
left: 31px;
-webkit-box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
box-shadow: -0.382px 1.963px 3.92px 0.08px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-tabs.tb-style4 .tb-tab-links li.active .tb-pricing-switch span {
left: 3px;
}
.tb-tabs.tb-style5 {
max-width: 500px;
width: 100%;
margin: auto;
}
.tb-tabs.tb-style5 .tb-tab-links {
display: flex;
justify-content: flex-start;
flex-wrap: initial;
position: relative;
}
.tb-tabs.tb-style5 .tb-tab-links:before {
content: '';
position: absolute;
height: 1px;
width: 10px;
background-color: #eaeaea;
left: 50%;
margin-left: -5px;
bottom: 0;
}
.tb-tabs.tb-style5 .tb-tab-links li {
text-align: center;
margin-top: 0 !important;
width: 50%;
margin-right: 10px;
}
.tb-tabs.tb-style5 .tb-tab-links li:first-child a {
border-radius: 4px 4px 0 0;
}
.tb-tabs.tb-style5 .tb-tab-links li:last-child {
margin-right: 0;
}
.tb-tabs.tb-style5 .tb-tab-links li:last-child a {
border-radius: 4px 4px 0 0;
}
.tb-tabs.tb-style5 .tb-tab-links a {
display: block;
padding: 11px 20px;
font-family: 'Circular', sans-serif;
text-transform: uppercase;
font-size: 12px;
border: 1px solid #eaeaea;
background-color: #fafafa;
}
.tb-tabs.tb-style5 .tb-tab-links li.active a {
background-color: transparent;
border-bottom-color: transparent;
}
.tb-tabs.tb-style5 .u-column1,
.tb-tabs.tb-style5 .u-column2 {
max-width: 100% !important;
flex: 0 0 100%;
padding: 0;
}
.tb-tabs.tb-style5 .tb-tab-content {
border: 1px solid #eaeaea;
border-radius: 0 0 4px 4px;
border-top: none;
}
.woocommerce form.woocommerce-form.woocommerce-form-register.register {
padding: 30px;
}
.tb-tab-links-wrap {
border-bottom: 1px solid #eaeaea;
}
.tb-tabs.tb-style6 .tb-tab-links {
display: flex;
text-align: center;
flex-wrap: wrap;
}
.tb-tabs.tb-style6 .tb-tab-links li {
flex: 1;
}
.tb-tabs.tb-style6 .tb-tab-links a {
color: #b5b5b5;
display: block;
padding: 24px 15px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.tb-tabs.tb-style6 .tb-tab-links a:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
height: 3px;
width: 0%;
background-color: #222;
border-radius: 3px;
transition: all 0.4s ease;
}
.tb-tabs.tb-style6 .tb-tab-links .active a {
color: #222;
}
.tb-tabs.tb-style6 .tb-tab-links .active a:before {
width: 100%;
}
.tb-tabs.tb-style6 .tb-tab-links i {
margin-right: 7px;
}
.tb-tab-body.tb-tab-content .elementor-row {
margin-left: 0;
margin-right: 0;
}
.tb-tab-body.tb-tab-content .elementor-row>.elementor-element {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (max-width: 767px) {
.tb-tabs.tb-style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.tb-tabs.tb-style2 .tb-tab-links {
margin-top: 0;
margin-right: 0;
margin-bottom: 5px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-tabs.tb-style2 .tb-tab-links li {
margin-right: 10px;
margin-bottom: 10px;
margin-top: 0;
}
.tb-tabs.tb-style2 .tb-tb-tab-content-img {
height: auto;
}
.tb-tabs.tb-style2 .tb-tab-links a {
height: 80px;
width: 62px;
}
.tb-tabs.tb-style1 .tb-tab-links a {
min-width: 110px;
}
.tb-tabs.tb-style1 .tb-tab-links li:not(:last-child) {
margin-right: 25px;
}
}.tb-image-box.tb-style1 .tb-image {
height: 400px;
}
.tb-image-box .tb-bg {
height: 100%;
width: 100%;
}
.tb-image-box.tb-style1 h3,
.tb-image-box.tb-style4 h3 {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-image-box.tb-style1 h3 {
padding-bottom: 5px;
}
.tb-slider.tb-style1.tb-color1 .tb-image-box.tb-style1:hover h3 {
color: #13ce66;
}
.tb-image-box.tb-style1.tb-type1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 550px;
}
.tb-image-box.tb-style1.tb-type1 .tb-image {
width: 100%;
}
.tb-image-box.tb-style1.tb-size1 .tb-image {
height: 390px;
}
.tb-image-box.tb-style1.tb-size2 .tb-image {
height: 550px;
}
.tb-image-box.tb-style1.tb-size3 .tb-image {
height: 250px;
}
.tb-image-box.tb-style1.tb-size4 .tb-image {
height: 450px;
}
.tb-image-box.tb-style1.tb-size5 .tb-image {
height: 300px;
} .tb-image-box.tb-style2 .tb-image-meta {
padding: 20px;
}
.tb-image-box.tb-style2 .tb-image-meta a:hover {
opacity: 0.8
}
.tb-image-box.tb-style2.tb-height1 .tb-bg,
.tb-image-box.tb-style5.tb-height1 .tb-bg {
height: 540px;
}
.tb-image-box.tb-style2.tb-height2 .tb-bg,
.tb-image-box.tb-style5.tb-height2 .tb-bg {
height: 255px;
}
.tb-image-box.tb-style2.tb-type1.tb-height1 .tb-bg {
height: 460px;
}
.tb-image-box.tb-style2.tb-type1.tb-height2 .tb-bg {
height: 175px;
}
.tb-image-box.tb-style2.tb-height3 .tb-bg {
height: 210px;
}
.tb-image-box.tb-style2.tb-height4 .tb-bg {
height: 350px;
}
.tb-image-box.tb-style2.tb-height5 .tb-bg {
height: 300px;
}
.tb-image-box.tb-style2.tb-height6 .tb-bg {
height: 700px;
}
.tb-image-box.tb-style2.tb-height7 .tb-bg {
height: 400px;
}
.tb-image-box.tb-style2.tb-height8 .tb-bg {
height: 600px;
}
.tb-image-box.tb-style2.tb-height9 .tb-bg {
height: 800px;
} .tb-image-box.tb-style3 .tb-image {
height: 155px;
border-radius: 4px 4px 0 0;
}
.tb-image-box.tb-style3:hover a {
color: #13ce66;
}
.tb-image-box.tb-style3 .tb-image-meta {
padding: 30px;
padding-bottom: 40px;
}
.tb-image-box.tb-style3 .tb-list li {
position: relative;
padding-left: 25px;
margin-bottom: 8px;
}
.tb-image-box.tb-style3 .tb-list li:last-child {
margin-bottom: 0;
}
.tb-image-box.tb-style3 .tb-list li i {
position: absolute;
top: 5px;
left: 0;
color: #00c853;
}
.tb-image-box.tb-style3 .tb-image-box-btn {
padding: 13px 30px;
border-top: 1px solid #eaeaea;
} .tb-image-box.tb-style4 .tb-image {
height: 245px;
}
.tb-image-box.tb-style4 .tb-image-meta,
.tb-image-box.tb-style4 .tb-image-box-btn {
padding: 0 30px;
}
.tb-image-box.tb-style4 {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #fff;
}
.tb-image-box.tb-style4:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
}
.tb-image-box.tb-style4:hover h3 {
color: #5c6ac4;
}
.tb-image-box.tb-style4.tb-type1 .tb-image {
height: 200px;
}
.tb-image-box.tb-style4.tb-type1 .tb-image-meta {
padding: 0 15px;
}
.tb-image-box.tb-style4.tb-type1:hover h3 {
color: #222;
}
.tb-image-box.tb-style2 .tb-image-link {
position: relative;
display: block;
overflow: hidden;
}
.tb-image-box.tb-style2 .tb-image-link:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 1;
background: #000;
opacity: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-image-box.tb-style2 .tb-image-link:hover:before {
opacity: 0.5
}
.tb-image-box.tb-style2 img {
width: 0;
} .tb-image-box6-wrap {
border: 1px solid #eaeaea;
border-radius: 4px;
overflow: hidden;
}
.tb-image-box.tb-style6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 20px;
border-bottom: 1px solid #eaeaea;
}
.tb-image-box6-wrap .tb-image-box.tb-style6:last-child {
border-bottom: none;
}
.tb-image-box.tb-style6:hover {
background-color: #fbfbfb;
}
.tb-image-box.tb-style6 .tb-image {
width: 160px;
height: 160px;
overflow: hidden;
margin-right: 20px;
}
.tb-image-box.tb-style6 .tb-image-in {
width: 100%;
min-height: 125px;
height: 100%;
}
.tb-image-box.tb-style6 .tb-image-box-meta {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
}
.tb-image-box.tb-style6:first-child .tb-image-box-meta {
border-top: none;
}
.tb-image-box.tb-style6 .tb-image-box-text-in {
padding-right: 20px;
max-width: 700px;
}
.tb-image-box.tb-style6 .tb-image-box-info {
width: 100%;
}
.tb-image-box.tb-style6 .tb-image-box-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tb-image-box.tb-style6 .tb-btn {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-image-box.tb-style6:hover .tb-btn {
background-color: #1db954;
border-color: #1db954;
color: #fff;
}
.tb-image-box.tb-style7,
.tb-image-box.tb-style8 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tb-image-box.tb-style7 img,
.tb-image-box.tb-style8 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.tb-image-box.tb-style7 .tb-image-box-img,
.tb-image-box.tb-style8 .tb-image-box-img {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
}
.tb-image-box.tb-style8 .tb-play-btn.tb-style1 {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tb-image-box.tb-style7 .tb-image-box-text,
.tb-image-box.tb-style8 .tb-image-box-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fafafa;
}
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 100px;
width: 100%;
}
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 0 20%;
}
.tb-image-box.tb-style7 .tb-image-box-title,
.tb-image-box.tb-style8 .tb-image-box-title {
font-size: 48px;
font-weight: 700;
margin-bottom: 18px;
}
.tb-image-box.tb-style7 .tb-image-box-subtitle,
.tb-image-box.tb-style8 .tb-image-box-subtitle {
font-size: 16px;
line-height: 1.6em;
margin-bottom: 35px;
max-width: 560px;
}
@media screen and (max-width: 1500px) {
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 100px;
}
}
@media screen and (max-width: 1199px) {
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 50px;
}
}
@media screen and (max-width: 991px) {
.tb-image-box.tb-style7 .tb-image-box-title,
.tb-image-box.tb-style8 .tb-image-box-title {
font-size: 35px;
}
.tb-image-box.tb-style7 .tb-image-box-subtitle,
.tb-image-box.tb-style8 .tb-image-box-subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.tb-image-box.tb-style6 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style6 .tb-image-box-meta {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
padding-top: 15px;
}
.tb-image-box.tb-style6 .tb-image-box-text {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style6 .tb-image-box-btn {
margin-top: 20px;
}
.tb-image-box.tb-style6 .tb-image-box-info {
padding-right: 0;
}
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 30px 30px 40px;
}
}
@media screen and (max-width: 575px) {
.tb-image-box.tb-style1.tb-type1 {
height: 400px;
}
.tb-image-box.tb-style1.tb-size1 .tb-image,
.tb-image-box.tb-style1.tb-size2 .tb-image,
.tb-image-box.tb-style1.tb-size3 .tb-image,
.tb-image-box.tb-style1.tb-size4 .tb-image,
.tb-image-box.tb-style1.tb-size5 .tb-image {
height: 100%;
}
.tb-image-box.tb-style8,
.tb-image-box.tb-style7 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style8 {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.tb-image-box.tb-style7 .tb-image-box-img,
.tb-image-box.tb-style8 .tb-image-box-img,
.tb-image-box.tb-style7 .tb-image-box-text,
.tb-image-box.tb-style8 .tb-image-box-text {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
}.tb-shop-card.tb-style1 {
position: relative;
}
.tb-shop-card.tb-style1 .tb-zoom-effect-in {
height: 300px;
}
.tb-shop-card.tb-style1 .tb-overlay {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4));
background: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4));
background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4));
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-shop-card.tb-style1:hover .tb-overlay {
-webkit-transform: scale(1.035);
-ms-transform: scale(1.035);
transform: scale(1.035);
}
.tb-shop-card.tb-style1 .tb-card-text {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 25px;
z-index: 1;
}
.tb-shop-card.tb-style1 .tb-card-btn {
position: relative;
display: inline-block;
padding-bottom: 5px;
}
.tb-shop-card.tb-style1 .tb-card-btn:hover {
color: #fff;
}
.tb-shop-card.tb-style1 .tb-card-btn:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: rgba(249, 249, 249, 0.4);
}
.tb-shop-card.tb-style1 .tb-card-btn:after,
.tb-shop-card.tb-style2 .tb-card-text h2 a:after {
content: '';
width: 100%;
position: absolute;
bottom: 0;
left: 0;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.tb-btn.tb-style1:hover:before,
.tb-shop-card.tb-style1 .tb-card-btn:hover:after,
.tb-shop-card.tb-style2 .tb-card-text h2 a:hover:after {
opacity: 1;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.tb-shop-card.tb-style1 .tb-card-btn:after {
height: 2px;
background-color: rgba(249, 249, 249, 1);
} .tb-shop-card.tb-style2 {
position: relative;
}
.tb-shop-card.tb-style2 .onsale {
position: absolute;
text-transform: uppercase;
top: 10px;
right: 10px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.4);
z-index: 2;
color: #fff;
font-size: 11px;
font-weight: 500;
line-height: 11px;
padding: 5px 5px 4px;
}
.tb-shop-card.tb-style2 .tb-product-img {
height: 300px;
position: relative;
}
.tb-shop-card.tb-style2 .tb-before-hover {
height: 100%;
width: 100%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
background-size: 100%;
}
.tb-shop-card.tb-style2 .tb-after-hover {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-shop-card.tb-style2 .tb-product-img:hover .tb-after-hover {
opacity: 1;
}
.tb-shop-card.tb-style2 .tb-product-img-wrap {
position: relative;
overflow: hidden;
}
.tb-shop-card.tb-style2 .tb-quick-view-btn {
position: absolute;
bottom: -35px;
left: 0;
height: 35px;
width: 100%;
font-size: 11px;
text-transform: uppercase;
background-color: #222;
color: #fff;
z-index: 4;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
font-family: 'Circular', sans-serif;
}
.tb-shop-card.tb-style2:hover .tb-quick-view-btn {
bottom: 0;
}
.tb-shop-card.tb-style2 .tb-quick-view-btn:hover {
background-color: rgba(34, 34, 34, 0.9);
}
.tb-shop-card.tb-style2 .tb-card-text {
position: relative;
}
.tb-shop-card.tb-style2 .tb-like {
position: absolute;
right: 0;
top: -5px;
font-size: 13px;
color: #c6c6c6;
}
.tb-shop-card.tb-style2 .tb-like:hover {
color: #666;
}
.tb-shop-card.tb-style2 .tb-card-text h2 a {
position: relative;
color: inherit;
}
.tb-shop-card.tb-style2 .tb-card-text h2 a:after {
background-color: #222;
height: 1px;
}
.tb-cart-btn {
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
flex-direction: column;
background-color: rgba(255, 255, 255, 0.6);
opacity: 0;
transition: all 0.3s ease;
}
.tb-shop-card.tb-style2:hover .tb-cart-btn {
opacity: 1;
}
.tb-cart-btn a {
margin: 5px 0;
}
.tb-shop-card.tb-style2 span.price {
color: #666;
position: absolute;
right: 0;
top: 16px;
}
.tb-shop-card .star-rating {
margin-top: 5px;
}
.tb-shop-card .tb-product-category {
font-size: 12px;
text-transform: uppercase;
color: #56AF31;
line-height: 14px;
margin-top: -3px;
margin-bottom: 12px;
display: none
}
.related .tb-shop-card.tb-style2 .tb-product-img{
height: 180px;
}.tb-newsletter.tb-style1 input {
width: 100%;
background-color: #2d2d2d;
border: 1px solid rgba(255, 255, 255, 0.1);
height: 43px;
padding: 10px 45px 10px 15px;
font-size: 14px;
margin-bottom: 15px;
font-weight: 300;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 4px;
}
.tb-newsletter.tb-style1 input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input::-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:focus {
outline: none;
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
}
.tb-newsletter.tb-style1 .tb-btn.tb-style1 {
padding: 5px 15px 5px;
overflow: hidden;
}
.tb-newsletter.tb-style1 .tb-btn.tb-style4 {
padding: 0.645em 3.2em;
border-radius: 0;
} .tb-newsletter.tb-style2 {
position: relative;
}
.tb-newsletter.tb-style2 input {
width: 100%;
padding: 9px 50px 9px 20px;
color: #666666;
font-size: 12px;
border: none;
outline: none;
}
.tb-newsletter.tb-style2 button {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 40px;
border: none;
background: #1a1a1a;
line-height: 38px;
text-align: center;
color: #fff;
font-size: 12px;
cursor: pointer;
outline: none;
-webkit-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
transform: all 0.4s ease;
}
.tb-newsletter.tb-style2 button:hover {
background: #111;
} .tb-newsletter.tb-style3 {
max-width: 370px;
width: 100%;
margin: auto;
} .tb-newsletter.tb-style4 {
padding: 20px 40px;
}
.tb-newsletter.tb-style4 input,
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input {
height: 40px;
border: 1px solid #eaeaea;
border-radius: 4px;
width: 100%;
margin-bottom: 15px;
padding: 10px 15px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input {
margin-bottom: 20px;
}
.tb-newsletter.tb-style4 input:focus,
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input:focus {
outline: none;
border-color: #4ed55f;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="email"]:focus {
outline: none;
border-color: #222;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form p,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form p,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form p {
margin-bottom: 0;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form label,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form label,
.tb-widget-newsletter .style1 .tb-mc4wp-form label,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form label {
display: none;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form p {
margin-bottom: 10px;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form {
padding: 20px 40px 0;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input[type="submit"],
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"] {
background-color: #4ed55f;
border-color: #4ed55f;
color: #fff;
font-weight: 500;
font-size: 15px;
height: 43px;
transition: all 0.3s ease;
cursor: pointer;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"] {
background-color: #222;
border-color: #222;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input[type="submit"]:hover,
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"]:hover {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form {
position: relative;
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"] {
text-indent: 100px;
border-radius: 0 4px 4px 0;
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form:before {
content: "\f1d8";
font-family: FontAwesome;
position: absolute;
right: 14px;
top: 5px;
z-index: 1;
color: #fff;
font-size: 15px;
pointer-events: none;
} .tb-newsletter.tb-style5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .tb-newsletter.tb-style6 {
padding: 30px;
} .tb-newsletter.tb-style7,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form {
position: relative;
max-width: 450px;
}
.tb-newsletter.tb-style7 .tb-newsletter-submit,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form input[type="submit"] {
position: absolute;
right: 0;
top: 0;
height: 100%;
border: none;
line-height: 40px;
padding: 0 2.1em;
border-radius: 0 4px 4px 0;
font-weight: 500;
color: #fff;
font-size: 15px;
cursor: pointer;
background-color: #50b83c;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-newsletter.tb-style7 .tb-newsletter-submit:hover,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form input[type="submit"]:hover {
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.tb-newsletter.tb-style7 input:focus,
.elementor-widget-webify-newsletter-widget .style2 input[type="email"]:focus {
border-color: #50b83c;
} .tb-newsletter.tb-style8 button,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"] {
position: absolute;
right: 0px;
top: 0;
height: 100%;
width: 45px;
border: none;
color: #fff;
background: #5d5a9e;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
.tb-newsletter.tb-style8 input,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="email"] {
width: 100%;
background: #fff;
border: 1px solid #fafafa;
border-radius: 4px;
height: 35px;
padding: 0 15px;
font-weight: 300;
}
.tb-newsletter.tb-style8 input:focus {
outline: none;
}
.tb-newsletter.tb-style8 button:hover,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"]:hover {
opacity: 0.9;
}
.tb-newsletter.tb-style8 {
position: relative;
border-radius: 4px;
overflow: hidden;
max-width: 255px;
margin-top: 20px;
margin-bottom: 5px;
}
.tb-newsletter.tb-style8.tb-type1 {
margin: auto;
top: 0;
}
.tb-light-footer .tb-newsletter.tb-style8.tb-type1 input {
border-color: rgba(0, 0, 0, 0.06);
}
.tb-dark-footer .tb-newsletter.tb-style8.tb-type1 input {
border-color: rgba(255, 255, 255, 0.06);
}
.sidebar-item.widget .tb-newsletter.tb-style8 {
top: 0;
max-width: 100%;
}
.sidebar-item.widget .tb-newsletter.tb-style8 input,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="email"] {
border: 1px solid #eaeaea;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sidebar-item.widget .tb-newsletter.tb-style8 input:focus {
border-color: #5d5a9e;
}
.sidebar-item.widget.tb-footer-address-widget ul li {
color: #666;
}
.sidebar-item.widget.tb-footer-address-widget ul li i {
color: #b5b5b5;
}
.sidebar-item .tb-footer-text-widget-text {
margin-bottom: -6px;
}.tb-cta-bg {
background: #14102A;
}
.tb-cta.tb-style1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-cta.tb-style1 .tb-cta-right .tb-cryto-btn:last-child {
margin-right: 0px;
}
.tb-cta.tb-style1 .tb-cta-img {
position: absolute;
right: 0;
bottom: -70px;
}
@media screen and (max-width: 991px) {
.tb-cta.tb-style1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tb-cta.tb-style1 .tb-cta-img {
display: none;
}
.tb-cta.tb-style1 {
text-align: center;
}
}
@media screen and (max-width: 767px) {
.tb-cta.tb-style1 br {
display: none;
}
}