.order {
    padding: 0 40px 40px;
}

.order__heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .order {
        padding: 0 15px 20px;
    }

}

.order-info {
    text-align: center;
    padding-top: 15px;
}

.order-info__item {
    flex-grow: 1;
    padding: 15px;
}

.order-info__label {
    color: #999999;
    margin-bottom: 5px;
}

.order-info__value {
    font-size: 20px;
    font-weight: bold;
}

.order-detail {
    padding: 0 40px 10px;
}

.order-detail__heading {
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .order-detail {
        padding: 0 15px;
    }
}

.order-table td {
    min-width: 150px;
}

.pd-price strong {
    font-size: 23px;
    font-weight: 700;
    color: red;
    text-transform: uppercase;
    margin-left: 2px;
}

.pd-price__vat {
    width: 53px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}

.product__gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #fbb100;
    padding: 0 10px 0 90px;
    margin-top: auto;
    position: relative;
    margin: inherit;
}

@media (max-width: 767px) {
    .product__gift {
        padding: 0 10px 0 40px;
    }

}

.product__body {
    min-height: 125px;
}

@media (max-width: 767px) {
    .f-nav__toggle {
        border: 1px solid;
    }
}

@media (max-width: 767px) {
    .category__icon {
        height: 20px;
        left: 50%;
        top: 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 18px 10px 10px;
        font-size: 10px;
    }
}

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

.contact_title {
    border: 1px solid #fbb100;
    padding: 2px 9px 0px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
}

.contact_title span {
    font-weight: bold;
}

.contact_title p {
    margin-bottom: 0;
}

.card_oder {
    border: 1px solid #fbb100;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.product-intro {
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
    padding: 10px;
}

.sticky-video {
    width: 220px;
}

h2.title_product {
    font-size: 17px;
    font-weight: bold;
}

.i-absolute {
    position: fixed;
    bottom: 80px;
    transform: translateY(-50%);
    right: 32px;
    z-index: 999;
    text-align: center;
}

.i-absolute a {
    display: block;
    color: black;
    text-decoration: none;
}

.i-absolute img {
    height: 43px;
}

.i-absolute img {
    border-radius: 20%;
    margin-bottom: 22px;
    height: 50px;
}

@media (max-width: 768px) {
    .i-absolute {
        bottom: 75px;
    }
}

@media (max-width: 767px) {
    .sticky-cart {
        bottom: 140px !important;
        margin-right: 8px;
        display: none;
    }
}

/*.hotline-phone-ring-wrap{
    display: none;
}*/


/*add phuonghv 13/05/2022*/


ul.aside__list img {
    width: 110px !important;
}

li.aside__list-item.detail_pr {
    display: flex;
}

h3.aside__news.name_pr {
    margin-left: 22px;
}


li.aside__list-item.detail_pr {
    border: none;
}

.info_pr {
    border-bottom: 1px dashed #dee2e6;
}


a.sticky-cart {
    display: none;
}

.aside__body {
    padding: 10px !important;
}

.video__wrap {
    border-radius: 10px !important;
}

#button-contact-vr {
    position: fixed;
    bottom: 4%;
    z-index: 99999;
    right: 12px;
}

#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%)
}

#instagram-vr .phone-vr-circle-fill {
    background: rgb(17, 143, 253);
    background: linear-gradient(160deg, rgba(17, 143, 253, 1) 20%, rgba(188, 60, 218, 1) 50%, rgba(253, 223, 5, 1) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: transparent
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-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
}

/*Popup*/
:root {
    --orange: #fbb100;
    --dark: #1f2937;
    --radius: 16px;
}

.survey-modal {
    background: #0000008c;
}

.survey-modal .modal-dialog {
    max-width: 620px;
}

.survey-modal .modal-content {
    background: var(--orange);
    color: #fff;
    border: 0;
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    position: relative;
    padding: 28px 32px;
}

.survey-modal .btn-close-circle {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: #111;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    cursor: pointer;
}

.survey-modal h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 6px 0 6px;
}

.survey-modal .sub {
    text-align: center;
    opacity: .95;
    margin-bottom: 18px;
}

.survey-modal .form-control,
.survey-modal .custom-select {
    border: none;
    border-radius: 999px;
    padding: .9rem 1.2rem;
    box-shadow: none;
}

.survey-modal .custom-select {
    padding: 0 1.2rem;
}

.survey-modal textarea.form-control {
    border-radius: 18px;
    min-height: 110px;
    resize: vertical;
}

.survey-modal .section-label {
    font-weight: 700;
    margin: 10px 0 6px;
}

.survey-modal .custom-control-label {
    color: #fff;
    cursor: pointer;
}

.survey-modal .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border-color: #fff;
}

.survey-modal .custom-radio .custom-control-label::before {
    background: transparent;
    border: 2px solid #fff;
}

.survey-modal .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background: var(--orange);
    transform: scale(.55);
    border-radius: 50%;
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
    content: "";
    position: absolute;
}

.survey-modal .btn-submit {
    color: #fff;
    background: var(--dark);
    border: 0;
    border-radius: 999px;
    padding: .9rem 1.6rem;
    font-weight: 700;
    width: 100%;
}

.survey-modal .form-group {
    margin-bottom: .8rem;
}

@media (max-width: 540px) {
    iframe[src^="https://www.youtube.com"] {
        width: 100% !important;
        height: 205px !important;
        border-radius: 10px;
    }
}


section.i-absolute-facebook {
    position: fixed;
    bottom: 200px;
    right: 33px;
}

a.btn.btn-danger.js-showmap p {
    margin-bottom: 0;
}