@media screen and (max-width: 600px){ .movil-margin {
margin-top: 5rem !important;
}
.woodmart-slide {
background-position: left center;
}
}
.woocommerce-info {
background-color: #1B46AA;
}
.free {
color: #459647;
}
.product-label.new {
background-color: #ea1212;
}
.awe-weather-bubble {
display: none;
}
.product-labels.label-right.labels-rectangular {
right: 0 !important;
left: unset !important;
}
.product-label.featured {
background-color: #FF8F00;
}
.product-label.out-of-stock {
font-weight: 700;
}
.posted_in, .tagged_as {
display: none !important;
}
.ywgc-predefined-amount-button.ywgc-amount-buttons.selected_button  span {
color: #fff;
}
#ywgc-manual-amount {
border: 1px solid #ea1212;
width: 25% !important;
}
.gift-cards_form > h3 {
text-transform: uppercase;
}
.ywgc-currency-symbol {
margin-left: 0;
left: -135px;
position: relative;
}
.floating_btn {
position: fixed;
bottom: 30px;
left: 30px;
width: 100px;
height: 100px;
display: flex;
flex-direction: column;
align-items:center;
justify-content:center;
z-index: 1000;
}
@keyframes pulsing {
to {
box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
}
}
.contact_icon {
background-color: #05933c;
color: #ffffff;
width: 60px;
height: 60px;
font-size:30px;
border-radius: 50px;
text-align: center;
box-shadow: 2px 2px 3px #999;
display: flex;
align-items: center;
justify-content: center;
transform: translatey(0px);
animation: pulse 1.5s infinite;
box-shadow: 0 0 0 0 #05933c;
-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
font-weight: normal;
font-family: sans-serif;
text-decoration: none !important;
transition: all 300ms ease-in-out;
}
.text_icon {
margin-top: 8px;
color: #707070;
font-size: 13px;
} input#ywgc-custom-amount {
display: inline-block !important;
width: 250px !important;
height: 50px !important;
border: 3px solid #000000 !important;
visibility: visible !important;
} .product-type-gift-card .related, 
.product-type-gift-card .upsells, 
.product-type-gift-card .product_meta {
display: none !important;
}