/*!
Theme Name: Czencz
Theme URI: https://them.es/starter
Author: Sitestar
Author URI: https://starsagency.hu
Description: 
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: czencz
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Barlow", sans-serif !important;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.topsav{
    padding: 13px 0;
}
.is-form-style.is-form-style-3 input.is-search-input{
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #555555 !important;
    padding: 10px 35px 10px 16px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #777777;
    font-weight: 400;
    font-style: italic;
    font-family: "Barlow";
}
body .is-form-style input.is-search-submit,body .is-search-icon {
    display: inline-block !important;
    color: #666;
    background: transparent;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: 0;
    border-radius: 0;
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -74px;
    z-index: 99999999999;
    display: block;
    position: relative;
    margin-top: 1px;
}
.topsav a{
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
}
/* .topsav table{
    width: 100%;
} */
.topsav td{
    padding-left: 20px;
    /* width: 33.333%; */
}

#menu-item-146 a:before{
    content: "A";
    background-image: url("/wp-content/uploads/2024/04/Vektoros-intelligens-objektum-1.svg");
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    width: 21px;
    height: 21px;
    display: block;
}
#header a{
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
}
#menu-item-146 a{
    font-size: 0;
    color: transparent;
}
#header{
    padding: 0;
    background-image: linear-gradient(90deg, #f0f0f0 0%, #f1f1f1 21%, #ededed 45%, #ededed 72%, #ededed 100%);
    border-bottom: 5px solid #ebbc28;
}
#header a{
    padding: 16px 13px;
}
#header a:hover{
    color: black !important;
    background: #ebab13;
}
.ow-button-base a:hover,
body #wrapper .ow-button-base a:hover,
.mmform-container div.submitcontainer a.submitbutton:hover, .mmform-container button.mmform-event-button:hover{
	background-color: #ebab13 !important;
	color: black !important;
}

#menu-item-157 a{
    background: #ebbc28;
    color: black !important;
    font-weight: bold !important;
}
.navbar-nav .dropdown-menu {
  background-image: linear-gradient(90deg, #f0f0f0 0%, #f1f1f1 21%, #ededed 45%, #ededed 72%, #ededed 100%);
  width: 100%;
  border-radius: 0;
}
.entry-title{
    display: none !important;
}
body #main {
    margin-top: 0;
}
.sow-headline{
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
    text-align: center;
}

.so-widget-sow-image-default-dbf295114b96 .sow-image-container .so-widget-image {
  border-radius: 20px;
  box-shadow: 0px 0px 5px 1px #dddddd;
}

.ervek{
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    font-weight: 500;
    font-family: "Barlow";
    text-align: center;
}
.ervek .widget-title{
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-family: "Barlow";
    text-align: center;
}
.ervek .so-widget-image{
    height: 69px !important;
    width: auto !important;
}
.decoration{
    display: none !important;
}
#kikvagyunk .so-widget-sow-editor{
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    /* font-weight: 300; */
    /* font-family: "Roboto"; */
}
.footerbal{
    text-align: left;
}
.su-u-responsive-media-yes {
    padding-bottom: 16.25% !important;
}
body b, body strong {
    font-weight: 700;
}
body #wrapper .ow-button-base a {
    background-color: #ebbc28;
    border: none;
    font-size: 18px;
    letter-spacing: 0px;
    color: black !important;
    font-weight: 700;
    font-family: "Barlow";
    border-radius: 20px;
}
#kikvagyunk .widget_sow-button{
    width: auto;
    display: inline-block;
    margin-right: 20px;
}

#intezd {
    background: linear-gradient(to bottom, #ebbc28, #df9c20) !important;
}

#intezd .so-widget-sow-editor{
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
    text-align: center;
}
body #wrapper .fehergomb .ow-button-base a {
    background-color: #ffffff;
    border: none;
    font-size: 18px;
    letter-spacing: 0px;
    color: #000000 !important;
    font-weight: 700;
    font-family: "Barlow";
    border-radius: 20px;
}
body #wrapper .fehergomb .ow-button-base a:hover {
    background-color: #eeeeee !important;
}

