:root {
--rz-background-color-primary: #FF6F61;
--rz-background-color-gray: #f5f5f5;
}
.razzi-free-shipping-bar {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.razzi-free-shipping-bar__message {
width: 100%;
margin-bottom: 10px;
}
.razzi-free-shipping-bar__message strong {
color: #111;
}
.razzi-free-shipping-bar__progress {
width: calc(100% - 60px);
background-color: var(--rz-background-color-gray);
display: flex;
height: 7px;
}
.razzi-free-shipping-bar__progress-bar {
background-color: var(--rz-background-color-primary);
background-image: linear-gradient(135deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, transparent 75%, transparent);
background-size: 15px 15px;
height: 100%;
position: relative;
}
.razzi-free-shipping-bar__percent-value {
font-size: 13px;
font-weight: 500;
width: 50px;
text-align: right;
margin-top: -5px;
}
.rtl .razzi-free-shipping-bar__percent-value {
text-align: left;
}
.woocommerce-cart .razzi-free-shipping-bar,
.woocommerce-checkout .razzi-free-shipping-bar {
border-bottom: 1px solid var(--rz-border-color-light);
padding-bottom: 25px;
}
.woocommerce-checkout .razzi-free-shipping-bar {
margin-bottom: 25px;
padding-bottom: 20px;
}
.single-product .razzi-free-shipping-bar {
border-bottom: 1px solid var(--rz-border-color-light);
padding-bottom: 15px;
margin-bottom: 5px;
}
.single-product  .product-type-variable .razzi-free-shipping-bar {
margin-bottom: 20px;
}
.cart-modal .razzi-free-shipping-bar,
.rz-popup-add-to-cart .razzi-free-shipping-bar {
padding-top: 30px;
padding-bottom: 10px;
margin-bottom: -15px;
border-bottom: 1px solid var(--rz-border-color-light);
}
.rz-popup-add-to-cart .razzi-free-shipping-bar  {
padding-top: 20px;
}.live-sales-notification {
position: fixed;
left: 20px;
bottom: 20px;
z-index: 100000;
overflow: hidden;
background-color: #fff;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
display: flex;
justify-content: space-between;
max-width: 500px;
}
.live-sales-notification__close {
display: inline-flex;
padding: 10px 10px 0 10px;
cursor: pointer;
}
.live-sales-notification__content {
display: flex;
align-items: center;
}
.live-sales-notification__summary {
padding: 10px;
font-size: 14px;
}
.live-sales-notification__thumbnail {
max-width: 80px;
}
.live-sales-notification__thumbnail img {
display: block;
}
.sales-booter-popup__product {
font-weight: 500;
position: relative;
}
a.sales-booter-popup__product::after {
display: inline-block;
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 1px;
transition: .3s;
background-color: #111111;
}
a.sales-booter-popup__product:hover::after {
left: 0;
right: auto;
width: 100%;
}
.live-sales-notification__bottom {
font-size: 13px;
margin: 6px 0;
}
.live-sales-notification__link{
display: inline-block;
font-weight: 500;
position: relative;
}
.live-sales-notification__icon {
display: inline-block;
line-height: 1;
font-size: 14px;
}
.live-sales-notification__icon svg {
vertical-align: -0.125em;
width: 1em;
height: 1em;
display: inline-block;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animate__fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.animate__fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@media ( max-width: 1200px ) {
.live-sales-notification {
max-width: 50%;
}
}
@media ( max-width: 991px ) {
.live-sales-notification {
max-width: 60%;
}
}
@media ( max-width: 768px ) {
.live-sales-notification {
bottom: 0;
left: 0;
max-width: 100%;
border-radius: 0;
padding-left: 10px;
}
}