
.nav.nav-pills.nav-fill.desktop{
    display: flex;
}
.nav.nav-pills.nav-fill.mobile{
    display: none;
}


#imageUpload{

width :100%;
}
.nav.nav-pills.nav-fill{
    width: 75%;
    margin: auto;
    background-color: #EDDCFA80;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    margin-bottom: 63px;
    margin-top: 100px;
}
.nav.nav-pills.nav-fill .nav-item .nav-link{
    color: #5A368DAB;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}
.nav.nav-pills.nav-fill .nav-item.active .nav-link{
    background-color: unset;
    color: #5A368D;
    font-weight: 600;
}
.tabcontent{
    display: none;
    margin-left: 30px;
}

.tryOn-screen {
    position: relative; /* This sets a reference for the absolute positioning of its children. */
} 



.tryOn-container .tryOn-screen{
    border-radius: 5px;
    background: var(--Light-Secondary-Shade, rgba(237, 220, 250, 0.50));
    min-height: auto;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    min-height: 480px;
    margin-left: auto;
    margin-right: auto;
}
.tryOn-container .tryOn-screen .tryOn-screen-buttons{
    margin: 100px 0 35px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tryOn-container .tryOn-screen .tryOn-screen-buttons .tryOn-screen-title{
    margin-bottom: 30px;
    font-weight: 600;
}
.tryOn-container .tryOn-screen .btn-primary{
    display: block;
    background-color: #5A368D;
    color: #fff;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 15px;
    margin: 11px auto;
    border: 0;
    min-width: 40%;
}
.tryOn-container .tryOn-screen .btn-secondary{
    display: block ;
    background-color: #5A368D;
    color: #fff;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 15px 11px;
    width: 40%;
    /* min-width: 55%; */
    border: 0;
    margin: 16px auto;
}
.tryOn-container .tryOn-screen .tryon-note-terms{
    font-size: 16px;
    color: var(--Black-Text, #190F27);
    width: 84%;
    display: block;
    margin: auto;
    font-weight: 400;
    letter-spacing: 1px;
}


.tryOn-container .tryOn-screen .tryon-note-terms a{
    color: var(--Black-Text, #190F27);
}

.tryOn-container .tryOn-screen .tryon-note-secure{
    font-size: 19px;
    color: var(--Black-Text, #190F27);
    margin-top: 10px;
    font-weight: 600;
}

.close-btn{
    
    position: relative;
}
.close-icon {

    position: absolute;
    /* display: inline; */
    z-index: 99;
    right: 15px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 1;
    background-color: #5A368D;
    border-radius: 5px;
  }
  .close-icon:before, .close-icon:after {
    position: absolute;
    content: ' ';
    height: 27px;
    width: 2px;
    background-color: #ffffff;
    left: 15px;
    top: 2px;
  }
  .close-icon:before {
    transform: rotate(45deg);
  }
  .close-icon:after {
    transform: rotate(-45deg);
  }
  
.tabcontent .brands-container{
    margin-bottom: 54px;
}
.brand-title{
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.brands-container .owl-carousel .owl-item img{
    border-radius: 5px;
    width: auto;
}
.brands-container .owl-carousel .owl-item img.check{
    box-shadow: 0px 1px 4px 0px rgba(214, 173, 243, 0.51);
}
.makeUp-color-container .colors-container{
    max-width: 80%;
}
.makeUp-color-container .colors-container .color-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px 24px;
    vertical-align: top;
    position: relative;




    margin-right: 15px;
    /* border: none; */
    cursor: pointer;
    transition: 0.5s;
    border: 1.5px solid transparent;

}


.makeUp-color-container .colors-container .color-btn:hover,
.makeUp-color-container .colors-container .color-btn:focus {
  transform: scale(1.02);
  border: 1.5px solid #333;
}

.makeUp-color-container .colors-container .color-item.check::before{
    background-image: url("img/check-circle.png");
    width: 20px;
    height: 20px;
    border: 1px solid #5A368D;
    background-repeat: no-repeat;
    transition: 0.5s;


}
.makeUp-color-container .colors-container .color-btn:hover,
.makeUp-color-container .colors-container .color-btn:focus {
  transform: scale(1.1);
  border: 1.5px solid #333;
}




.makeUp-color-container .colors-container .iris_color-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px 24px;
    vertical-align: top;
    position: relative;

    background-size: cover; /* Cover the entire span */
    background-repeat: no-repeat;
    background-position: center;


    margin-right: 15px;
    /* border: none; */
    cursor: pointer;
    transition: 0.5s;
    border: 1.5px solid transparent;

}
/* .makeUp-color-container .colors-container .color-item.item-1{
    background-color: #955E61;
}
.makeUp-color-container .colors-container .color-item.item-2{
    background-color: #23c499;;
}
.makeUp-color-container .colors-container .color-item.item-3{
    background-color: #FA529F;
}
.makeUp-color-container .colors-container .color-item.item-4{
    background-color: #955E61;
}
.makeUp-color-container .colors-container .color-item.item-5{
    background-color: #BE7360;
}
.makeUp-color-container .colors-container .color-item.item-6{
    background-color: #E194BE;
}
.makeUp-color-container .colors-container .color-item.item-7{
    background-color: #DB6B67;
}
.makeUp-color-container .colors-container .color-item.item-8{
    background-color: #DA6A98;
}

 */



.prodct-container .product-content{
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    text-align: left;
}


.prodct-container .product-content div{

    display: inline-block;
}

.prodct-container .product-content .product-img img{
    width: 130px;
    height: 132px;

 }

.prodct-container .product-content .product-details{
    margin-left: 16px;
    vertical-align: middle;
    width: 63%;
}


.prodct-container .product-content .product-details .product-title{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #190F27;
}
.prodct-container .product-content .product-details .product-price{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #190F27;
}
.prodct-container .product-content .prodct-add-to-cart{
    vertical-align: bottom;
    margin-bottom: 16px;
    float: right;
}
.prodct-container .product-content .prodct-add-to-cart .btn-cart{
    border-radius: 25px;
    background-color: rgba(237, 220, 250, 0.50);
    color: #5A368D;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 12px;
}


@media (max-width: 767px){
    .prodct-container .product-content .product-img img{
        width: 104px;
        height: 102px;
     }
    .nav.nav-pills.nav-fill.desktop{
        display: none;

    }
    .nav.nav-pills.nav-fill.mobile{
        display: flex;
        margin-bottom: 24px;
        margin-top: 14px;
        padding-right: 0;
    }

    .nav.nav-pills.nav-fill{
        width: 95%;
    }
    .nav-pills li.nav-item {
        padding: 0px 5px;
        max-width: 100%;
      }
    .nav.nav-pills.nav-fill .nav-item .nav-link{
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
    }
    .tryOn-container{
        margin-top: 70px;
    }
    .tryOn-container .tryOn-screen .tryOn-screen-buttons{
        margin: 60px 0;
    }
    .tryOn-container .tryOn-screen{
        margin-bottom: 15px;
        margin-top: 26px;
        min-height: 400px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 480px;
    }
    .tryOn-container .tryOn-screen .btn-primary,
    .tryOn-container .tryOn-screen .btn-secondary{
        font-size: 16px;
        font-weight: 400;
        min-width: 43%;
        padding: 10px;
        display: inline-block;
        width: 40%;
    }
    .tryOn-container .tryOn-screen .tryon-note-terms{
        text-align: left;
        width: 93%;
    }
    .tryOn-container .tryOn-screen .tryon-note-secure{
        font-size: 15px;
    }
    .makeUp-color-container .colors-container .color-item{
        width: 34px;
        height: 35px;
        margin: 0 4px 24px;
    }
    .makeUp-color-container .colors-container{
        max-width: 100%;
    }
    .text-center .tabcontent{
        margin: 0;
    }
    .brands-container .owl-carousel .owl-item img{
        width: 100%;
    }
    .brand-title{
        font-size: 16px;
    }

    .prodct-container{
        margin-top: 20px;
    }
    .prodct-container .product-content{
        padding: 11px;
    }
    .prodct-container .product-content .product-img{
        width: 29%;
    }
    .prodct-container .product-content .product-img img{
        width: 100%;
    }
    .prodct-container .product-content .product-details{
        vertical-align: middle;
    }
    .prodct-container .product-content .product-details .product-title{
        margin-bottom: 10px;
    }
    .prodct-container .product-content .product-details .product-price{
        display: inline-block;
    }
    .prodct-container .product-content .prodct-add-to-cart{
        float: right;
        margin-top: 10px;
    }

}
@media (min-width: 767px) and (max-width: 1065px){
    .nav.nav-pills.nav-fill{
        width: 100%;
    }
}
@media (max-width: 990px){
    .navbar.navbar-expand-lg.scrolled {
        background-color: #5a368d;
      }
}

.tryOn-container .tryOn-screen .tryOn-screen-buttons.otherclass{
    display: none;
  }

#imageUpload , .video img {
    width: 100%;
     height: 100%;
     display: block;
     border: 2px solid gray;
     border-radius: 24px;

         }
   
  
   #videoElement, #canvas {
    width: 100%;
    height: 100%;
     display: none;
   } 


     #video {
        width: 100%;
        height: 100%;
       transform: rotateY(180deg);
       -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
     }

     .show {
       display: block !important;
     }


  
      #photo {
        border: 2px solid gray;
        border-radius: 10px;
        /* height: 576px ; */
        
      }

      @media (max-width: 900px){

        #photo {
        height: 359px;
      }
      }
      

      #videoElement{
        width: 100%;
        height: 100%;
        max-height: 600px;
        object-fit: cover;
        border-radius: 10px;
      }

      #videoScreen {
        width: 100%;
        height: auto;
        min-height: 400px;
      }

      #myDivv {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      #myDivv img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
      }

