.is-invalid {
    border: 1px solid red;
}

.bg-second {
    background: #FFC60A !important;
}

.size36 {
    font-size: 36px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.btn-signup {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 7px 10px 8px;
    font-size: 14px;
}

.test-wrapper {
    font-size: 16px;
    line-height: 150%;
}

@media (min-width:1200px) {
    .pd-info__btns .quantity__input {
        height: 35px
    }

    .pd-info__btns .quantity__btn:first-child {
        border-radius: 18px 0 0 18px
    }

    .pd-info__btns .quantity__btn:last-child {
        border-radius: 0 18px 18px 0
    }
}

.quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px
}

.quantity__btn {
    width: 35px;
    border: 1px solid #005BA2;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}

.quantity__btn::after {
    content: "\f068";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: fontawesome;
    font-size: 8px
}

.quantity__btn:first-child {
    border-radius: 14px 0 0 14px;
    border-right: 0
}

.quantity__btn:not(:first-child) {
    border-radius: 0 14px 14px 0;
    border-left: 0
}

.quantity__btn:not(:first-child)::after {
    content: "\f067"
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 28px;
    min-width: 20px;
    max-width: 44px;
    border: 1px solid #005BA2;
    border-left: 0;
    border-right: 0;
    text-align: center
}

.product-thumbnail img {
    padding: 5px;
}

.test-wrapper ul,
.dvsArticleContent ul,
.test-wrapper ol,
.dvsArticleContent ol {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.max2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max3line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max4line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max5line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*BEGIN CONTENT PAGE CSS*/
#dvsArticleContent,
.dvsArticleContent {
    font-size: 16px;
    line-height: 150%;
}

#dvsArticleContent .tplCaption,
#dvsPageContent .tplCaption,
.dvsArticleContent .tplCaption {
    background: #F1F1F1;
}

#dvsArticleContent .tplCaption p.Image,
#dvsPageContent .tplCaption p.Image,
.dvsArticleContent .tplCaption p.Image {
    padding: 3px 5px;
    font-style: italic;
    /* font-size: 90%; */
}

#dvsArticleContent figcaption,
.dvsArticleContent figcaption {
    background: #F1F1F1;
    color: #222;
    /* font-size: 90%; */
}

#dvsArticleContent p,
#dvsPageContent p,
.dvsArticleContent p {
    margin: 0px 0px 1rem;
}

#dvsArticleContent h2,
#dvsArticleContent h2,
#dvsArticleContent h3,
#dvsArticleContent h4,
#dvsArticleContent h5,
#dvsArticleContent h6 {
    margin: 1rem 0px 1rem;
    line-height: 1.5;
}

.dvsArticleContent h2,
.dvsArticleContent h2,
.dvsArticleContent h3,
.dvsArticleContent h4,
.dvsArticleContent h5,
.dvsArticleContent h6 {
    margin: 1rem 0px 1rem;
    line-height: 1.5;
}

#dvsArticleContent h2 {
    font-size: 26px;
}

#dvsArticleContent h3,
.dvsArticleContent h3 {
    font-size: 24px;
    line-height: 1.5;
}

#dvsArticleContent h3,
.dvsArticleContent h3 {
    font-size: 22px;
    line-height: 1.5;
}

#dvsArticleContent h4,
.dvsArticleContent h4 {
    font-size: 20px;
    line-height: 1.5;
}

#dvsArticleContent h5,
.dvsArticleContent h5 {
    font-size: 18px;
    line-height: 1.5;
}

#dvsArticleContent h6,
.dvsArticleContent h6 {
    font-size: 16px;
    line-height: 1.5;
}

#dvsArticleContent ul,
.dvsArticleContent ul,
#dvsArticleContent ol,
.dvsArticleContent ol {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

#dvsArticleContent ul li,
.dvsArticleContent ul li,
#dvsArticleContent ol li,
.dvsArticleContent ol li {
    line-height: 1.5;
    margin-bottom: 10px;
}

#dvsArticleContent blockquote,
.dvsArticleContent blockquote {
    position: relative;
    border-left: none;
    margin: 30px 2% 28px;
    padding: 0px 0px 0px 20px;
    line-height: 130%;
    word-wrap: break-word;
    border-left: 1px solid #0873BB;
}

#dvsArticleContent blockquote::before,
.dvsArticleContent blockquote::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #0873BB;
    left: -6px;
}

#dvsArticleContent blockquote p,
.dvsArticleContent blockquote p {
    font-family: PT Serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: -0.5px !important;
    */ color: #ec3535;
    line-height: 130%;
}

