
p {
    color: grey
}


#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box; 
    width: 100%; 
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid black;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: black;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000000
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: black;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: black;
    font-weight: normal
}



.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: black
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #cloth-type:before {
    font-family: FontAwesome;
    /* content: "\f0f3" */
    content: "\f02e"
}

#progressbar #color:before {
    font-family: FontAwesome;
    /* content: "\f007" */
    content: "\f1fc"
}

#progressbar #size:before {
    font-family: FontAwesome;
    /* content: "\f030" */
    content: "\f065"
}

#progressbar #style:before {
    font-family: FontAwesome;
    /* content: "\f030" */
    content: "\f0d0"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}



#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 0px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: black
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: black
}

.fit-image {
    width: 100%;
    object-fit: cover
}

#clothes-ul li:before {
    content: none;
}

#clothes-ul li img{
    height: -webkit-fill-available;
}

#clothes-ul li{
    border: 1px solid #CCC;
    margin: 2px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding-left: 0;
    border-radius: 50%;
    /* display: inline-block; */
}

.section-title-customize h6{
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.section-title-customize h6:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 70px;
    background: #ca1515;
    content: "";
}

.color-preview {
    border: 1px solid #CCC;
    margin: 5px;
    zoom: 1;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


.size-switch {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.single-size {
    cursor: pointer;
    padding: 5px 10px;
    background-color: rgb(233, 231, 231);
    margin-right: 5px;
    margin-bottom: 4px;
    text-align: center;
}

.size-switch .active {
    background-color: #ca1515;
    color: white;
    font-weight: bold;
}


.preview-container{
    height: 100%;
    width: 100%;
}

.preview-container #ClothPreview {
    width: 100%;
    /* width: 50rem; */
    /* height: 25rem; */
}

.GuideContainer{
    height: 100%;
    width: 100%;
}

.GuideContainer #guideImage {
    /* width: 50rem;
    height: 25rem; */
    width: 373px;
    height: 448px;
}

/* .cloth-color-container{
    height: 100%;
    width: 100%;
} */

.cloth-color-preview {
    height: 100%;
    width: 100%;
}

.customize-switch label{
    font-weight: 600;
}

.measurement-form{
    padding: inherit !important;
}

.measurement-form legend {
    font-size: 1em;
    font-weight: 600;
}

.measurement-form input{
    font-size: 13px !important;
    margin-bottom: 15px !important;
    background-color: #f8f9fa !important;
}

.measurement-form label {
    font-size: 14px;
}
.measurement-form legend {
    width: auto !important;
}


.shalwar_pajama_switch {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.shalwar_pajama {
    cursor: pointer;
    padding: 2px 7px;
    background-color: rgb(233, 231, 231);
    margin-right: 5px;
    margin-bottom: 4px;
    text-align: center;
}

.shalwar_pajama_switch .active {
    background-color: #ca1515;
    color: white;
    font-weight: bold;
}


.color_tone_switch {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.color_tone {
    cursor: pointer;
    padding: 2px 7px;
    background-color: rgb(233, 231, 231);
    margin-right: 5px;
    margin-bottom: 4px;
    text-align: center;
}

.color_tone_switch .active {
    background-color: #ca1515;
    color: white;
    font-weight: bold;
}



.custom_color_fieldset{
    padding: inherit !important;
}

.custom_color_fieldset legend {
    font-size: 1em;
    font-weight: 600;
}

.custom_color_fieldset input{
    margin-bottom: 15px !important;
    background-color: #f8f9fa !important;
    padding: 1px 4px 1px 4px !important;
}

.custom_color_fieldset label {
    font-size: 14px;
}
.custom_color_fieldset legend {
    width: auto !important;
}



/* button section start */
/* .buttonList li:before {
    content: none !important;
}

.buttonList li img{
    height: -webkit-fill-available;
}

.buttonList li{
    border: 1px solid #CCC;
    margin: 2px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 200px;
    height: 200px;
    padding-left: 0;
    padding-left: 0 !important;
} */
/* button section  end */




.wrapper{
    display: flex;
    max-width: 1200px;
    position: relative;
  }
  .wrapper i{
    top: 50%;
    height: 35px;
    width: 35px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    z-index: 1;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper i:hover{
    background: #f2f2f2;
  }
  .wrapper i:first-child{
    left: -22px;
    display: none;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;

      /* display: flex; */
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 300px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    /* width: calc(100% / 5); */
    /* flex: 0 0 calc(100% / 6); */

  }
  .carousel img:first-child{
    margin-left: 0px;
  }
  
  @media screen and (max-width: 900px) {
    .carousel img{
      width: calc(100% / 2);
    }
  }
  
  @media screen and (max-width: 550px) {
    .carousel img{
      /* width: 100%; */
      width: 200px;
    }

    .button-slider {
        margin: 10px;
    }
  }

  .list-category .active{
    background-color: #ca1515;
    color: #fff;
  }