.lsow-icon-quote{
    display: none !important;
}
body .lsow-testimonials-slider .lsow-testimonial-text{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    font-style: italic;
    font-family: "Barlow";
    text-align: center;
}
#velemenyek {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
}

#google-review {
    background-color: #ebeced;
}

#google-review-widget {
    display: flex;
    justify-content: center;
}

.footer-google-iframe {
    height: 320px;
}

#tipp{
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
    text-align: center;
}
.tippkicsi{
    font-size: 18px;
    font-weight: 400;
}
#tipp a{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
#tipp a:hover{
    color: #000 !important;
    text-decoration: underline !important;
}
body .mmform-container {
    background-color: transparent;
    filter: none;
    background-image: none;
    background-image: none;
    border: medium none;
    border-radius: 3px;
    moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-family: 'Open-Sans',sans-serif;
    /* font-size: 14px; */
    font-size: 100%;
    /* margin: 10px; */
    text-shadow: 0 1px 0 #FFFFFF;
    /* width: 669px; */
    width: 100%;
    max-width: 100%;
}
div.fieldcontainer input[type="text"], div.fieldcontainer input[type="email"], div.fieldcontainer input[type="url"], div.fieldcontainer input[type="number"], div.fieldcontainer input[type="tel"], div.fieldcontainer input[type="password"], div.fieldcontainer select, div.fieldcontainer textarea {
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
    font-size: 18px !important;
    color: #777777 !important;
    font-weight: 400 !important;
    font-family: "Barlow" !important;
    width: 100% !important;
    border-radius: 20px !important;
    padding: 14px 20px;
}
.mmform-container div.submitcontainer a.submitbutton, .mmform-container button.mmform-event-button, .mmform-container div.submitcontainer button.submitbutton{
    background-color: #000000 !important;
    border: none !important;
    font-size: 18px !important;
    letter-spacing: 0px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-family: "Barlow" !important;
    padding: 14px 30px;
    border-radius: 20px;
}
.mmform-container div.submitcontainer button.submitbutton:hover {
    background-color: #333333 !important;
}
.error-container{
    display: none;
}
#pg-76-3 > .panel-row-style {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
}
#kerdesedmerultfel{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    text-align: center;
    background-color: rgba(235, 236, 237, 0.9) !important;
    position: relative;
}
#kerdesedmerultfel a{
    font-weight: 700;
    color: #000 !important;
}
body #footer p {
    margin-top: 0;
    margin-bottom: 0;
}
body .su-gmap {
    margin: 0;
}
#copyright, #copyright a{
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],.wpcf7 input, .wpcf7 textarea{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 18px;
    color: #777777;
    font-weight: 400;
    font-family: "Barlow";
    padding: 18px 20px;
    margin-bottom: 25px;
    width: 100%;
    border-radius: 20px;
}
.wpcf7 textarea{
    height: 155px;
}
.wpcf7 .wpcf7-submit{
    background-color: #000000;
    border: none;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Barlow";
    padding: 18px 30px;
    width: auto;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}
.kosarszam {
    border-radius: 100%;
    background-color: #ebbc28;
    border: 1px solid #7b7b7b;
    font-size: 9px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
    position: relative;
    left: 20px;
    z-index: 99999999;
    top: -11px;
    margin-top: -11px;
    width: auto;
    display: inline;
    padding: 3px 7px;
    left: 30px;
}
.owl-item li{
    background-color: #ffffff;
    border: 1px solid #dddddd;

}
.woocommerce ul.products li.product a img {
    padding: 15px 15px 0 15px;
    height: 230px;
  width: 100%;
  object-fit: contain;
}
.loopbelso{
    padding: 0 20px;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0;
    width: 100%;
    background-color: #ebbc28;
    font-size: 16px;
    letter-spacing: 0px;
    color: black !important;
    font-weight: 700;
    font-family: "Barlow";
    text-align: center;
    padding: 12px 15px;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #ebab13;
    color: black !important;
}
.kosarbatext img {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    float: left;
    margin-top: -1px !important;
    margin-right: 10px !important;
}
.kosarbatext {
    width: auto;
    display: inline-block;
    height: 20px;
}

