.frame {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.frame .head {
    display: flex;
    flex: 1;
    background: #393939;
    height: 50%;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 395px
}

#landing {
    background: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(10px)
}

.frame .head .shadow {
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.frame .head .shadow img {
    width: 100%;
    height: 100%
}

.frame .head .overlyinfo {
    position: relative;
    z-index: 0;
    max-width: 321px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.frame .head .overlyinfo .name {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    letter-spacing: -1.5px
}

.frame .head .overlyinfo .subtitle {
    border-radius: var(--Radius-50,50px);
    background: rgba(255,255,255,.10);
    text-align: center;
    padding: var(--Amont,4px) 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

body#app {
    overflow-y: auto;
    background: #f5f5f5
}

#propertis {
    overflow: hidden;
    padding: 9px;
    min-height: 50vh;
    padding-bottom: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    gap: 13px
}

#propertis .img {
    overflow: hidden;
    width: 85px;
    border-radius: 9px;
    display: inline-block;
    vertical-align: middle
}

#propertis .img img {
    width: 100%;
    height: 100%
}

#propertis .name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
    padding: 5px
}

#propertis .sell_course {
    text-align: center;
    padding: 0;
    font-size: 20px
}

#propertis .sell_course del {
    color: red;
    font-size: 18px;
    position: absolute;
    text-decoration: none;
    color: #ff1d0c
}

#propertis .sell_course ins {
    text-decoration: none;
    padding-right: 110px;
    color: green
}

#propertis .sell_course .price del:after {
    width: 100%;
    height: 1px;
    background: #a41005;
    content: '';
    position: absolute;
    left: 3px;
    top: 47%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-right: 5px
}

#btnbuy .btn-success span.material-icons {
    vertical-align: middle;
    float: right
}

.rowfromlogin .value {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    font-size: 0;
    margin: 10p;
    background: #fff
}

#loadinglanding {
    background: #ffffffc2;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-right: -8px;
    height: 100%;
    z-index: 9;
    display: none
}

#timerdown {
    direction: ltr;
    text-align: center;
    padding: 15px;
    font-size: 0
}

#timerdown>div {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    line-height: 17px;
    background: #000;
    border-radius: 4px;
    margin-right: 3px
}

#timerdown span.time {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 5px
}

#timerdown span.cap {
    font-size: 10px;
    color: #d9d9d9
}

.frame .action {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    padding-top: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(0deg,#f5f5f5,transparent)
}

.frame .action button {
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.1px;
    border-radius: var(--Radius-50,50px);
    background: #000;
    display: inline-flex;
    height: 48px;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: var(--Amont,4px);
    flex-shrink: 0;
    outline: none;
    border: none
}

.frame .head .overlyinfo .gift {
    display: flex;
    margin-bottom: 35px;
    color: #fff;
    gap: 5px;
    align-items: center
}

.frame .head .overlyinfo .gift .logo {
}

.frame .head .overlyinfo .gift .logo svg {
    width: 28px;
    height: 28px
}

.frame .head .overlyinfo .gift .text {
    font-size: 8px;
    color: #0f0
}

.rowfromlogin .value input {
    padding: 8px;
    font-size: 16px
}

#propertis .prices {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    gap: 5px
}

#propertis .prices .priceInput {
    display: flex;
    align-items: center;
    justify-content: center
}

#propertis .prices .priceInput svg {
    width: 40px;
    height: 40px
}

#propertis .prices .priceInput .value {
    text-align: center;
    min-width: 130px
}

#propertis .prices .priceInput .value .price {
    font-size: 0;
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 300;
    text-align: center;
    justify-content: center
}

#propertis .prices .priceInput .value .price span {
    font-size: 13px
}

#propertis .prices .priceInput .minus {
}

#propertis .prices .priceInput .plus {
}

#propertis .prices .priceInput .value .price b {
    font-size: 36px;
    font-weight: revert-layer
}

#propertis .prices .rolleprice {
    display: flex;
    overflow: auto;
    gap: 5px;
    white-space: nowrap;
    flex: 1;
    align-self: stretch;
    justify-content: flex-start;
    padding: 6px 5px
}

#propertis .prices .rolleprice .itemPrice {
    display: flex;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border: 1.6px solid #e3e3e3;
    flex: 1 0 0;
    align-self: stretch;
    flex-wrap: wrap;
    min-width: 105px;
    opacity: .7
}

#propertis .prices .rolleprice .itemPrice.selected {
    border-color: #0040ff;
    opacity: 1
}

#propertis .prices .rolleprice .itemPrice .amount {
    font-size: 14px
}

#propertis .prices .rolleprice .itemPrice .text {
    font-size: 10px
}

#propertis .rowfromlogin.show {
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 10px;
    align-self: stretch
}

#tabdes {
    margin: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 0 10px
}

#tabdes .title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 8px
}

#tabdes .body {
    padding: 15px;
    font-size: 12px
}
@media screen and (min-width:768px){
    .frame{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .frame .head{
        flex: 1;
        min-height: 100vh;
        align-self: stretch;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-width: 50%;
    }
    #propertis{
        flex: 1;
        max-height: 100vh;
        align-self: stretch;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 50%;
        overflow: auto;
        overflow-y: auto;
    }
    .frame .head .overlyinfo .icon img{
        width: 100%;
        height: 100%;
    }
    .frame .head .overlyinfo{
        max-width: 80%;
    }
    .frame .head .overlyinfo .name{
        font-size: 36px;
    }
    .fr-view .ql-align-center {
        text-align: center;
    }
    
    .frame .head .overlyinfo .icon {width: 80%;}
    
    .frame .head .overlyinfo .icon img {}
}