#dvsArticleSapo,
.dvsArticleSapo {
    font-weight: 500;
    text-align: justify;
}

/*--------------------------------------------- Ratings CSS ---------------------------------------------*/
/* Ratings widget */
.ratingInput {
    display: inline-block;
    border: 0;
    color: #0873BB;
}

/* Hide radio */
.ratingInput>input {
    display: none;
}

/* Order correctly by floating highest to the right */
.ratingInput>label {
    float: right;
    margin-bottom: 0px;
}

/* The star of the show */
.ratingInput>label:before {
    display: inline-block;
    font-size: 2rem;
    padding: 0.0rem 0.2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    line-height: 100%;
    /* full star */
}

/* Half star trick */
.ratingInput .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}

/* Click + hover color */
.ratingInput input:checked~label,
/* color current and previous stars on checked */
.ratingInput label:hover,
.ratingInput label:hover~label {
    color: #FFC60A;
}

/* color previous stars on hover */
/* Hover highlights */
.ratingInput input:checked+label:hover,
.ratingInput input:checked~label:hover,
/* highlight current and previous stars */
.ratingInput input:checked~label:hover~label,
/* highlight previous selected stars for new rating */
.ratingInput label:hover~input:checked~label

/* highlight previous selected stars */
    {
    color: #eccb5e;
}

.ratingInput.is-invalid {
    border: 1px solid #FF0000;
}

.show-hide-text {
    display: flex;
    flex-wrap: wrap;
}

.show-hide-text .show-more,
.show-hide-text.show-btn-more img {
    display: none;
}

.show-hide-text.show-btn-more .show-more {
    display: block;
}

.show-hide-text.show-btn-more .dvsArticleContent {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 60px;
    /*line-height: 20px;*/
}

.show-hide-text.show-btn-more .dvsArticleContent:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.customer-reviews .show-hide-text.show-btn-more .dvsArticleContent:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ddf1ff 100%);
}

@supports (-webkit-line-clamp: 3) {
    .show-hide-text .dvsArticleContent {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 100% !important;
    }

    .show-hide-text .dvsArticleContent p {
        display: -webkit-inline-box;
    }

    .policies-content .show-hide-text .dvsArticleContent,
    .highlights-list .show-hide-text .dvsArticleContent,
    .about-text .show-hide-text .dvsArticleContent {
        -webkit-line-clamp: 10;
    }
}

.show-hide-text.expand .dvsArticleContent {
    -webkit-line-clamp: initial;
}

.show-hide-text.expand .dvsArticleContent:after {
    background: none !important;
    display: none !important;
}

.show-hide-text.expand img {
    display: block;
}

.icon-flag {
    height: 14px;
    vertical-align: middle;
}

