.heading-4{
    border-image: linear-gradient(#FEAC47, #F8486E) 1;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    text-align: center;
}
.heading-5{
    padding: 5px;
    text-align: center;
}
.login-heading{
    font-size: 35px;
    background: -webkit-linear-gradient(160deg,#FEAC47, #F8486E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.login-h4{
    border-bottom: 1px solid;
    border-image: linear-gradient(#FEAC47, #F8486E) 1;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.login-text{
    color: black !important;
    text-align: center;
}
.form-group {
    padding: 5px;
}
.switch{
    margin-bottom: -0.2rem !important;
}
.col-12{
    margin-bottom: 5px;
}
.permission-table{
    margin-bottom: 2px!important;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.cat-img
{
    height: 175px;
    width: 175px;
    object-fit: cover;
}
.hair-color-swatch
{
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 100%;
    margin-right: 10px;
}
.font-bold-700
{
    font-weight: 700 !important;
}
.input-group-text{
    font-size: 10px!important;
}
#lightgallery{
    justify-content: center;
}
.layout-img{
    margin: 10px;
    border: 1px solid;
}
.control-btns{
    margin-top: 5%;
}
.canvas{
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    z-index: 2;
}
.canvas-2{
    width: 95%;
    border: 1px solid #ccc;
    position: relative;
    z-index: 2;
}
.backButton {
    margin-top: 5px;
    border: none;
    background: transparent;
    position: absolute;
    z-index: 5;
  }
  .backButton img{
    width: 20px;
    height: 20px;
  }
  .tryon-image{
    margin: auto;
    width: 50%;
  }
 .vto-btns{
    margin-top: 30%;
 } 
 .custom-select {
    position: relative;
    display: inline-block;
}

.select-selected {
    cursor: pointer;
}

.select-items {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.select-items div {
    padding: 5px 10px;
    cursor: pointer;
}

.select-items div:hover {
    background-color: #f1f1f1;
}
.ms-dd{
    width: 70% !important;
}
.img-container{
    overflow: hidden;
}
.try-on-section{
    margin-left: 10%;
}
.slideshow-container {
    overflow: hidden; 
    height: 400px;
  }
  .mySlides {
    position: absolute;
    opacity: 0;
    transition: opacity 3s ease-in-out;
  }
  .mySlides.active-img {
    opacity: 1;
  } 
  .vto-controls-section{
    margin-top: 2%;
  }
  .canvas-container{
    overflow: hidden;
  }
  .next{
    float: right;
  }
  .controls-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
    
  }
  .controls-btn button{
    padding: 5px 10px;
    margin: 5px;
  }
  @media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1680px) {
      /* STYLES GO HERE */
    .canvas{
        width: 100%;
    }
    .canvas-2{
        width: 100%;
    }
}
