/*!
Theme Name: qisnum
Theme URI: https://qisnum.microtheme.co/
Author: Micro Theme
Author URI: https://microtheme.co
Support: amitsarker89@gmail.com
Description: WordPress theme for agency, digital startup business, consulting business. Elementor page builder and bootstrap based responsive theme. Woocommerce included.
Version: 2.1
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qisnum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

#customer_login .col-1, #customer_login .col-2 {
    flex: 1;
}

button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/* keresooptimalizalas miatt */
@keyframes cookie-consent-delay {
    0%   {opacity: 0; visibility: visible;}
    90% {opacity: 0; visibility: visible;}
    100% {opacity: 1; visibility: visible;}
}

.cky-consent-container {
    opacity: 0;
    visibility: hidden;
    animation: cookie-consent-delay 1000ms ease-in-out 5s forwards;
}

img.lazy-hidden{
    opacity: 0;
  }
  
  img.lazy-loaded{
    -webkit-transition: opacity .3s linear 0.1s;
    -moz-transition: opacity .3s linear 0.1s;
    transition: opacity .3s linear 0.1s;
    opacity: 1;
  }