.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}.wooma-product-labels {
display: flex;
align-items: flex-start;
z-index: 2;
}
.wooma-loop-product .wooma-product-labels {
position: absolute;
top: 10px;
left: 10px;
flex-direction: column;
}
.wooma-summary-item .wooma-label + .wooma-label{
margin-left: 10px;
}
.wooma-loop-product .wooma-product-labels>span:not(:last-child) {
margin-bottom: 5px;
}
.wooma-product-button {
display: flex;
align-items: center;
justify-content: center;
}
.wooma-product-button:hover,
.wooma-product-button:hover svg {
color: var(--wooma-dark-soft);
background: none;
fill: var(--wooma-dark-soft);
}
.woosc-btn.woosc-btn-added:before {
content: none;
}
.wooma-product-button.woosc-btn-added {
background-color: var(--wooma-dark);
}
.wooma-product-button.added svg {
fill: var(--wooma-light);
}
.ajax_add_to_cart.loading,
.wooma-btn.ajax_add_to_cart.loading {
pointer-events: none;
}  .wooma-product-loop-inner {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.swiper-slide .wooma-product-loop-inner {
margin-bottom: 0;
}
.wooma-product-loop-inner .wooma-product-thumb {
margin-bottom: 20px;
position: relative;
display: block;
overflow: hidden;
}
.wooma-transform-replace {
margin-bottom: 5px;
position: relative;
overflow: hidden;
-moz-transition: all ease 0.25s;
-webkit-transition: all ease 0.25s;
-o-transition: all ease 0.25s;
-ms-transition: all ease 0.25s;
transition: all ease 0.25s;
}
.wooma-product-type-1 .wooma-product-buttons,
.wooma-product-type-2 .wooma-product-buttons,
.wooma-product-type-3 .wooma-product-buttons,
.wooma-product-type-list .wooma-product-buttons {
position: absolute;
top: 45px;
right: 10px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.wooma-product-type-1:hover .wooma-product-buttons,
.wooma-product-type-2:hover .wooma-product-buttons,
.wooma-product-type-3:hover .wooma-product-buttons,
.wooma-product-type-list:hover .wooma-product-buttons {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.wooma-product-type-1 .wooma-svg-icon,
.wooma-product-type-2 .wooma-svg-icon,
.wooma-product-type-3 .wooma-svg-icon,
.wooma-product-type-list .wooma-svg-icon {
max-width: 16px;
max-height: 16px;
}
.wooma-product-type-1 .wooma-product-button,
.wooma-product-type-2 .wooma-product-button,
.wooma-product-type-3 .wooma-product-button,
.wooma-product-type-list .wooma-product-button {
background-color: transparent;
width: 30px;
height: 30px;
border-radius: 30px;
position: relative;
}
.wooma-product-type-1 .wooma-wishlist-btn,
.wooma-product-type-2 .wooma-wishlist-btn,
.wooma-product-type-3 .wooma-wishlist-btn,
.wooma-product-type-list .wooma-wishlist-btn {
position: absolute;
top: 10px;
right: 10px;
z-index: 3;
}
.wooma-product-type-1:hover .wooma-product-button,
.wooma-product-type-2:hover .wooma-product-button,
.wooma-product-type-3:hover .wooma-product-button,
.wooma-product-type-list:hover .wooma-product-button {
background-color: var(--wooma-light);
-moz-transition: all .25s cubic-bezier(.25,.46,.45,.94);
-o-transition: all .25s cubic-bezier(.25,.46,.45,.94);
-webkit-transition: all .25s cubic-bezier(.25,.46,.45,.94);
transition: all .25s cubic-bezier(.25,.46,.45,.94);
}
.wooma-product-type-1 .wooma-product-button + .wooma-product-button,
.wooma-product-type-2 .wooma-product-button + .wooma-product-button,
.wooma-product-type-3 .wooma-product-button + .wooma-product-button,
.wooma-product-type-list .wooma-product-button + .wooma-product-button {
margin-top: 5px;
}
.wooma-product-name {
margin: 0;
}
.wooma-product-type-1 .wooma-product-buttons,
.wooma-product-type-2 .wooma-product-buttons,
.wooma-product-type-3 .wooma-product-buttons,
.wooma-product-type-list .wooma-product-buttons,
.wooma-product-type-2 .wooma-product-cart,
.wooma-product-type-3 .wooma-product-details,
.wooma-transform-replace .wooma-product-name,
.wooma-transform-replace .wooma-product-cart {
-moz-transition: all .25s cubic-bezier(.25,.46,.45,.94);
-o-transition: all .25s cubic-bezier(.25,.46,.45,.94);
-webkit-transition: all .25s cubic-bezier(.25,.46,.45,.94);
transition: all .25s cubic-bezier(.25,.46,.45,.94);
}
.wooma-product-loop-inner:hover .wooma-transform-replace .wooma-product-name {
opacity: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.wooma-product-loop-inner:hover .wooma-product-thumb img {
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
transform-origin: center center;
-moz-transition: all .5s cubic-bezier(.25,.46,.45,.94);
-o-transition: all .5s cubic-bezier(.25,.46,.45,.94);
-webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.wooma-product-type-1 .wooma-product-cart {
position: absolute;
top: 100%;
left: 0;
width: 100%;
margin: 0;
opacity: 0;
}
.wooma-product-loop-inner:hover .wooma-transform-replace .wooma-product-cart {
top: 0;
opacity: 1;
}
.wooma-product-hint {
background-color: rgba(51,51,51,.9);
font-size: 12px;
line-height: 1;
-webkit-border-radius: 3px;
border-radius: 3px;
position: absolute;
top: auto;
right: 50px;
visibility: hidden;
opacity: 0;
pointer-events: none;
white-space: nowrap;
padding: 8px 9px 8px 9px;
color: var(--wooma-light);
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 7px 15px rgba(0,0,0,.3);
-webkit-transition: opacity .3s linear,right .3s linear;
transition: opacity .3s linear,right .3s linear;
}
.wooma-product-hint:after {
position: absolute;
top: 50%;
margin-top: -5px;
right: -10px;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 5px;
border-color: transparent transparent transparent rgba(51,51,51,.9);
}
.wooma-product-button:hover .wooma-product-hint {
visibility: visible;
opacity: 1;
right: 40px;
}
.wooma-summary-item .wooma-product-hint {
top: -30px;
right: auto;
-webkit-transition: opacity .3s linear,top .3s linear;
transition: opacity .3s linear,top .3s linear;
}
.wooma-summary-item .wooma-product-hint:after {
top: auto;
bottom: 0;
margin-top: 0px;
margin-bottom: -10px;
transform: translateX(calc(-50% - 1px));
right: auto;
left: 50%;
border-color: rgba(51,51,51,.9) transparent transparent transparent;
}
.wooma-summary-item .wooma-product-button:hover .wooma-product-hint {
right: auto;
top: -15px;
}  .wooma-product-thumb-wrapper {
position: relative;
overflow: hidden;
margin-bottom: 15px;
}
.wooma-product-loop-inner .wooma-product-thumb {
margin-bottom: 0;
}
.wooma-product-type-2 .wooma-product-cart {
position: absolute;
width: 100%;
bottom: 0;
opacity: 0;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.wooma-product-loop-inner:hover .wooma-product-cart {
opacity: 1;
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.wooma-product-type-2 .wooma-product-name,
.wooma-product-type-3 .wooma-product-name {
margin-bottom: 10px;
}
.wooma-product-type-1 .added_to_cart,
.wooma-product-type-2 .added_to_cart,
.wooma-product-type-3 .added_to_cart {
display: none;
}  .wooma-product-type-3 .product-link {
padding-bottom: 150%;
}
.woocommerce.wooma-product-type-3 .product-link img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.woocommerce.wooma-product-type-3 .wooma-product-details {
position: absolute;
bottom: 0;
width: 100%;
padding: 10px;
background: #00000073;
color: #fff;
-moz-transform: translateY(45px);
-ms-transform: translateY(45px);
-webkit-transform: translateY(45px);
transform: translateY(45px);
}
.woocommerce.wooma-product-type-3 .wooma-product-details .wooma-product-cart {
width: 100%;
margin-top: 10px;
}
.wooma-product-type-3 .wooma-product-name,
.wooma-product-type-3 .woocommerce-variation-price .price span.del>span,
.wooma-product-type-3 .wooma-price span.del>span,
.woocommerce div.product .wooma-product-type-3 p.price,
.woocommerce div.product .wooma-product-type-3 span.price,
.wooma-product-type-3 .woocommerce-variation-price .price,
.wooma-product-type-3 .wooma-price {
color: var(--wooma-light);
}
.wooma-product-type-3:hover .wooma-product-details {
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.wooma-product-type-3 .star-rating,
.wooma-product-type-3 .star-rating>span::before {
font-size: 9px;
}  .wooma-product-type-list {
display: flex;
}
.wooma-loop-product .wooma-product-type-list .wooma-product-labels {
position: relative;
top: 0;
left: 0;
flex-direction: row;
}
.wooma-product-type-list .wooma-product-labels span+span {
margin-left: 10px;
}
.wooma-product-type-list .wooma-product-details {
position: relative;
padding: 15px;
width: 60%;
}
.wooma-product-type-list .wooma-product-thumb-wrapper {
position: relative;
width: 40%;
}
.wooma-product-type-list .wooma-product-name {
margin: 10px 0;
}
.wooma-product-type-list .wooma-btn-small {
margin-top: 10px;
margin-right: 10px;
font-size: 14px;
font-weight: 700;
height: auto;
display: inline-block;
} @media(max-width:768px) {
.wooma-product-type-list {
flex-direction: column;
}
.wooma-product-type-list .wooma-product-thumb-wrapper,
.wooma-product-type-list .wooma-product-details {
width: 100%;
}
}
@media(max-width:1024px) {
.wooma-product-type-1 .wooma-product-buttons,
.wooma-product-type-2 .wooma-product-buttons,
.wooma-product-type-3 .wooma-product-buttons,
.woocommerce.wooma-product-type-3 .wooma-product-details,
.wooma-product-type-2 .wooma-product-cart {
opacity: 1;
visibility: visible;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.wooma-product-type-1 .wooma-product-button,
.wooma-product-type-2 .wooma-product-button,
.wooma-product-type-3 .wooma-product-button {
background-color: var(--wooma-light);
}
.woocommerce.wooma-product-type-3 .wooma-product-details {
padding: 0;
background: transparent;
position: relative;
bottom: auto;
top: auto;
margin-top: 10px;
}
.wooma-product-type-3 .wooma-product-name,
.wooma-product-type-3 .woocommerce-variation-price .price span.del>span,
.wooma-product-type-3 .wooma-price span.del>span,
.woocommerce div.product .wooma-product-type-3 p.price,
.woocommerce div.product .wooma-product-type-3 span.price,
.wooma-product-type-3 .woocommerce-variation-price .price,
.wooma-product-type-3 .wooma-price {
color: var(--wooma-dark);
}
.wooma-product-type-3 .wooma-inline-two-block {
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
}
.wooma-product-type-1 .wooma-product-buttons,
.wooma-product-type-2 .wooma-product-buttons,
.wooma-product-type-3 .wooma-product-buttons {
top: 10px;
}
.wooma-product-loop-inner:hover .wooma-transform-replace .wooma-product-name {
opacity: 1;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
.wooma-product-loop-inner:hover .wooma-transform-replace .wooma-product-cart {
top: 100%;
opacity: 0;
-moz-transform: none;
-ms-transform: none;
-webkit-transform: none;
transform: none;
}
}