selector .auxshp-entry-main{
display: flex;
flex-flow: column nowrap;
background: linear-gradient(360deg, var(--e-global-color-secondary) 0% , var(--e-global-color-secondary) 24%, var(--e-global-color-primary) 50% , var(--e-global-color-3eb035d) 51%, var(--e-global-color-accent) 100%);
background-size: 100% 205%;
background-position: left bottom;
border-radius: 0 0 20px 20px;
text-align: center;
transition:all 250ms ease-out;
}
selector .aux-shop-info-wrapper {
flex-direction: column;
z-index: 3;
order: 2;
}
selector .aux-widget-recent-products-pro .auxshp-loop-title{
max-width: 100%;
}
selector .aux-widget-recent-products-pro .aux-shop-meta-wrapper, selector .aux-shop-btns-wrapper{
justify-content: center;
order: 1;
z-index: 3;
}
selector .aux-shop-btns-wrapper{
order: 3;
}
selector .add_to_cart_button span{
display: none;
}
.aux-wishlist-icon:before,.auxicon-handbag::before {
background-color: #fff;
border-radius: 100px;
padding: 11px;
}
selector .auxicon-handbag::before{
padding: 15px;
}
selector .aux-shop-btns-wrapper .button {
overflow: visible;
margin-top: 5px;
}
selector .aux-ico {
margin-right: 0;
}
selector .aux-shop-btns-wrapper{
border-top: none;
position: absolute;
bottom: 12px;
left: 0;
right: 0;
opacity: 0;
transition:all 250ms ease-out;
z-index: 5;
}
selector .aux-col:hover .aux-shop-btns-wrapper {
opacity: 1;
}
selector .aux-shop-meta-wrapper, selector .price {
height: auto;
transition:all 250ms ease-out;
}
selector .aux-col:hover .aux-shop-meta-wrapper, selector .aux-col:hover .aux-shop-meta-terms, selector .aux-col:hover .price {
min-height: 0;
overflow: hidden;
height: 0;
padding: 0;
}
selector .aux-col:hover .aux-shop-info-wrapper {
padding-top: 6%;
}
selector .auxshp-entry-main{
position: relative;
}
selector .auxshp-entry-main:after{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgb(255,104,10);
background: linear-gradient(180deg, var(--e-global-color-3eb035d) 0%, var(--e-global-color-accent) 100%);
border-radius: 0 0 20px 20px;
transition: all 300ms ease-in;
opacity: 0;
}
selector .aux-col:hover .auxshp-entry-main:after{
opacity: 1;
}
selector .aux-wishlist-icon{
margin-right: 12px;
margin-left: 12px;
}
@media only screen and (max-width: 1600px)and (min-width: 1025px) {
selector .auxshp-loop-title{
font-size: 20px;
}
selector .woocommerce-Price-amount{
font-size: 22px;
}
selector .aux-shop-meta-terms a {
font-size: 16px;
}
}
selector .aux-shop-quicklook-wrapper{
margin-right: 0;
}
@media only screen and (max-width: 1400px)and (min-width: 1025px) {
selector .aux-wishlist-icon:before{
padding: 7px;
}
selector .auxicon-eye-1:before, selector .auxicon-handbag::before{
padding: 10px;
}
selector .aux-col img{
border-radius: 20px 20px 0 0;
}
}
selector .auxshp-entry-main {
min-height: 140px;
height: 140px;
}
selector .aux-col .woocommerce-LoopProduct-link img{
width: 100%;
border-radius:20px 20px 0 0 ;
}

