.header_transform{
    transform: none;
}
#iframe_a{
    height: 80vh;
}
.container-content{
    max-width:1090px;
    width:90%;
}
.tryon-gif{
    opacity: 0.5;
    display: block;
    width: inherit;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:var(--btn-bg-dark) !important;
    color: #ffffff !important;
}
.demo_btn{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#contentModal{
    background:rgba(0,0,0,0.8);
}

.close-iframe{
    z-index:1;
    top: -10px;
    right: -10px !important;
    border-radius: 29px;
}
#tryonARButton {
    background-color: #c15701;
    color: white;
}

@media only screen and (min-width: 820px) and (max-width: 900px) {
         #displayModel{
            width: 100%;
            height: 40vh;
         }
    }
/* From Uiverse.io by adamgiebl */
.cssbuttons-io-button {
    background: var(--btn-bg-dark);
    color: white;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    border-radius: 8rem;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 2.8em;
    padding-right: 4em;
    cursor: pointer;
}

.cssbuttons-io-button .icon {
    background: transparent;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 4em;
    border-radius: 8rem;
    right: 0.3em;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.ar_icon{
    border:1px solid #fff;
    border-radius:8rem;
    width:2em;
    height:2em;
    display: inline;
    align-items: center;
    justify-content: center;
}

#tryonARButton:hover .icon {
  width: calc(100% - 1em);
  background-color:var(--btn-bg-dark);
  border: 1px solid transparent;
}

#tryonARButton .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #ffffff;
}

#tryonARButton:hover .icon svg {
  transform: translateX(0.1em);
}

#tryonARButton:active .icon {
  transform: scale(0.95);
}
