EIWD CSS
Fri Jul 22 2022 17:39:56 GMT+0000 (Coordinated Universal Time)
/* listing woo*/
ul.products li.product:hover .button{
color:white;
background:#0C3734;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2{
margin-bottom:25px;
}
body.static-cta-buttons .main-navigation ul.menu li.menu-item-has-children.full-width>.sub-menu-wrapper li a.button, body.static-cta-buttons ul.products li.product .added_to_cart, body.static-cta-buttons ul.products li.product .button{
border-radius:100px;
}
/* listing ewid*/
html#ecwid_html body#ecwid_body .ec-minicart__title, html#ecwid_html body#ecwid_body .ec-minicart__count, html#ecwid_html body#ecwid_body .ec-minicart__counter, html#ecwid_html body#ecwid_body .ec-minicart__counter::after, html#ecwid_html body#ecwid_body .ec-minicart__subtotal, html#ecwid_html body#ecwid_body .ec-minicart__link{
background:#F22C96 !important;
border-radius:500px;
}
.ecsp-title{
font-size: 17px !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button{
background: #ECFAF9!important;
color:#162936!important;
border-radius:50px;
padding-top:15px;
padding-bottom:15px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control:not(.form-control--loading) .form-control__button:hover{
background: #0C3734!important;
color:white!important;
}
.gwt-Image{
width:100% !important;
}
.ecsp-productBrowser-price{
color:black !important;
}
.ecwid-btn{
background: #ECFAF9!important;
color:black !important;
border-radius:100px !important;
}
.ecwid-btn:hover{
background: #0C3734!important;
color:white !important;
}
html#ecwid_html body#ecwid_body .ecsp .ecwid-btn--primary{
padding: 8px 5px !important;
min-width: 132px !important;
font-size:16px !important;
}
html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2{
min-width: 150px !important;
min-height: 357px !important;
}
.ecsp-title{
font-size:17px !important;
font-weight:bold !important;
min-height:50px;
}
}
@media (max-width:800px){
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products[data-cols="2"] .grid-product:nth-child(n+1){
width:25% !important;}
.ecsp-title{
font-size:13px !important;
}
}
/*padding selectivo para los responsive*/
@media (max-width:1350px){
.paddingselectivo{
padding-left: 50px;
padding-right: 50px}}
@media (max-width:800px){
.paddingselectivo{
padding-left: 10px;
padding-right: 10px}}



Comments