.woocommerce ul.products li.product .loopcategory{
    width: 100%;
}
.woocommerce ul.products li.product .loopcategory a{
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 400;
    font-family: "Barlow";
}
.looptitle{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
}
.woocommerce ul.products li.product .price{
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
}
.woocommerce ul.products li.product .price ins{
    font-size: 24px;
    color: #ff0000;
    font-weight: 700;
    font-family: "Barlow";
    text-decoration: none;
    padding-left: 5px;
}
.woocommerce ul.products li.product .price {
    min-height: 36px;
    display: flex;
    align-items: center;
}
body .products .owl-prev{
    background-image: url("/wp-content/uploads/2024/05/Vektoros-intelligens-objektum-masolat-2.svg");
}
body .products .owl-next{
    background-image: url("/wp-content/uploads/2024/05/Vektoros-intelligens-objektum-1.svg");
}
body .products .owl-prev, body .products .owl-next {
    width: 44px;
    height: 61px;
    font-size: 0;
    background-color: transparent;
    border: 0;
}
body .lsow-container .lsow-flex-direction-nav a.lsow-flex-prev{
    background-image: url("/wp-content/uploads/2024/05/Vektoros-intelligens-objektum-masolat-2.svg");
    left: -60px;
}
body .lsow-container .lsow-flex-direction-nav a.lsow-flex-next{
    background-image: url("/wp-content/uploads/2024/05/Vektoros-intelligens-objektum-1.svg");
    right: -60px;
}
body .lsow-container .lsow-flex-direction-nav a.lsow-flex-prev, body .lsow-container .lsow-flex-direction-nav a.lsow-flex-next {
    width: 44px;
    height: 61px;
    font-size: 0;
    background-color: transparent;
    border: 0;
}


