/* FOOTER PIZZA PIZZA STYLES FORSEND */
/* FOOTER HOME */
.site-footer {
    /* border-top: 1px solid #06038D; */
    background-color: #fcfcfc;
    color: #ffffff;
    padding: 1rem 0 0;
    box-shadow: 2px 1px 9px rgb(0 2 138 / 20%);
}

.site-footer .col-full {
    max-width: 1360px;
    padding: 0;
}

/* Logo Footer */
.footer-widgets img.so-widget-image {
    max-width: 190px!important
}

.footer-widget-1 #sow-image-2 {
    margin: 0 0 1rem;
}

/* Footer widgets */
.footer-widget-2 #siteorigin-panels-builder-4, .footer-widget-3 #siteorigin-panels-builder-2, .footer-widget-4 #siteorigin-panels-builder-3 {
    margin: 0;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 1.5rem;
}
    
.footer-widgets {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.footer-widgets.col-4 .block {
    margin: 0;
}

.site-footer .footer-widgets .widget h3.widget-title { 
    font-size: 1.5rem;
    font-weight: 400;
    color: #06038D;
    margin: .5rem 0 0;
    border-bottom: none!important;
}

.site-footer a:not(.button):not(.components-button) {
    color: #06038D;
}

.site-footer a:not(.button):not(.components-button):hover {
    color: #eb1c25;
}

.footer-widgets p, .footer-widgets a {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'AvenirNextLTPro';
    color: #06038D;
    text-decoration: none;
    margin-bottom: .5rem;
    transition: all .2s;
    width: 103%;
    
}

.footer-widgets a:hover {
    font-size: 1rem;
    font-weight: 500;
    color: #eb1c25;
}

.footer-widgets .social-network-icons .sow-features-list .sow-features-feature {
    padding: 0!important;
}

/* Social network */
.social-network-icons .sow-features-feature a{
    transition: .5s all;
    color: transparent!important;
    border-radius: 3em;
}

.social-network-icons .sow-features-feature:nth-of-type(1) a:hover {
    background: -webkit-linear-gradient(120deg, #2f55a4 0%, #3b5998 90%);
    background: linear-gradient(120deg, #6187d7 19%, #223faf 90%);
    border-radius: 3em;
    color: transparent!important;
    transform: scale(1.2);
}

.social-network-icons .sow-features-feature:nth-of-type(2) a:hover {
    background: -webkit-linear-gradient(145deg, #4f206f 19%, #e01b14 50%, #eaaa50 88%);
    background: linear-gradient(145deg, #4f206f 19%, #e01b14 50%, #eaaa50 88%);
    border-radius: 3em;
    color: transparent!important;
    transform: scale(1.2);
}

.social-network-icons .sow-features-feature:nth-of-type(3) a:hover {
    background: -webkit-linear-gradient(145deg, #040c0e 19%, #111111 88%);
    background: linear-gradient(145deg, #4d6167 19%, #000 88%);
    border-radius: 3em;
    color: transparent!important;
    transform: scale(1.2);
}

.social-network-icons .sow-features-feature:nth-of-type(4) a:hover {
    background: -webkit-linear-gradient(145deg, #1EBEA5 19%, #00E676 88%);
    background: linear-gradient(145deg, #1EBEA5 19%,#00E676 88%);
    border-radius: 3em;
    color: transparent!important;
    transform: scale(1.2);
}

.social-network-icons .sow-features-feature:nth-of-type(1) a:hover .sow-icon-fontawesome, .social-network-icons .sow-features-feature:nth-of-type(2) a:hover .sow-icon-fontawesome, .social-network-icons .sow-features-feature:nth-of-type(3) a:hover .sow-icon-fontawesome, .social-network-icons .sow-features-feature:nth-of-type(4) a:hover .sow-icon-fontawesome {
    color: #ffffff!important;
}

#siteorigin-panels-builder-3 {
    margin-bottom: 1rem;
}

.footer-credits {
    padding: .2rem;
}

.pizzapizza-credits {
    font-size: .8rem;
    padding: 1rem 0;
}

/*estilos Marcos 09-03 */
#pg-w602bbc14904c5-0 {
    text-align: center;
}

.social-network-icons .sow-features-list.sow-features-responsive {
    max-width: 160px;
}

/* PROMOTIONS */
div.promotions {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 150px;
    z-index: 100;
}

.pizza-min {
    position: fixed;
    bottom: 25px;
    left: 35px;
    max-width: 160px;
    z-index: 100;
    background: #06038d;
    color: #f9f9f9;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: .5rem;
    cursor: pointer;
    font-weight: 500;
    transition: .3s;
    font-size: .9rem;
    padding: .7rem .8rem;
    box-shadow: 2px 2px 5px rgb(6 3 141 / 50%);
}

.pizza-min:hover {
    transform: scale(1.1);
    background: #cc1818;
    box-shadow: 2px 2px 5px rgb(204 24 24 / 35%);
}

.pizza-min:hover .fa-star {
    color: #f5c10d;
}

.pizza-min p {
    color: white;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.1;
    font-weight: 400;
}

.pizza-min span.promos-title {
    font-size: .8rem;
    color: #f5c00d;
    font-weight: 500;
}

.pizza-min:hover span.promos-title {
    font-size: .8rem;
    color: #ffffff;
    font-weight: 500;
}

.equiz-pizza {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 25px;
    width: 25px;
    opacity: 1;
    transition: all .2s;
    transform: rotate(45deg);
    position: absolute;
    top: -12px;
    right: -12px;
    background: #06038d;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    padding-bottom: 3px;
}

.equiz-pizza:hover {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #eb1c25;
    transform: scale(1.1) rotate(45deg);
}

.promotions-title {
    text-align: center;
    color: #ffffff;
    margin: 0;  
}

div.promotions-message {
    background: #06038D;
    width: 220px;
    padding: 1rem 0;
    position: absolute;
    bottom: 200px;
    left: 30px;
    border-radius: .5rem;
    border: 1px solid #06038d;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.promos-activas p.promotions-active {
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    padding: 0 1rem;
    margin: 0;
    line-height: 1.2;
}

.promos-activas p.promotions-discount {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.promos-activas p.promotions-discount span {
    color: #ff222c;
    font-weight: 600;
    font-weight: 1.2rem;
}

.text-2x1, .text-hh {
    font-weight: 600;
    color: #f5c00c;
    font-size: 1.1rem;
}

.slide-in-left {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.heartbeat {
	-webkit-animation: heartbeat 2s ease-in-out infinite both;
    animation: heartbeat 2s ease-in-out infinite both;
}

/* */
.sow-icon-fontawesome.sow-fab {
    font-family: 'sow-fontawesome-brands';
    font-style: normal !important;
    font-weight: normal !important;
    transition: .2s all;
}

/* FOOTER MOBILE */
@media (max-width: 992px) {
    .storefront-handheld-footer-bar ul li>a {
        text-indent: unset;
    }

    .storefront-handheld-footer-bar .delivery-button .material-symbols-outlined, .storefront-handheld-footer-bar .material-symbols-outlined {
        font-size: 2rem;
        padding: 1rem;
        color: #06038d;
        margin: 0;
    }

    .site-footer .footer-widget-1 .sow-image-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-widget-2 #siteorigin-panels-builder-4, .footer-widget-3 #siteorigin-panels-builder-2, .footer-widget-4 #siteorigin-panels-builder-3 {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0rem;
        text-align: center;
    }

    .social-network-icons .sow-features-list.sow-features-responsive {
        display: flex;
        flex-direction: row;
    }

    .storefront-handheld-footer-bar ul li.my-account>a:before {
        color: #06048d;
    }

    /* .storefront-handheld-footer-bar ul li.address-mobile>a:before {
        content: "\f3c5";
        background: white;
        color: #06048d;
    } */

    .storefront-handheld-footer-bar ul li.address-mobile .delivery-button {
        box-shadow: none!important;
        border: none!important;
        background: #ffffff!important;
        border-radius: 0!important;
        width: 100%;    
        padding: 0;
    }

    /* .storefront-handheld-footer-bar ul li.locales-mobile>a:before {
        content: "\f54e";
        color: #06048d;
    } */

    /* .storefront-handheld-footer-bar ul li.promotion-mobile > a:before {
        content: "\f015";
        color: #06048d;
    } */

    .storefront-handheld-footer-bar ul li.cart>a::before, .storefront-handheld-footer-bar ul li.my-account>a::before {
        display: none!important;
    }

    .pizza-min {
        display: none!important;
    }

    /* .storefront-handheld-footer-bar ul li.cart>a:before {
        content: "\f07a";
        color: #06048d;
    } */

    .social-network-icons {
        display: none;
    }

    .site-footer {
        margin-bottom: 0;
    }

    .site-footer > .col-full {
        display: none;
    }

    .mobile-cart-text {
        overflow: unset;
        -webkit-appearance: none!important;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
}
  
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}