/*
Theme Name: Sao Kim Theme
Theme URI: https://www.saokim.com.vn/
Description: Sao Kim Theme is a child theme of Hello Elementor
Author: Sao Kim Digital
Author URI: https://www.saokim.com.vn/
Template: hello-elementor
Version: 1.0.0
Text Domain: sao-kim-theme
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
*/
.header-skoda{
	opacity: 0;
    max-height: 0px;
}
.header-skoda-effects{
    opacity: 1;
    position: fixed;
    width: 100%;
    top:0px;
    z-index: 999;
    max-height: 100%;
}
.skaddons-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
	width: 100%;
    background-color: #f5f5f5;
}
@media (max-width: 1024px) {
    .skaddons-modal {
        z-index: 9999;
    }
}
.skaddons-modal.open {
    display: block;
}
.skaddons-modal .modal-content {
    overflow: auto;
    height: 100vh;
}
.skaddons-modal .skaddons-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    cursor: pointer;
}
.skaddons-modal .skaddons-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    cursor: pointer;
}
.skaddons-modal.close-btn-outside .skaddons-modal-close {
    bottom: calc(100% + 1px);
    top: auto;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    border-left: 1px solid #ccc;
    font-size: 50px;
    color: #7C7D7E;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.show-skaddons-popup {
    overflow: hidden;
}
body.home .header-skoda {
	display: none;
}
body.home .header-skoda {
	display: none;
}
/* body.show-skaddons-popup .skaddons-modal-close {
    display: block !important;
} */
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
@media( max-width: 1024px) {
    .skaddons-modal .skaddons-modal-close {
        display: none !important;
    }
}