/*
Theme Name: Astec-Theme
Theme URI: https://f3ens.com
Author: kien-dx
Author URI: https://f3ens.com
Description: Custom for Astec-Theme
Version: 1.0
*/
@charset "UTF-8";
@import url('assets/css/style.css');

/* f3-customize for WordPress */

.btn-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.pager ul li span.page-numbers.current {
    align-items: center;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #ededed;
}

#page-contact form > .hf-fields-wrap {
    /* align-items: revert !important;
    display: revert!important; */
}

#page-contact form .hf-fields-wrap > div {
    /* align-items: center;
    display: flex; */
}

#page-contact form .hf-fields-wrap > div + div {
    margin-top: 20px;
}

#page-product .list-movie .list-movie-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
}

#page-product .list-movie .list-movie-container::after {
    content: "";
    width: calc((100% - 40px) / 3);
}

#page-product .list-movie .list-movie-container>.wp-block-lazyblock-f3-product-video-url,
#page-product .list-movie .list-movie-container>.wp-block-lazyblock-f3-product-video-create {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
}

#page-product .list-movie .list-movie-container>.wp-block-lazyblock-f3-product-video-url:has(>.d-locate-none),
#page-product .list-movie .list-movie-container>.wp-block-lazyblock-f3-product-video-create:has(>.d-locate-none) {
    display: none !important;
}

#page-product .list-movie .list-movie-container .movie-item .ttl-qr {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#page-product .list-movie .list-movie-container .movie-item .ttl-qr .qr {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

#page-product .list-movie .list-movie-container .movie-item .ttl-qr .qr-code span {
    background: #666;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    display: flex;
    font-size: 13px;
    padding: 0px 8px;
}

/* Make videos inserted via WordPress oEmbed full-width */
.wp-block-embed__wrapper,
.vimeo-create__video-container > div {
    padding: 67.78% 0 0 0;
    position: relative;
}

.vimeo-create__video-container iframe,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 373px;
}

.d-none {
    display: none !important;
}