.image-text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

/* .logo .col-md-6 {
    display: flex;
} */

.logo .case27-primary-text {
    width: 250px;
}

.logo .profile-name  {
    margin-left: -70px;
}

.call .lmb-calltoaction {
    position: absolute;
    top: 27px;
    width: 233px;
    left: -135px;
}

.call .lmb-calltoaction a {
    border-radius: 50px;
    background: #239da9;
}
.call .lmb-calltoaction a:hover {
    border-radius: 50px;
    background: #239da9;
}

#custom-social {
    margin-right: 35%;
}

#custom-social ul li a {
    padding: 15px;
    background: #eee;
    margin: 3px;
    border-radius: 100px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom-social li a:hover i {
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

#custom-social li a:after {
    width: unset !important;
}

#custom-social li a i {
margin-left: 0 !important;
}

.quick-listing-actions li a {
    flex-direction: column;
    border: 0  !important;
}

.quick-listing-actions li a i{
   margin-bottom: 10px ;
}

#more_details .element {
    padding: 0 !important;
}

#more_details .element .pf-body ul {
    display: flex;
    justify-content: space-around;
}

#more_details .element .pf-body ul li {
    margin: 0 !important;
}

.map-block-address {
    justify-content: space-between;
}

.location-address {
    display: flex;
}

.location-address a {
    background-color: #239da9 !important;
}

.block-type-social_networks .social-nav {
    justify-content: space-around;
    margin-top: 10px;
}

.block-type-social_networks .social-nav li {
    width: 20% !important;
}

.block-type-social_networks .social-nav li a {
    flex-direction: column !important;
}

.block-type-social_networks .social-nav li a i {
    margin-bottom: 10px;
}

.wpcf7 input {
    text-align: right;
}

.wpcf7 textarea {
    height: 130px;
}

.wpcf7-submit {
    font-weight: 600 !important;
    float: left;
    border-radius: 100px !important;
    color: blue !important;
    font-size: 20px !important;
    padding: 11px 35px 11px 35px !important;
}

#custom-soc-mobile {
    display: none;
}

@media only screen and (max-width: 700px) {
    .w30 {
        display: none;
    }
    #single-img {
        width: 100% !important;
        height: 210px;
    }

    .call {
        display: none;
    }
    .image-text {
        margin-bottom: 20px !important;
        justify-content: center !important;
    }

    #custom-soc-mobile {
        display: block;
    }

    #custom-soc-mobile ul {
        display: flex;
        justify-content: space-evenly;
        width: 65%;
        height: 160px;
        flex-wrap: wrap;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    #custom-soc-mobile ul li a {
        padding: 30px;
        background: #eee;
        margin: 3px;
        border-radius: 100px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #custom-soc-mobile li a:hover i {
        height: 40px;
        min-width: 40px;
        max-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
    }

    #custom-soc-mobile li a:after {
        width: unset !important;
    }

    #custom-soc-mobile li a i {
    margin-left: 0 !important;
    }
    .mmb {
        background: aqua;
        width: 70%;
        margin: auto;
        margin-bottom: 30px;
        border-radius: 50px;
        padding: 10px;
        display: flex;
    }
  }

