/* header search css */
.ems-search-form{
    width: 100% !important;
    background-color: #6E6E6E !important;
    border-radius: 0px !important;
    outline: none !important;
    border-style: none !important;
    padding-left: 50px !important;
    color: #FCD703 !important;
    height: 45px !important;
}
.ems-search-form::placeholder{
    color: #dddddd !important;
   
} 
.ems-header-search-container:before {
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url(/wp-content/plugins/ems-widgets/assets/images/search.svg) center center no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    pointer-events: auto;
}
span.ems-hs-close {
    content: "+";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
    pointer-events: auto;
    font-size: 30px;
    color: #d1d1d1;
    transform: rotate(45deg);
    display: none;
}
input.ems-search-form {
    width: 100% !important;
    float: right !important;
}
.datafetch {
    background: #f4f5fb;
    display: flex;
    position: absolute;
    right: 0px;
    top: 46px;
    z-index: 99;
    width: 100%;
}
.ems-product-content {
    display: flex;
    width: 100%;
    padding: 5px 20px;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 700;
}
.ems-product-wrap-left img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.ems-product-wrap {
    width: 100%;
}
.ems-product-content .ems-product-price {
    opacity: .7;
}
.ems-hs-viewmore {
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}
.ems-product-wrap-left {
    margin-right: 5px;
}

/* end of header search  */

/* top banner css */
.ems-home-top-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}    
.ems-top-bannerbutton {
    position: absolute;
    bottom: 11px;
    right: 0px;
    width: 120px;
    height: 70px;
}

/* end of top banner css */

/* what we like css */
.swiper-slide {
    border: solid 1px lightgray;
    min-height: 280px;
    height: auto;
    background-color: white;
}
.swiper.wwl {
    overflow: hidden;
    /* padding: 0; */
    padding: 8px !important;
    margin: -8px !important;
}


/* swiper arrows */
.swiper-button-prev,.ems-prev {
    position: absolute !important;
    bottom: 320px !important;
    left: -20px !important;
    width: 50px !important;
    height: 50px !important;
    background: transparent url(/wp-content/uploads/2023/05/left-arrow.png) center center no-repeat !important;
    background-size: contain !important;
    margin-right: 20px !important;
    z-index: 6 !important;
}
.swiper-button-next,.ems-next {
    position: absolute !important;
    bottom: 320px !important;
    right: -20px !important;
    width: 50px !important;
    height: 50px !important;
    background: transparent url(/wp-content/uploads/2023/05/left-arrow.png) center center no-repeat !important;
    background-size: contain !important;
    margin-left: 20px !important;
    transform: scaleX(-1);
    z-index: 6 !important;
}
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next:after {
    display: none;
}
.label-promo {
    position: absolute;
    height: 45px;
    width: 90px;
    top: 5px;
    right: -5px;
    padding-left: 25px;
    padding-top: 5px;
    font: 600 14px "Arial";
    background: transparent url(/wp-content/plugins/ems-widgets/assets/images/red-label-cat-svg.png) top right no-repeat;
    background-size: contain;
    color: white;
}
.ems-prod-image {
    position: relative;
    background: white;
}
.ems-prod-image img {
    height: 290px;
    width: 100%;
    object-fit: contain;
}
.label-new {
    position: absolute;
    width: 90px;
    height: 45px;
    left: -5px;
    bottom: 0;
    padding-left: 20px;
    color: black;
    padding-top: 17px;
    text-transform: uppercase;
    font: 600 12px "Arial";
    background: transparent url(/wp-content/plugins/ems-widgets/assets/images/yellow-label-cat-svg.png) bottom left no-repeat;
    background-size: contain;
    text-align: left;
}
.swiper {
    padding: 10px;
}
.ems-title-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    min-height: 180px;
    height: auto;
    padding: 10px;
    padding-left: 14px;
}
.ems-prod-title {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 19px;
    width: 100%;
    letter-spacing: 0.33px;
    text-align: left;
}
.ems-prod-price {
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    margin-right: auto;
    margin-left: 0;
    margin-top: auto;
    height: 23px;
    color: #2f2f2f;
}
.red-button-base {
    margin-bottom: 0px;
    margin-top: auto;
    border-bottom: 2px solid #fcd703;
    width: 35%;
    height: 33px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    align-items: center;
    display: flex;
    opacity: 0;
    color: black;
}
.swiper-slide:hover .red-button-base {
    opacity: 1;
}

