/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.ct-woo-card-actions .button{
    width: 90%;
    background: transparent;
}
.alignwide{
    padding: 0 10%;
}
 [data-menu]>ul>li>a{
    width: 150px;
    font-size: 24px;
 }
 [data-menu]>ul>li>a:before{
        content: "";
        background: url(images/powl.svg) bottom right no-repeat;
        width: 30px;
        height: 40px !important;
        background-size: contain;
        background-color: transparent !important;
        position: absolute !important;
        left: 120px !important;
   }
   .banner-words{
    text-align: center;
    padding-top: 50px;
    font-style:normal;
   }
   .banner-h2{
    color: #fff;
    font-family: "Belanosima", Sans-serif;
    font-size: 80px;
    line-height: 1.2em;
    text-shadow: 5px 0px 5px #DE58FD;
   }
.banner-info{
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 0px 3px #DE58FD;
    padding: 0 10px;
    font-weight: 600;
}
.go-to-next {
    height: 70px;
}
.go-to-next a{
    background: url(images/arrow.png) bottom center no-repeat;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    width: 50px;
    height: 70px;
    background-color: #e1c4ff;
    display: flex;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    margin-left: -25px;

}
.shop-button a{
    padding: 10px 20px;
    border-radius: 50px;
    margin: 30px 0;
    color: #444;
    background: #feea17;
    border: 2px solid #e1c4ff;
}
.elementor-button,.shop-button a{
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.swiper-slide a{
    display: inline-flex!important;
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    margin-top: 0px!important;
}
.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0px!important;
}
.elementor-button:after ,.shop-button a:after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.elementor-button:hover:after,.shop-button a:hover:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.h2-title{
    text-align: center;
    margin-bottom: 130px;
}
.h2-title h2:before {
    border-bottom: 1px solid;
    content: "";
    width: 100%;
    display: flex;
    margin-bottom: -25px;
    text-align: center;
}
.h2-span{
    background: #fff;
    border: 1px solid;
    padding: 20px;
}
.listitem {
    text-align: center;
}
span.uppercase {
    background: #ffec66;
    padding: 15px 70px;
    border-radius: 30px 30px 0 0;
}
.content-info {
    background: #ffec66;
    padding: 50px 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #000;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}
.shop-button.button2 a {
    background: #ffec66;
    font-size: 20px;
    border: 0;
    border-radius: 0 0 30px 30px;
    padding: 15px 70px;
}
.button3{
    margin-top: 50px;
    font-size: 24px;
}
#wps-slider-section .sp-wps-theme_three .wpsf-product .sp-wps-product-details{
    background:rgba(225, 196, 255,0.5)
}
.home-block3 .e-con:before{
    border:1px solid;
}
.product figure{
    border-style: dotted;
    border-width: 1px 1px 1px 1px;
    border-color: #c5c5c5;
}
[data-products] .product{
    border: 1px solid #e1c4ff;
    box-shadow: 3px 5px 2px #e1c4ff;
    padding: 10px;
}
[data-products=type-1] .product  h2{
    
}
[data-products=type-1] .product .ct-woo-card-actions{
    justify-content: center;
}
.product figure a:before, .product figure a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
    height: 90%;
}
.product figure a:before {
  border-bottom: 1px solid #e1c4ff;
  border-top: 1px solid #e1c4ff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1); }

.product figure a:after {
  border-left: 1px solid #e1c4ff;
  border-right: 1px solid #e1c4ff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
   }

.product figure a:hover:before, .product  a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.block2-home .elementor-widget-container{
    display: flex;
    justify-content: space-between;
}
.listitem{
    flex: 1  1 33.3%;
}
.slider-words{
    background: #ffec66;
}
.page-template-elementor_theme .ct-container-full,.single-product  .ct-container-full {
    width: 90%;
}
#footer{
    padding: 0 5%;
}
.viwcpf_checkbox_checkmark{
    background-color: #eee;
    border-radius: 5px;
}
.viwcpf_checkbox label .viwcpf_checkbox:checked~.viwcpf_checkbox_checkmark {
    background-color: #e1c4ff;
}
.viwcpf_wrap_filter-content .viwcpf_filter-title {
    color: #000;
    font-weight: 600;
    font-family: 'Belanosima';
}
.page-description p{
    text-shadow: 10px 3px 10px #e1c4ff;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
h1.page-title{
        -webkit-text-stroke: 1px #fff;
}
#wps-slider-section .sp-wps-theme_three .wpsf-product .sp-wps-product-image-area {
    height: 300px;
    display: flex;
    align-items: center;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs{
    flex-direction: row-reverse;
}

p.product.woocommerce.add_to_cart_inline {
    border: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
p.product.woocommerce.add_to_cart_inline span{
    flex: 1 1 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke: 1px #e1c4ff;
}
p.product.woocommerce.add_to_cart_inline a{
    flex: 0 0 200px;
    background: linear-gradient(87deg, #e1c4ff, #ffec66);
}
  @media (max-width: 1450px){
    .banner-h2{
        font-size: 60px;
    }
    .banner-info {font-size: 24px;}
    .ct-header-cta a span{
        display: none!important;
    }
    .content-info{
        font-size: 24px;
        font-weight: 600;
    }
    .shop-button.button2 a{
        border: 0;
        padding: 15px 18px;
        font-weight: 600;
        font-size: 14px;
    }
  }
  @media (max-width: 1250px){
        video{
            display: none!important;
        }
        .elementor-background-slideshow__slide__image{
            background-size: 100%!important;
            background-position-y: 50%;    
        }
        .elementor-flip-box__layer__overlay{
            padding-left: 10px!important;
            padding-right: 10px!important;
        }
        .elementor-flip-box__back .elementor-flip-box__layer__description{
            font-size: 14px!important;
            line-height: 20px!important;
        }

  }
@media(max-width:1000px){
        .banner-h2 {
            font-size: 40px;
        }
    .block2-home .elementor-widget-container{
        flex-wrap: wrap;
    }
    .listitem{
        flex-basis: 100%;
    }
    .listitem-two{

        margin: 80px 0;

    }

}
@media(max-width:750px){
    .elementor-element{
        width: 100%;
        padding: 0 0;
    }
    .button3{
        margin-top: 0;
    }
    .shop-button{
            font-size: 16px;
            font-weight: 700;
            text-align: center;
    }
    .slider-words{
        background: url(/wp-content/uploads/2024/07/cat-banner1-2.webp)no-repeat top center;
        background-size: 100%;
    }
   .slider-banner2,.yogurt-slider{
        display: none!important;
    }
    .h2-title h2{
        font-size:18px ;
    }
    .h2-span{
        padding: 10px;
    }
    .h2-title h2:before{
        margin-bottom: -10px;
    }
    .h2-span span{
        display: none;
    }
    .content-info{
        width: 100%;
    }
    .yogurt-info{
        padding-left: 0;
    }
    .entry-summary .entry-title {
        font-size: 16px;
        font-weight: 500;
    }
}