/** Shopify CDN: Minification failed

Line 148:0 Expected "}" to go with "{"

**/


.bands-container{
	position: relative;
}

.bands-loader{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index:4;
}

.bands-loader .bl-cont{
	position: relative;
	top: 30%;
	text-align: center;
}

#shopify-section-page-interactive-gallery div.content{
	padding-top: 89px !important;
}

.model-wrap{
	display: flex;
}

.model-wrap .mw-col{
	padding: 20px;
	width: 50%;
	text-align: center;
	max-width: 100%;
	box-sizing: border-box;
}

.model-wrap .mw-col img{
	max-width: 100%;
}

ul.tab-interct-gal{
	text-align: center;
	border: 0px;
	padding: 20px 0px;
}

ul.tab-interct-gal li{
	float: none;
	display: inline-block;
}

.oc-item{
	height: 700px;
	background-position: center center;
}

.model-wrap .mw-col:hover img{
	opacity: 0.95;
}

a.interact-link:hover{
	cursor: pointer;
}

#tt-watchface{
	margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    right: -50%;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.black_face{
	top: 192px;
    left: -50.1%;
}

.white_face{
	top: 182px;
    left: -50.2%;
}

@media only screen and (max-width: 735px), (max-height: 540px){
	.oc-item{
		height: 400px;
		background-size: 255px;
   		background-repeat: no-repeat;
	}

	.white_face{
      max-width: 254px;
      top: 58px;
      left: -48.8%;
	}

	.black_face{
      max-width: 250px;
      top: 70px;
      left: -50%;
	}

	#shopify-section-page-interactive-gallery div.content{
		padding-top: 0px !important;
	}

    .owl-prev {
      width: 15px;
      height: 100px;
      position: absolute;
	  left: 0px;
      top: 33% !important;
      display: block!IMPORTANT;
      border: 0px solid black;
      font-size: 80px !important;
    }

    .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 33% !important;
        font-size: 80px !important;
        border:0px solid black;
		right: 25px !important;
    }
    .owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

    .model-wrap{
        display: block;
    }

    .model-wrap .mw-col{
		width: 100%;
		text-align: center;
		display: block;
    }

