.cart-empty, .return-to-shop{
max-width: 1180px;
margin: 0 auto;
margin-top: 100px;
padding: 0 !important;
width: 70%;
background-color: transparent;
display: flex;
flex-direction: row;
border: 2px solid var(--rosa);
}
.return-to-shop{
width: 30rem !important;
margin: 0 auto;
margin-top: 50px;
display: flex;
border-color: var(--verde);
background-color: var(--verde);
height: 6rem;
}
.return-to-shop a{
color: #fff !important;
margin: auto !important;
font-size: 2.4rem !important; background: transparent !important;
background-color: var(--verde) !important;
width: 100%;
text-align: center;
margin-top: 0 !important;
margin-bottom: 0 !important;
line-height: 5rem;
display: flex;
}
.return-to-shop a .feather-arrow-left{
color: #fff;
margin-right: 10px;
width: 30px;
height: 30px;
margin: auto 10px auto auto;
}
.return-to-shop a span{
margin: auto auto auto 0;
}
.return-to-shop a:hover{
background-color: #fff !important;
color: var(--verde) !important;
text-decoration: none !important;
}
.return-to-shop a:hover .feather-arrow-left{
color: var(--verde) !important;
}
.cart-empty .alert_wrapper{
background-color: transparent; color: var(--rosa);
font-size: 2.4rem; padding: 0 !important;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
line-height: 2.4;
align-items: center;
}
.cart-empty .alert_wrapper::before{
content: '';
}
.cart-empty .alert_icon{margin: auto 0;width: 40px;height: 40px;font-size: 30px;line-height: 40px;background-color: var(--rosa);top: unset;position: relative;}
.cart-empty .alert_icon .icon-lamp{
color: white;
}
.cart-empty .close{
position: relative !important;
top: unset !important;
right: unset !important;
margin: auto 10px auto auto;
}
@media (max-width: 767px){
.cart-empty, .return-to-shop{
padding: 5px !important;
}
}
@media (max-width: 480px){
#Content .the_content .section_wrapper{
padding-left: 10px !important;
padding-right: 10px !important;
}
.cart-empty{
width: 100%;
}	
}
@media (max-width: 380px){
.cart-empty{
padding: 5px 2px 5px 1px !important;
}
}