/* Minification failed. Returning unminified contents.
(367,1): run-time error CSS1019: Unexpected token, found '}'
 */


.banner_wrap {
    position: relative;
}

    .banner_wrap:before {
        content: '';
        height: 166px;
        width: 100%;
        background: linear-gradient(180deg,rgba(0,0,0,0) 35%,#000 115%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.banner_img.mobile img {
    width: 100%;
    display: block;
}

.banner_img.mobile {
    height: 180px;
}

.shear_icon_area,
.banner_info,
.pizza_img,
.banner_btn_link {
    position: absolute;
    /*z-index: 1;*/
}
.top_10_banner_container {
    background-color: white;
    max-width:1330px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}
.banner_area .top-10-bg {
   position: relative;
    border-radius: 5px;
    border: 1px solid #cecece;
}

    .banner_area .top-10-bg .top-10-gold {
        color: #956f28;
        font-weight: 700
    }
.banner_area .top-10-bg > img {border-radius: 50%; position: absolute; top: -40px; right: 0; left: 0; border: 8px solid #fff; margin: auto; }
.banner_area .top-10-bg  > p {
    margin: 30px 0 15px;
    font-size: 1rem;
}
.heart_icon {
    position: relative;
}

.hover_heart {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

.heart_icon.active .hover_heart, .heart_icon:hover .hover_heart {
    opacity: 1;
    visibility: visible;
}

.shear_icon_area {
    width: 83px;
    height: auto;
    top: 20px;
    right: 23px;
    z-index: 2;
}

    .shear_icon_area a {
        display: block;
        text-decoration: none;
        margin: 0 5px;
    }

        .shear_icon_area a span {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            transition: all 0.5s;
        }


       

.shear_icon {
    position: relative;
    cursor: pointer;
}

.shear_social_icon_box {
    position: absolute;
    min-width: 135px;
    height: auto;
    right: 95px;
    top: 0;
    z-index: 5;
    background: #fff;
    display: none;
    border: 1px solid #d7d9dc;
    padding: 12px 5px 18px 5px
}

    .shear_social_icon_box button svg {
        height: 20px;
        fill: #1a73e8;
    }


.shear_icon_area .shear_social_icon_box_active {
    display: block;
}

.shear_social_icon_box .menu_close {
    top: 8px;
    left: 11px;
}

    .shear_social_icon_box .menu_close .fa {
        position: relative;
        bottom: 4px;
        color: #1a73e8;
        font-size: 20px;
    }

.shear_social_icon_box span {
    color: #1E1E1E;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 22px;
    display:block
}

.shear_social_icon_box ul {
    justify-content: space-between;
    padding: 0 24px;
}

    .shear_social_icon_box ul li {
        text-align: center;
        cursor: pointer;
    }

        .shear_social_icon_box ul li span {
            font-size: 12px;
            font-weight: 400;
            color: #111;
            display: block;
            text-align: center;
        }

        .shear_social_icon_box ul li.mobile-only {
            display: none;
        }

.banner_info {
    width: auto;
    height: auto;
    bottom: 5px;
    right: 215px;
}

    .banner_info h1 {
        color: #FFFFFF;
        font-size: 28px;
        font-weight: 400;
        font-family: 'OpenSansHebrewExtraBold';
        letter-spacing: 0px;
        line-height: 32px;
    }

    .banner_info p {
        color: #FFFFFF;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 20px;
    }

.pizza_img {
    bottom: 8px;
    right: 70px;
    box-shadow: rgb(0, 0 ,1) 0 0 10px 0;
    width: 118px;
    border: 2px solid #E6E6E6;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #8e8e8e;
    z-index: 0;
  
}

    .pizza_img img {
        width: 116px;
        height: 70px;
        border-radius: 15px;
        cursor: context-menu
    }

.banner_btn_link {
    height: 29px;
    width: 83px;
    background-color: #606060;
    top: 16px;
    left: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'OpenSansHebrewBold';
    letter-spacing: 0px;
    line-height: 1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

    .banner_btn_link.closed:hover {
        background-color: #EA3E3E;
    }

    .banner_btn_link.open:hover {
        background-color: #3E9815;
    }

    .shear_social_icon_box ul {
        display: inline-flex;
    }

    .shear_social_icon_box ul li {
        width:75px;
    }

@media screen and (max-width:1024px ) {
    .only_desktop_view {
        display: none !important;
    }

    .banner_img.mobile {
        width: 100%;
        height: 180px;
    }

        .banner_img.mobile img {
            height: 180px;
        }

    .banner_info {
        max-width:75%;
        right: 14px;
        bottom: 9px;
    }

        .banner_info h1 {
            font-size: 18px;
            font-family: 'OpenSansHebrewBold';
            font-weight: 400;
            line-height: 22px;
        }

        .banner_info p {
            font-size: 13px;
            line-height: 15px;
        }

    .banner_area .top-10-bg > img {
      
        top: -30px;
        border: 6px solid #fff;
        width: 60px;
    }

    .banner_area .top-10-bg > p {
        font-size: 0.875rem;
        margin: 25px 0 5px;
    }


    .pizza_img {
        /*bottom: -10px;*/
        left: 6px;
        right: inherit;
        height: 43px;
        width: 72px;
        /*padding: 5px;*/
        border:none;
        background-color: none !important;
    }
    .pizza_img img {
        width: 72px;
        height: 43px;
    }

    .banner_btn_link {
        height: 25px;
        width: 65px;
        top: 12px;
        left: 0;
        font-size: 12px;
    }

    .shear_icon_area {
        top: 10px;
        right: 10px;
    }

        .shear_icon_area a span {
            width: 28px;
            height: 28px;
            padding: 6px;
        }

            .shear_icon_area a span > img {
                width: 16px;
                height: 18px;
            }
    .shear_social_icon_box {
        right: 100px;
    }

        .shear_social_icon_box ul li.mobile-only {
            display: block;
        }
}

@media screen and (max-width:480px ) {
    .shear_social_icon_box .menu_close {
        top: initial;
    }
    .shear_social_icon_box {
        width: 178px;
        top: 100%;
        right: 0px;
        margin-top: 3px;
        padding: 4px;
    }
        .shear_social_icon_box ul {
            padding: 0 8px;
        }
    }
}

@media screen and (max-width:350px ) {
    .banner_info h1 {
        font-size: 16px;
        line-height: 20px;
    }

    .shear_social_icon_box ul {
        padding: 0 15px;
    }
}

