/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.zed_MT_ul{
    list-style: none;
    color: #fff;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.zed_MT_ul li{
    padding: 15px;
    /* text-align: center; */
    border-radius: 7px;
    box-shadow: 5px 4px 12px -3px rgba(0, 0, 0, 0.25);
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 30px;
    
}
.zed_MT_link{
    width: 100%;
    display: flex;
    align-items: center;
}
.zed_MT_text{
    width: 80%;
    text-align: center;
    color: #fff!important;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.zed_MT_svg{
    width: 10%;
    /* width: 32px; */
    height: 32px;
}
.zed_MT_right{
    width: 10%;
}

.logout-button-zed{
    fill: rgb(44, 158, 251);
    color: rgb(44, 158, 251);
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 3px;
    border-radius: 14px;
    padding: 10px;
    /* color:blue; */
}
.zed_video_table_container{
    display: flex;
    justify-content: center;
}
.plyr__menu__container div[role="menu"] {
background:  #000;
  }
  
#zed_logout{
    display: flex;
    justify-content: flex-end;
}
  
#zed_cart .shop_table{
    display: table !important;
}
#zed_cart .e-shop-table  {
    overflow: hidden;
    margin: 0px!important;
    padding: 0px!important;
    background-color: #F5F9FF;
    border: none;
}
#zed_cart  thead{
 
    background-color: #2C9EFB;
}

