/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


#site-header.transparent-header{
	background: #FFF!important;
	padding-right: 12vw;
}

#site-logo {
    position: absolute;
    padding-left: 12vw;
    padding-right: 15px;
    padding-bottom: 10px;
    background: #961005;
    border-bottom-right-radius: 45px;
}

#site-logo #site-logo-inner a img {
    border-bottom-right-radius: 30px!important;
}

.button-delivery {
	background: #961005;
}

.button-delivery .text-wrap {
	color: white;
}

.button-delivery:hover {
	background: #3BA453;
}

#top-bar-content{
	float: right!important;
    margin-right: 70px!important;
}

body #top-bar-wrap{
    background: #961005;
    border-bottom: 0;
}

body #site-logo #site-logo-inner a img, body #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 230px;
    margin-top: -35px;
}

@media (max-width: 425px){
    body #site-logo #site-logo-inner a img {
        max-width: 150px;
        margin-top: 0;
    }
}

/* #site-header.medium-header .top-col {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

#site-header.medium-header .top-col.logo-col {
    width: 40%;
    text-align: left;
}

#site-header.medium-header .top-col.col-2 {
    width: 60%;
    text-align: left;
}

#site-header.medium-header .pp-list-container .pp-list-items a {
    text-align: left;
}

#site-header-inner .bottom-header-wrap.fixed-scroll {
    position: absolute;
    width: 100%;
} */

.breadcrumb-header a {
    color: #fff;
}

.breadcrumb-header a:hover {
    color: #961005;
}

.oceanwp-breadcrumb .site-breadcrumbs {
    text-align: center;
}

.jw-carousel.elementor-slick-slider .jw-carousel__item .jw-carousel__item-inner,
.jw-carousel__item .jw-banner {
    border-radius: 0px;
}

.jw-banner.jw-effect-sadie .jw-banner__title {
    opacity: 0;
}

.jw-banner.jw-effect-sadie:hover .jw-banner__title {
    opacity: 1;
}

.jw-banner.jw-effect-sadie .jw-banner__text {
    padding: 10px 20px 20px;
    background: linear-gradient(180deg, rgba(255,0,0,0), rgb(0 0 0));
    opacity: 1;
}

.jw-banner.jw-effect-sadie .jw-banner__text img {
    margin: 0 15px;
    padding-right: 15px;
 
}

.fs-btn-md {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px;
    border: none;
}

.fs-btn {
    border: none;
}

.woocommerce #order_review table.shop_table ul#shipping_method.woocommerce-shipping-methods li label {
    display: inline;
    padding-left: 10px;
    font-weight: 500;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    font-size: 14.5px;
    letter-spacing: 0.5px;
}

.wfs-food-item-summery .wfs-food-item-title {
    line-height: 10px;
}

.wfs-cart-service-settings {
    display: none;
}

.wfs-cart-purchase-actions-mobile .wfs-change-service-mobile i {
    display: none;
}

.storeclosing_show {
    background-color: var(--e-global-color-primary);
    color: #fff;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
}

span.wfs-cart-action-text {
    color: #FFF;
}

span.wfs-live-item-price {
    display: none;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


#site-header.transparent-header{
	background: #FFF!important;
	padding-right: 12vw;
}

#site-logo {
    position: absolute;
    padding-left: 12vw;
    padding-right: 15px;
    padding-bottom: 10px;
    background: #961005;
    border-bottom-right-radius: 45px;
}

#site-logo #site-logo-inner a img {
    border-bottom-right-radius: 30px!important;
}

.button-delivery {
	background: #961005;
}

.button-delivery .text-wrap {
	color: white;
}

.button-delivery:hover {
	background: #3BA453;
}

#top-bar-content{
	float: right!important;
    margin-right: 70px!important;
}

body #top-bar-wrap{
    background: #961005;
    border-bottom: 0;
}

body #site-logo #site-logo-inner a img, body #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 230px;
    margin-top: -35px;
}

@media (max-width: 425px){
    body #site-logo #site-logo-inner a img {
        max-width: 150px;
        margin-top: 0;
    }
}

/* #site-header.medium-header .top-col {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

#site-header.medium-header .top-col.logo-col {
    width: 40%;
    text-align: left;
}

#site-header.medium-header .top-col.col-2 {
    width: 60%;
    text-align: left;
}

#site-header.medium-header .pp-list-container .pp-list-items a {
    text-align: left;
}

#site-header-inner .bottom-header-wrap.fixed-scroll {
    position: absolute;
    width: 100%;
} */

.breadcrumb-header a {
    color: #fff;
}

.breadcrumb-header a:hover {
    color: var(--e-global-color-primary);
}

.oceanwp-breadcrumb .site-breadcrumbs {
    text-align: center;
}

.jw-carousel.elementor-slick-slider .jw-carousel__item .jw-carousel__item-inner,
.jw-carousel__item .jw-banner {
    border-radius: 0px;
}

.jw-banner.jw-effect-sadie .jw-banner__title {
    opacity: 0;
}

.jw-banner.jw-effect-sadie:hover .jw-banner__title {
    opacity: 1;
}

.jw-banner.jw-effect-sadie .jw-banner__text {
    padding: 10px 20px 20px;
    background: linear-gradient(180deg, rgba(255,0,0,0), rgb(0 0 0));
    opacity: 1;
}

.jw-banner.jw-effect-sadie .jw-banner__text img {
    margin: 0 15px;
    padding-right: 15px;
 
}

.fs-btn-md {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px;
    border: none;
}

.fs-btn {
    border: none;
}

.woocommerce #order_review table.shop_table ul#shipping_method.woocommerce-shipping-methods li label {
    display: inline;
    padding-left: 10px;
    font-weight: 500;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    font-size: 14.5px;
    letter-spacing: 0.5px;
}

.wfs-food-item-summery .wfs-food-item-title {
    line-height: 10px;
}

.wfs-cart-service-settings {
    display: none;
}

.wfs-cart-purchase-actions-mobile .wfs-change-service-mobile i {
    display: none;
}

.storeclosing_show {
    background-color: var(--e-global-color-primary);
    color: #fff;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
}

span.wfs-cart-action-text {
    color: #FFF;
}

span.wfs-live-item-price {
    display: none;
}

.storeclosing_bell {
	display: none;
}


/* Experiencia de Compra Nueva  */


.wfs-top-slide-nav ul.sticky {
    display: none;
}

#wfs-sticky-sidebar {
    display: none;
}

h3.wfs-category-title {
    display: none;
}

.slide-nav-wrapper {
	display: none;
}