body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

* {
    touch-action: manipulation;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.frame {
    top: 0;
    position: absolute;
    left: 0;
    padding: 1rem;
}

.frame__title {
    font-size: 1rem;
    display: inline-block;
}

.frame__links {
    display: inline-block;
    margin: 0 2rem;
    text-transform: lowercase;
}

.frame__links a {
    display: inline-block;
    margin: 0 0.25rem;
    text-decoration: none;
    color: red;
}

.frame__links a:focus,
.frame__links a:hover {
    text-decoration: underline;
}

  
.sidenav {
    height: 90%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.7s;
    padding-top: 0px;
  }
  
  .sidenav a {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #fafafa;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .sidenav .closebtn {
    position: absolute;
    color: #ffffff;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
   /* .swiper-container {
        height: 70px;
        padding-bottom: 0px;
        width: 100%;
        padding-top: 0px;
    } */
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .option.--is-active {
        /* border: 1px solid #47D4FF; */
        height: 5vh;
        width: 5vh;
        cursor: default;
    }
    /* .swiper-container {
        height: 70px;
        padding-bottom: 0px;
        width: 100%;
        padding-top: 0px;
    } */
    /* .swiper-slide div {
        font-size: 2vw;
    } */
  }

#c {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

/* Merged Below This Line */
.controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.options {
    position: absolute;
    left: 0;
    top: 45%;
    width: 7vh;
    height: 7vh;
}

/* .rightNav {
    position: absolute;
    left: 0;
    top: 45%;
    width: 7vh;
    height: 7vh;
} */

.colorOptions {
    position: absolute;
    left: 0;
    /* top:350px; */
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

.drawer {
    position: absolute;
    top: 8px;
    left: 0px;
    margin: auto;
    width: 10%;
}

.drawer img{
    margin-top: 10px;
    width: 80px;
    height: 80PX;
}

.drawerContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
  }

.hide {
    display: none;
  }
      
  /* .optionsType:hover + .hide {
    display: block;
    color: red;
  } */

.option {
    background-size: cover;
    background-position: 50%;
    background-color:transparent;
    border-radius: 50%;
    margin-bottom: 3px;
    padding: 0px;
    height: 12vh;
    width: 12vh;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.colorOption {
    background-size: cover;
    background-position: 50%;
    background-color:transparent;
    border-radius: 50%;
    margin-bottom: 8px;
    padding-left: 5px;
    height: 8vh;
    width: 8vh;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.colorOption:hover {
    /* height: 12vh;
    width: 12vh; */
    width: 76px;
}

.option:hover {
    border: 5px solid #47D4FF;
    width: 13vh;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /* padding-left: 10px; */
    margin: auto;
    background-color: transparent;
    width: 90%;
    border-radius: 5px;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(146, 154, 187, 0.2);
    background-color: rgba(146, 154, 187, 0.2);
  }
  
  img {
    border-radius: 5px 5px 0 0;
  }
  

.option.--is-active {
    border: 5px solid #47D4FF;
    height: 10vh;
    width: 11vh;
    cursor: default;
}
.colorOption.--is-active {
    /* height: 13vh;
    width: 13vh;
    cursor: default; */
    
}

.option.--is-active:hover {
    border: 5px solid #47D4FF;
    height: 12vh;
    cursor: default;
}

.colorOption.--is-active:hover {
    /* height: 12vh;
    width: 12vh;
    cursor: default; */
}

.option embed {
    height: 100%;
    width: auto;
    pointer-events: none;
    
}

.colorOption embed {
    height: 100%;
    width: auto;
    pointer-events: none;
    
}

.info {
    padding: 0 1em;
    display: flex;
    justify-content: flex-end;
}

.info p {
    margin-top: 0;
}

.tray {
    width: 100%;
    height: 50px;
    position: relative;
    overflow-x: hidden;
}

.tray__slide {
    position: absolute;
    display: flex;
    left: 0;
    /*   transform: translateX(-50%);
  animation: wheelin 1s 2s ease-in-out forwards; */
}

.tray__swatch {
    /* transition: 0.1s ease-in; */
    height: 100%;
    min-width: 50px;
    flex: 1;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
}

/* .tray__swatch:nth-child(5n+5) {
    margin-right: 20px;
} */

.drag-notice {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    width: 10em;
    height: 10em;
    box-sizing: border-box;
    font-size: 0.9em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5em;
    background: white;
    position: absolute;
}

.drag-notice.start {
    -webkit-animation: popout 0.25s 3s forwards;
    animation: popout 0.25s 3s forwards;
}

@-webkit-keyframes popout {
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes popout {
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes wheelin {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes wheelin {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 960px) {
    /* .swiper-container {
        height: 70px;
        padding-bottom: 0px;
        width: 100%;
        padding-top: 0px;
        perspective: 300px;
    } */

    .shareb{
        display: block; 
        right: 0;
        top: 40%;
    }

    .options {
        /* top: 45%;
        width: 7vh;
        height: 7vh; */
    }
    /* .rightNav {
        top: 45%;
        width: 7vh;
        height: 7vh;
    } */
    .colorOption {
        /* width: 11vh;
        height: 11vh; */
    }
    .option.--is-active {
        border: 1px solid #47D4FF;
        width: 7vh;
        cursor: default;
    }

    .colorOption.--is-active {
        /* height: 8vh;
    width: 8vh;
        cursor: default; */
    }

    .info {
        padding: 0 1em 1em 0;
    }

    .info__message {
        display: flex;
        align-items: flex-end;
    }

    .info__message p {
        margin: 0;
        font-size: 0.7em;
    }

    .frame {
        left: auto;
        right: 0;
        padding-left: 6rem;
    }

    .frame__links {
        display: block;
        margin: 0;
        text-align: right;
    }
}

.shareb{
    display: block; 
    right: 0;
    top: 40%;
}

@media (max-width: 720px) {
    /* .swiper-container {
        height: 70px;
        padding-bottom: 0px;
        width: 100%;
        padding-top: 0px;
    } */
    .shareb{
        display: block; 
        right: 0;
        top: 40%;
    }
    .info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 1em 1em;
    }

    .info__message {
        margin-bottom: 1em;
    }
    .option {
        top: 0%;
        width: 7vh;
        height: 7vh;
    }
    .option.--is-active {
        /* border: 1px solid #47D4FF;
        width: 7vh;
        cursor: default; */
    }

    .colorOption.--is-active {
        /* height: 8vh;
    width: 8vh;
        cursor: default; */
    }
    .colorOption {
        /* width: 7vh;
        height: 7vh; */
    }
}

@media (max-width: 680px) {
    .info {
        padding: 1em 2em;
    }

    .info__message {
        display: none;
    }

    .option {
        top: 0%;
        /* width: 7vh;
        height: 7vh; */
    }

    .colorOption {
        /* width: 8vh;
        height: 8vh; */
    }

    .active, .colorOption:hover {
      
        /* width: 9vh;
        height: 9vh; */
      }

    /* .option {
        margin-bottom: 1px;
        padding: 5px;
        height: 45px;
        width: 45px;
        display: flex;
    } */


    .option.--is-active {
        border: 1px solid #47D4FF;
        /* height: 7vh; */
        cursor: default;
    }

    .option embed {
        height: 100%;
        width: auto;
        pointer-events: none;
    }

    .colorOption embed {
        height: 100%;
        width: auto;
        pointer-events: none;
    }
}