#zed_cart th{

    padding: 20px 0 !important;
}
#zed_cart tbody{
    background-color: #fff;
}
#zed_cart .product-remove{
    padding: 0px 30px;
}
#zed_cart .button{
    border-radius: 10px;
    border: 3px solid #4AED5A;
    background: linear-gradient(222deg, #04BB50 0%, #29D768 100%);
}
#zed_cart .actions{
    text-align: end!important;
    padding: 20px;
}
#zed_cart .cart {
    border-radius: 20px;
    border: #2C9EFB 3px solid;
    overflow: hidden;
    box-shadow: 9px 12px 23px -10px rgba(0, 0, 0, 0.25);
}
#zed_cart .e-cart-totals {
    border-radius: 20px;
    border: #2C9EFB 3px solid;
    overflow: hidden;
    box-shadow: 9px 12px 23px -10px rgba(0, 0, 0, 0.25);
}
#zed_cart .cart_totals  .shop_table {
    width: 80%;
    margin: auto;
}
#zed_cart .cart_totals  .shop_table {
    border: 2px solid #2C9EFB;     
    border-radius: 20px;
    overflow: hidden;
}
#zed_cart .cart_totals  .shop_table td{
    padding: 20px;
}
#zed_cart .shop_table.shop_table_responsive .tax-total td {
    border-top: 2px solid #2C9EFB; 
    border-bottom: 2px solid #2C9EFB;
}
#zed_cart .wc-proceed-to-checkout{
    width: 350px;
    margin: auto;
}
#zed_cart .woocommerce-message{
    border-radius: 20px;
    border: 5px solid #2C9EFB;
    background: #2C9EFB;
    box-shadow: 9px 12px 23px -10px rgba(0, 0, 0, 0.25);
    color: #fff;
}
#zed_cart .woocommerce-message::before{
    color: #fff;
}
#zed_cart .woocommerce-message .wc-forward{
    color: #fff !important;
}
@media (max-width: 770px) {
    #zed_cart .shop_table  thead{        
    width: 100%;
    display: flex;
    /* justify-content: center; */
    }
    #zed_cart .e-shop-table .shop_table tr{     
        width: 100%;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }
    #zed_cart .e-shop-table .shop_table th,
    #zed_cart .e-shop-table .shop_table td {
        text-align: center;
        vertical-align: middle;
    }  

      #zed_cart .e-shop-table .shop_table th.product-remove,
      #zed_cart .e-shop-table .shop_table td.product-remove {
        width: 5%;
      }
      
      #zed_cart .e-shop-table .shop_table th.product-thumbnail,
      #zed_cart .e-shop-table .shop_table td.product-thumbnail {
        width: 5%;
        text-align: center;
      }
      
      #zed_cart .e-shop-table .shop_table th.product-name,
      #zed_cart .e-shop-table .shop_table td.product-name {
        text-align: center;
        width: 45%;
      }
      #zed_cart .e-shop-table .shop_table th.product-name,
      #zed_cart .e-shop-table .shop_table th.product-price,
      #zed_cart .e-shop-table .shop_table td.product-price,
      #zed_cart .e-shop-table .shop_table th.product-quantity,
      #zed_cart .e-shop-table .shop_table td.product-quantity,
      #zed_cart .e-shop-table .shop_table th.product-subtotal,
      #zed_cart .e-shop-table .shop_table td.product-subtotal {
        text-align: center;
        width: 15%;
        padding-left: 5px;
        padding-right: 5px;
      }
      #zed_cart .woocommerce .cart td::before {
        display: none;
      }
      
}
@media (max-width: 500px) {
    #zed_cart .cart_totals  .shop_table {
        box-shadow: 9px 12px 23px -10px rgba(0, 0, 0, 0.25);
        width: 100%;
    }
    #zed_cart .e-cart-totals{
        border: none;
        background-color: #F5F9FF;;
        box-shadow: none;
    }
    #zed_cart .cart__column{
        border: none;
    }
}
.zed_cart_button .add_to_cart_button{
    border-radius: 10px !important;
border: 3px solid #4AED5A !important;
background: linear-gradient(268deg, #04BB50 10.21%, #29D768 92.17%) !important;
}
.plyr--video {
    margin-top: 15px;
    border-radius: 20px !important;    
}
.zed_video_div video{
    border-radius: 20px !important;
}
.zed_video_div .elementor-shortcode{
    border-radius: 20px !important;
}
.zed_video_div .plyr{
    border-radius: 20px !important;
}

.zed_singel_poroduct_add_cart_button{
    border-radius: 10px!important;
    border: 3px solid #4AED5A !important;
    background: linear-gradient(268deg, #04BB50 10.21%, #29D768 92.17%) !important;
    color: #fff!important;   
    font-family: Roboto!important;
    font-size: 23px!important;
    font-style: normal !important;
    font-weight: 600 !important;
}
.zed_meghosszabitas{
    font-size: 20px!important;
}
.zed_main_product_button a{
    border-radius: 10px!important;
    border: 3px solid #4AED5A !important;
    background: linear-gradient(268deg, #04BB50 10.21%, #29D768 92.17%) !important;
    color: #fff!important;   
    font-family: Roboto!important;
    font-size: 23px!important;
    font-style: normal !important;
    font-weight: 600 !important;
    padding: 15px 13px;
}
.zed_footer_nav .menu-item a{
    padding: 0px !important;
}
.product-remove a{
    width:32px!important;
    height:32px!important;
    display: block!important;
    text-indent: 1000px!important;
    overflow: hidden!important;

    background: url('images/btn.png')!important;
    background-size: cover!important;
}
.e-shop-table .shop_table .product-thumbnail{
    display: none;
}
.plyr__control{
    color: #fff!important;
    border-color: #fff !important;
}
:root {
    --plyr-color-main:rgb(32, 7, 122);


}
.elementor-shortcode .plyr__control--overlaid{
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    background: url('images/video_start3.svg')!important;
}
.elementor-shortcode .plyr__control--overlaid  svg{
    display: none;
}
.zed_price .woocommerce-Price-amount{
    color: #20077A;
    font-size: 30px;
}
.home .elementor-shortcode .plyr{
    border-radius: 16px;
}
.home .plyr__video-wrapper .plyr__poster{
    background-size: cover!important;
}
@media (max-width: 767px) {
    .elementor-shortcode .plyr__control--overlaid{
        width: 100px;
        height: 100px;
        border: none;
        background: url('images/video_start2.svg')!important;
    }
    .zed_reves .elementor-widget-wrap{
        flex-direction: column-reverse;
    }  
    .zed-multicolumn-category-widget-subcats {
        padding: 0px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .sub a{
        margin: 15px;
    }
    .has-subcat{
        margin: 0px;
    }
    .subcategory{
        margin: 15px 0px;
        padding: 10px;
    }
    .zed-multicolumn-category-widget-cat-item{
        margin-bottom: 5px;
    }
    .zed-multicolumn-category-widget-cat-item-Icon{
        margin: auto;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con,
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con .zed-main {
        padding: 0;
    }
    .elementor-widget-n-tabs .e-n-tabs-heading {
        display: block;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        width: 100%;
        margin-block-start: 0 !important;
        margin-block-end: 20px !important;
    }
    .zed-workshop-single-product-alert-container {
        flex-direction: column;
    }
    .zed-workshop-single-product-alert-container p {
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .elementor-shortcode .plyr__control--overlaid{
        width: 60px;
        height: 60px;
        border: none;
        background: url('images/video_start1.svg')!important;
    }   
    .plyr__controls__item{
        font-size:8px;
    }
    .plyr__controls__item button{
        padding:2px;
    }
    .plyr__control{
        padding:2px;
    }
    .plyr__controls{
        margin-bottom: 10px;
    }

}

.link-bemutato{
    display: inline!important;
    color: #04BB50;
}
.link-bemutato:hover b{
    display: inline!important;
    color: #04BB50;
}
.link-bemutato-zold-gomb{
    display:  inline!important;
    color: #fff;
    border-radius: 10px;
border: 3px solid #4AED5A;
background: linear-gradient(268deg, #04BB50 10.21%, #29D768 92.17%);
padding: 4px;
}
.link-bemutato-zold-gomb:hover b{
    color: #fff!important;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .zed_short_container .plyr__controls__item{
        font-size:8px;
    }
    .zed_short_container .plyr__controls__item button{
        padding:2px;
    }
    .zed_short_container .plyr__control{
        padding:2px;
    }
    .zed_short_container .plyr__controls{
        margin-bottom: 10px;
    }

}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
    .zed_sub_image_title h2{
        font-size: 27px;
    }
}
@media screen and (min-width: 1024px){
    .zed_short_container .elementor-shortcode .plyr__control--overlaid{
        width: 100px;
        height: 100px;
        border: none;
        background-size: cover!important;
        background: url('images/video_start2.svg')!important;
    }  


}
@media screen and (max-width: 1024px){
    .zed_meghosszabitas{
        font-size: 18px!important;
        text-align: center;
    }

}



/* .greenBG{
    color:#FFF;
   
    background-color: 
#04BB50;
padding: 5px 10px;
border-radius: 10px
    
}
.szeretnel_ingyenes_anyagot{
    font-size: 600;
    font-size: 64px
}
@media (max-width: 767px) {
    .elementor-hidden-mobile .logout-button-zed{
        display: none;
    }
}
@media (max-width: 1024px) {
    .szeretnel_ingyenes_anyagot{
        font-size: 600;
        font-size: 32px
    }
    
} */

/* subscription */
#zed_subscription_container .elementor-widget-container{
    display:  flex;
    justify-content:space-between;
    gap:10px;
}

.zed_sub_image_title{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;

}

.zed_subscription_item{
    overflow: hidden;
    position: relative;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 20px;
    color: #fff;
    flex: 1;
    background: #2C9EFB;
    min-width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zed_subscription_item h2{
    text-align: center;
    margin-top: 15px;
    width: 100%;
}
.zed_sub_item .e-con-inner .elementor-element{
    width: 100%;
}
.zed_subscription_img{
    margin-top: 15px;
    display: flex!important;
    justify-content: center;
    margin: auto;
}
.zed_sub_item .elementor-element{
    height: 100%;
}
.zed_sub_item .elementor-element .elementor-widget-container{
    display: flex ;

}
.zed_subscription_price {
    text-align: center;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.zed_subscription_button a{
    padding: 10px;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    background-color: #2C9EFB;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 14px 14px 14px 14px;
    text-align: center;
}
.zed_subscription_button{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.zed_ar{
    text-decoration: line-through;
}
.akcios_ar{
    font-weight: 600;
    font-size: 22px;
}
.kedvezmeny{
    font-weight: 500;
    font-size: 18px;
    color: #2C9EFB;
    background: #fff;
    padding: 4px 5px;
    transform: rotate(320deg);
   
    text-align: center;
    overflow: hidden;
    position: relative;
    left: -55px;
    top: -15px;

}
.zed_sub_changer .variations_form .woocommerce-variation-price .price{
    color: #20077A!important;
}

.zed_invitation_table{
    margin-top: 20px;
}
.zed_elofizetes_text{
    font-size: 25px;
    color: #20077A!important;
}
.zed-workshop-single-product-alert-container{
    display: flex;
    justify-content: space-between;
}
.zed-workshop-single-product-alert-container p{
    width: 50%;
}
.kedvezmeny_container{
    width: 130px;
}
/* .meghivo{
    text-align: center;
} */
.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid label{
    color: #69727d;
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap-start {
    flex: 70%;
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap-end {
    flex: 30%;
}
