/home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/assets/scss/woocommerce
Edit: /home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/assets/scss/woocommerce/_listing.scss (3576B)
.woocommerce{
#woo_main{
padding: 0 10px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
@media(max-width: 767px){
padding: 0 20px;
flex-direction: column;
}
.content-area{
@media(max-width: $desktop -1 ){
flex: 0 0 100%;
padding-left: 0px;
width: 100%;
}
// Show Result
.woocommerce-result-count{
margin: 6px 0 0 0 ;
font-size: 18px;
line-height: 26px;
color: #62718d;
font-weight: 400;
}
// Sorting
.woocommerce-ordering{
width: 245px;
margin-bottom: 40px;
}
// Listing
ul.products{
margin-bottom: 80px;
@media(max-width: 991px){
margin-bottom: 0px;
}
li.product{
text-align: center;
position: relative;
overflow: hidden;
padding-bottom: 30px;
border: 1px solid #e5e5e5;
border-radius: 10px;
.cat_product{
color: #62718d;
font-size: 17px;
font-weight: 500;
line-height: 50px;
display: inline-block;
padding: 0px 15px 0px 15px;
}
.button{
visibility: visible;
opacity: 1;
}
&:hover{
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.star-rating {
font-size: 13px;
margin: 0 auto 8px auto;
}
.onsale{
display: inline-block;
top: 10px;
right: 10px;
left: auto;
background: var(--primary);
padding: 0 10px;
margin: 0;
min-height: 25px;
line-height: 25px;
font-size: 14px;
font-weight: 600;
min-width: unset;
border-radius: 3px;
text-transform: uppercase;
}
a.woocommerce-loop-product__link{
img{
margin: 0;
}
}
.woocommerce-loop-product__title{
font-size: 18px;
line-height: 26px;
color: #2c2734;
margin-top: -20px;
padding: 20px 15px 7px 15px;
z-index: 3;
font-weight: 600;
}
.price{
font-size: 16px;
line-height: 26px;
color: var(--primary);
font-weight: 600;
padding: 0px 15px 0px 15px;
ins{
font-weight: 600;
margin-left: 6px;
text-decoration: none;
}
}
.button, a.added_to_cart{
margin-top: 10px;
font-size: 16px;
height: 40px;
line-height: 40px;
padding: 0 30px 0px 15px;
font-weight: 600;
color: #fff;
margin: 0px;
border-radius: 20px;
transition: 0.4s;
z-index: 2;
margin: 10px 15px 0px 15px;
background: #333;
border: 1px solid #333;
color: #fff;
border-radius: 10px;
&:after{
font-family: 'ovaicon';
content: "\f102";
vertical-align: middle;
font-size: 10px;
};
&:hover{
background: #06163A;
}
&.added{
visibility: visible;
opacity: 1;
}
}
a.added_to_cart{
margin-top: 20px;
display: inline-block;
visibility: visible;
opacity: 1;
background-color: transparent !important;
color: #2c2734;
padding: 0px 15px 0px 15px;
&:hover{
color: var(--primary);
transition: 0.3s ease;
};
&:after{
padding-left: 5px;
}
}
.product_type_external,
.product_type_grouped,
.product_type_variable{
&:after{
position: absolute;
top: 0;
right: 10px;
}
}
}
}
}
}
&.elementor-default #woo_main{
padding: 0 10px;
}
}