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

body#app {
    overflow-y: auto;
}
#propertis {
    background: #ffffff9c;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
    border-radius: 5px;
    border-radius: 9px;
    overflow: hidden;
    padding: 9px;
    box-shadow: 0px 6px 13px #00000038;
    max-width: 440px;
}

#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: 0px;
    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 #b1b1b1;
    font-size: 0;
    margin: 5px 10px;
    background: #fff;
}

.price {
    background: #fff;
    margin: 10px;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #b1b1b1;
    /* height: 41px; */
    display: inline-block;
    padding: 5px 10px;
}
.txtprice {
    font-size: 16px;
    background: #ff9800;
    border-radius: 5px;
    color: #fff;
    padding: 0px 5px;
}

#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: 0px;
}

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

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

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