/* end of swiper css */


/* fun cats css */
.pf-outer-wrapper{
    /* background-color: #2f2f2f;     */
    position: relative;
    }    
    .ems-ff a:hover {
        border-color: white;
    }
    .pf-title-row h2 {
        /* color: #fcd703; */
        text-align: center;
        margin: 0;
    }
    
    .pf-title-row {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 4rem;
    }
    .bars {
        width: 10%;
        background: #fcd703;
        height: 40px;
        position: relative;
    }
    .bars.bright:after {
        content: "";
        width: 288px;
        height: 40px;
        float: right;
        transform: skewX(30deg);
        background: #fcd703;
        top: 0;
        z-index: 1;
        right: 12px;
        position: absolute;
    }
    .bars.bleft:before {
        content: "";
        width: 288px;
        height: 40px;
        float: right;
        transform: skewX(30deg);
        background: #fcd703;
        top: 0;
        z-index: 1;
        left: 12px;
        position: absolute;
    }
    .iconbox {
        display: flex;
        flex-direction: column;
        /* width: 155px; */
        /* height: 170px; */
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-size: 18px;
        transition: all .2s ease-in-out;
        padding-bottom: 4rem;
        margin: 0 10px;
    }
    .iconbox span {
        margin-top: 10px;
        font-size: 16px;
    }
    .iconbox img {
        height: 65px;
        width: auto;
        object-fit: contain;
    }
    .pf-icons-row {
        display: flex;
        width: 80%;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-top: 4rem;
    }
    /* .pf-icons-row span{
        width: 75%;
        margin-top: 10px;
    } */
    .pf-under-title {
        margin: 0 auto;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    /* end */

    /* blog section css */
    .blog-wrapper-main {
        height: 600px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover !important;
        z-index: 9;
        background-blend-mode: overlay;
        background: rgb(0 0 0 / 50%);
        padding-left: 40px;
        padding-right: 40px;
        }
        .main-blog-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 560px;
        justify-content: space-between;
        }
        .main-blog-inner h3 {
        font-size: 44px;
        font-weight: 900;
        border-bottom: 4px solid #fcd430;
        width: 123px;
        max-height: 63px;
        margin-top: 40px;
        text-transform: uppercase !important;
        }
        .main-blog-inner h3 a{
        color: white !important;
        }
        .ems-cat-and-label {
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        color: white;
        background-color: #2F2F2F;
        padding: 4px;
        margin-top: 7px;
        margin-right: 7px;
        flex-grow: 0;
        margin-left: 20px;
        width: fit-content;
        }
        .ems-meta-row .ems-cat-and-label {
  margin: 0;
}
        .ems-meta-title {
        display: inline-block;
        font-size: 67px;
        line-height: 68px;
        color: white;
        letter-spacing: 1.1px;
        font-weight: 600;
        font-family: "Bitter";
        padding-bottom: 17px;
        flex-grow: 0;
        }
        .ems-meta-readmore a {
        height: 40px;
        background-color: #fcd430;
        text-align: center;
        width: 120px;
        color: #2F2F2F;
        padding-top: 7px;
        display: block;
        font-weight: 600;
        }
        .ems-meta-row {
        margin-top: auto;
        justify-content: flex-start;
        }
        .ems-blog-under-main {
         display: flex;
         justify-content: space-between;
        }
        .under-main-title {
        /* height: 101px; */
        width: 100%;
        color: #2F2F2F;
        position: relative;
        bottom: 0;
        font-size: 21px;
        font-weight: 400;
        font-family: "Bitter";
        padding: 10px;
        padding-left: 20px;
        padding-top: 0;
        padding-bottom: 0;
        }
        .image-place img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        }
        .blog-under-main-wrapper {
        width: 100%;
        display: flex;
  flex-direction: column;
        }
        .under-main-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
        .ems-under-read-more a {
        /* position: absolute; */
        width: 90px;
        height: auto;
        left: 20px;
        font: 600 18px "Bitter";
        letter-spacing: 1.26px;
        text-transform: uppercase;
        text-decoration: underline;
        z-index: 10;
        bottom: -10px;
        }

        /* end ofg blog */

        /* shop info section */
        .above-footer-section{
            position: relative;
            background: transparent url(/wp-content/themes/hello-elementor/assets/images/above-footer/shop-front.jpg) center center no-repeat;
            background-size: cover;
            height: 493px;    
        }  
        .shop-info {
            width: 40%;
            /* height: 200px; */
            height: auto;
            position: absolute;
            top: 200px;
            background-color: #27282C;
            left: 0px;
            padding: 30px 20px 20px 30px;
        } 
        .shop-info-title-row h3 {
            color: #fcd730 !important;
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 900;
            letter-spacing: .025em;
            margin: 0;
        } 
        .yellow-triangle {
            align-items: center;
            justify-content: center;
            display: flex;
        }
        .yellow-triangle:before {
            width: 30px;
            height: 30px;
            border-top: 15px solid #ff6e6e00;
            border-bottom: 15px solid #7129cb00;
            border-left: 15px solid #fcd703;
            content: '';
            display: inline-block;
            position: absolute;
            left: 0px;
        }
        .shop-info-title-row {
            display: flex;
            /* margin-top: 1rem; */
            margin-bottom: 1rem;
            align-items: center;
        }
        span.shop-info-more-info {
            color: #8d8d8d;
            font-weight: 400;
            font-size: 16px;
            width: 100%;
            /* padding-left: 2rem; */
            /* margin-bottom: 1rem; */
            display: block;
        }
        span.shop-info-more-info.scnd {
            color: #f4f5fb;
        }
        .shop-info-contact {
            position: absolute;
            width: 120px;
            height: 40px;
            right: -20px;
            bottom: 38px;
            padding-left: 0px;
            padding-top: 0px;
            font: 600 14px "Arial";
            background: #fcd703;
            align-items: center;
            display: flex;
            justify-content: center;
        }
        .shop-info-contact a {
            z-index: 99;
            position: relative;
            color: black;
        }
        .shop-info-contact:after {
            content: "";
            width: 120px;
            height: 40px;
            float: right;
            transform: skewX(-30deg);
            background: #fcd703;
            top: 0;
            z-index: 1;
            right: 12px;
            position: absolute;
        }
        /* edited widgets 27.05 */
        .ems-under-icon-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 15px;
        }
        .ems-under-icon-button span {
            font-size: 11px;
            font-weight: 600;
        }
        .ems-under-icon-button a {
            background: #fcd703;
            color: black;
            width: fit-content;
            padding: 20px 30px;
            line-height: 0;
            font-size: 14px;
            margin-top: 5px;
        }
        /* contacts widget new */
        .shop-info-contact-mobile a {
            display: flex;
            flex-direction: column;
            border: 1px solid #fcd703;
            z-index: 999;
            position: absolute;
            bottom: 0;
            border-radius: 10px;
            padding: 10px;
            align-items: center;
        }
        span.ems-sic-mobile-text {
            font-size: 8px;
            text-transform: uppercase;
            font-weight: bold;
        }
        span.ems-sic-mobile-icon {
            font-size: 18px;
        }

        /* temp */
        .ems-sic-ar {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
        }
        .ems-sic-ar-left {
            width: 70%;
        }
        .ems-sic-ar-right {
            width: 30%;
            display: flex;
            justify-content: end;
        }
        .shop-info-contact-mobile2 a {
            display: flex;
            flex-direction: column;
            border: 1px solid #fcd703;
            border-radius: 10px;
            padding: 10px;
            align-items: center;
        }
        .shop-info-contact-mobile2 {
            display: none;
        }