.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title{
    display: block !important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item img {
    margin: 11px;
    width: calc(100% - 22px) !important;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image img {
    border-radius: 20px;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a {
    font-size: 21px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-family: "Barlow";
    text-align: left;
    float: left;
    width: 100%;
    min-height: 52px;
    margin: 0;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    float: left;
    text-align: left;
    width: 100%;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary::before {
    display: none !important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button)::after {
    content: '';
    display: none !important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button){
    float: right;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more {
    margin: 9px 0 0 0 !important;
    float: right;
}
#footer #pg-w687f66cc1639c-6 {
    margin-bottom: 0;
    height: 320px;
}
.footerfelso{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
}
.footerfelso .sow-headline{
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
    text-align: left !important;
    padding-top: 10px !important;
}
.footerfelso table img{
    margin: 0 14px 0 0;
}
.footerfelso table{
    width: auto !important;
    border: 0;
    margin-bottom: 10px;
}
.footeralso{
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    text-align: right;
    padding: 15px 0;
}
footer.entry-meta, .edit-link{
    display: none !important;
}
body .woocommerce .cart .button, .woocommerce .cart input.button{
    width: 263px;
    background-color: #ffe44b !important;
    border: 1px solid #dddddd;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000 !important;
    font-weight: 700;
    font-family: "Barlow";
    padding: 12px 15px;
}
.single_add_to_cart_button img{
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin-top: -4px !important;
    margin-right: 10px !important;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0;
    width: 0px;
    height: 0px;
    display: block;
    border: 0;
}
.woocommerce form:not(.woocommerce-cart-form) .quantity .qty{
    width: 0;
    text-align: center;
    border: 0;
}

.termekcim{
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
    margin-bottom: 20px;
}
.termekleiras{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    margin-bottom: 15px;
}
.termektulajdonsagok{
    background-color: #fff5b9;
    border: 1px solid #dddddd;
    padding: 23px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
    margin-bottom: 25px;
}
.tulajdonsagcim{
    padding-bottom: 17px;
}
body .woocommerce div.product form.cart .variations select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    padding: 15px 20px;
    width: 100%;
    margin: 0;
    display: block;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: middle;
}
a.reset_variations{
    display: none;
}
.termekelerhetoseg{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";

}
.termekelerhetoseg .raktaron{
    font-weight: 700;
    color: #24d349;
}
.termekelerhetoseg .nincsraktaron{
    font-weight: 700;
    color: red;
}
.reset_variations{
    display: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price ins{
    font-size: 24px;
    color: #ff0000;
    font-weight: 700;
    font-family: "Barlow";
    text-decoration: none;
}
div.product .woocommerce-variation-price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Barlow";
}
div.product .woocommerce-variation-price ins{
    font-size: 24px;
    color: #ff0000;
    font-weight: 700;
    font-family: "Barlow";
    text-decoration: none;
}

.woocommerce-variation-description{
    display: none !important;
}
.variations tr td{
    padding: 5px 0;
}
.onsale{
    display: none !important;
}
.single_add_to_cart_button{
    margin-top: 20px;
}
.woocommerce-breadcrumb{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.single #comments-title, .single .entry-content, .single .post-navigation {
    margin: 0 !important;
}
.entry-header{
    display: none !important;
}
.post-thumbnail{
    display: none !important;
}
.woocommerce-breadcrumb a:first-of-type::before{
    content: "A";
    background-image: url("/wp-content/uploads/2024/04/Vektoros-intelligens-objektum-1.svg");
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    width: 21px;
    height: 21px;
    display: block;
    float: left;
    margin-right: 7px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
}
.woocommerce-breadcrumb a:first-of-type{
    font-size: 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 20px;
}
.listaheader{
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 20px 20px 8px 20px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    border-radius: 20px;
}
.woocommerce-perpage{
    float: right;
    margin-left: 20px;
}
.listaheader select{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Barlow";
    background: #fff;
    border: 0;
}
.footerfelso td{
    min-width: 30px;
}
.ervek .panel-grid-cell{
    flex: 0 1 33.3333333333333333333%;
    width: 33.33333333333333333333% !important;
}
.ervek .panel-grid{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.navbar-toggler{
    border: 0 !important;
}
.morzsarow{
    margin-bottom: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    width: 263px;
    background-color: #ffe44b !important;
    border: 1px solid #dddddd;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000 !important;
    font-weight: 700;
    font-family: "Barlow";
    padding: 12px 15px;

}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 100px;
    min-height: 42px;
}
.container a{
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000 !important;
    font-weight: 400;
    font-family: "Barlow";
}
#post-10 .woocommerce-MyAccount-navigation{
    background-color: #ffe44b;
    padding: 15px 10px;
}
#post-10{
    margin-bottom: 20px;
}
.woocommerce-info {
    border-top-color: #ffe44b;
}
.woocommerce-info::before {
    color: #ffe44b;
}
.kapcsolatsor .su-u-responsive-media-yes {
    padding-bottom: 51.25% !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;


    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 18px;
    color: #777777;
    font-weight: 400;
    font-family: "Barlow";
    padding: 8px 10px;
    margin-bottom: 10px;
    width: 100%;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #ffe44b;
    border: 1px solid #dddddd;
    font-size: 20px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 700;
    font-family: "Barlow";
    padding: 10px 45px;
    width: auto;
    margin: 0;
    display: block;
    height: auto;
    display: block;
}
.home .morzsarow {
    margin-bottom: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
    border: 0 !important;
    box-shadow: none !important;
}
.wpcf7-acceptance input{
    margin-bottom: 0;
    margin-right: 5px;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.wpcf7-submit{
    margin-top: 20px !important;
}


@media only screen and (max-width: 1300px) {
    #velemenyek {
        background-position: center;
    }
}
@media only screen and (max-width: 1200px) {
    #header a {
        font-size: 15px;
        padding: 16px 7px;
    }

    #header #menu-item-146 a{
        font-size: 0;
    }
    .velemenyekcol2{
        position: relative;
        left: -40px;
    }
    .ervek .panel-grid-cell{
        flex: 0 1 50%;
        width: 50% !important;
    }
}
@media only screen and (max-width: 800px) {
    .velemenyekcol2{
        position: relative;
        left: 0;
    }
}
@media only screen and (min-width: 1400px) {
    #shipping-last_name{
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1000px) {
    #tipp {
        max-width: 810px;
        margin: 0 auto !important;
    }
}
.summary .price{
    display: block !important;
}
.mezomegjegyzes {
	margin-top: -20px;
	display: block;
	color: #B8B8B8;
	font-size: 15px;
}
.wpcf7-list-item input{
    float: left;
  width: auto;
}
.wpcf7-list-item{
    margin-right: 15px;
}
.wpcf7-list-item-label {
	display: inline-block;
	top: -5px;
	position: relative;
	padding-left: 5px;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-right: 0;
}
.wpcf7-not-valid-tip{
    margin-top: -20px
}
.gdprtext {
	display: contents;
	position: relative;
	top: -2px;
}
.osszegclass {
	max-width: calc(100% - 85px);
	margin-right: 10px;
}