.item.photoswipe-item{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mail-input{
    display: flex;
    width: 50%;
    padding: 10px 0;
    align-items: flex-end;
}

.mail-input input, button{
    margin: 0 5px;
}

.mail-input button{
    height: 25px;
    border: 1px solid #000;
    background: none;
    padding: 0 10px;
}

.cupons-content{
    width: 80%;
    margin: auto;
}

.cupons-content .category-cupons{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cupons-content .category-cupons .pf-body{
    width: 30%;
}

.cupon-img{
    width: 308px;
    height: 180px;
}

.cupon-img .cupon-image{
    /* width: 100% !important; */
    width: 308px;
    height: 180px;
}

.cupon-img p.name{
    /* position: absolute;
    top: 47%;
    right: 28%;
    font-size: 220%; */
    position: absolute;
    top: 169px;
    right: 100px;
}

.cupon-img p.type{
    /* position: absolute;
    top: 59%;
    right: 25%;
    font-size: 450%; */
    position: absolute;
    top: 200px;
    right: 95px;
    font-size: 25px;
}

.cupon-img .product-image{
    /* position: absolute;
    width: 30%;
    height: 41%;
    right: 61%;
    top: 42%;
    border-radius: 15%; */
    position: absolute;
    width: 103px;
    height: 107px;
    right: 222px;
    top: 163px;
    border-radius: 21px;
}

.cupon-img p.validity{
    /* position: absolute;
    top: 68%;
    right: 25%;
    font-size: 115%; */
    position: absolute;
    top: 225px;
    right: 97px;
    font-size: 9px;
}

.cupon-img p.shop-name{
    /* position: absolute;
    top: 82%;
    right: 30%; */
    position: absolute;
    top: 263px;
    right: 110px;
    font-size: 10px;
}

.cupon-img img.logo-image{
    /* position: absolute;
    border-radius: 50%;
    width: 13%;
    right: 7%;
    height: 16.6%;
    top: 23%; */
    position: absolute;
    border-radius: 50%;
    width: 44px;
    right: 39px;
    height: 44px;
    top: 113px;
}

.cupon-img p.address{    
    /* right: 26%;
    position: absolute;
    top: 86%; */
    right: 99px;
    position: absolute;
    top: 272px;
    font-size: 9px;
}

.cupon-img p.phone{
    /* position: absolute;
    right: 65%;
    top: 83%; */
    position: absolute;
    right: 236px;
    top: 263px;
    font-size: 9px;
}

.elementor-5565 .elementor-element.elementor-element-80c4100 .elementor-field-group > a{
    font-size: 18px;
}

.days .nav-tabs>li{
    position: relative;
    right: 14%;
}

.days .nav-tabs>li:last-child{
    position: relative;
    right: -86%;
}

/* cupon-page */
.top-bunner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: flex;
}
.top-bunner .top-bunner-ttl{
    max-width: 542px;
    background-color: #106BB4;
    margin: auto;
    text-align: center;
    padding: 20px 80px 40px 80px;
    height: 145px;
}

.top-bunner .top-bunner-ttl h2{
    color: #FFFFFF;
    font-size: 55px;
    font-weight: 700;
    margin: 0;
}
.top-bunner .top-bunner-ttl .breadcrumbs{
    margin: 0 0 20px 0;
}
.top-bunner .top-bunner-ttl .breadcrumbs a{
    color: #FFFFFF;
}
  
.top-bunner .top-bunner-ttl .breadcrumbs a:last-child{
    font-weight: 600;
}
  
.top-bunner .top-bunner-ttl .new-cupon{
    background: #22EEFF;
    border: 0;
    display: flex;
    margin: auto;
    border-radius: 115px;
    font-weight: 700;
    font-size: 18px;
    color: #106BB4;
    position: relative;
    width: 176px;
    height: 37px;
    justify-content: center;
    align-items: center;
}

.reshut-harabim .bunner .top-bunner-ttl .breadcrumbs a{
    color: #FFFFFF;
  }
  
.top-bunner .top-bunner-ttl .breadcrumbs a:last-child{
    font-weight: 600;
}

.main-cupons{
    background-color: #FFFFFF;
}

.main-cupons .cupons{
    width: 75%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-cupons .single-cupon{
    width: 262px;
    height: 480px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 22px;
    background: #D9D9D9;    
    padding: 25px;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.main-cupons .single-cupon .logo{
    background: #FFFFFF;
    width: 130px;
    height: 57px;
    border-radius: 75px;
    margin: auto;
    display: flex;
}

.main-cupons .single-cupon .logo img{
    height: 55px;
    max-width: 100%;
    margin: auto;
}

.main-cupons .single-cupon .shop_url{
    margin: 0 auto;
    color: #FF5175;
}

.main-cupons .single-cupon .discount{
    background: #CEE213;
    min-width: 120px;
    width: max-content;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    height: 50px;
    margin: auto;
    border-radius: 5px;
    color: #0158A7;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
}

.main-cupons .single-cupon .type-discount{
    color: #0158A7;
    font-size: 22px;
    text-align: center;
}

.main-cupons .single-cupon .text{
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 20.8px;
}

.main-cupons .single-cupon .validity{
    color: #FF5175;
    font-size: 16px;
    text-align: center;
    line-height: 20.8px;
}

.main-cupons .single-cupon .cupon-img{
    width: 180px;
    height: 110px;
    border-radius: 10px;
    margin: auto;
}

.main-cupons .single-cupon .bottom{
    padding: 25px 0 0 0;
    border-top: 5px dashed #CEE213
}

.main-cupons .single-cupon .bottom a{
    background: #22EEFF;
    width: 164px;
    height: 32px;
    padding: 10px 15px 10px 15px;
    border-radius: 100px;
    color: #014C8F;
    display: flex;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.main-cupons .single-cupon .layout.right{
    width: 46px;
    height: 46px;
    top: 297px;
    left: 25px;
    position: relative;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.main-cupons .single-cupon .layout.left{
    width: 46px;
    height: 46px;
    top: 250px;
    left: -240px;
    position: relative;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.newslater-form{
    display: flex;
    flex-wrap: wrap;
}

.newslater-form h3{
    width: 100%;
    color: #CEE213;
}

.newslater-form p{
    width: 100%;
}

.newslater-form p span{
    width: 55%;
    display: inline-block;
}

.newslater-form p span input[type="email"]{
    background-color: #034e8d;
    border-radius: 25px;
    color: #fff;
    height: 40px;
    padding: 10px;
    border: none;
}

.newslater-form p input[type="submit"], .newslater-form p input[type="submit"]:hover{
    background-color: #22EEFF;
    color: #0158A7;

}

.footer-navigation ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 170px;
}

.footer-navigation ul li{
    margin: 10px 0 10px 10px;
}

.footer-navigation ul li a{
    color: #fff;
    font-family: "Assistant", Sans-serif;
    font-size: 20px;
}

.elementor-element-8781600 .elementor-form-fields-wrapper{
    width: 300px !important;
    display: flex !important;
}

.elementor-element-8781600 .elementor-form-fields-wrapper .elementor-field-type-email{
    width: 50% !important;
}

.elementor-element-8781600 .elementor-form-fields-wrapper .elementor-field-group{
    width: 50% !important;
}

.sub_cat_slider{
    width: 95%;
    margin: auto;
}

.sub_cat_slider .single-sub a:first-child{
    height: 115px;
    width: 115px;
    margin: 0 35px;
    border-radius: 50%;
    border: 2px solid #0158A7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inherit;
}

.sub_cat_slider .single-sub a:last-child{
    margin: auto;
    color: #0158A7;
    font-size: 20px;
    font-weight: 700;
    font-family: "Assistant", Sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sub_cat_slider .slick-arrow{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #0158A7;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    border: none;
    position: relative;
}

.sub_cat_slider .slick-arrow.slick-prev{
    right: 100%;
    top: 75px;
}

.sub_cat_slider .slick-arrow.slick-next{
    right: -3.5%;
    top: -125px;
}

@media screen and (max-width: 800px){
    .cupon-img img.logo-image{
        right: 34px;
        top: 108px;
    }
    .cupon-img p.name{
        top: 165px;
    }
    .cupon-img p.validity{
        top: 219px;
    }
    .cupon-img p.address{
        top: 267px;
    }
    .cupon-img p.shop-name{
        top: 257px;
    }
    .cupon-img .product-image{
        right: 216px;
        top: 158px;
    }
    .cupon-img p.phone{
        top: 259px;
    }
}