.country-flag {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 3px #fff solid;
    position: absolute;
    right: 1rem;
    bottom: 2.5rem;
    background-position: center;
    background-size: cover;
}

b,
strong {
    font-weight: bold;
}

.editor-img img,
.editor-img figure {
    width: 100% !important;
}

.border-radius-15 {
    border-radius: 15px;
}

.wp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wp-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.wp-button i:hover {
    color: #fff !important;
}

.not-selectable {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version */
}

.section-ty {
    background-color: #fff;
    margin-top: 3rem;
    padding: 1rem 1rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    width: 80%;
}

.section-ty-20 {
    background-color: #fff;
    padding: 1rem 1rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    position: relative;
}

.google-maps {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.google-maps iframe {
    width: 100%;
    max-height: 300px;
}

.header-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.text-color-light p {
    color: #fff;
}

.text-dark p {
    color: #000 !important;
}


/* Custom v2 */

.header-logo img {
    width: 200px;
}

.header-glass {
    width: 100%;
    background-color: rgba(0, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
}

.color-ty {
    font-size: 150px;
    user-select: none;
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    background: linear-gradient( to right, rgba(8, 25, 132, 0.9), rgba(0, 170, 89, 0.9), rgba(8, 25, 132, 0.9), rgba(0, 170, 89, 0.9) 100%);
}

.tester-glass {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
    /* backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px); */
    border-radius: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1.5rem;
    z-index: 1;
    margin-bottom: 0 !important;
    transform: perspective(75em) rotateX(35deg);
    background: rgba(0, 0, 0, 0.5);
    transition: linear all 1s;
}

.products-stripe-info {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 255, 0.3);
    width: 100%;
    height: 5rem;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-colors-glass {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 1s;
}

.blur-3px {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.product-card-mk {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 1rem;
    /* padding-bottom: 1rem; */
    border-radius: 15px;
    transition: 1s;
}

.product-card-mk:hover {
    transform: scale(105%);
}

.pc-overlay-bottom {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.7));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.pc-body {
    z-index: 1;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 255, .5);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pc-line {
    height: 1.5rem;
    width: .25rem;
}

@media screen and (max-width: 576.98px) {
    .header-logo img {
        width: 150px;
    }
    .video .text-12 {
        font-size: 2.5em;
    }
    .color-ty {
        font-size: 85px;
    }
    #photographyLightbox .mfp-close {
        top: 3rem;
    }
}