:root{
    --theme: #2490fd;
}
.recent-thumb{

    position: absolute;
    left: 0px;
    top: 6px;
    width: 70px;
    height: 70px;
    border-radius: 5px;

}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.recent-thumb img{
width:100%;
    object-fit: cover;
    aspect-ratio: 1/1;
border-radius:15px;
}

.h3-decorator{
        position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, var(--theme) 4.85%, rgba(84, 62, 232, 0) 96.39%);
    border-bottom: 2px solid transparent;
    border-image-slice: 2;
    display: inline-block;
    font-size: 22px;
}
.recent-items{
  
    position: relative;
    padding-left: 90px;
    padding-bottom: 27px;
    margin-bottom: 24px;
    min-height: 107px;


}
.custom-finally-card{
 
 border:none;
 border-top: 3px solid #30dd2d;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 40px;
    margin-bottom: 40px;
}

.page-nav-wrap ul li a.current {
  background-color: #2490fd;
  color: white;
}

.hero-2 .hero-content h1{
    text-transform:unset;
}
.tarczy-img{
        border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 11px 0px;
}
.hero-2 .bg-shape1{
    top:25%;
}
.hero-2 .hero-content h1{
    color:white;
}
.hero-2 .hero-content p{
    color:white;
}
.custom-hero-bg{
    background-position:50% 60%;
}
.hero-2 .hero-content .form-clt .theme-btn.style-2{
    background-color:#2490fd;
}
.hero-2 .hero-content .form-clt .theme-btn.style-2:hover{
    color:rgba(255,255,255,0.8);
}
.theme-btn:before{
    background-color:#2490fd;
}
.theme-btn:hover::before{
    color:rgba(255,255,255,0.8);
}
.header-top-wrapper .contact-list li i{
    color:#2490fd;
}
.header-1 .header-main .header-right .menu-cart .cart-icon::before{
    background-color:#2490fd;
}
.header-1 .header-main .header-right .menu-cart .cart-box .cart-button .theme-btn::before{
    background-color:#2490fd;
    color:rgba(255,255,255,0.8);
}
.hero-2 .hero-content p{
    position:relative;
    z-index:3;
}
.custom-img-properties{
    box-shadow:11px 19px 15px 0px rgba(0,0,0,0.1);
    border-radius:30px;
}
.header-main .main-menu ul li a:hover{
    color:#2490fd!important;
}
.sticky.header-1 .header-main .main-menu ul li a:hover{
    color:#2490fd!important;
}
section {
  scroll-margin-top: 80px; /* a sticky menü magassága */
}
.header-main .main-menu ul li a.active{
    color:#2490fd!important;
}
.text-justify{
    text-align:justify;
}
.news-card-items{
    position:relative;
}
.header-1 .header-main .header-right .menu-cart .cart-icon::before{
    content:attr(data-count)!important;
    right:-21px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i{
    color:white;
}
.shop-default-wrapper .woocommerce-notices-wrapper .form-clt .nice-select .list{
    width:auto;
    min-width:220px;
}
.shop-details-wrapper .shop-details-content .category-box .category-list{
    grid-template-columns:repeat(2, 1fr);
}
.footer-widget-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn{
    width:116px;
}
.cart-item-qty{
        display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}
.cart-item-qty-btn{
    padding: 2px 7px;
}
.checkout-shadow{
    box-shadow:0px 24px 26px -12px rgba(0,0,0,0.2);
}