#kerj-ingyen-visszahivast {
    background: linear-gradient(to bottom, #ebbc28, #df9c20) !important;
}

.hirlevelsor{
    background-repeat: no-repeat !important;
    background-position: center;
    background: linear-gradient(to bottom, #ebbc28, #df9c20) !important;
}
@media only screen and (max-width: 1100px) {
    .hirlevelsor{
    background-image: none !important;
}
}
@media only screen and (max-width: 450px) {
#kikvagyunk .widget_sow-button{
    width: auto;
    display: inline-block;
    margin-right: 5px;
}
}
select{
    background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size: 18px;
  color: #777777;
  font-weight: 400;
  font-family: "Barlow";
  padding: 18px 20px;
  margin-bottom: 25px;
  width: 100%;
}
a:hover,
.container a:hover{
   color : #ebab13 !important;
}
.proddesc{
    min-height: 68px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.looptitle{
    min-height: 48px;
}
.container h1 a,
.container h2 a,
.container h3 a,
.container h4 a,
.container h5 a{
  font-size: inherit !important;
}
.kategoria-banner .so-widget-image {
    border-radius: 20px;
}
.gyujtooldal .so-widget-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.gyujtooldal .so-panel{
    margin: 0 !important;
}
.gyujtooldal .textwidget a {
	background: #ebbc28;
	font-size: 16px;
	color: black !important;
	text-align: center;
	width: 100% !important;
	display: block;
	padding: 10px 5px;
	font-weight: 600;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.gyujtooldal .textwidget a:hover {
	background: #ebab13;
    color: black !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent !important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.drop-togg1 {
	white-space: nowrap;
}
.drop-togg1::after {
	border-bottom: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
}
#pl-260 .so-widget-image, #pl-261 .so-widget-image, #pl-262 .so-widget-image, #pl-263 .so-widget-image, #pl-455 .so-widget-image {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 1px #dddddd;
}
body.theme-czencz.woocommerce.woocommerce-page #wrapper {
    background-color: #f9f9f9;
}
.sow-image-grid-wrapper {
  align-items: center !important;
}
.ti-widget.ti-goog .ti-review-item .ti-inner {
    border-radius: 20px !important;
}

.logocol img {
    width: 130px;
}

.woocommerce.woocommerce-page .category-hero {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 1px #dddddd;
}

.woocommerce.woocommerce-page .category-catalog {
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px 1px #dddddd;
    margin-top: 10px;
}

@media only screen and (max-width: 576px) {
    .topkapcscol{
        margin-top: 0px !important;
    }

    .topkapcscol table {
        float: right !important;
    }

    #panel-w689c8ae44b29d-0-1-1, #panel-w689c8ae44b29d-0-1-2 {
    display: block !important;
    margin-bottom: 10px !important;
}

#panel-w689c8ae44b29d-0-1-1 a, #panel-w689c8ae44b29d-0-1-2 a {
    width: 100% !important;
}

#pl-w689c8ae44b29d .so-panel {
  margin-bottom: 20px !important;
}
}