/**
 * AR Display
 * https://augmentedrealityplugins.com
**/
.ar-button{
    border: none; 
    position: absolute; 
    top: 6px; 
    right: 6px; 
	transform: scale(1);
	animation: pulse 2s infinite;
	width:80px;
}
.ar-button-default{
    background-color: #ffffff !important; 
    border-radius: 4px; 
    padding: 4px;
}
.ar-button_standalone{
    border: none; 
	transform: scale(1);
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
.ar-button-img{
    height:50px;
}
/*.ar-display-model-viewer{
    min-height:400px;
}*/
.ardisplay_viewer{
    min-height:400px;
    height:400px;
}
.ardisplay_viewerpop{
    height:100vh;
    z-index: 1000000; /* Sit on top */
}
.ar_site_logo{
text-align: center !important;
}

.ar-qrcode {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff !important;
    /*margin-right: 4px;*/
    border-radius: 4px;
    border: none;
}
.ar-qrcode_standalone {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    /*margin-right: 4px;*/
    border-radius: 4px;
    border: none;
}
.ar-qrcode-large {
    width:250px;
    height:250px;
}
.ar_controls{
    position: absolute;
    bottom: 6px;
    left: 6px;
    font-size: 12px;
    font-weight: bold;
}
  
#variant{
    font-size: 12px;
    border: none;
    line-height: 12px;
}
 

model-viewer {
  width: 100%;
  height: 100%;
}
#key{ 
    padding: 30px;
    background-color: #fff;
    margin-top: 24px;
    margin-right: 15px; 
}


/* The Popup */
.ar-fullscreen_btn-img{
    width:25px;
}
.ar_popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100% !important; /* Full width */
  max-width: 100% !important; /* Full width */
  height: 100% !important; /* Full height */
  max-height: 100% !important; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin-top: 0px !important;
}
.ar_popup-btn {
  position:absolute;
  background: none !important;
  border:none;
  color: white;
  font-weight:bold;
  top: 6px;
  right: 6px;
}
.ar_popup-header a{
    color: white;
    text-decoration: none;
}

/* Popup Content */
.ar_popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.ar_close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
}

.ar_close:hover,
.ar_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


@media screen and (max-width: 1025px) {
    .hide_on_devices {display: none !important;}
}

.process{
   height: 25px;
   vertical-align: middle;
   width: 25px;
   margin-left:20px;
}

.notice, div.error, div.updated{
    margin-left: 0px !important;

}


.options_group{
margin: 10px;
}

.ar-field .woocommerce-help-tip{
float:right;
}

.ar-field .ar-label {
margin: 0px !important;
}


 
.chair_icon{
    background:url(../images/chair.png) no-repeat center center;
}




.none {
    display:none;
}

.nodisplay{
display:none !important;
}
/** Asset Builder **/

.asset_btn {
	background-color:#13383e;
	border-radius:6px;
	border:1px solid #e1e1e1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:10px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.asset_btn:hover {
	background-color:#49848f;
}
.asset_btn:active {
	position:relative;
	top:1px;
}


/*Dimensions*/
#controls {
    position: absolute;
    top: 6px;
    left: 6px;
    max-width: unset;
    transform: unset;
  }

  .dot{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    --min-hotspot-opacity: 0;
  }

  .dimension{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 600;
    max-width: 128px;
    overflow-wrap: break-word;
    padding: 0.25em 0.5em;
    position: absolute;
    width: max-content;
    height: max-content;
    transform: translate3d(-50%, -50%, 0);
    --min-hotspot-opacity: 0;
  }

  .show{
    --min-hotspot-opacity: 1;
  }

  /* This keeps child nodes hidden while the element loads */
  :not(:defined) > * {
    display: none;
  }

/****** Thumbnail Slider ******/
.slider {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 6px;
    left: 6px;
  }

  .slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin-right: 6px;
    border-radius: 10px;
    border: none;
    display: flex;
  }

  .slide.selected {
    border: 2px solid #4285f4;
  }

  .slide:focus {
    outline: none;
  }

  .slide:focus-visible {
    outline: 1px solid #4285f4;
  }

/***** Tool Tips ***********/


.tooltip {margin: 0 0 0 9px;}

.tooltip::after {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    cursor: help;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    bottom:12px;
    color: #666;
    font-size: 1.2em;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 17em;
    /*background-color: #555;*/
    color: #fff;
    /*text-align: center;*/
    /*border-radius: 6px;*/
    /*padding: 5px 0;*/
    position: absolute;
    z-index: 1;
    bottom: 1em;
    left: 50%;
    margin-left: -8.5em;
    opacity: 0;
    transition: opacity 0s;
    font-size: 10px !important;
    background: #333;
    text-align: center;
    border-radius: 3px;
    padding: .618em 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}


.tooltip .tooltiptext::after {
     content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; 
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/************ Product Listing page (ToolTips) *************/


.tooltip_pro_listing img:hover{
cursor:help;
}

.tooltip_pro_listing::after {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: help;
}

.tooltip_pro_listing {
    position: relative;
    bottom:0px;
    color: #666;
    font-size: 1.2em;
    top:2px;
}

.tooltip_pro_listing .tooltiptext {
    visibility: hidden;
    width: 5em;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: -4.8em;
    margin-left: -4.2em;
    opacity: 0;
    transition: opacity 0s;
    font-size: 10px !important;
    background: #333;
    text-align: center;
    border-radius: 3px;
    padding: .618em 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}


.tooltip_pro_listing .tooltiptext::after {
    content: "";
    position: absolute;
    top: -1em;
    left: 48%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333; 
}

.tooltip_pro_listing:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}




.tooltip_pro_listing .single_tooltiptext {
    visibility: hidden;
    width: 5em;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: -3.5em;
    margin-left: -4.5em;
    opacity: 0;
    transition: opacity 0s;
    font-size: 10px !important;
    background: #333;
    text-align: center;
    border-radius: 3px;
    padding: .618em 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}


.tooltip_pro_listing .single_tooltiptext::after {
    content: "";
    position: absolute;
    top: -1em;
    left: 48%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333; 
}

.tooltip_pro_listing:hover .single_tooltiptext {
    visibility: visible;
    opacity: 1;
}


/*********** End ***************/