@media(max-width:1024px){
    .pf-icons-row {
        width: 95%;
    }   
    .bars.bleft:before {
        width: 200px;
    }
    .bars.bright:after {
        width: 200px;
    }
    .pf-title-row h2 {
        margin: 0;
    }
    .pf-icons-row {
        flex-wrap: wrap;
    }
    .iconbox {
        width: 30% !important;
    }
    .ems-meta-title {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .blog-under-main-wrapper {
        /* width: 50% !important; */
        width: 100% !important;
    }
    .blog-under-main-wrapper:not(:last-child)::after {
        content: '';
        width: 100%;
        height: 2px;
        background: #d9d9d9;
        margin: 30px 0;
    }
    .ems-blog-under-main {
        flex-wrap: wrap;
    }
    .pf-icons-row.cols-4 .iconbox {
        width: 45% !important;
    }
    .shop-info {
        width: 90%;
    }
}
@media(max-width:768px){
    .bars.bleft:before {
        width: 150px;
    }
    .bars.bright:after {
        width: 150px;
    }
}
@media(max-width:600px){
    .ems-widget-title{
        margin-bottom: 10px !important;
    }
    .ems-widget-title-best{
        margin-bottom: 10px !important;
    }
    .iconbox {
        margin: 0px;
    }
    .swiper-button-prev,.ems-prev {
        left: 0px !important;
    }
    .swiper-button-next,.ems-next {
        right: 0px !important;
    }
    .bars.bleft:before {
        width: 120px;
    }
    .bars.bright:after {
        width: 120px;
    }
    .ems-meta-title {
        font-size: 26px !important;
        line-height: 35px !important;
    }
    .filter-dropdowns {
        flex-direction: column !important;
        align-items: center;
    }
    .filter-dropdowns .ems-select-sim {
        width: 70% !important;
    }
    .ems-select-sim {
        margin: 15px 0;
    }
    .filter-search-button {
        margin-top: 30px;
    }
    .iconbox span {
        hyphens: auto;
    }
    .under-main-title {
        font-size: 16px;
        hyphens: auto;
    }
    .above-footer-section {
        height: 550px;
    }
    .shop-info {
        /* height: 390px;
        top: 150px; */
        height: auto;
        top: 150px;
        padding: 30px 20px 20px 30px;
    }
}
@media(max-width:480px){
    /* new slider */
/* .swiper-slide.swiper-slide-next:before {
  background: linear-gradient(-90deg, #ffffff, #ffffff00);
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  content: '';
  top: 0;
  z-index: 99;
}
.wwl {
  overflow: visible !important;
}
.swiper-slide-prev {
  transform: scale(0.9);
} */
    .shop-info-contact-mobile2 {
        display: flex;
    }
    .shop-info-contact {
        display: none;
    }
    .bars.bleft:before {
        width: 40px;
    }
    .bars.bright:after {
        width: 40px;
    }
    .pf-title-row h2 {
        hyphens: auto;
        /* width: 30%; */
        width: 100%;
        font-size: 16px !important;
    }
    .iconbox span {
        margin-top: 10px;
        font-size: 12px;
    }
    .pf-icons-row.cols-4 .iconbox {
        width: 40% !important;
    }
    /* new slider */
    /* .wwl .swiper-slide.swiper-slide-next:before {
        background: linear-gradient(-90deg, #ffffff, #ffffff00);
        position: absolute;
        height: 100%;
        width: 50%;
        left: 0;
        content: '';
        top: 0;
        z-index: 99;
      } */
      .swiper.wwl {
        margin-right: -7vw;
    }
      .wwl {
        /* overflow: visible !important; */
      }
      .wwl .swiper-slide-prev {
        /* transform: scale(0.9); */
      }
      .swiper-button-prev.ems-prev.emswwlp.swiper-button-disabled {
        opacity: 0;
    }
}
@media(max-width:375px){
    .shop-info {
        height: 471px;
        top: 43px;
    }
    .shop-info {
        width: 90%;
    }
}