/*Scrollbar Starts Here*/

    ::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0px;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Optional: Change the color when hovering over the scrollbar thumb */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/*Scrollbar Endsss Here*/ 


.required:after {
    content:" *";
    color: red;
  }
  .optional:after {
    content:" (Optional)";
    color: green;
    font-size: 10px;
  }
  
  
  
  
  
  
  
  
  ::selection{
    color: #FFFFFF;
    background-color: #31285C;
}





.wrapper{
 /*margin: 0px 0px 0px 25px;
 width: 340px;*/
 width: 100%;
 min-height: 10px;
 background-color: #fff;
 border-radius: 10px; 
 padding:  0 30px;
  padding-top: 10px;
  padding-bottom:20px;
 font-weight: 500;
 font-size: 15px;
 box-shadow: 0 0 15px rgba(0,0,0,0.07); 
}



.buttons{
 width: 100%;
 height: 45px;
 border-radius: 10px;
 color: #fff;
 font-weight: 600;
 outline: none;
 font-size: .9rem;
 background-color: #31285C;
 border: none;
}

.cart_whatsapp{
 width: 100%;
 height: 45px !important;
 border-radius: 10px;
 color: #fff;
 font-weight: 600;
 outline: none;
 font-size: .9rem;
 background-color: #075e54;
 border: none;
}


.group{
margin: 10px 0;
}

table{
width: 100%;
}

.item-img img{
 width: 5rem;
 height: 5rem;
 border-radius: 10px;
}

.item-details{
 padding: 5px;
 display: flex;
 flex-direction: column;
}

.item-details .item-title{
 
 color: #000;
 font-weight: 600;
 text-transform: uppercase;

}

.item-details .item-size,.item-qty{
 color: #AAA8BB; 
 font-weight: 500;
 font-size: 14px;
}

.item-price{
 font-weight: 600;
 text-align: right;
}

.divider{
 width: 100%;
 height: .5px;
 background-color: lightgray;
 margin: 10px 0;
}








   .cart_button{
        padding: 3px;
    margin-top: 5px;
    background: mediumvioletred;
    border-color: mediumvioletred;
    }
    
.span_services {
    color: #fff;
    font-size: 30px;
    background: #56225e;
    padding: 30px;
    display: block;
    text-decoration: none;
}
.profile_details{
    margin-top: 5px;
    background: antiquewhite;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.label_form{
    font-weight: 600;
    font-family: system-ui;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding-left: 6px;
}
.contact-wrap .form-control {
    border: 1px solid #c7c7c7;
}