#tg_theme_header {
    background: #fff;
    height: 65px;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 10px rgb(0 0 0/15%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 10px
}

#tg_theme_header a:hover {
    color: #08c;
    border-color: #08c
}

#tg_theme_header .tg_theme-logo--wrap a {
    color: #1e5f8d;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 25px;
    margin-right: 20px;
    font-weight: 500
}

#tg_theme_header .tg_theme-logo--wrap img {
    height: 55px
}

#preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
    transition: all .2s
}

.tg_theme-mode--view a {
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    color: #333;
    line-height: 1.4;
    transition: all .2s
}

.tg_theme-mode--view a.active {
    color: #08c;
    border-color: #08c
}

.tg_theme-mode--view a i {
    font-size: 18px
}

.tg_theme-navigate--wrap {
    display: flex;
    align-items: center;
    margin-left: auto
}

.tg_theme-navigate--wrap a:not(.tg_theme-buy--btn) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: .3s;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    color: #828282;
    text-align: center;
    margin-left: 8px
}

.tg_theme-buy--btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    background: #08c;
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    margin-left: 8px;
    transition: .3s;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 #1e6da7;
    box-shadow: 0 2px 0 #1e6da7
}

.mode-view[data-view=mobile] iframe {
    width: 100%;
    height: calc(780px - 80px - 44px)
}

.mode-view[data-view=laptop] iframe {
    width: 100%;
    height: calc(100vh - 65px)
}

.mode-view[data-view=mobile] iframe::-webkit-scrollbar {
    display: none;
    width: 0
}

.mode-view[data-view=mobile] {
    top: 95px !important;
    position: relative;
    margin: 0 auto;
    width: 320px;
    height: calc(780px - 180px);
    border-radius: 40px;
    box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
    overflow: hidden
}

@media screen and (min-width: 1920px) {
    .mode-view[data-view=mobile] {
        width: 360px;
        height: calc(780px - 44px);
    }
}

.mode-view[data-view=mobile]:before, .mode-view[data-view=mobile]:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.mode-view[data-view=mobile]:after {
    bottom: 7px;
    width: 140px;
    height: 5px;
    background-color: #f2f2f2;
    border-radius: 10px
}

.mode-view[data-view=mobile]:before {
    top: 0;
    width: 56%;
    height: 30px;
    background-color: #1f1f1f;
    border-radius: 0 0 40px 40px
}

.mode-view[data-view=mobile] > i, .mode-view[data-view=mobile] > b, .mode-view[data-view=mobile] > s, .mode-view[data-view=mobile] > span {
    position: absolute;
    display: block;
    color: transparent
}

.mode-view[data-view=laptop] > i, .mode-view[data-view=laptop] > b, .mode-view[data-view=laptop] > s, .mode-view[data-view=laptop] > span, .mode-view[data-view=laptop] .tg_theme-bar--adr {
    display: none
}

.mode-view[data-view=mobile] > i {
    top: 0;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #101010;
    border-radius: 8px;
    box-shadow: inset 0px -3px 3px 0px rgba(256, 256, 256, .2)
}

.mode-view[data-view=mobile] > b {
    left: 10%;
    top: 0;
    transform: translate(180px, 5px);
    width: 12px;
    height: 12px;
    background-color: #101010;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(256, 256, 256, .2)
}

.mode-view[data-view=tablet] {
    position: relative;
    margin: 30px auto;
    width: 798px;
    height: calc(100vh - 100px);
    border-radius: 0;
    box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
    overflow: hidden
}

.mode-view[data-view=tablet] {
    position: relative;
    margin: 30px auto;
    width: 728px;
    height: calc(100vh - 170px);
    border-radius: 0;
    box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
    overflow: hidden;
    border-radius: 30px;
}

@media screen and (min-width: 1920px) {
    .mode-view[data-view=tablet] {
        width: 748px;
        height: calc(100vh - 150px);
    }
}

.mode-view[data-view=tablet] > i {
    top: 0;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #101010;
    border-radius: 8px;
    box-shadow: inset 0px -3px 3px 0px rgba(256, 256, 256, .2)
}

.mode-view[data-view=tablet] > b {
    left: 10%;
    top: 0;
    transform: translate(180px, 5px);
    width: 12px;
    height: 12px;
    background-color: #101010;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(256, 256, 256, .2)
}

.mode-view[data-view=tablet] iframe::-webkit-scrollbar {
    display: none;
    width: 0
}

.mode-view[data-view=tablet]:before, .mode-view[data-view=tablet]:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.mode-view[data-view=tablet]:after {
    bottom: 7px;
    width: 140px;
    height: 5px;
    background-color: #f2f2f2;
    border-radius: 10px
}

.mode-view[data-view=tablet]:before {
    top: 0;
    width: 56%;
    height: 30px;
    background-color: #1f1f1f;
    border-radius: 0 0 40px 40px
}

.mode-view[data-view=tablet] > i, .mode-view[data-view=tablet] > b, .mode-view[data-view=tablet] > s, .mode-view[data-view=tablet] > span {
    position: absolute;
    display: block;
    color: transparent
}

.mode-view[data-view=tablet] iframe {
    width: 100%;
    height: calc(100vh - 80px)
}

.tg_theme-bar--adr {
    padding: 40px 10px 5px;
    background: rgba(255, 255, 255, .97)
}

.tg_theme-bar--adr span {
    text-align: center;
    display: block;
    background: #f1f1f1;
    padding: 6px 10px;
    border-radius: 9px;
    font-size: 15px;
    color: #000
}

.tg_theme-bar--adr span i {
    font-size: 12px;
    margin-right: 8px
}

.tg_theme-info--preview {
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    justify-content: space-between;
    flex: 1 auto
}

.tg_theme-chat--now, .tg_theme-faqs {
    width: auto !important;
    padding: 0 15px
}

.tg_theme-chat--now i, .tg_theme-faqs i, .tg_theme-note--show a i {
    vertical-align: middle;
    margin-right: 8px;
}

.tg_theme-price--wrap .amount {
    color: red
}

.tg_theme-note--show {
    margin-left: 15px
}

.tg_theme-note--show a {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #828282;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    transition: all .2s ease-in-out
}

.tg_theme-note--text {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 90%;
    padding: 20px;
    border-radius: 10px;
    display: none
}

.tg_theme-note--text.active {
    display: block
}

.tg_theme-note--text p {
    margin: 0;
    font-size: 16px;
    text-align: justify
}

.tg_theme-price--wrap i {
    margin-right: 5px;
}

html {
    overflow-y: hidden;
}

@media screen and (max-width: 768px) {
    #preview {
        width: 100%;
        height: auto !important;
    }

    .page-template-page-review {
        width: 100% !important;
    }

    iframe#tg_theme-frame--demo {
        width: 100%;
        height: 100vh;
    }
}