.bottom-show-more {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bottom-show-more .bgblur {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    width: 100%;
}

/*Social Contact*/
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer_menu_custom {
    position: fixed;
    bottom: 100px;
    z-index: 999;
    flex-wrap: wrap;
    right: 25px;
    width: 80px;
    background: #fff;
    padding: 5px;
    border-radius: 6px
}

.footer_menu_custom .icon-box-img {
    width: 40px !important;
    margin-bottom: 0 !important;
}

.icon-box-center .icon-box-img {
    margin: 0 auto 1em;
}

@media (max-width: 550px) {
    .icon-home .icon-inner img {
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 48em) {
    .footer_menu_custom {
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 999;
        padding: 0;
        width: 100%;
        right: unset;
    }

    .footer_menu_custom.row-solid .col:before {
        content: '';
        display: block;
    }

    .footer_menu_custom .icon-box-img {
        width: 34px !important;
    }

    .footer_menu_custom.row-solid .col-inner {
        padding: 2px 0 !important;
    }

    .footer_menu_custom p {
        margin-top: 2px;
    }

    .row-dashed .col:before,
    .row-solid .col:before {
        position: absolute;
        content: " ";
        height: 100%;
        top: 0;
        left: -1px;
        border-left: 1px dashed #ddd;
    }
}

.icon-home .icon-inner {
    background: #0083ff;
    border-radius: 100px;
    padding: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    margin-top: 2px;
    justify-content: center;
}

@media (min-width: 850px) {

    [data-show=show-for-medium],
    .show-for-medium {
        display: none !important;
    }
}

.footer_menu_custom p {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 0;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.phonering img {
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

.icon-box-img svg,
.icon-box-img img {
    padding-top: 0.2em;
    width: 100%;
}

.footer_menu_custom.row-dashed .col-inner,
.row-solid .col-inner {
    padding: 5px;
}

.row-dashed .col,
.row-solid .col {
    position: relative;
    padding: 0;
}

/*End*/

.header-bottom .main-nav .navbar-nav .nav-item {
    margin: 0 18px;
}

p.text-intellectual {
    font-size: 16px;
    text-align: justify;
}

.main-account {
    background: #e3eaff;
}

.myAccount-navigation .avatar2 {
    width: 120px;
    height: 120px;
}

.myAccount-navigation .avatar2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dvs_countdown {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 32px;
    font-size: 20px;
    z-index: 9999;
}

/*-------------------------------------------------
    [ ### exam block ]
*/
.exam-item {
    box-shadow: 0px 5px 24.25px 0.75px rgb(0 0 0 / 10%);
    border-radius: 3px;
    overflow: hidden;
}

.exam-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.exam-list-area {
    width: 60%;
}

.exam-list,
.ul-top-ten {
    list-style-type: none;
}

.exam-list li {
    font-weight: 600;
    margin-bottom: 5px;
}

.ul-top-ten li {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    transition: all 0.3s;
    color: #292929;
}

.ul-top-ten li span {
    float: right;
}

.exam-content {
    background-color: #fff;
    padding: 20px;
    line-height: 180%;
}

.widget-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 5px 24.25px 0.75px rgb(0 0 0 / 10%);
}

.widget-box .widget-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

/*Contact*/
.contact_info.mx-auto.p-2.p-lg-4 {
    line-height: 35px;
}

/*End*/

/*Category*/
.product-image.category-home {
    border-radius: 10px;
}

.product-image.category-home img {
    border-radius: 10px;
    border: 2px solid #0077c3;
}

/**/
/*Menu*/
li.nav-item:first-child:after {
    content: unset;
}

li.nav-item {}

li.nav-item:after {
    content: '';
    background: white;
    height: 50%;
    width: 2px;
    position: absolute;
    top: 10px;
    left: -45px;
}

/*End*/
/*bank_info*/
.bank_info {
    font-size: 16px;
    font-weight: bold;
}

/*End*/
@media (max-width: 540px) {
    .sapo_content {
        position: static !important;
        bottom: 10px !important;
        background: #0083ffe8;
        max-width: 650px;
        padding: 18px;
        left: 0 !important;
        transform: translateX(0) !important;
        font-size: 16px;
        color: #fff;
    }

    .sapo_content .des {
        display: none;

    }
}

.sapo_content .title {
    font-weight: bold;
}

.home-slider {
    position: relative;
}

.sapo_content {
    position: absolute;
    bottom: 40px;
    background: #0083ffe8;
    max-width: 650px;
    padding: 18px;
    left: 25%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
}

/*danh mục sản phẩm*/
.menu-product {
    border: 1px solid #ccc;
    clear: both;
}

.menu-product-header {
    background: #044d7f;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -1px;
}

.li-menu {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0px 3px;
    text-transform: uppercase;
    color: #4e4e4e;
}

.li-menu {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0px 3px;
    text-transform: uppercase;
    color: #4e4e4e;
}

.li-menu a {
    color: #4e4e4e;
}

/*End*/

/*product img*/

.product__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.product__frame img {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.product-name.font-weight-bold.size16.mb-2.text-center {
    min-height: 40px;
}

/**/

/*Category home*/

.category__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.category__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}

.category__frame img {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.post-image-home img {
    width: 200px;
    height: 120px;
}

.post-image-home {
    border: 2px solid #0077c3;
}

/*End*/


/* custom.css phone */

#button-contact-vr {
    position: fixed;
    bottom: 150px;
    z-index: 99999;
    left: ;: 0.2%
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff
}

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}

a.back-to-top {
    display: none;
    position: fixed;
    z-index: 9000;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #f05b27;
    border-radius: 6px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7)
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none
}

#popup-showroom-vr,
div#popup-form-contact-vr {
    display: none
}

#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999
}

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}

.content-popup-vr input,
.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}

.content-popup-vr label {
    width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7
}

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: black;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}

.content-popup-vr .close-popup-vr:hover {
    background: #b50000
}

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

#loco-top,
#loco-bottom {
    display: block
}

#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center
}

#contact-showroom.no-event a {
    pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}

.main-wrapper {
    position: relative;
}

@media(max-width:673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display: block
    }

    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none
    }
}

.footer_info p {
    line-height: 12px;
}


.cart-header a .cart-count {
    color: #fff;
    font-size: 12px;
    min-width: 25px;
    min-height: 25px;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 100px;
    background: #CC0000;
    padding: 1px;
}