/* #previewPopup footer {
    position: relative;
} */
#previewPopup section {
    background-size: cover;
    background-position: center center;
  
}
#previewPopup section .container {
    padding: 0;
}
#shareImagePopup {
    height: 100%;
    width: 100%;
    z-index: 10000;
    position: relative;
    background-color: white;
}
#shareImagePopup {
    margin-bottom: 5rem !important;
}
.hand-simulator {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    margin: 0;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    display: none;
}
.hand-simulator header, .hand-simulator footer {
    z-index: 9999
}
.hand-simulator section {
    height: calc((var(--vh, 1vh) * 100) - 128px);
    margin-bottom: 0;
    /* height: 100vh; */
}
.hand-simulator-open {
    /*overflow: hidden;
    position: relative;*/
    height: 100%;
    position: fixed;
    webkit-overflow-scrolling: touch;
}
#previewPopup footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.step-1 {
    /*background-image: url(../images/see-it-01.jpg);*/
    background-color: #000;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    z-index: 10000;
    position: relative;
/*    display: flex;
    justify-content: space-between;
    flex-direction: column;*/
padding: 55px 0;
}
.hand-simulator .step-1 .line-3 img {
    max-height:390px;
    max-height: -webkit-calc(100vh - 410px);
    max-height: -moz-calc(100vh - 410px);
    max-height: calc(100vh - 410px);
}
.hand-simulator .btn-close {
    width: 33px;
    height: 30px;
    /* background-image: url(../images/close.png); */
    display: inline-block;
    right: 20px;
    position: absolute;
    top: 20px;
    z-index: 2000;
}
#shareImagePopup .btn-close {
    background-size: cover;
    width: 14px;
    height: 14px;
    background-image: url(../images/close-black.png);
}
.step-1 .row.line-3 {
/*    top: calc(100vh - 50% - 138px);*/
/* margin: 20px 0; */
margin: 0px 0;
}
.step-2 .row.line-3 {
    top: calc((var(--vh, 1vh) * 100) - 50% - 133px);
}
.step-3 {
    z-index: 1000;
}
#ring {
    top: 157px;
    left: 186px;
    z-index: 5000;
    transform-origin: center 75%;
    pointer-events: none;
}
#targetRing {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 116px;
    height: 116px;
    position: relative;
    display: inherit;
}
#targetDiamond {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.overlay {
    z-index: 1000;
    width: 100%;
    height: calc((var(--vh, 1vh) * 100) - 128px);
 
    background-image: url(../images/mobile-overlay.png);
}
.sliders {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px;
    
}
.rotating-slider {
    width: 100% !important;
    display: none;
}
.rotating-slider ul.slides {
    background: rgba(29, 55, 82, 0.8);
}
.rotating-slider ul.slides li {
    background: none;
    box-sizing: content-box;
}
.rotating-slider ul.slides li a {
    color: gray;
}
.rotating-slider ul.slides li.active-slide a {
    color: #fff;
	white-space:nowrap;
}
.rotating-slider ul.slides li .inner {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.rotating-slider.shape-slider {
    margin-bottom: 1.2rem;
}
.rotating-slider.size-slider {
    margin-bottom: -3rem;
}
.rotating-slider.setting-slider {
    margin-bottom: -2.3rem;
}
.shape-slider ul.slides li .inner, .size-slider ul.slides li .inner {
    padding-top: 10px;
}
.setting-slider ul.slides li img {
    width: 80px;
}
#shareImagePopup .line-3 img {
    width: 100%;
    max-height: 75vh;
}
/* .btn-arrow_steps {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(assets/images/arrow.png);
    right: 20px;
    position: absolute;
    top: 20px;
    z-index: 2000;
} */
/***** Arrow Button CSS *****/
.hand-simulator .step-2 .btn-close {
    top: 35%;
    right: 20px;
    width: 45px;
    background: transparent;
}
.hand-simulator .btn-close img {
    width: 100%;
}
.hand-simulator .step-3 .btn-close {
    width: 45px;
    right: 2px;
    top: 45%;
    background: transparent;
}
/******************/
@media (max-width: 400px)
{
	.rotating-slider.setting-slider {
		margin-bottom:0;
	}
}