
@font-face {
    font-family: 'Maven Pro';
    src: url('assets/fonts/MavenPro-Medium.ttf');
}

.stpro_dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.stpro_dflex_jbtwn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stpro_dflex_fwrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stpro_dflex_fclmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stpro_merr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    height: 100%;
}

.stpro_err_icon {
    height: 100px;
    width: 200px;
    border: 3px solid #313131;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
         -o-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
            animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
    display: none;
}

.stpro_err_msg {
    font-family: 'Maven Pro';
    color: #212121;
    font-size: 1.4em;
    margin-top: 104px;
    text-align: center;
    display: none;
}

@-webkit-keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}

@-o-keyframes rotateDvcIcon {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }

    100% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }
}

@keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}

.stpro_hide {
    display: none !important;
}

.stpro_fhide{
    width: 0 !important;
    visibility: hidden !important;
    height: 0px !important;
}

.stpro_rbarbtn_closed {
    right: 5px !important;
}

.stpro_opacity0 {
    opacity: 0 !important;
}

.stpro_opacity1 {
    opacity: 1 !important;
}

.stpro_rbarbtn {
    position: absolute;
    z-index: 2 !important;
    right: 70px;
    top: 16px;
    background: rgba(255, 255, 255, 0.96);
    padding: 10px 11px;
    -webkit-border-radius: 64px;
    border-radius: 64px;
    -webkit-transition: all 0.5s ease-out;
}

.stpro_rbarbtn0,
.stpro_rbarbtn1 {
    height: 14px;
}

.stpro_rightbar_hide {
    min-width: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
}

.stpro_rightbar {
    position: fixed;
    right: 0;
    top: 16px;
    bottom: 16px;
    z-index: 9 !important;
    opacity: .96;
    background: rgba(255, 255, 255, 0.96);
    /* min-width: 64px; */
	width: 64px;
    -webkit-transition: all 0.5s ease-out;
	
}
.withfurnitureIcon{
background-image: url("assets/images/withFurinitureIcon.svg");
height: 42px;
width: 43px;
background-size: 100% 100%;
/*position: absolute;*/
left: 23px;
bottom: 20px;
position: absolute;
}
.withoutfurnitureIcon{
background-image: url("assets/images/withoutFurinitureIcon.svg");
height: 42px;
width: 43px;
background-size: 100% 100%;
/*position: absolute;*/
left: 23px;
bottom: 20px;
position: absolute;
}
.stpro_rightbar1 {
     height: 100%;  
	overflow:hidden visible;	 
}

.stpro_rightbar1::-webkit-scrollbar {
    width: 0 !important
}

.stpro_rightbar11 {
    height: -webkit-calc(20% - 1px);
    height: calc(20% - 1px);
    max-height: 20%;
    text-align: center;
    position: relative;
    width: 94%;
    margin: 0px auto;
    border-bottom: 1px solid #EDEDED;
    background: #ffffff;
}

.stpro_rightbar11_1 {
    width: 100%;
}

.stpro_rightbar11_1 img {
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto auto 0px;
}

.stpro_rightbar11_12 {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #424242;
    margin: 6px auto auto;
}

.stpro_rightbar11_opt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: max-content;
    /* position: absolute; */
	 position: fixed;
    right: 8px;
    z-index: 10;
    margin: auto;
    height: auto;
    opacity: 0;
    -webkit-transition: .5s all linear;
    -o-transition: .5s all linear;
    transition: .5s all linear;
}

.stpro_rightbar11_opt11 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 4px -16px auto auto;
    background: white;
    padding: 6px 18px;
    -webkit-border-bottom-left-radius: 16px;
            border-bottom-left-radius: 16px;
    -webkit-border-top-left-radius: 16px;
            border-top-left-radius: 16px;
}

.stpro_rightbar11_opt11_1 {
    margin: auto;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.stpro_rightbar11_opt11_2 {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #424242;
    margin: auto auto auto 6px;
}

.stpro_rightbar11_optclose11 {
    padding: 2px 5px 2px 28px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin: 4px 0px 0px;
    position: relative;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: transparent;
    -webkit-border-bottom-left-radius: 16px;
            border-bottom-left-radius: 16px;
    -webkit-border-top-left-radius: 16px;
            border-top-left-radius: 16px;
}

.stpro_rightbar11_optclose11_1 {
    height: 34px;
    -o-object-fit: contain;
       object-fit: contain;
}

.stpro_rightbar11_optclose11_2 {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #424242;
    position: absolute;
    bottom: -10px;
    left: 22px;
    right: 0px;
}

.stpro_waveeffect {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.stpro_waveeffect:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: -o-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(10, 10);
        -ms-transform: scale(10, 10);
         -o-transform: scale(10, 10);
            transform: scale(10, 10);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, -webkit-transform .5s;
    -o-transition: opacity 1s, -o-transform .5s;
    transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s, -webkit-transform .5s, -o-transform .5s;
}

.stpro_waveeffect:active:after {
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: .3;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
