html, body {
  font-size: 16px !important;
  font-family: 'Inter', sans-serif !important;
}

/*----------------------------------------------------------------------*/

.divSpace {
  padding-bottom: 7%;
}

.close-button {
  float: right !important;
  border: 1px solid silver !important;
  background: #fff !important;
  color: black !important;
  padding: 6px !important;
}

.mod_head {
  color: #454545 !important;
  background-color: #a9a9a9 !important;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0), 0px 4px 5px 0px rgba(0, 0, 0, 0), 0px 1px 10px 0px rgba(0, 0, 0, 0) !important;
}

.mod_head_2 {
  min-height: 48px !important;
}

#popup_module {
  top: 63% !important;
}

#popup_module>div:first-child {
  background: transparent !important;
}

.MuiAppBar-positionFixed {
  position: relative !important;
  overflow-x: hidden;
}

.MuiDialog-paperScrollPaper {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0), 0px 24px 38px 3px rgba(0, 0, 0, 0), 0px 9px 46px 8px rgba(0, 0, 0, 0) !important;
  background-color: #a9a9a9 !important;
  color: #fff !important;
}

.row_margine_o {
  margin: 0 !important;
}

.foot_link_a a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.foot_link_a span {
  font-family: 'Inter', sans-serif;
}

.foot_link_a a:hover {
  background: transparent !important;
  color: #dd6703 !important;
}

.copywrite {
  text-align: center;
  font-size: 12px !important;
  padding-top: 1%;
}

.clearFliterButton {
  font-size: 12px !important;
  border: solid 1px #ffffff;
  width: 150px;
  height: 24px;
  background: #ffffff !important;
  color: #ff5f00!important;
  text-transform: uppercase;
  cursor: pointer !important;
  margin-top: 5px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.clearFliterButton:hover {
  background: #ffffff !important;
  color: #ffab4d !important;
}

.smallButtons {
  font-size: 12px;
  border-radius: 6px;
  width: 80px;
  height: 24px;
  background: #ff5f00 !important;
  color: white !important;
  text-transform: uppercase;
  cursor: pointer !important;
  /* padding: 4px 6px !important; */
  text-align: center;
}

.smallButtons:hover {
  font-size: 12px;
  border-radius: 6px;
  width: 80px;
  height: 24px;
  background: #ffab4d !important;
  color: white !important;
  text-transform: uppercase;
  cursor: pointer !important;
  /* padding: 4px 6px !important; */
  text-align: center;
}

.mediumButtons {
  font-size: 12px !important;
  margin-top: 5px;
  border-radius: 6px !important;
  width: 100px;
  height: 30px;
  background: #ff5f00 !important;
  color: white !important;
  list-style-type: none;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px 4px 6px!important;
  text-align: center;
}

.Dashboard_button_disable {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 100px;
  height: 30px !important;
  background: rgb(184, 173, 173);
  border: 1px solid grey !important;
  color: grey !important;
  list-style-type: none;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px 4px 6px!important;
  text-align: center;
}

.mediumButtons:hover {
  font-size: 12px;
  margin-top: 5px;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  background: #ff5f00 !important;
  color: white !important;
  list-style-type: none;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px !important;
  text-align: center;
}

.upload_btn {
  font-size: 12px;
  margin-top: 5px;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  background: #ff5f00;
  color: white;
  list-style-type: none;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px !important;
  text-align: center;
}

.upload_btn:hover {
  font-size: 12px;
  margin-top: 5px;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  background: #ffab4d;
  color: white;
  list-style-type: none;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px !important;
  text-align: center;
}

#footer {
  position: fixed;
  bottom: 4px;
  width: 100%;
}

/*--------------------- Footer END ---------------------*/

.login_bt {
  font-size: 16px;
  font-weight: 500;
  background: #ff5f00;
  color: white;
  border-color: #ff5f00;
  padding: 7px 20px;
  margin-right: 30px;
}

.signup_bt {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
}

.fontColor {
  font-size: 18px;
  color: #ff5f00;
}

.fontColorMini {
  font-size: 14px;
  color: #ff893e;
}

.cursorPoint {
  cursor: pointer;
}

.login_space {
  padding-bottom: 3%;
}

@media only screen and (min-width:320px) and (max-width:640px) {
  .login_bt {
    margin-right: 15px;
  }
  .login_input {
    width: 74% !important;
  }
  .password_input {
    width: 74% !important;
  }
}

@media only screen and (min-width:641px) and (max-width:991px) {
  .login_input {
    width: 84% !important;
  }
  .password_input {
    width: 84% !important;
  }
}

.MuiFormLabel-root {
  font-family: 'Inter', sans-serif !important;
}

.label {
  margin-bottom: 0px !important;
}

@media only screen and (min-width:992px) and (max-width:1258px) {
  .login_input {
    width: 84% !important;
  }
  .password_input {
    width: 84% !important;
  }
}

@media all and (min-width: 1200px) and (max-width: 1500px) {
  /* Image Crop style */
  .smallImgCropButtonStyle {
    font-size: 12px !important;
    border-radius: 6px !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 24px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .smallImgCropButtonStyle:hover {
    background: #ffab4d !important;
  }
  .closeImgCropBtn {
    font-size: 12px !important;
    border-radius: 6px !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 24px !important;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .closeImgCropBtn:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
  .addFavLink {
    margin-top: 10px !important;
    font-size: 12px !important;
    color: #ff5f00 !important;
  }
}

.login_Form label {
  font-family: 'Inter', sans-serif !important;
  color: #747272;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  /* padding-top: 1%; */
}

.loginFormLabel {
  font-family: 'Inter', sans-serif !important;
  color: #747272;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}

.login_submit_bt {
  background: #ff5f00;
  border-color: #ff5f00;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 14px;
  padding: 4px 10px !important;
  margin-left: 0px;
}

.signup_submit_bt {
  background: #ff5f00 !important;
  border-color: #ff5f00 !important;
  border-top-left-radius: 0;
  margin-top: 0px !important;
  border-bottom-left-radius: 0;
  margin-left: 0px;
  padding: 4px 10px !important;
}

#outlined-bare {
  width: 229px;
  padding: 11.6px 14px;
}

.passworText {
  height: 10px !important;
}

.imgResponsiveEye {
  height: 40px !important;
  width: 20px;
}

.login_input {
  width: 72%;
}

.password_input {
  width: 72% !important;
}

.main-label {
  color: #ff5f00;
  font-size: 20px;
}

/* .password_input{
  width:88%;
} */

.waitingLoaderBackground {
  background-color: #c4c2c2;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba( 255, 255, 255, .8) url('/img/logoloder.gif') 50% 50% no-repeat;
}

.login_input .MuiOutlinedInput-notchedOutline {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
}

.social-media-link {
  padding: 0 !important;
}

.social-media-link li {
  list-style-type: none;
  float: left;
}

.social-media-link a {
  color: white;
  padding: 10px 15px;
  font-size: 22px;
}

.social-media-link a:hover {
  color: #dd6703;
}

.footer_space {
  padding-bottom: 18%;
}

.floatRight {
  float: right !important;
  margin-bottom: 7px !important;
}

.marginLeftX {
  margin-left: 55px !important;
}

/*---------------------------- Email END -------------------------------*/

.signin_h3 {
  margin-top: -2px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.forgot a {
  color: black;
}

.forgot a:hover {
  text-decoration: none;
  color: #dd6703;
}

.back {
  padding-top: 15px;
}

.back a {
  color: #dd6703;
}

.back a:hover {
  text-decoration: none;
  color: black;
}

.later {
  float: right;
}

.later a {
  color: #a9a9a9 !important;
}

.later a:hover {
  text-decoration: none;
  color: #dd6703 !important;
}

.find_input {
  width: 80%;
}

.direction_bt {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 16px;
  margin-left: -2px;
  padding: 6px 8px !important;
  color: #0089ff;
  border-left: 0 !important;
}

.find_input .MuiOutlinedInput-notchedOutline {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
}

/*--------------------------------- Login END -----------------------------------------------*/

.signup_bt {
  margin-right: 30px;
}

.sigup_input_firstname .MuiOutlinedInput-notchedOutline {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.sigup_input_firstname {
  width: 40% !important;
}

.sigup_input_lastname {
  width: 40% !important;
}

.sigup_input_lastname .MuiOutlinedInput-notchedOutline {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.marginButtom {
  margin-bottom: 50px !important;
}

.fashion_buttons_sing {
  margin-top: 7%;
}

.fashion_buttons_sing li {
  float: left;
  list-style-type: none;
  padding-right: 15px;
}

.fashion_buttons_sing a:hover {
  color: white !important;
  background: #ff5f00 !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  border: 1px solid #ff5f00 !important;
  text-decoration: none;
}

.fashion_buttons_sing a {
  color: white !important;
  border: 1px solid silver;
  background: #ff893e !important;
  border-radius: 4px !important;
  /* font-weight: 600 !important; */
}

/*--------------------------------- SignUp END -----------------------------------------------*/

.navbar-header {
  width: 16%;
}

.navbar-nav {
  padding-top: 6px;
  padding-right: 15px !important;
  color: black !important;
}

.navbar-nav:hover {
  padding-top: 6px;
  padding-right: 15px !important;
  color: red !important;
}

.menuItem {
  padding-top: 5px !important;
  padding-right: 15px !important;
  font-size: 16px !important;
  color: black !important;
}

.menuItem:hover {
  padding-top: 5px !important;
  padding-right: 15px !important;
  font-size: 16px !important;
  color: #ff893e !important;
}

.navbar-brand {
  float: left !important;
  height: 50px !important;
  padding: 4px 15px 4px 5px !important;
  font-size: 18px !important;
  line-height: 20px !important;
}

@media only screen and (min-width:320px) and (max-width:640px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    width: 70%;
  }
  .navbar {
    min-height: 80px;
  }
  .navbar-collapse {
    margin-top: 10%;
  }
  .navbar-toggle {
    margin-top: 22px !important;
  }
  .header_search_bt {
    float: right;
    margin-top: -10%;
    z-index: 999999;
  }
  .header_search_input {
    width: 84%;
  }
  .navbar-form {
    padding-left: 32px;
  }
  .MuiBackdrop-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: -1;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    /* background-color: #ffcc8b !important;
    z-index: -1;
    -webkit-tap-highlight-color: transparent;
    position: fixed; */
  }
  .navbar {
    z-index: -0 !important;
  }
  .home_Categories_menu li {
    width: 47.3% !important;
    margin-bottom: 10px;
    padding: 25px !important;
  }
  .doc-item {
    margin-bottom: 13px;
  }
  #nowondivid {
    padding-bottom: 7% !important;
  }
  .slick-next {
    right: -10px !important;
  }
  .slick-prev {
    left: -10px !important;
  }
}

@media only screen and (min-width:641px) and (max-width:991px) {
  .home_Categories_menu li {
    width: 15.7% !important;
    padding: 30px !important;
  }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
  .home_Categories_menu li {
    width: 15.9% !important;
    padding: 28px !important;
  }
}

.navbar {
  margin-bottom: 0 !important;
  background-color: white !important;
  /* box-shadow: 0px 0px 14px #e8e8e8; */
  overflow: hidden;
  z-index: 999999;
  border-bottom: 0px !important;
}

.header_search_bt {
  border-color: white !important;
}

.header_search_input {
  border: transparent;
}

.navbar-right a img:hover {
  background: #f3efef;
}

#rightside_menu_top_open {
  padding-top: 7%;
  padding-bottom: 2%;
  background: whitesmoke;
}

.MuiBackdrop-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: -1;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  /* background-color: transparent !important;
  background-color: #ffcc8b !important;
    z-index: -1;
    -webkit-tap-highlight-color: transparent;
    position: fixed; */
}

.MuiDrawer-paperAnchorTop {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0), 0px 16px 24px 2px rgba(0, 0, 0, 0), 0px 6px 30px 5px rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #b0adad;
}

.Mui-selected {
  color: #ff5f00 !important;
  font-weight: 600 !important;
}

#favoritesDialog .MuiDialog-paperScrollPaper {
  background: white !important;
  border: 1px solid silver;
  width: 100%;
  top: -10%;
}

.home_Categories_menu {
  padding: 0 !important;
}

.home_Categories_menu li {
  list-style-type: none;
  background: #ffcc8b;
  float: left;
  padding: 33px;
  border-radius: 4px;
  margin-right: 5px;
  width: 16%;
  height: 145px;
}

.home_Categories_menu a {
  color: white;
  text-align: center;
}

.home_Categories_menu a:hover {
  text-decoration: none;
}

.home_Categories_menu li:hover {
  background: #ffab4d;
}

/*--------------------------------- Header END -----------------------------------------------*/

.Breadcrumbs {
  background: #e3e3e3;
  padding-top: 10px;
  padding-bottom: 10px;
}

#Breadcrumbs {
  background-color: transparent !important;
}

/*--------------------email-part-icons-----------------------*/

.Main_page_icons {
  padding: 0px 0px;
  /* float:left; */
}

.Main_page_icons ul {
  list-style-type: none;
}

.Main_page_icons li {
  float: left;
  margin-right: 20px;
  text-align: center;
}

.Main_page_icons a {
  margin-top: 0px;
  color: #fff !important;
}

.color1 {
  color: #ff5f00;
  border-radius: 40px;
}

.color1:hover {
  background: #ff5f00;
  color: #f1f1f1;
  padding: 3px;
  border-radius: 50%;
}

.color2 {
  color: #ff5f00;
  border-radius: 25px;
}

.color2:hover {
  background: #ff5f00;
  color: #f1f1f1;
}

.color3 {
  color: #ff5f00;
  border-radius: 25px;
}

.color3:hover {
  background: #ff5f00;
  color: #f1f1f1;
}

/*------------slider-changes -square----------*/

.slick-next:before {
  content: url("../../assets/images/right.png") !important;
  background-size: 35px 35px !important;
  height: 38px !important;
  width: 38px !important;
  overflow: hidden;
}

.slick-prev:before {
  content: url("/img/left.png") !important;
  height: 35px !important;
  width: 35px !important;
  overflow: hidden;
}

.slick-prev {
  left: -50px;
  height: 35px !important;
  width: 35px !important;
  border-radius: 5px !important;
}

.slick-next {
  right: -50px;
  height: 35px !important;
  width: 35px !important;
  border-radius: 5px !important;
}

.slick-arrow {
  width: 35px !important;
  height: 35px !important;
}

/*---------------- product-css----------------*/

.gc-display-area {
  border: none !important;
}

.glass-case ul li {
  border: 0px !important;
}

/*----------navbar css --------*/

.nav-sticky-top {
  position: fixed !important;
  top: 0px !important;
}

/*---------follow and unfollow -----------*/

.Desunfollow {
  font-size: 12px;
  margin-top: 5px;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  text-transform: uppercase !important;
  cursor: pointer;
  padding: 6px 6px !important;
  text-align: center;
  background: #ff5f00 !important;
  color: #fff !important;
  list-style-type: none;
  text-align: center;
  border-radius: 6px;
}

.Toastify__toast {
  min-height: auto !important;
  margin-bottom: -1rem !important;
  width: auto !important;
  font-weight: 600 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0.05) !important;
  max-height: auto !important;
  padding: 10px !important;
}

.thumb_img {
  border: 1px solid #ddd;
  /* Gray border */
  border-radius: 4px;
  /* Rounded border */
  padding: 5px;
  /* Some padding */
  width: 310px;
  /* Set a small width */
}

.Mui-focused {
  border-color: none !important;
}

/*----slider-----*/

.outline-none:focus {
  outline: none !important;
}

/*--------scroll-----------*/

header {
  height: 50px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 10 !important;
}

.nav-up {
  top: -70px;
}

.nav-down {
  height: 50px;
  box-shadow: 0 0 10px silver;
}

.footerItems {
  line-height: 5px !important;
  font-size: 12px !important;
  text-align: center !important;
}

/*------------button -------------*/

.Otp_verify_btn {
  /* margin-top: 16px; */
  margin-left: -2px;
  background: #ff5f00;
  color: #fff;
  padding: 9px;
}

.productQuantity {
  float: left !important;
  margin-right: 20px;
  margin-top: 0px;
}

.productOfferPrice {
  float: right;
  padding-right: 70px;
}

.Otp_verify_btn:hover {
  /* margin-top: 16px; */
  margin-left: -2px;
  background: #fff;
  color: #ff5f00;
  padding: 9px;
}

.phone_input {
  max-width: 70% !important;
}

.padding {
  padding: 10px !important;
}

.paddingX {
  padding: 20px !important;
}

.paddingLeft {
  padding-left: 30px;
}

.paddingRight {
  padding-right: 30px !important;
}

/*----------------main responsive ------------*/

.Full-Width {
  width: 100%;
}

.cardInfo {
  text-align: center !important;
}

.Label-Login {
  padding: 0px 0px;
}

.badge {
  padding: 2px 4px;
  border-radius: 50%;
  background: #ff5f00;
  color: white;
}

.small_Txt_Field {
  width: 160px !important;
  height: 50px;
}

.label_main {
  color: #ff5f00 !important;
  font-size: "18px";
  margin-top: "10px";
}

.miniButton {
  background: #ff5f00 !important;
  color: white !important;
  width: 40px !important;
  height: 30px;
}

.scrapBookColor {
  width: 80px;
  height: 80px;
}

/* Style start Newly */

/* standard style start */

.marginTopExtraMini {
  margin-top: 5px !important;
}

.marginTopMini {
  margin-top: 8px !important;
}

.marginTop {
  margin-top: 10px !important;
}

.marginBottom {
  margin-bottom: 10px !important;
}

.marginBottomX {
  margin-bottom: 20px !important;
}

.marginTopXMini {
  margin-top: 20px !important;
}

.marginTopX {
  margin-top: 30px !important;
}

.paddingTopLeftMini {
  padding: 5px 0px 0px 10px;
}

.marginLeft {
  margin-left: 10px !important;
}

.marginLeftExtraMini {
  margin-left: 5px !important;
}

.textALignCenter {
  font-size: 14px !important;
  color: #999999 !important;
  text-align: center !important;
  top: 50% !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 10% !important;
  margin: auto;
  right: 0 !important;
  z-index: -1 !important;
}

/* Massage Text Align the Center style end  */

/* mFashionDesigner style start */

.formMainBody {
  padding: 10px 70px 20px 70px !important;
}

.formMainHeding {
  font-size: 24px !important;
  color: #111111 !important;
}

.formContentLabel {
  font-size: 18px !important;
  color: #111111 !important;
}

.formcheckBox {
  color: #111111 !important;
  font-size: 24px !important;
}

.MuiCheckbox-colorSecondary {
  color: #616161 !important;
}

.MuiCheckbox-colorSecondary.Mui-checked {
  color: #ff5f00 !important;
}

.formCheckBoxAlignleft {
  text-align: left !important;
  align-items: left !important;
}

.profileUploadPreview {
  width: 25px;
  height: 25px;
}

.galleryUploadPreview {
  width: 40px;
  height: 30px;
  margin-right: 10px;
}

/* Text Field Responsive   variant outlined style start*/

.textFieldWidth {
  width: 100% !important;
}

.MuiOutlinedInput-input {
  padding: 10px 7px !important;
}

.MuiOutlinedInput-input {
  font-size: 14px !important;
}

.MuiSelect-outlined {
  font-size: 14px !important;
}

/* Text Field Responsive   variant outlined style end*/

/* Check Box Icon reponsive style start */

.MuiSvgIcon-root {
  font-size: 20px !important;
}

.MuiFormControlLabel-label {
  font-size: 14px !important;
}

.MuiIconButton-colorSecondary {
  padding: 6px !important;
}

/* ButtonComponent reponsive style start */

/* size small */

.smallButtonStyle {
  font-size: 12px !important;
  /* margin-top: 5px !important; */
  border-radius: 6px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: 24px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  /* padding: 5px 3px !important; */
  text-align: center !important;
}

.smallButtonStyle:hover {
  background: #ffab4d !important;
}

.mediumButtonStyle {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 30px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 5px 3px !important;
  margin: 2px 0px 0px 0px !important;
  text-align: center !important;
}

.Dashboard_button_disable {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 100px;
  height: 30px !important;
  background: rgb(184, 173, 173);
  border: 1px solid grey !important;
  color: grey !important;
  list-style-type: none;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 5px 3px !important;
  margin: 2px 0px 0px 0px !important;
  text-align: center !important;
}

.mediumButtonStyle:hover {
  background: #ffab4d !important;
}

.largeButtonStyle {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 120px !important;
  height: 24px !important;
  min-width: 120px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 5px 3px !important;
  margin: 2px 0px 0px 0px !important;
  text-align: center !important;
}

.largeButtonStyle:hover {
  background: #ffab4d !important;
}

.extraLargeButtonStyle {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 150px !important;
  min-width: 150px !important;
  height: 24px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 5px 3px !important;
  margin: 2px 0px 0px 0px !important;
  text-align: center !important;
}

.extraLargeButtonStyle:hover {
  background: #ffab4d !important;
}

/* Image Crop style */

.smallImgCropButtonStyle {
  font-size: 14px !important;
  border-radius: 6px !important;
  width: 90px !important;
  min-width: 90px !important;
  height: 26px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 2px !important;
  text-align: center !important;
}

.smallImgCropButtonStyle:hover {
  background: #ffab4d !important;
}

.closeImgCropBtn {
  font-size: 14px !important;
  border-radius: 6px !important;
  width: 90px !important;
  min-width: 90px !important;
  height: 26px !important;
  background: #ffffff !important;
  color: #ff5f00 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 2px !important;
  text-align: center !important;
}

.closeImgCropBtn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
}

/* form in timepicker body */

.formTimePickerBody {
  float: left !important;
  padding: 3px 0px 0px 20px !important;
}

.timePickerBodyStyle {
  border-style: ridge;
  width: 180px !important;
  padding: 5px;
  height: 35px;
  font-size: 12px !important;
}

.timePickerIcon {
  font-size: 14px !important;
}

.timePickerLabel {
  font-size: 12px !important;
}

/* Text Area Style */

.newTextArea {
  width: 100% !important;
  height: 85px !important;
  font-size: 12px;
}

/* Image Crop Utility Style start */

.image_crop_profile_pic {
  align-items: center;
  width: 350px;
  overflow: hidden;
}

.reactImageCropper {
  align-items: center;
  width: 350px;
  overflow: hidden;
}

.canvas {
  width: 1px !important;
  height: 1px !important;
  position: relative !important;
  visibility: hidden;
}

.croperBody {
  height: 350px !important;
  width: 350px;
  border: 1px solid white;
}

.imageCroperContentBody {
  padding: 0px 0px 0px 15px !important;
  border-left: 1px solid #c4c4c4;
}

.croperPreviewBody {
  height: 250px !important;
  width: 250px;
  border: 1px solid white;
}

.cropperImagePreview {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.upload_btn {
  font-size: 10px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 100px !important;
  height: 28px !important;
  background: #fb5607 !important;
  color: white !important;
  list-style-type: none !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px !important;
  text-align: center !important;
}

.imageCropperTitle {
  font-size: 12px;
  color: #05090f;
}

.imageCropperMSG {
  font-size: 10px;
  color: #577f9e;
}

.close_btn {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: 24px !important;
  background: #ffffff !important;
  color: #ff5f00 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px !important;
  margin: 2px 0px 0px 0px !important;
  text-align: center !important;
}

.close_btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
}

.onNtpNextSkipButton {
  margin-right: 0px;
  float: right !important;
}

.onNtpBackButton {
  margin-right: 10px !important;
  float: right !important;
}

/* Image Crop Utility Style end */

/* Dashboard tailors profile style start  */

.tableBody {
  margin-bottom: 0px !important;
}

.detailsHeading {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}

.tableHeading {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
}

.tableContentLabel {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}

.tableContentDetailBody {
  overflow: hidden !important;
  width: 700px !important;
  height: auto !important;
}

.tableContentDetails {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}

.tableUserNames {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.storeDetailsBody {
  border-bottom: 1px solid #cecccc;
}

.commentLabel {
  font-size: 10px;
  color: #999999;
}

.commentLabelLg {
  font-size: 14px;
  color: #999999;
}

.storeHeading {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
}

.storeContentLabel {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.storeContentDetails {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.galleryImageUpload {
  width: 80px;
  height: 60px;
  margin: 0px 10px 5px 0px;
}

.galleryHeading {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
}

.galleryPrimaryImageShow {
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.galleryStoreImageShow {
  width: 350px;
  height: 263px;
  object-fit: cover;
}

.galleryImageCardBody {
  margin: 8px 0px 0px 0px;
  padding: 5px;
}

/* Dashboard tailors profile style end */

/* newTailorDetailsComponent style start */

.editFormLabel {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.selectFormLabel {
  margin-top: 35px !important;
  font-size: 14px;
  font-weight: 600;
  color: #fb5607;
}

.editFormContentLabel {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}

.editFormContentExLabel {
  font-size: 10px;
  font-weight: 600;
  color: #333333;
}

.editFormTimePickerBody {
  padding: 20px 0px 0px 0px !important;
}

.editFormTimePickerLabel {
  color: #666666 !;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  align-items: center !important;
}

.editFormTimePickerContentLabel {
  color: #999999 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-align: center !important;
  align-items: center !important;
}

.newEditFormServiceTextArea {
  width: 100% !important;
  height: 40px !important;
  font-size: 12px;
}

/* mfashionQuoteComponent style start */

.fashionQuoteMainGrid {
  padding: 5px;
}

.fashionQuoteBody {
  padding: 5px;
}

.fashionQuoteContentBody {
  padding: 3px;
}

.fashionQuoteIconBody {
  padding-bottom: 10px;
}

.fashionQuoteLeftIcon {
  float: left;
  width: 25px;
  height: 25px;
}

.fashionQuoteRightIcon {
  float: right;
  width: 25px;
  height: 25px;
}

.fashionQuoteEditIcon {
  float: right;
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}

.fashionQuoteDeleteIcon {
  float: right;
  width: 16px;
  height: 16px;
  font-size: 16px;
  cursor: pointer;
}

.fashionQuoteTitle {
  color: #05090f;
  font-size: 16px;
  font-weight: 600;
  height: 20px !important;
  overflow: hidden;
}

.quoteWriteByInDashboard {
  color: #05090f;
  font-size: 16px;
  overflow: hidden !important;
  text-align: justify !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
  float: right !important;
  font-weight: 700;
  padding-top: 15px;
  text-align: right !important;
  text-transform: capitalize;
}

.fashionQuoteDescription {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden !important;
  text-align: justify !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  color: #000000;
  height: 72px !important;
}

.fashionQuoteFormLabel {
  font-size: 20px;
  color: #05090f;
}

.newTextAreaForFashionQuote {
  width: 100% !important;
  height: 120px !important;
  font-size: 12px;
}

/* FormScarpBookComponent style start */

.scrapBookMainBody {
  padding: 5px;
}

.scrapBookMainBody:hover {
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.164) !important;
  -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.164) !important;
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.164) !important;
  -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.164) !important;
}

.imageWidthHeightMini {
  width: 190px;
  height: 142px;
  object-fit: cover;
  border-radius: 6px;
}

.imageWidthHeight {
  width: 380px;
  height: 290px;
  object-fit: cover;
  border-radius: 6px;
}

.colorBoxMini {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}

.scrapBookImagePreview {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.colorTextField {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important;
}

.colorPreviewBox {
  width: 30px;
  height: 30px;
  margin-left: 10px !important;
  border-radius: 6px;
}

/* mfashionStoriesComponent Style start */

.fashionStoryImageView {
  width: 100%;
  height: 400px;
  object-fit: fill;
  border-radius: 4px;
}

.fashionStoryImageContent {
  position: relative;
  height: 420px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  outline: none !important;
}

.fashionStoryImageContent:focus {
  outline: none;
}

.fashionStoryImageContent .imageBlock {
  display: block !important;
}

.fashionStoryImageContent .contentBlock {
  display: none !important;
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
}

.fashionStoryImageContent:hover .imageBlock {
  display: none !important;
}

.fashionStoryImageContent:hover .contentBlock {
  display: block !important;
  margin-bottom: 5px;
  z-index: 999 !important;
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
}

.contentBodySize {
  height: 400px;
  width: 100%;
  padding: 5px;
}

.categoryButton {
  font-size: 12px !important;
  border-radius: 4px !important;
  width: 100px !important;
  min-width: 100px !important;
  height: 24px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 4px 4px !important;
  text-align: center !important;
  vertical-align: middle;
  font-weight: 600;
}

.categoryButtonAlign {
  text-align: center;
  align-items: center;
  align-content: center;
}

.fashionStoryReadShop2 {
  bottom: 4%;
  font-weight: 600;
  color: #ff5f00;
  position: absolute;
  text-align: center;
  align-items: center;
  background: white;
  z-index: -1 !important;
}

.fashionStoryIconLeft {
  float: left;
  width: 25px;
  height: 25px;
}

.fashionStoryIconRight {
  float: right;
  width: 25px;
  height: 25px;
}

.fashionStoryBottomIcon {
  width: 25px;
  height: 25px;
  display: inline !important;
}

.fashionStoryBottomReadShopButton {
  font-size: 12px !important;
  border-radius: 4px !important;
  width: 100px !important;
  min-width: 100px !important;
  height: 24px !important;
  border: 1px solid #ff5f00;
  background: #ffffff !important;
  color: #ff5f00 !important;
  text-transform: uppercase !important;
  padding: 4px 14px !important;
  text-align: center !important;
  vertical-align: middle;
  font-weight: 600;
}

.fashionStoryTextAlign {
  text-align: center;
}

.fashionStoryTitle {
  font-size: 20px !important;
  font-weight: normal;
  height: 27px;
  text-transform: capitalize;
  overflow: hidden;
  color: #000000;
}

.fashionStorySubTitle {
  font-size: 15px !important;
  font-weight: bold;
  text-transform: capitalize;
  height: 35px;
  overflow: hidden;
  color: #000000;
}

.fashionStoryDescription {
  font-size: 13px;
  font-weight: lighter;
  height: 170px;
  overflow: hidden;
  color: #000000;
}

.fashionStoryDate {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  color: #fb5607;
}

.fashionStoryDateContent {
  font-size: 12px;
  font-weight: lighter;
  height: 15px;
  color: #000000;
  overflow: hidden;
}

.fashionStoryDeleteEditButton {
  font-size: 10px !important;
  border-radius: 4px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: 24px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 4px 4px !important;
  text-align: center !important;
  vertical-align: middle;
  font-weight: 600;
}

.fashionStoryDeleteEditButton:hover {
  background: #ffab4d !important;
}

.fashionStoryReadShop {
  /* margin-top: -47px; */
  left: 20%;
  right: 20%;
  bottom: 4%;
  width: 60%;
  font-weight: 600;
  color: #ff5f00;
  position: absolute;
  text-align: center;
  align-items: center;
  background: white;
  font-size: 12px;
  padding: 10px;
  border-radius: 4px;
}

.fashionStoryPaddingRight {
  padding-right: 10px !important;
}

.fashionStoryDropdownAlign {
  text-align: center;
  align-content: center;
  align-items: center;
}

.fashionStoryFormLabel {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}

.fashionStoryFormTitle {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.fashionStoryImageUploadPreview {
  width: 160px;
  height: 120px;
  object-fit: cover;
}

.gridProductAlign {
  padding: 5px;
}

.gridProductPreviewMainBody {
  padding: 5px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.gridProductPreviewMainBody:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
}

.gridProductImagePreview {
  width: 100%;
  height: 200px;
  object-fit: fill;
}

.gridProductNumber {
  font-size: 10px;
  color: #000000;
  font-weight: 400;
}

.gridProductTitle {
  font-size: 10px;
  height: 13px;
  overflow: hidden;
  color: #000000;
  font-weight: 600;
}

.gridProductDiscontPrice {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  text-align: right;
}

.gridProductActualPrice {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  text-decoration: line-through;
  text-align: right;
}

.gridProductListLabel {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.gridProductRadioButton {
  font-size: 12px !important;
  float: right;
}

.gridProductEditButton {
  font-size: 8px !important;
  border-radius: 4px !important;
  width: 60px !important;
  min-width: 60px !important;
  height: 14px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 2px 2px !important;
  text-align: center !important;
  vertical-align: middle;
  cursor: pointer !important;
  font-weight: 600;
}

.fashionStoryBgImageProduct {
  /* background-position: center; */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: cover !important;
  background-repeat: no-repeat !important;
  width: 600px !important;
  height: 300px !important;
  background-size: 100% 100% !important;
}

.gridBoxBody {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

.gridBox {
  padding: 0px !important;
  width: 150px;
  height: 150px;
}

/* TextField DropDown */

.normalDropdownStyle {
  width: 160px !important;
  margin-bottom: 5px !important;
}

.normalFullDropdownStyle {
  width: 193px !important;
}

/* showAllVendorProductComponent style Start */

.productListLabel {
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #333333;
}

.productListLabelContent {
  text-align: center;
  align-items: center;
  align-content: center;
  vertical-align: middle !important;
  justify-self: center;
  justify-content: center;
  justify-items: center;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #999999;
  padding-bottom: 3px;
}

/* showVendorProductDetailsComponent style start */

.productDetailsImagePreview {
  height: 332px;
  width: 100%;
  object-fit: fill;
}

.productDetailsTitle {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.productDetailsLabel {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}

.productDetailsContentLabel {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}

.productDetailsCategorySubLabel {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
}

.productDetailsCategorySubLabelBody {
  margin: 6px 0px 0px 0px !important;
}

.productCategoryDetailsButtonAlign {
  text-align: center;
  align-items: center;
  align-content: center;
}

.productDetailsContentLabelLineThrow {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  padding-left: 10px;
  text-decoration: line-through;
}

.productDetailsDescription {
  font-size: 10px;
  color: #000000;
  font-weight: 400;
  height: 73px;
  overflow: hidden;
}

.productDetailsHRline {
  margin: 0px;
  border: 1px solid #ff5f00;
}

.colorBoxProductDetails {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: table;
  margin: 0 auto;
}

.colorBoxProductDetailsAlign {
  width: 100%
}

.productDetailsQuantityTextField {
  width: 60px !important;
  font-size: 10px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 1px !important;
}

/* productBasicDetails component style start */

.addProductDetailsLabel {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.productAttributePaperBody {
  padding: 12px;
}

.addProductDetailsMiniLabel {
  margin-top: 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.addProductDetailsSizeBody {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid gray;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 4px 0px 0px 0px;
}

.addProductDetailsColorBody {
  width: 30px;
  height: 30px;
  border: 1px solid gray;
  border-radius: 50%;
}

/* productUploadingComponent style start */

.imageUpload {
  padding: 5px;
}

.imageUploadBody {
  padding: 10px;
}

.productImageUploadTitle {
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.productUploadImagePriview {
  width: 75px;
  height: 100px;
  object-fit: fill;
}

/* VendorOrdersComponent style start */

.orderProductDetailsColorBody {
  width: 20px !important;
  height: 20px !important;
  border-radius: 5px;
  border: 1px solid #000000;
}

/* proDesignersShowAllComponent style start */

.proDesignerShowAllHeading {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  font-weight: 600;
}

.proDesignerContentAndImageMainBody {
  padding: 0px;
  height: 200px;
  border-radius: 6px;
  border: 1px solid #cccccc !important;
}

.proDesignerContentAndImageBody {
  padding: 0px;
}

.proDesignerContentBody {
  padding: 10px;
}

.proDesignerImageBody {
  width: 100%;
  height: 199px;
  object-fit: fill;
  border-radius: 6px 0px 0px 6px;
}

.proDesignerName {
  font-size: 18px;
  height: 22px;
  overflow: hidden;
  font-weight: 400;
  color: #333333;
}

.proDesignerCityTitle {
  font-size: 14px;
  height: 18px;
  overflow: hidden;
  color: #666666;
}

.proDesignerViewDetailsButtonAlign {
  text-align: center;
  align-items: center;
  align-content: center;
  margin-top: 88px;
}

.proDesignerViewDetailsButtonGap {
  margin-top: 5px;
}

.tailorViewDetailsRatingGap {
  padding-left: 50px;
  margin-top: 88px;
}

.proDesigneViewDetails {
  font-size: 14px;
  height: 17px;
  overflow: hidden;
  color: #ff5f00;
  font-weight: 600;
}

.proDesigneViewDetails:hover {
  color: #333333;
}

.DesignerFollow {
  font-size: 12px;
  margin-top: 5px;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  text-transform: uppercase !important;
  cursor: pointer;
  padding: 6px 6px !important;
  text-align: center;
  list-style-type: none;
  text-align: center;
  border-radius: 6px;
  background: #fff !important;
  color: #ff5f00 !important;
  border: 1px solid #ff5f00 !important;
}

.DesignerUnfollow {
  font-size: 12px;
  margin-top: 5px;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  text-transform: uppercase !important;
  cursor: pointer;
  padding: 6px 6px !important;
  text-align: center;
  background: #ff5f00 !important;
  color: #fff !important;
  list-style-type: none;
  text-align: center;
  border-radius: 6px;
}

.showAllDesignerwMainBody {
  border-radius: 6px;
  border: 1px solid #cccccc !important;
}

.showAllDesignerwMainBody:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
}

/* DesignerIndex style start */

.designerProfileDiveLineImg {
  height: auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.designerProfileImageMainBody {
  width: 100%;
  height: 240px;
}

.designerProfileBackgroundImage1Body {
  position: relative;
}

.designerProfileBackgroundImage1 {
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
  position: absolute;
}

.designerProfileBackgroundImage2Body {
  position: relative;
}

.designerProfileBackgroundImage2 {
  width: 30px;
  height: 30px;
  bottom: 25%;
  left: 10px;
  position: absolute;
}

.designerProfileBackgroundImage3 {
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10%;
  position: absolute;
}

.designerProfilImage {
  width: 100%;
  height: 410px;
  object-fit: fill;
}

.designerNameGradient {
  font-size: 72px;
  height: 78px;
  background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
  -webkit-text-fill-color: transparent;
  word-wrap: break-word;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0px 0px 0px 45px !important;
}

.userName {
  font-size: 24px;
  width: 200px !important;
  height: 20px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  text-transform: uppercase;
  font-weight: bolder;
}

.userCity {
  font-size: 18px;
  color: #333333;
}

.imageMapProIcon {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.imageMapProTitle {
  padding: 2px 0px 0px 0px;
  font-size: 16px;
  color: #fb5607 !important;
  font-weight: 600;
}

.followerCount {
  font-size: 16px;
  color: #111111;
  font-weight: bold;
}

.followerLabel {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.socialMedia {
  font-size: 20px;
  background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
  -webkit-text-fill-color: transparent;
  word-wrap: break-word;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 500;
  text-transform: capitalize;
}

.socialMediaIcon {
  font-size: 24px !important;
  size: 24px !important;
  color: #616161 !important;
}

.socialMediaLabel {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: capitalize;
}

.profileButtonTextAlignBody {
  text-align: center;
  align-items: center;
  align-content: center;
}

.profileFollowUnfollowAlignBody {
  text-align: center;
  float: right !important;
}

.appointAlignBody {
  text-align: left;
  align-items: left;
  align-content: left;
}

.profileDescription {
  font-size: 16px;
  color: #333333;
}

.detailsImagGap {
  padding: 20px 0px 0px 0px;
}

.storeAddressContent {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  text-transform: capitalize;
}

/*appointmentComponent style start  */

.appointmentFormLabel {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

/* BagDetailsComponent style start */

.bagContainLabel {
  font-size: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  padding-top: 7px;
}

.checkOutButton {
  border: 1px solid #ff5f00 !important;
  text-transform: none !important;
  float: left;
  font-size: 12px !important;
  text-transform: uppercase !important;
  width: 150px;
  min-width: 150px;
  height: 30px;
  color: #ff5f00 !important;
}

.checkOutButton:hover {
  color: white !important;
  background: #ff5f00 !important;
}

.checkOutImg {
  width: 200px;
  height: 250px;
  object-fit: fill;
}

.checkOutImgBelowLine {
  padding: 10px;
  border-bottom: 1px solid #c4c4c4;
}

.offerCodeEnterTextField {
  float: right;
  height: 20px !important;
  width: 200px !important;
  min-width: 200px !important;
}

.offerCodeEnterButtonImage {
  width: 24px;
  height: 24px;
}

.offerCodeEnterButton {
  background: #ff5f00 !important;
  margin: 0px 8px 0px 0px !important;
  float: right !important;
  padding: 6px 6x !important;
  width: 40px;
  min-width: 40px !important;
  height: 35px !important;
  min-height: 35px !important;
  margin-left: -2px;
  color: #ffffff !important;
}

.offerCodeEnterButtonDisabled {
  background: #999 !important;
  margin: 0px 8px 0px -1px !important;
  padding: 6px 6px !important;
  color: #ffffff !important;
  min-width: 30px !important;
  min-height: 25px !important;
  float: right !important;
}

.offerCodeEnterButton:hover {
  background: #999999 !important;
}

.removeCouponButton {
  color: #ff5f00 !important;
  margin-top: 5px !important;
  font-size: 12px !important;
  float: right !important;
  width: 150px !important;
  height: 28px !important;
}

.removeCouponDisabledButton {
  color: #c4c4c4 !important;
  margin-top: 5px !important;
  font-size: 12px !important;
  float: right !important;
  width: 150px !important;
  height: 28px !important;
}

.orderValueLabel {
  font-size: 16px;
  color: #666666 !important;
  font-weight: 500;
  padding-left: 20px;
}

.orderValuePrice {
  font-size: 16px;
  color: #ff5f00 !important;
  font-weight: 500;
  text-align: right;
}

.shopMoreLabelBody {
  padding: 10px 0px 0px 20px !important;
}

.shopMoreLabel {
  font-size: 14px;
  color: #ff5f00 !important;
}

.goToCheckOutButton {
  font-size: 12px !important;
  margin-top: 5px !important;
  border-radius: 6px !important;
  width: 150px !important;
  min-width: 150px !important;
  float: right !important;
  height: 30px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 6px !important;
  text-align: center !important;
}

.productRemoveButton {
  border: 1px solid #ff5f00 !important;
  width: 120px !important;
  min-width: 120px !important;
  margin-top: 10px !important;
  /* float: right !important; */
  height: 35px !important;
  font-size: 12px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #ff5f00 !important;
  vertical-align: middle !important;
}

.productRemoveButton:hover {
  color: white !important;
  background: #ff5f00 !important;
}

.addFavLink {
  font-size: 14px !important;
  color: #ff5f00 !important;
}

.addFavLink:hover {
  color: #ff5f00 !important;
  cursor: pointer;
}

.productTitleCheckOut {
  font-size: 16px;
  color: #ff5f00 !important;
  height: 19px;
  margin: 15px 0px !important;
  overflow: hidden;
  font-weight: bold;
}

.productCheckOutLabel {
  font-size: 15px;
  color: #616161 !important;
  height: 18px;
  overflow: hidden;
  font-weight: bold;
}

.producPriceCart {
  color: #ff5f00;
  margin-top: 15px !important;
  font-size: 18px;
  float: right;
  padding-left: 2em
}

.producStrickedPriceCart {
  color: #05090f;
  font-size: 16px;
  float: right;
  padding-left: 2em
}

.productCheckOutContentLabel {
  font-size: 14px;
  color: #616161 !important;
  height: 18px;
  overflow: hidden;
}

.productCheckOutActualPriceLabel {
  font-size: 15px;
  color: #616161 !important;
  height: 18px;
  overflow: hidden;
  padding-left: 65px !important;
}

/* BagTabsComponent style start */

.bagTabofferLabel {
  padding-left: 20px;
  font-size: 18px;
  color: #616161;
  font-weight: bold;
}

.bagTabShowMoreOfferLabel {
  font-size: 16px;
  color: #ff5f00;
  font-weight: bold;
  text-align: right;
}

.couponBodyAndBackgroundBody {
  /* padding: 10px; */
  position: relative;
}

.couponBodyAndBackground {
  min-height: 200px;
  height: 200px;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  background-image: url('../img/now_bg.png');
  background-size: cover;
  box-shadow: none !important;
  color: #ffffff;
  cursor: pointer !important;
  position: relative;
  border-radius: 8px !important;
}

.couponTitle {
  font-size: 24px;
  color: #ffffff;
  height: 30px;
}

.couponPercentage {
  font-size: 24px;
  color: #ffffff;
  height: 30px;
  font-weight: 600;
}

.couponDescription {
  height: 50px;
  font-size: 12px;
  overflow: hidden;
  color: #ffffff;
}

.couponCode {
  font-size: 16px;
  color: #ffffff !important;
  text-align: left;
  height: 22px;
  overflow: hidden;
}

.couponCodeBody {
  bottom: 15px;
  position: absolute;
}

.couponPercentageBody {
  bottom: 38px;
  position: absolute;
}

/* account subscription style */

.rightContentViewBody {
  /* margin-top: -24px !important; */
}

.rightContentView {
  max-height: 100vh !important;
  margin-top: -25px !important;
  overflow: overlay !important;
  -ms-overflow-style: none !important;
}

::-webkit-scrollbar {
  display: none;
}

/*  */

.bagTabRightContentView {
  max-height: 100vh !important;
  overflow: overlay !important;
  -ms-overflow-style: none !important;
}

::-webkit-scrollbar {
  display: none;
}

.bagTabAndAddressTopContentView {
  margin-top: -24px
}

/* FavouriteTabComponent style start */

.favProductImagePreview {
  width: 100%;
  height: 180px;
  object-fit: fill;
}

.favProductBagImage {
  width: 24px;
  height: 24px;
  float: right;
}

.favProductFavImage {
  width: 24px;
  height: 24px;
  float: left;
}

.favProductTitle {
  font-size: 14px;
  height: 18px;
  overflow: hidden;
  color: #616161;
  font-weight: bolder;
}

.favProductDiscontPrice {
  font-size: 14px;
  color: #ff5f00;
  font-weight: bold;
  text-align: left;
}

.favProductActualPrice {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  text-decoration: line-through;
  text-align: left;
  padding-left: 15px;
}

.favProductPreviewMainBody {
  padding: 5px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.02);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.02);
}

.favProductPreviewMainBody:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
}

.favAddProductLabel {
  font-size: 14px;
  color: #333333 !important;
  text-align: right;
}

.allCardProductTitle {
  font-size: 14px;
  height: 17px;
  overflow: hidden;
  color: #616161;
  font-weight: bolder;
  text-transform: capitalize;
}

.allCardProductMaterial {
  font-size: 12px;
  height: 16px;
  overflow: hidden;
  color: #616161;
  font-weight: 400;
  text-transform: capitalize;
}

/*  */

/* multiImageCropComponent style start */

.deieah {
  padding: 1px !important;
  color: red !important;
  background-color: #666666 !important;
  opacity: 0.5;
}

/* multiImageCropComponent style ends */

/* Left menu Tab style account page style start*/

.leftMenuTabLabel {
  font-size: 16px !important;
  color: #111111 !important;
  font-weight: bold !important;
  background: #ffffff !important;
}

.MuiTab-wrapper {
  align-items: left !important;
}

.MuiTab-root {
  max-height: 48px !important;
  min-height: 48px !important;
  height: 48px !important;
}

/*  Left menu Tab style account page style ends */

/* orderDetailsByorederId page style start*/

.orderAddressDetailsBody {
  padding: 10px;
}

.orderAddressDeliverLabel {
  font-size: 24px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.orderAddressDeliverUserName {
  font-size: 18px !important;
  font-weight: 500;
  text-transform: capitalize;
}

.orderAddressDeliverOtherLabel {
  font-size: 14px !important;
  font-weight: 400;
  text-transform: capitalize;
}

.orderAddresDownloadInvLabel {
  font-size: 18px !important;
  font-weight: 500;
  text-transform: capitalize;
}

.orderAddressMoreDetailsLabel {
  font-size: 24px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.ArchiveIconStyle {
  font-size: 24px !important;
  size: 24px !important;
}

.orderProductDetailsBody {
  padding: 10px !important;
  margin: 10px 0px 10px 0px !important;
}

.orderProductImage {
  width: 100%;
  height: 340px;
  border-radius: 6px;
  cursor: pointer
}

.orderProductTitle {
  font-size: 24px;
  font-weight: bold;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
}

.orderProductDetails {
  font-size: 18px;
  font-weight: bold;
}

.orderOtherTitle {
  font-size: 14px;
  text-transform: capitalize;
}

.orderOtherContent {
  font-size: 14px;
  text-transform: capitalize;
}

.orderOtherContentColorBox {
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px;
  padding: 1px;
  border: solid 1px #05090f;
  margin: 2px;
}

.orderTotalPrice {
  font-size: 14px;
  font-weight: 600;
}

.orderDiscountPriceTitle {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}

/*  orderDetailsByorederId page style ends */

/* DesignerScrapBookComponent style start */

.scrapBookMainImageShowAllBody {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  margin: 15px 0px 0px 0px !important;
}

.scrapBookMainImageShowBody {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
}

.scrapBookFabricImageBody {
  text-align: center !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: center !important;
}

.scrapBookMainImageShow {
  width: 100%;
  height: 380px;
  border-radius: 6px;
}

.scrapBookSliderImageShow {
  width: 100%;
  height: 380px;
  border-radius: 6px;
}

.scrapBookSliderSideImageShow {
  width: 100%;
  height: 140px;
  border-radius: 6px;
}

.scrapBookSubImageShow {
  width: 250px;
  height: 188px;
  border-radius: 6px;
}

.colorBox {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  float: 'left'
}

/* DesignerScrapBookComponent style ends */

/* ShowAllScrapBookComponent style start */

.showAllScrapBookMainBody {
  padding: 10px !important;
  margin-top: 10px !important;
}

/* ShowAllScrapBookComponent style ends */

/* TailorGalleryComponent style start */

.tailorGalleryHeading {
  font-size: 24px;
  color: #fb5607;
}

.galleryMainImgBody {
  padding: 5px 8px 5px 8px !important;
}

.gallerySubImgBody {
  padding: 5px !important;
}

.galleryMainImg {
  width: 450px;
  height: 450px;
  border-radius: 6px;
}

.gallerySubImg {
  width: 290px;
  height: 220px;
  border-radius: 6px;
}

/* TailorGalleryComponent style ends */

/* SubHeader style start */

.catergoryLabel {
  font-size: 18px !important;
  padding-top: 4px !important;
  font-size: 500;
  color: #111111;
  padding: 0px;
}

/* SubHeader style end */

/*  TopRatedTailorViewComponent style start*/

.storeImage {
  display: inline-block;
}

.storeImage {
  color: #fb5607;
  font-size: 24px !important;
  padding: 5px;
  font-weight: bold;
}

.storeImage img {
  width: 24px;
  height: 24px;
  margin: -5px 0px 0px 0px;
}

.tailorDetailsProfileBody {
  padding: 5px 15px 5px 0px;
}

.tailorDetailsProfile {
  height: 200px;
  width: 200px;
  border-radius: 6px;
}

.tailorContactLabel {
  font-size: 18px !important;
  font-weight: bold;
  color: #111111;
}

.tailorContactContentLabel {
  font-size: 14px !important;
  font-weight: bold;
  color: #111111;
}

.tailorStoreDayLabel {
  font-size: 16px !important;
  color: #333333;
  height: 22px;
  overflow: hidden;
  text-transform: capitalize;
}

.tailorStoreTimeLabel {
  font-size: 16px !important;
  color: #333333;
  height: 22px;
  overflow: hidden;
  text-transform: uppercase;
}

/*  TopRatedTailorViewComponent style ends*/

/* OrderComponent style start */

.accountOrderDetailsBody {
  padding: 10px !important;
  background-color: #ffffff !important;
  color: #000000;
  border: solid .5px #d4d4d4;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
}

.accountOrderBody {
  padding: 10px 5px 10px 5px;
  background-color: #fafafa;
  border: solid .5px #d4d4d4;
  border-radius: 6px;
  text-align: center !important;
  align-content: center !important;
  align-content: center !important;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.03);
}

.accountOrderImage {
  width: 180px;
  height: 240px;
  cursor: pointer;
  border-radius: 6px;
}

.accountOrderRightBody {
  padding-left: 20px !important;
}

.accountOrderProductName {
  font-size: 24px !important;
  color: #333333 !important;
  font-weight: 600 !important;
  height: 30px !important;
  overflow: hidden;
  cursor: pointer;
}

.accountOrderProductDetailsLabel {
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 500 !important;
  height: 22px !important;
  overflow: hidden;
}

.accountOrderProductDetailscontent {
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 400 !important;
  height: 22px !important;
  overflow: hidden;
  text-transform: capitalize;
}

.accountOrderProductDisPr {
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 500 !important;
}

.accountOrderProductActualPr {
  font-size: 12px !important;
  color: #333333 !important;
  font-weight: 400 !important;
}

.accountOrderDateLabel {
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: 600 !important;
}

.accountOrderDateContent {
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}

.accountOrderBuyerName {
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: 600 !important;
  height: 18px !important;
  text-align: right !important;
  overflow: hidden;
  text-transform: capitalize;
}

.accountOrderStatus {
  font-size: 14px !important;
  color: #fb5607 !important;
  font-weight: 600 !important;
}

.accountOrderId {
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: 400 !important;
  text-align: right !important;
}

.orderSpapce {
  margin: 100px 0px 0px 0px !important;
}

.orderIdStatusBody {
  padding: 10px !important;
  background-color: #fafafa !important;
  border-radius: 6px !important;
  vertical-align: middle !important;
}

/* OrderComponent style start */

/* allProductsComponent style start */

.productImgResponsive {
  padding: 0% 2.5% 0% 2.5%;
  display: block;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  object-fit: fill !important;
  height: 200px;
}

.emptyPragragh {
  height: 12px !important;
}

/*allProductsComponent style end  */

/* Fashion Story Collection Product style start*/

.fashionCollectionProductImgResponsive {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  object-fit: fill !important;
  height: 320px;
  padding: 0px 0px 14px 0px !important;
}

.fashionCollectionProductCard {
  height: 320px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: #ffffff;
}

.fashionCollectionProductCard:focus {
  outline: none !important;
}

.fashionCollectionProductCard figure {
  position: absolute;
  text-align: left;
  padding: 10px;
  width: 100%;
  height: 85%;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  bottom: -100%;
  transition: ease-in-out .5s;
}

.fashionCollectionProductCard:hover figure {
  bottom: -50%;
  /* left: 6px !important;
  right: 6px !important; */
}

.fashionCollectionProductCard figure h4 {
  margin: 0;
  padding-bottom: 10px;
}

/*  */

/* DesignerProduct style start */

.designerProductImgResponsive {
  padding: 0% 2.5% 0% 2.5%;
  display: block;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  object-fit: fill !important;
  height: 320px !important;
}

/*DesignerProduct style end  */

/* indexComponent style start */

.containerBody {
  margin: 50px 0px 5px 0px !important;
}

.indexPageLoginButton {
  font-size: 14px !important;
  border-radius: 6px !important;
  width: 90px !important;
  min-width: 90px !important;
  height: 30px !important;
  background: #ff5f00 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: center !important;
}

.indexPageLoginButton:hover {
  background: #ffab4d !important;
}

.indexPageLoginButtonLabel {
  color: #ffffff !important;
}

.indexPageSeePersonalized {
  color: #333333 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
}

/* indexComponent style ends */

/* AccountTab AddressLineComponent style start*/

.accountOrdressDetailsBody {
  padding: 10px;
}

.accountAddressDeliverUserName {
  font-size: 18px !important;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
}

.accountAddresContactrLabel {
  font-size: 14px !important;
  font-weight: 600;
  color: #333333;
}

.accountAddresOtherLabel {
  font-size: 14px !important;
  font-weight: 400;
  color: #333333;
}

.accountAddresslineBody {
  padding: 5px 0px 5px 0px;
}

/* AccountTab AddressLineComponent style ends*/

/* FashionShowMoreComponent style start */

.fashionStryLabel {
  font-size: 24px !important;
  color: #333333;
  font-weight: bolder;
}

.fashionStryInspirationLabel {
  font-size: 18px !important;
  color: #333333;
  font-weight: bolder;
}

/* FashionShowMoreComponent style ends */

/* All Designer and Tailor Card Styles start*/

.allTDCardTitle {
  font-size: 18px !important;
  color: #111111 !important;
  font-weight: 500 !important;
  height: 23px !important;
  overflow: hidden !important;
  text-transform: capitalize !important;
}

.allTDCardCityName {
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 400 !important;
  height: 19px !important;
  overflow: hidden !important;
}

.allTDCardViewProfile {
  font-size: 12px !important;
  color: #ff5f00 !important;
  font-weight: 600 !important;
  text-align: center;
  margin: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.allTDCardViewProfile:focus {
  outline: none !important;
}

.allTDCardViewProfileTailor {
  font-size: 12px !important;
  color: #ff5f00 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0px 0px 0px 7px !important;
  outline: none !important;
}

.allTDCardViewProfileTailor:focus {
  outline: none !important;
}

.allTDCardFollowButtonAlign {
  padding: 10px 0px 0px 0px !important;
  display: flex !important;
  justify-content: center !important;
}

.allTDCardViewProfileButtonAlign {
  justify-content: center !important;
  text-align: center !important;
  padding: 50px 0px 0px 0px !important;
}

.allTDCardViewProfileButtonAlignTailor {
  padding: 65px 0px 0px 30px !important;
}

.imgDimensionsResponsive {
  height: 172px !important;
  width: 172px !important;
  object-fit: fill !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.cardDimnsions {
  height: 172px !important;
  display: flex !important;
  box-shadow: none !important;
}

.cardDimnsionsNtSlide {
  height: 172px !important;
  display: flex !important;
  box-shadow: none !important;
}

.cardDimnsions:hover {
  box-shadow: 0 0 10px silver !important;
}

.cardBodyDetails {
  display: flex !important;
  flex-direction: column !important;
  padding: 10px;
}

.cardContentDetails {
  flex: 1 0 auto !important;
}

#slick-slide_item_apt_fashion {
  padding: 15px;
  /* margin-top: 22px; */
  margin: 22px 3px 0px 3px !important;
}

#slick-slide_item_apt_fashion:focus {
  outline: none !important;
}

#slick-slide_item_apt_fashion, .slick-list {
  height: auto;
  background: white;
}

.imgDimensionsResponsiveNCard {
  height: 250px !important;
  width: 250px !important;
  object-fit: fill !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.customerLogos {
  background: white;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  height: 250px !important;
}

.customerLogos:focus {
  outline: none !important;
}

/* All Designer and Tailor Card Styles ends*/

/* Follwing Card style */

.imgDimensionsResponsiveFCard {
  height: 233px !important;
  width: 234px !important;
  object-fit: cover !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  border-radius: 6px 0px 0px 6px;
}

.cardDimnsionsFCard {
  height: 234px !important;
  display: flex !important;
  box-shadow: none !important;
  border-radius: 6px;
  border: .1px solid #cccccc !important;
}

.cardDimnsionsFCard:hover {
  box-shadow: 0 0 10px silver !important;
}

.followingCardContentBody {
  padding: 10px !important;
  position: relative;
}

.follwingButtonAlign {
  justify-content: center !important;
  text-align: center !important;
  bottom: 10px;
  position: absolute;
}

/* DesignerCardComponent style start */

.designerCardMainBodyAlign {
  margin: 5px !important;
}

.designerCardMainBody {
  padding: 10px 10px 0px 10px !important;
  border-radius: 6px;
  border: 1px solid #cccccc !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 196px !important;
  z-index: -1;
}

.designerCardMainBody:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
}

.designerCardImgBody {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-top: 50%; */
}

.designerCardImg {
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
  min-width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px !important;
}

.designerCardContentBody {
  padding: 0px 0px 0px 8px;
  width: 100%;
  position: relative;
}

.designerCardUserName {
  font-size: 24px;
  color: #666665;
  font-weight: 600;
  height: 30px;
  overflow: hidden;
  padding: 0px 36px 0px 0px !important;
  text-transform: capitalize;
}

.designerCardUserAreaCity {
  font-size: 12px;
  color: #111111;
  font-weight: 500;
  height: 26px;
  overflow: hidden;
  text-transform: capitalize;
  padding: 10px 0px 0px 0px;
}

.designerCardRatingAlign {
  padding: 5px 0px 0px 0px;
}

.designerCardButtonAlign {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.designerCardButtonFollow {
  background-color: #ff5f00 !important;
  color: #ffffff !important;
  width: 90px !important;
  height: 28px !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  float: left !important;
  z-index: 999;
}

.designerCardButtonUnFollow {
  background-color: #ffffff !important;
  border: 1px solid #ff5f00 !important;
  color: #ff5f00 !important;
  width: 90px !important;
  height: 28px !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  float: left !important;
  z-index: 999;
}

.designerCardButtonUnFollow:hover {
  background-color: #ff5f00 !important;
  color: #ffffff !important;
}

.designerCardProIcon {
  width: 24px;
  height: 24px;
  right: 5px;
  top: 2px;
  position: absolute;
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  .designerCardMainBody {
    padding: 10px 10px 0px 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 166px !important;
  }
  .designerCardMainBody:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .designerCardUserName {
    font-size: 20px;
    color: #666665;
    font-weight: 600;
    height: 25px;
    overflow: hidden;
    padding: 0px 30px 0px 0px !important;
    text-transform: capitalize;
  }
  .designerCardUserAreaCity {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
  }
  .designerCardButtonFollow {
    background-color: #ff5f00 !important;
    color: #ffffff !important;
    width: 70px !important;
    height: 22px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    float: left !important;
  }
  .designerCardButtonUnFollow {
    background-color: #ffffff !important;
    border: 1px solid #ff5f00 !important;
    color: #ff5f00 !important;
    width: 70px !important;
    height: 22px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    float: left !important;
  }
  .designerCardButtonUnFollow:hover {
    background-color: #ff5f00 !important;
    color: #ffffff !important;
  }
  .designerCardProIcon {
    width: 18px;
    height: 18px;
    right: 5px;
    top: 3px;
    position: absolute;
  }
}

@media all and (min-width: 679px) and (max-width: 992px) {
  .designerCardMainBody {
    padding: 10px 10px 0px 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 166px !important;
  }
  .designerCardMainBody:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .designerCardUserName {
    font-size: 20px;
    color: #666665;
    font-weight: 600;
    height: 25px;
    overflow: hidden;
    padding: 0px 30px 0px 0px !important;
    text-transform: capitalize;
  }
  .designerCardUserAreaCity {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
  }
  .designerCardButtonFollow {
    background-color: #ff5f00 !important;
    color: #ffffff !important;
    width: 70px !important;
    height: 22px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    float: left !important;
  }
  .designerCardButtonUnFollow {
    background-color: #ffffff !important;
    border: 1px solid #ff5f00 !important;
    color: #ff5f00 !important;
    width: 70px !important;
    height: 22px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    float: left !important;
  }
  .designerCardButtonUnFollow:hover {
    background-color: #ff5f00 !important;
    color: #ffffff !important;
  }
  .designerCardProIcon {
    width: 18px;
    height: 18px;
    right: 5px;
    top: 3px;
    position: absolute;
  }
  .scrapBookSliderImageShow {
    width: 100%;
    height: 280px;
    border-radius: 6px;
  }

  .scrapBookSliderSideImageShow {
    width: 100%;
    height: 100px;
    border-radius: 6px;
  }
}

@media (max-device-width: 678px) {
  .designerCardMainBody {
    padding: 10px 10px 0px 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 166px !important;
  }
  .designerCardMainBody:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .designerCardUserName {
    font-size: 20px;
    color: #666665;
    font-weight: 600;
    height: 25px;
    overflow: hidden;
    padding: 0px 30px 0px 0px !important;
    text-transform: capitalize;
  }
  .designerCardUserAreaCity {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
  }
  .designerCardButtonFollow {
    background-color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
    color: #ffffff !important;
    width: 70px !important;
    height: 22px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    float: left !important;
  }
  .designerCardButtonUnFollow {
    background-color: #ffffff !important;
    border: 1px solid #ff5f00 !important;
    color: #ff5f00 !important;
    width: 70px !important;
    height: 22px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    float: left !important;
  }
  .designerCardButtonUnFollow:hover {
    background-color: #ff5f00 !important;
    color: #ffffff !important;
  }
  .designerCardProIcon {
    width: 18px;
    height: 18px;
    right: 5px;
    top: 3px;
    position: absolute;
  }
}

/* DesignerCardComponent Style Ends */

/* TailorCardComponent style start */

.tailorCardMainBodyAlign {
  margin: 5px !important;
}

.tailorCardMainBody {
  padding: 10px !important;
  border-radius: 6px;
  border: 1px solid #cccccc !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 196px !important;
  z-index: -1;
}

.tailorCardMainBody:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
}

.tailorCardImgBody {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-top: 50%; */
}

.tailorCardImg {
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
  min-width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 6px 6px !important;
}

.tailorCardContentBody {
  padding: 0px 0px 0px 8px;
  width: 100%;
  position: relative;
}

.tailorCardUserName {
  font-size: 24px;
  color: #666665;
  font-weight: 600;
  height: 30px;
  padding: 0px 36px 0px 0px;
  overflow: hidden;
  text-transform: capitalize;
}

.tailorCardUserAreaCity {
  font-size: 12px;
  color: #111111;
  font-weight: 500;
  height: 26px;
  overflow: hidden;
  text-transform: capitalize;
  padding: 10px 0px 0px 0px;
}

.tailorCardProIcon {
  width: 24px;
  height: 24px;
  right: 0px;
  top: 2px;
  position: absolute;
}

.tailorCardButtonAlign {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.tailorCardIcon {
  width: 24px;
  height: 24px;
  right: 10px;
  bottom: 0px;
  position: absolute;
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  .tailorCardMainBody {
    padding: 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 166px !important;
    z-index: -1;
  }
  .tailorCardMainBody:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .tailorCardUserName {
    font-size: 20px;
    color: #666665;
    font-weight: 600;
    height: 25px;
    padding: 0px 30px 0px 0px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .tailorCardUserAreaCity {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
  }
  .tailorCardProIcon {
    width: 18px;
    height: 18px;
    right: 0px;
    top: 3px;
    position: absolute;
  }
  .tailorCardIcon {
    width: 18px;
    height: 18px;
    right: 10px;
    bottom: 0px;
    position: absolute;
  }
}

@media all and (min-width: 679px) and (max-width: 992px) {
  .tailorCardMainBody {
    padding: 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 166px !important;
    z-index: -1;
  }
  .tailorCardMainBody:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .tailorCardUserName {
    font-size: 20px;
    color: #666665;
    font-weight: 600;
    height: 25px;
    padding: 0px 30px 0px 0px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .tailorCardUserAreaCity {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
  }
  .tailorCardProIcon {
    width: 18px;
    height: 18px;
    right: 0px;
    top: 3px;
    position: absolute;
  }
  .tailorCardIcon {
    width: 18px;
    height: 18px;
    right: 10px;
    bottom: 0px;
    position: absolute;
  }
}

@media (max-device-width: 678px) {
  .tailorCardMainBody {
    padding: 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 166px !important;
    z-index: -1;
  }
  .tailorCardMainBody:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .tailorCardUserName {
    font-size: 20px;
    color: #666665;
    font-weight: 600;
    height: 25px;
    padding: 0px 30px 0px 0px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .tailorCardUserAreaCity {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
  }
  .tailorCardProIcon {
    width: 18px;
    height: 18px;
    right: 0px;
    top: 3px;
    position: absolute;
  }
  .tailorCardIcon {
    width: 18px;
    height: 18px;
    right: 10px;
    bottom: 0px;
    position: absolute;
  }
}

/* TailorCardComponent style ends */

/* Best Offer slider style Start*/

.bestOfferSlider {
  background-color: #ffffff;
  margin-left: 0 !important;
  margin-right: 20px !important;
  border-radius: 6px;
  height: 195px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
}

.bestOfferSlider:focus {
  outline: none !important;
}

.bestOfferSliderLeftImg {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  background: white;
  height: 195px;
  width: 100%;
}

.bestOfferSliderRightImg {
  border-radius: 0px 4px 4px 0px !important;
  margin: 0px !important;
  color: #111111;
  text-align: justify;
  position: relative !important;
}

.bestOfferSliderRightContent {
  padding: 10px;
}

.bestOfferSliderRightTitle {
  font-size: 20px;
  height: 26px;
  overflow: hidden;
  text-transform: capitalize;
}

.bestOfferSliderRightCollection {
  font-size: 16px;
  height: 22px;
  overflow: hidden;
  text-transform: capitalize;
  text-align: right;
}

.bestOfferSliderGap {
  padding: 60px 0px 0px 0px;
}

.bestOfferSliderRightOffer {
  font-size: 24px;
  height: 30px;
  overflow: hidden;
  font-weight: bolder;
  text-align: right;
}

.sliderImageDimension {
  height: 195px !important;
  width: 100%;
  border-radius: 4px 0px 0px 4px !important;
}

.sliderImgResponsive {
  max-width: 100%;
  width: 100%;
  height: 195px;
}

/* Show All Offer style */

.bestOfferBodyAll {
  background-color: #ffffff;
  margin-left: 0 !important;
  border-radius: 6px;
  height: 225px !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
}

.bestOfferBodyLeftImgAll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.showAllOfferImgResponsiveDimension {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 6px 0px 0px 6px;
}

.bestOfferBodyRightImgAll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.bestOfferBodyRightTitleAll {
  font-size: 24px;
  height: 30px;
  overflow: hidden;
  text-transform: capitalize !important;
  color: #111111;
  font-weight: 500;
}

.offerGap {
  padding: 10px 0px 0px 0px;
}

.bestOfferBodyRightDescriptionAll {
  height: 100px;
  font-size: 12px !important;
  overflow: hidden;
  color: #111111;
  font-weight: 400;
  text-align: justify;
}

.offerDurationAll {
  font-size: 10px;
  height: 14px;
  overflow: hidden;
  text-transform: capitalize !important;
  color: #111111;
  font-weight: 900;
  bottom: 10px;
  /* right: 10px; */
  position: absolute;
}

.bestOfferBodyRightOfferAll {
  bottom: 30px;
  /* right: 10px; */
  position: absolute;
  font-size: 24px;
  height: 30px;
  overflow: hidden;
  font-weight: bolder;
  float: left !important;
  text-align: left !important;
  color: #111111;
}

/* Coupon Style start */

.headerSpace {
  padding-top: 2.5%;
  padding-bottom: 1.5%;
}

.couponBodyBackground {
  min-height: 246px;
  height: 246px;
  background-image: url('../../assets/images/now_bg.png');
  background-size: cover;
  box-shadow: none !important;
  color: #fff;
  padding: 15px;
  font-weight: 500;
  border-radius: 6px;
  position: relative;
}

.couponGap {
  padding: 12px 0px 0px 0px;
}

.couponBodyTitle {
  font-size: 24px;
  height: 30px;
  overflow: hidden;
  text-transform: capitalize !important;
}

.couponBodyCodeOfferAlign {
  /* position: relative; */
  vertical-align: middle;
}

.couponBodyCode {
  font-size: 16px;
  height: 20px;
  overflow: hidden;
  bottom: 40px;
  position: absolute;
}

.couponBodyOffer {
  font-size: 24px;
  height: 30px;
  font-weight: bolder;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize !important;
  bottom: 70px;
  position: absolute;
}

.couponBodyDuration {
  font-size: 14px;
  height: 100px;
  overflow: hidden;
  text-transform: capitalize !important;
  text-align: justify;
}

/* Style With Product  Style Start*/

.styleWithProdctMainBody {
  padding: 20px !important;
}

.styleWithProdctMainBody:focus {
  outline: none;
}

.styleWithProdctMainBodyContent {
  height: 284px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  position: relative !important;
}

.styleWithProdctMainBodyContent:focus {
  outline: none;
}

.styleWithProdctImage {
  width: 100%;
  height: 260px;
  border-radius: 6px;
  overflow: hidden;
}

.styleWithProdcTitle {
  font-size: 18px;
  height: 24px;
  overflow: hidden;
  color: #616161;
  font-weight: bolder;
  text-transform: capitalize;
}

.styleWithProdcMaterial {
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  color: #616161;
  font-weight: 400;
  text-transform: capitalize;
}

.styleWithProdcDescription {
  font-size: 14px;
  height: 140px;
  overflow: hidden;
  color: #616161;
  font-weight: 400;
}

.styleWithProductPriceAddButtonAlignMent {
  margin-top: 15px !important;
}

.styleWithProductActualPrice {
  font-size: 16px;
  height: 22px;
  overflow: hidden;
  color: #ff5f00;
  font-weight: 600;
}

.styleWithProductDiscountPrice {
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  color: #333333;
  font-weight: 500;
  padding-left: 13px;
}

.styleWithProductAddButtonAlignMent {
  float: right;
  justify-content: right;
  align-items: flex-end;
  align-content: flex-end;
  text-align: right;
}

.styleWithProductBagIcon {
  font-size: 20px;
  size: 20px;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}

.styleWithProductAdd {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}

/* New Collection / Trending Now style start */

.treandingMainBody {
  display: flex;
  padding: 20px 0px 20px 0px;
  height: 380x;
}

.treandingMainImageBody {
  text-align: center !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}

.treandingMainContentBody {
  text-align: center !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: center !important;
  display: grid !important;
}

.treandingImageSlider {
  width: 250px;
  height: 340x;
}

.treandingImageBody {
  width: 242px;
  height: 322x;
}

.treandingImageBody:focus {
  outline: none;
}

.treandingImage {
  width: 240px;
  height: 320px;
  object-fit: fill;
  border-radius: 6px;
}

.treandingNowTitle {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  padding: 10px 0px 10px 0px;
}

.treandingNewCollectionTitle {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  padding: 10px 0px 10px 0px;
}

.treandingTagImagBody {
  display: inline-block !important;
  margin-top: 10px;
}

.treandingTagImag {
  height: 28px;
  width: 28px;
  margin: 0px 20px 0px 20px;
}

.treandingTagNameForMen {
  height: 30px;
  width: 120px;
  background-color: #ff5f00;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  margin-top: 5px;
}

.treandingTagNameForMen:focus {
  outline: none;
}

.treandingTagNameShopTrend {
  height: 30px;
  width: 200px;
  background-color: #ff5f00;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  margin-top: 5px;
}

.treandingTagNameShopTrend:focus {
  outline: none;
}

/* Payment Success Page */

.paymentStatuLabel {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
}

.paymentStatusSuccess {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: green;
}

.paymentStatusPending {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffa600;
}

/* login pop up style */

.logInOkLabel {
  font-size: 20px;
  color: #05090f;
  font-weight: 500;
}

.logInOkButtonBody {
  padding: 15px 0px 15px 0px;
}

.logInOkButton {
  width: 50px !important;
  min-width: 50px !important;
  height: 26px !important;
  min-height: 26px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background-color: #fb5607 !important;
  border-radius: 6px !important;
  border: 1px solid #fb5607 !important;
}

.logInOkButton:hover {
  box-shadow: 0px 1px 3px 0px rgba(251, 86, 7, 0.15) !important;
}

/* Media Query Started */

@media (max-device-width: 678px) {
  /* Text Field Responsive   variant outlined style start*/
  .MuiOutlinedInput-input {
    padding: 10px 3px 10px 3px !important;
  }
  .MuiOutlinedInput-input {
    font-size: 7px !important;
  }
  .MuiSelect-outlined {
    font-size: 11px !important;
  }
  /* Text Field Responsive   variant outlined style end*/
  /* Check Box Icon reponsive style start */
  .MuiSvgIcon-root {
    font-size: 12px !important;
  }
  .MuiFormControlLabel-label {
    font-size: 8px !important;
  }
  .MuiIconButton-colorSecondary {
    padding: 2px !important;
  }
  /* ButtonComponent reponsive style start */
  .clearFliterButton {
    font-size: 5px !important;
    border: solid 1px #ffffff;
    width: 80px !important;
    min-width: 80px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #ff5f00!important;
    text-transform: uppercase;
    cursor: pointer !important;
    margin-top: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
  }
  .clearFliterButton:hover {
    background: #ffffff !important;
    color: #ffab4d !important;
  }
  .smallButtonStyle {
    font-size: 5px !important;
    /* margin-top: 5px !important; */
    border-radius: 6px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .smallButtonStyle:hover {
    background: #ffab4d !important;
  }
  .close_btn {
    font-size: 5px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .close_btn:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  .mediumButtonStyle {
    font-size: 5px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .Dashboard_button_disable {
    font-size: 5px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 14px !important;
    background: rgb(184, 173, 173);
    border: 1px solid grey !important;
    color: grey !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .mediumButtonStyle:hover {
    background: #ffab4d !important;
  }
  .largeButtonStyle {
    font-size: 5px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 60px !important;
    height: 14px !important;
    min-width: 60px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .largeButtonStyle:hover {
    background: #ffab4d !important;
  }
  .extraLargeButtonStyle {
    font-size: 7px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 5px 3px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .extraLargeButtonStyle:hover {
    background: #ffab4d !important;
  }
  /* Image Crop style */
  .smallImgCropButtonStyle {
    font-size: 6px !important;
    border-radius: 4px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .smallImgCropButtonStyle:hover {
    background: #ffab4d !important;
  }
  .closeImgCropBtn {
    font-size: 5px !important;
    border-radius: 4px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .closeImgCropBtn:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  /* form in timepicker body */
  .formTimePickerBody {
    float: left !important;
    padding: 25px 0px 0px 10px !important;
  }
  .timePickerBodyStyle {
    border-style: ridge;
    width: 90px !important;
    padding: 5px;
    height: 20px;
    font-size: 6px !important;
  }
  .timePickerIcon {
    font-size: 8px !important;
  }
  .timePickerLabel {
    font-size: 6px !important;
  }
  /* Text Area Style */
  .newTextArea {
    width: 100% !important;
    height: 35px !important;
    font-size: 6px;
  }
  /* mFashionDesigner style start */
  .formMainBody {
    padding: 5px 40px 10px 40px !important;
  }
  .formMainHeding {
    font-size: 12px !important;
    color: #111111 !important;
  }
  .formContentLabel {
    font-size: 9px !important;
    color: #111111 !important;
  }
  .formcheckBox {
    color: #111111 !important;
    font-size: 12px !important;
  }
  .MuiCheckbox-colorSecondary {
    color: #616161 !important;
  }
  .MuiCheckbox-colorSecondary.Mui-checked {
    color: #ff5f00 !important;
  }
  .formCheckBoxAlignleft {
    text-align: left !important;
    align-items: left !important;
  }
  .profileUploadPreview {
    width: 13px;
    height: 13px;
  }
  .galleryUploadPreview {
    width: 20px;
    height: 15px;
    margin-right: 5px;
  }
  /*  imageCropUtility style */
  .croperBody {
    height: 75px !important;
    width: 75px;
    border: 1px solid white;
  }
  .croperPreviewBody {
    height: 50px !important;
    width: 50px;
    border: 1px solid white;
  }
  .cropperImagePreview {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .upload_btn {
    font-size: 4px !important;
    margin-top: 4px !important;
    border-radius: 6px !important;
    width: 45px !important;
    min-width: 45px !important;
    height: 12px !important;
    background: #fb5607 !important;
    color: white !important;
    list-style-type: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 6px 6px !important;
    text-align: center !important;
  }
  .imageCropperTitle {
    font-size: 5px;
    color: #05090f;
  }
  .imageCropperMSG {
    font-size: 4px;
    color: #577f9e;
  }
  /* Dashboard tailors profile style start  */
  .detailsHeading {
    color: #333333;
    font-size: 10px;
    font-weight: 600;
  }
  .tableHeading {
    color: #444444;
    font-size: 8px;
    font-weight: 600;
  }
  .tableContentLabel {
    color: #666666;
    font-size: 7px;
    font-weight: 600;
  }
  .tableContentDetails {
    color: #999999;
    font-size: 7px;
    font-weight: 600;
  }
  .tableUserNames {
    color: #999999;
    font-size: 7px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .tableContentDetailBody {
    overflow: hidden !important;
    width: 300px !important;
    height: auto !important;
  }
  .storeDetailsBody {
    border-bottom: .5px solid #cecccc;
  }
  .commentLabel {
    font-size: 5px;
    color: #999999;
  }
  .commentLabelLg {
    font-size: 7px;
    color: #999999;
  }
  .storeHeading {
    color: #444444;
    font-size: 8px;
    font-weight: 600;
  }
  .storeContentLabel {
    color: #666666;
    font-size: 7px;
    font-weight: 600;
    text-align: center;
  }
  .storeContentDetails {
    color: #999999;
    font-size: 7px;
    font-weight: 600;
    text-align: center;
  }
  .galleryImageUpload {
    width: 25px;
    height: 20px;
    margin: 0px 3px 2px 0px;
  }
  .galleryHeading {
    color: #444444;
    font-size: 10px;
    font-weight: 600;
  }
  .galleryPrimaryImageShow {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .galleryStoreImageShow {
    width: 120px;
    height: 90px;
    object-fit: cover;
  }
  .galleryImageCardBody {
    margin: 3px 0px 0px 0px;
    padding: 2px;
  }
  /* Dashboard tailors profile style end */
  /* newTailorDetailsComponent style start */
  .editFormLabel {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
  }
  .selectFormLabel {
    margin-top: 35px !important;
    font-size: 7px;
    font-weight: 600;
    color: #fb5607;
  }
  .editFormContentLabel {
    font-size: 8px;
    font-weight: 600;
    color: #666666;
  }
  .editFormContentExLabel {
    font-size: 5px;
    font-weight: 600;
    color: #333333;
  }
  .editFormTimePickerBody {
    padding: 10px 0px 0px 0px !important;
  }
  .editFormTimePickerLabel {
    color: #666666 !;
    font-size: 7px !important;
    font-weight: 600 !important;
    text-align: center !important;
    align-items: center !important;
  }
  .editFormTimePickerContentLabel {
    color: #999999 !important;
    font-size: 6px !important;
    font-weight: 600 !important;
    text-align: center !important;
    align-items: center !important;
  }
  .newEditFormServiceTextArea {
    width: 100% !important;
    height: 15px !important;
    font-size: 6px;
  }
  .onNtpBackButton {
    margin-right: 10px !important;
    float: right !important;
  }
  /* mfashionQuoteComponent style start */
  .fashionQuoteMainGrid {
    padding: 3px;
  }
  .fashionQuoteBody {
    padding: 2px;
  }
  .fashionQuoteContentBody {
    padding: 1px;
  }
  .fashionQuoteLeftIcon {
    float: left;
    width: 12px;
    height: 12px;
  }
  .fashionQuoteRightIcon {
    float: right;
    width: 12px;
    height: 12px;
  }
  .fashionQuoteEditIcon {
    float: right;
    width: 8px;
    height: 8px;
    font-size: 8px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
  }
  .fashionQuoteDeleteIcon {
    float: right;
    width: 8px;
    height: 8px;
    font-size: 8px;
    cursor: pointer;
  }
  .fashionQuoteTitle {
    color: #05090f;
    font-size: 8px;
    font-weight: 600;
    height: 11px !important;
    overflow: hidden;
  }
  .quoteWriteByInDashboard {
    color: #05090f;
    font-size: 8px;
    text-transform: capitalize;
    overflow: hidden !important;
    text-align: justify !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    float: right !important;
    font-weight: 700;
    padding-top: 8px;
    text-align: right !important;
  }
  .fashionQuoteDescription {
    color: #333333;
    font-size: 6px;
    padding: 3px;
    font-weight: 400;
    overflow: hidden !important;
    text-align: justify !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    color: #000000;
    height: 42px !important;
  }
  .fashionQuoteFormLabel {
    font-size: 10px;
    color: #05090f;
  }
  .newTextAreaForFashionQuote {
    width: 100% !important;
    height: 60px !important;
    font-size: 6px;
  }
  /* FormScarpBookComponent style start */
  .imageWidthHeightMini {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
  }
  .imageWidthHeight {
    width: 160px;
    height: 125px;
    object-fit: cover;
    border-radius: 6px;
  }
  .colorBoxMini {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
  .scrapBookImagePreview {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
  }
  .colorTextField {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
  }
  .colorPreviewBox {
    width: 10px;
    height: 10px;
    margin-left: 5px !important;
    border-radius: 4px;
  }
  /* mfashionStoriesComponent Style start */
  .fashionStoryImageView {
    width: 100%;
    height: 200px;
    object-fit: fill;
    border-radius: 4px;
  }
  .fashionStoryImageContent {
    position: relative;
    height: 210px;
    overflow: hidden;
    padding: 2px;
  }
  .fashionStoryImageContent .imageBlock {
    display: block !important;
  }
  .fashionStoryImageContent .contentBlock {
    display: none !important;
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  }
  .fashionStoryImageContent:hover .imageBlock {
    display: none !important;
  }
  .fashionStoryImageContent:hover .contentBlock {
    display: block !important;
    z-index: 999 !important;
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  }
  .contentBodySize {
    height: 200px;
    width: 100%;
    padding: 5px;
  }
  .categoryButton {
    font-size: 5px !important;
    border-radius: 4px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 12px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .categoryButtonAlign {
    text-align: center;
    align-items: center;
    align-content: center;
  }
  .fashionStoryReadShop2 {
    bottom: 4%;
    font-weight: 600;
    color: #ff5f00;
    position: absolute;
    text-align: center;
    align-items: center;
    background: white;
    z-index: -1 !important;
  }
  .fashionStoryIconLeft {
    float: left;
    width: 12px;
    height: 12px;
  }
  .fashionStoryIconRight {
    float: right;
    width: 12px;
    height: 12px;
  }
  .fashionStoryBottomIcon {
    width: 12px;
    height: 12px;
  }
  .fashionStoryBottomReadShopButton {
    font-size: 5px !important;
    border-radius: 4px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 14px !important;
    border: 1px solid #ff5f00;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    padding: 4px 4px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .fashionStoryTextAlign {
    text-align: center;
  }
  .fashionStoryTitle {
    font-size: 10px !important;
    font-weight: normal;
    height: 13px;
    text-transform: capitalize;
    overflow: hidden;
    color: #000000;
  }
  .fashionStorySubTitle {
    font-size: 8px !important;
    font-weight: bold;
    text-transform: capitalize;
    height: 10px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStoryDescription {
    font-size: 7px;
    font-weight: lighter;
    height: 65px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStoryDate {
    font-size: 7px;
    font-weight: bold;
    overflow: hidden;
    color: #fb5607;
  }
  .fashionStoryDateContent {
    font-size: 6px;
    font-weight: lighter;
    height: 8px;
    color: #000000;
    overflow: hidden;
  }
  .fashionStoryDeleteEditButton {
    font-size: 5px !important;
    border-radius: 4px !important;
    width: 45px !important;
    min-width: 35px !important;
    height: 12px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 1px 1px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .fashionStoryDeleteEditButton:hover {
    background: #ffab4d !important;
  }
  .fashionStoryReadShop {
    /* margin-top: -47px; */
    left: 20%;
    right: 20%;
    bottom: 4%;
    width: 60%;
    font-weight: 600;
    color: #ff5f00;
    position: absolute;
    text-align: center;
    align-items: center;
    background: white;
    font-size: 6px;
    padding: 5px;
    border-radius: 4px;
  }
  .fashionStoryPaddingRight {
    padding-right: 5px !important;
  }
  .fashionStoryDropdownAlign {
    text-align: center;
    align-content: center;
    align-items: center;
  }
  .fashionStoryFormLabel {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
  }
  .fashionStoryFormTitle {
    font-size: 8px;
    color: #000000;
    font-weight: 400;
  }
  .fashionStoryImageUploadPreview {
    width: 80px;
    height: 60px;
    object-fit: cover;
  }
  .gridProductAlign {
    padding: 5px;
  }
  .gridProductPreviewMainBody {
    padding: 5px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  }
  .gridProductPreviewMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  .gridProductImagePreview {
    width: 100%;
    height: 80px;
    object-fit: fill;
  }
  .gridProductNumber {
    font-size: 5px;
    color: #000000;
    font-weight: 400;
  }
  .gridProductTitle {
    font-size: 5px;
    height: 8px;
    overflow: hidden;
    color: #000000;
    font-weight: 600;
  }
  .gridProductDiscontPrice {
    font-size: 6px;
    color: #000000;
    font-weight: 400;
    text-align: right;
  }
  .gridProductActualPrice {
    font-size: 6px;
    color: #000000;
    font-weight: 400;
    text-decoration: line-through;
    text-align: right;
  }
  .gridProductListLabel {
    font-size: 7px;
    color: #000000;
    font-weight: 600;
  }
  .gridProductRadioButton {
    font-size: 6px !important;
    float: right;
  }
  .gridProductEditButton {
    font-size: 4px !important;
    border-radius: 4px !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 12px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    cursor: pointer !important;
    font-weight: 600;
  }
  .fashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 300px !important;
    height: 150px !important;
    background-size: 100% 100% !important;
  }
  .gridBoxBody {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
  .gridBox {
    padding: 0px !important;
    width: 75px;
    height: 75px;
  }
  /* TextField DropDown */
  .normalDropdownStyle {
    width: 70px !important;
    margin-bottom: 5px !important;
  }
  .normalFullDropdownStyle {
    width: 90px !important;
  }
  /* standard style */
  .marginTop {
    margin-top: 5px !important;
  }
  .marginBottom {
    margin-bottom: 5px !important;
  }
  .marginBottomX {
    margin-bottom: 15px !important;
  }
  .marginTopXMini {
    margin-top: 10px !important;
  }
  /* showAllVendorProductComponent style Start */
  .productListLabel {
    text-align: center;
    font-size: 7px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #333333;
  }
  .productListLabelContent {
    text-align: center;
    align-items: center;
    align-content: center;
    vertical-align: middle !important;
    font-size: 6px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #999999;
    padding-bottom: 3px;
  }
  /* showVendorProductDetailsComponent style start */
  .productDetailsImagePreview {
    height: 120px;
    width: 100%;
    object-fit: fill;
    padding: 0px 4px 0px 4px;
  }
  .productDetailsTitle {
    font-size: 7px;
    color: #000000;
    font-weight: 600;
  }
  .productDetailsLabel {
    font-size: 6px;
    color: #000000;
    font-weight: 600;
  }
  .productDetailsContentLabel {
    font-size: 6px;
    color: #000000;
    font-weight: 400;
  }
  .productDetailsCategorySubLabel {
    font-size: 6px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
  }
  .productDetailsCategorySubLabelBody {
    margin: 10px 0px 0px 0px !important;
  }
  .productDetailsContentLabelLineThrow {
    font-size: 6px;
    color: #000000;
    font-weight: 400;
    padding-left: 7px;
    text-decoration: line-through;
  }
  .productDetailsDescription {
    font-size: 5px;
    color: #000000;
    font-weight: 400;
    height: 30px;
    overflow: hidden;
  }
  .productDetailsHRline {
    margin: 0px;
    border: 1px solid #ff5f00;
  }
  .colorBoxProductDetails {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
  }
  .productDetailsQuantityTextField {
    width: 20px !important;
    font-size: 5px !important;
    height: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
    padding: 1px !important;
  }
  /* productBasicDetails component style start */
  .addProductDetailsLabel {
    font-size: 8px;
    color: #000000;
    font-weight: 600;
  }
  .productAttributePaperBody {
    padding: 10px;
  }
  .addProductDetailsMiniLabel {
    font-size: 7px;
    color: #000000;
    font-weight: 600;
  }
  .addProductDetailsSizeBody {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
    font-size: 6px;
    padding: 2px 0px 0px 0px;
  }
  .addProductDetailsColorBody {
    width: 12px;
    height: 12px;
    border: 1px solid gray;
    border-radius: 50%;
  }
  /* productUploadingComponent style start */
  .productImageUploadTitle {
    font-size: 8px;
    color: #000000;
    text-align: center;
  }
  .productUploadImagePriview {
    width: 40px;
    height: 54px;
    object-fit: fill;
  }
  /* VendorOrdersComponent style start */
  .orderProductDetailsColorBody {
    width: 10px !important;
    height: 10px !important;
    border-radius: 2px;
    border: 1px solid #000000;
  }
  /* proDesignersShowAllComponent style start */
  .proDesignerShowAllHeading {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
  }
  .proDesignerContentAndImageMainBody {
    padding: 0px;
    height: 80px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
  }
  .proDesignerImageBody {
    width: 100%;
    height: 79px;
    object-fit: fill;
    border-radius: 6px 0px 0px 6px;
  }
  .proDesignerName {
    font-size: 10px;
    height: 13px;
    overflow: hidden;
    font-weight: 400;
    color: #333333;
  }
  .proDesignerCityTitle {
    font-size: 8px;
    height: 11px;
    overflow: hidden;
    color: #666666;
  }
  .proDesignerViewDetailsButtonAlign {
    text-align: center;
    align-items: center;
    align-content: center;
    margin-top: 0px;
  }
  .proDesignerViewDetailsButtonGap {
    margin-top: 0px;
  }
  .tailorViewDetailsRatingGap {
    padding-left: 0px;
    margin-top: 0px;
  }
  .proDesigneViewDetails {
    font-size: 8px;
    height: 11px;
    overflow: hidden;
    color: #ff5f00;
    font-weight: 600;
  }
  .proDesigneViewDetails:hover {
    color: #333333;
  }
  .DesignerFollow {
    font-size: 4px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 50px;
    min-width: 50px !important;
    height: 14px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 2px 2px !important;
    text-align: center;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    background: #fff !important;
    color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
  }
  .DesignerUnfollow {
    font-size: 4px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 50px;
    min-width: 50px !important;
    height: 14px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 2px 2px !important;
    text-align: center;
    background: #ff5f00 !important;
    color: #fff !important;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
  }
  /* DesignerIndex style start */
  .designerProfileBackgroundImage1 {
    width: 15px;
    height: 15px;
    top: 10px;
    left: 10px;
    position: absolute;
  }
  .designerProfileBackgroundImage2Body {
    position: relative;
  }
  .designerProfileBackgroundImage2 {
    width: 15px;
    height: 15px;
    bottom: 25%;
    left: 10px;
    position: absolute;
  }
  .designerProfileBackgroundImage3 {
    width: 15px;
    height: 15px;
    top: 50%;
    right: 10%;
    position: absolute;
  }
  .designerProfilImage {
    width: 100%;
    height: 150px;
    object-fit: fill;
  }
  .designerNameGradient {
    font-size: 24px;
    height: 30px;
    background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    overflow: hidden;
    padding: 0px 0px 0px 25px !important;
  }
  .userName {
    font-size: 14px !important;
    color: #000000;
    text-transform: uppercase;
    font-weight: bolder;
  }
  .userCity {
    font-size: 10px;
    color: #333333;
  }
  .imageMapProIcon {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
  }
  .imageMapProTitle {
    padding: 2px 0px 0px 0px;
    font-size: 10px;
    color: #fb5607 !important;
    font-weight: 600;
  }
  .followerCount {
    font-size: 10px;
    color: #111111;
    font-weight: bold;
  }
  .followerLabel {
    font-size: 10px;
    font-weight: 600;
    color: #333333;
  }
  .socialMedia {
    font-size: 12px;
    background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 500;
    text-transform: capitalize;
  }
  .socialMediaIcon {
    font-size: 16px !important;
    size: 16px !important;
    color: #616161 !important;
  }
  .socialMediaLabel {
    font-size: 8px;
    font-weight: bold;
    color: #333333;
    text-transform: capitalize;
  }
  .profileDescription {
    font-size: 8px;
    color: #333333;
  }
  /*appointmentComponent style start  */
  .appointmentFormLabel {
    font-size: 9px;
    color: #333333;
    font-weight: 600;
  }
  /* BagDetailsComponent style start */
  .bagContainLabel {
    font-size: 7px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
  }
  .checkOutButton {
    border: 1px solid #ff5f00 !important;
    text-transform: none !important;
    float: left;
    font-size: 4px !important;
    size: 4px !important;
    text-transform: uppercase !important;
    width: 80px;
    min-width: 80px;
    height: 20px;
    overflow: hidden;
    color: #ff5f00 !important;
  }
  .checkOutButton:hover {
    color: white !important;
    background: #ff5f00 !important;
  }
  .checkOutImg {
    width: 100px;
    height: 125px;
    object-fit: fill;
  }
  .checkOutImgBelowLine {
    padding: 5px;
    border-bottom: 1px solid #c4c4c4;
  }
  .offerCodeEnterTextField {
    float: right;
    width: 70px !important;
    height: 10px !important;
    min-width: 70px !important;
  }
  .offerCodeEnterButtonImage {
    width: 12px;
    height: 16px;
  }
  .offerCodeEnterButton {
    background: #ff5f00 !important;
    margin: 0px 4px 0px 0px !important;
    float: right !important;
    padding: 6px 6x !important;
    width: 20px;
    min-width: 20px !important;
    height: 35px !important;
    min-height: 35px !important;
    color: #ffffff !important;
  }
  .offerCodeEnterButtonDisabled {
    background: #999 !important;
    margin: 0px 4px 0px -1px !important;
    padding: 6px 6px !important;
    color: #ffffff !important;
    min-width: 30px !important;
    min-height: 25px !important;
    float: right !important;
  }
  .offerCodeEnterButton:hover {
    background: #999999 !important;
  }
  .removeCouponButton {
    color: #ff5f00 !important;
    font-size: 5px !important;
    float: right !important;
    width: 80px !important;
    height: 14px !important;
    margin: 5px 0px 0px 0px !important;
  }
  .removeCouponDisabledButton {
    color: #c4c4c4 !important;
    margin: 5px 0px 0px 0px !important;
    font-size: 5px !important;
    float: right !important;
    width: 80px !important;
    height: 14px !important;
  }
  .orderValueLabel {
    font-size: 8px;
    color: #666666 !important;
    font-weight: 500;
    padding-left: 10px;
  }
  .orderValuePrice {
    font-size: 8px;
    color: #ff5f00 !important;
    font-weight: 500;
    text-align: right;
  }
  .shopMoreLabelBody {
    padding: 5px 0px 0px 10px !important;
  }
  .shopMoreLabel {
    font-size: 8px;
    color: #ff5f00 !important;
  }
  .goToCheckOutButton {
    font-size: 5px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 80px !important;
    min-width: 80px !important;
    float: right !important;
    height: 18px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 3px 3px !important;
    text-align: center !important;
  }
  .productRemoveButton {
    border: 1px solid #ff5f00 !important;
    width: 50px !important;
    min-width: 50px !important;
    margin-top: 6px !important;
    /* float: right !important; */
    height: 20px !important;
    font-size: 5px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #ff5f00 !important;
    vertical-align: middle !important;
  }
  .productRemoveButton:hover {
    color: white !important;
    background: #ff5f00 !important;
  }
  .addFavLink {
    font-size: 6px !important;
    color: #ff5f00 !important;
  }
  .addFavLink:hover {
    color: #ff5f00 !important;
    cursor: pointer;
  }
  .productTitleCheckOut {
    font-size: 10px;
    color: #ff5f00 !important;
    height: 13px;
    overflow: hidden;
    font-weight: bold;
  }
  .productCheckOutLabel {
    font-size: 8px;
    color: #616161 !important;
    height: 11px;
    overflow: hidden;
    font-weight: bold;
  }
  .productCheckOutActualPriceLabel {
    font-size: 8px;
    color: #616161 !important;
    height: 11px;
    overflow: hidden;
    padding-left: 35px !important;
  }
  .productCheckOutContentLabel {
    font-size: 7px;
    color: #616161 !important;
    height: 10px;
    overflow: hidden;
  }
  /* BagTabsComponent style start */
  .bagTabofferLabel {
    padding-left: 10px;
    font-size: 9px;
    color: #616161;
    font-weight: bold;
  }
  .bagTabShowMoreOfferLabel {
    font-size: 8px;
    color: #ff5f00;
    font-weight: bold;
    text-align: right;
  }
  .couponBodyAndBackgroundBody {
    /* padding: 6px; */
    position: relative;
  }
  .couponBodyAndBackground {
    min-height: 100px;
    height: 100px;
    width: 100%;
    padding: 8px;
    background-image: url('../img/now_bg.png');
    background-size: cover;
    box-shadow: none !important;
    color: #ffffff;
    cursor: pointer !important;
    overflow: hidden;
    position: relative;
    border-radius: 8px !important;
  }
  .couponTitle {
    height: 18px;
    font-size: 14px;
    color: #ffffff;
  }
  .couponPercentage {
    height: 18px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
  }
  .couponDescription {
    height: 20px;
    font-size: 5px;
    overflow: hidden;
    color: #ffffff;
  }
  .couponCode {
    font-size: 6px;
    color: #ffffff !important;
    text-align: right;
    height: 22px;
    overflow: hidden;
  }
  .couponCodeBody {
    bottom: 8px;
    position: absolute;
  }
  .couponPercentageBody {
    bottom: 31px;
    position: absolute;
  }
  /* FavouriteTabComponent style start */
  .favProductImagePreview {
    width: 100%;
    height: 100px;
    object-fit: fill;
  }
  .favProductBagImage {
    width: 14px;
    height: 14px;
    float: right;
  }
  .favProductFavImage {
    width: 14px;
    height: 14px;
    float: left;
  }
  .favProductTitle {
    font-size: 8px;
    height: 11px;
    overflow: hidden;
    color: #616161;
    font-weight: bolder;
  }
  .favProductDiscontPrice {
    font-size: 8px;
    color: #ff5f00;
    font-weight: bold;
    text-align: left;
  }
  .favProductActualPrice {
    font-size: 8px;
    color: #333333;
    font-weight: 400;
    text-decoration: line-through;
    text-align: left;
    padding-left: 10px;
  }
  .favAddProductLabel {
    font-size: 8px;
    color: #333333 !important;
    text-align: right;
  }
  /* Left menu Tab style account page style start*/
  .leftMenuTabLabel {
    font-size: 9px !important;
    line-height: 9px !important;
    color: #111111 !important;
    font-weight: bold !important;
    background: #ffffff !important;
  }
  .MuiTab-root {
    max-height: 24px !important;
    min-height: 24px !important;
    height: 24px !important;
  }
  /*  Left menu Tab style account page style ends */
  /* orderDetailsByorederId page style start*/
  .orderAddressDeliverLabel {
    font-size: 16px !important;
    font-weight: 600;
    text-transform: capitalize;
  }
  .orderAddressDeliverUserName {
    font-size: 12px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .orderAddressDeliverOtherLabel {
    font-size: 8px !important;
    font-weight: 400;
    text-transform: capitalize;
  }
  .orderAddresDownloadInvLabel {
    font-size: 12px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .orderAddressMoreDetailsLabel {
    font-size: 16px !important;
    font-weight: 600;
    text-transform: capitalize;
  }
  .ArchiveIconStyle {
    font-size: 16px !important;
    size: 16px !important;
  }
  .orderProductImage {
    width: 100%;
    height: 150px;
    border-radius: 6px;
    cursor: pointer;
  }
  .orderProductTitle {
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
  }
  .orderProductDetails {
    font-size: 12px;
    font-weight: bold;
  }
  .orderOtherTitle {
    font-size: 8px;
    text-transform: capitalize;
  }
  .orderOtherContent {
    font-size: 8px;
    text-transform: capitalize;
  }
  .orderOtherContentColorBox {
    width: 10px !important;
    height: 10px !important;
    border-radius: 3px;
    padding: 1px;
    border: solid 1px #05090f;
    margin: 2px;
  }
  .orderTotalPrice {
    font-size: 8px;
    font-weight: 600;
  }
  .orderDiscountPriceTitle {
    font-size: 8px;
    font-weight: bold;
    text-transform: capitalize;
  }
  /*  orderDetailsByorederId page style ends */
  /* DesignerScrapBookComponent style start */
  .scrapBookMainImageShow {
    width: 100%;
    height: 150px;
    border-radius: 6px;
  }
  .scrapBookSubImageShow {
    width: 100px;
    height: 72px;
    border-radius: 6px;
  }
  .colorBox {
    width: 35px;
    height: 35px;
    border-radius: 4px;
  }
  /* DesignerScrapBookComponent style ends */
  /* TailorGalleryComponent style start */
  .tailorGalleryHeading {
    font-size: 16px;
    color: #fb5607;
  }
  .galleryMainImg {
    width: 200px;
    height: 210px;
    border-radius: 6px;
  }
  .gallerySubImg {
    width: 133px;
    height: 100px;
    border-radius: 6px;
  }
  /* TailorGalleryComponent style ends */
  /*  TopRatedTailorViewComponent style start*/
  .tailorDetailsProfile {
    height: 100px;
    width: 100px;
    border-radius: 6px;
  }
  .tailorContactLabel {
    font-size: 12px !important;
    font-weight: bold;
    color: #111111;
  }
  .tailorContactContentLabel {
    font-size: 8px !important;
    font-weight: bold;
    color: #111111;
  }
  .tailorStoreDayLabel {
    font-size: 10px !important;
    color: #333333;
    height: 14px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .tailorStoreTimeLabel {
    font-size: 10px !important;
    color: #333333;
    height: 14px;
    overflow: hidden;
    text-transform: uppercase;
  }
  /*  TopRatedTailorViewComponent style ends*/
  /* OrderComponent style start */
  .accountOrderImage {
    width: 90px;
    height: 120px;
    cursor: pointer;
    border-radius: 6px;
  }
  .accountOrderProductName {
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    height: 20px !important;
    overflow: hidden;
    cursor: pointer;
  }
  .accountOrderProductDetailsLabel {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 500 !important;
    height: 16px !important;
    overflow: hidden;
  }
  .accountOrderProductDetailscontent {
    font-size: 10px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    height: 14px !important;
    overflow: hidden;
    text-transform: capitalize;
  }
  .accountOrderProductDisPr {
    font-size: 10px !important;
    color: #333333 !important;
    font-weight: 500 !important;
  }
  .accountOrderProductActualPr {
    font-size: 8px !important;
    color: #333333 !important;
    font-weight: 400 !important;
  }
  .accountOrderDateLabel {
    font-size: 10px !important;
    color: #333333 !important;
    font-weight: 600 !important;
  }
  .accountOrderDateContent {
    font-size: 8px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    text-transform: capitalize;
  }
  .accountOrderBuyerName {
    font-size: 10px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    height: 18px !important;
    text-align: right !important;
    overflow: hidden;
    text-transform: capitalize;
  }
  .accountOrderStatus {
    font-size: 10px !important;
    color: #fb5607 !important;
    font-weight: 600 !important;
  }
  .accountOrderId {
    font-size: 10px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    text-align: right !important;
  }
  .orderSpapce {
    margin: 20px 0px 0px 0px !important;
  }
  /* OrderComponent style start */
  /* AccountTab AddressLineComponent style start*/
  .accountAddressDeliverUserName {
    font-size: 10px !important;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
  }
  .accountAddresContactrLabel {
    font-size: 8px !important;
    font-weight: 600;
    color: #333333;
  }
  .accountAddresOtherLabel {
    font-size: 8px !important;
    font-weight: 400;
    color: #333333;
  }
  /* AccountTab AddressLineComponent style ends*/
  /* FashionShowMoreComponent style start */
  .fashionStryLabel {
    font-size: 18px !important;
    color: #333333;
    font-weight: bolder;
  }
  .fashionStryInspirationLabel {
    font-size: 12px !important;
    color: #333333;
    font-weight: bolder;
  }
  /* FashionShowMoreComponent style ends */
  /* All Designer and Tailor Card Styles start*/
  .allTDCardTitle {
    font-size: 12px !important;
    color: #111111 !important;
    font-weight: 500 !important;
    height: 16px !important;
    overflow: hidden !important;
    text-transform: capitalize !important;
  }
  .allTDCardCityName {
    font-size: 8px !important;
    color: #616161 !important;
    font-weight: 400 !important;
    height: 11px !important;
    overflow: hidden !important;
  }
  .allTDCardViewProfile {
    font-size: 6px !important;
    color: #ff5f00 !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 0 !important;
    cursor: pointer;
    outline: none !important;
  }
  .allTDCardViewProfile:focus {
    outline: none !important;
  }
  .allTDCardViewProfileTailor {
    font-size: 6px !important;
    color: #ff5f00 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0px 0px 0px 7px !important;
    outline: none !important;
  }
  .allTDCardViewProfileTailor:focus {
    outline: none !important;
  }
  /* All Designer and Tailor Card Styles ends*/
  /* Follwing Card style */
  .imgDimensionsResponsiveFCard {
    height: 132px !important;
    width: 132px !important;
    object-fit: cover !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 6px 0px 0px 6px;
  }
  .cardDimnsionsFCard {
    height: 133px !important;
    display: flex !important;
    box-shadow: none !important;
    border-radius: 6px;
    border: .1px solid #cccccc !important;
  }
  .cardDimnsionsFCard:hover {
    box-shadow: 0 0 10px silver !important;
  }
  /* Show All Offer style */
  .bestOfferBodyAll {
    background-color: #ffffff;
    margin-left: 0 !important;
    border-radius: 6px;
    height: 147px !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .bestOfferBodyLeftImgAll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .showAllOfferImgResponsiveDimension {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 6px 0px 0px 6px;
  }
  .bestOfferBodyRightImgAll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    position: relative;
  }
  .bestOfferBodyRightTitleAll {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    text-transform: capitalize !important;
    color: #111111;
    font-weight: 500;
  }
  .offerGap {
    padding: 5px 0px 0px 0px;
  }
  .bestOfferBodyRightDescriptionAll {
    height: 55px;
    font-size: 8px !important;
    overflow: hidden;
    color: #111111;
    font-weight: 400;
    text-align: justify;
  }
  .offerDurationAll {
    font-size: 7px;
    height: 11px;
    overflow: hidden;
    text-transform: capitalize !important;
    color: #111111;
    font-weight: 900;
    bottom: 10px;
    position: absolute;
  }
  .bestOfferBodyRightOfferAll {
    bottom: 25px;
    position: absolute;
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    font-weight: bolder;
    float: left !important;
    text-align: left !important;
    color: #111111;
  }
  /* Coupon Style start */
  .couponBodyBackground {
    min-height: 150px;
    height: 150px;
    background-image: url('../../assets/images/now_bg.png');
    background-size: cover;
    box-shadow: none !important;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border-radius: 6px;
  }
  .couponGap {
    padding: 10px 0px 0px 0px;
  }
  .couponBodyTitle {
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    text-transform: capitalize !important;
  }
  .couponBodyCode {
    font-size: 10px;
    height: 14px;
    overflow: hidden;
    bottom: 30px;
    position: absolute;
  }
  .couponBodyOffer {
    font-size: 16px;
    height: 20px;
    font-weight: bolder;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize !important;
    bottom: 50px;
    position: absolute;
  }
  .couponBodyDuration {
    font-size: 8px;
    height: 35px;
    overflow: hidden;
    text-transform: capitalize !important;
    text-align: justify;
  }
  /* Style With Product  Style Start*/
  .styleWithProdctMainBodyContent {
    height: 120px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
  }
  .styleWithProdctMainBodyContent:focus {
    outline: none;
  }
  .styleWithProdctImage {
    width: 100%;
    height: 104px;
    border-radius: 6px;
    overflow: hidden;
  }
  .styleWithProdcTitle {
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    color: #616161;
    font-weight: bolder;
    text-transform: capitalize;
  }
  .styleWithProdcMaterial {
    font-size: 8px;
    height: 11px;
    overflow: hidden;
    color: #616161;
    font-weight: 400;
    text-transform: capitalize;
  }
  .styleWithProdcDescription {
    font-size: 8px;
    height: 43px;
    overflow: hidden;
    color: #616161;
    font-weight: 400;
  }
  .styleWithProductPriceAddButtonAlignMent {
    margin-top: 3px !important;
  }
  .styleWithProductActualPrice {
    font-size: 10px;
    height: 15px;
    overflow: hidden;
    color: #ff5f00;
    font-weight: 600;
  }
  .styleWithProductDiscountPrice {
    font-size: 8px;
    height: 12px;
    overflow: hidden;
    color: #333333;
    font-weight: 500;
    padding-left: 9px;
  }
  .styleWithProductAddButtonAlignMent {
    float: right;
    justify-content: right;
    align-items: flex-end;
    align-content: flex-end;
    text-align: right;
  }
  .styleWithProductBagIcon {
    height: 12px;
    width: 12px;
    margin-right: 2px;
  }
  .styleWithProductAdd {
    font-size: 6px;
    color: #111111;
    font-weight: 500;
  }
  /* New Collection / Trending Now style start */
  .treandingTagImag {
    height: 28px;
    width: 28px;
    margin: 0px 5px 0px 5px;
  }
  /* Best Offer list */
  .bestOfferSlider {
    background-color: #ffffff;
    margin-left: 0 !important;
    margin-right: 20px !important;
    border-radius: 6px;
    height: 150px !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
  }
  .bestOfferSlider:focus {
    outline: none !important;
  }
  .bestOfferSliderLeftImg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    background: white;
    height: 150px;
    width: 100%;
  }
  .bestOfferSliderRightImg {
    border-radius: 4px 4px 0px 0px !important;
    margin: 0px !important;
    color: #111111;
    text-align: justify;
    position: relative !important;
  }
  .bestOfferSliderRightContent {
    padding: 10px;
  }
  .bestOfferSliderRightTitle {
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .bestOfferSliderRightCollection {
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    text-transform: capitalize;
    text-align: right;
  }
  .bestOfferSliderGap {
    padding: 20px 0px 0px 0px;
  }
  .bestOfferSliderRightOffer {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    font-weight: bolder;
    text-align: right;
  }
  .sliderImageDimension {
    height: 150px !important;
    width: 100%;
    border-radius: 4px 4px 0px 0px !important;
  }
  .sliderImgResponsive {
    max-width: 100%;
    width: 100%;
    height: 150px;
  }
}

.prodTitleInSlider {
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  width: 120px;
  height: 50px !important;
  overflow: hidden;
}

@media all and (min-width: 679px) and (max-width: 992px) {
  /* Text Field Responsive   variant outlined style start*/
  .MuiOutlinedInput-input {
    padding: 10px 5px 5px 5px!important;
  }
  .PrivateNotchedOutline-root-10 {
    top: 0px;
    margin: 0px 0px 10px 10px !important;
  }
  .MuiSelect-outlined {
    font-size: 9px !important;
  }
  .Address_Card_Content {
    min-height: 180px !important;
    background: #ffefd5 !important;
    box-shadow: none !important;
  }
  .tailor_details_left_view_profile a {
    color: #ff6a00;
    font-weight: 600;
    text-align: center;
    /* padding:6px 12px !important; */
  }
  .view_profile_button_tailor {
    padding: 4px 7px !important;
    cursor: pointer;
    font-size: 10px !important;
    line-height: 12px;
    /* text-align: center !important; */
  }
  /* Header component*/
  .logoHeader {
    padding-top: 7px !important;
  }
  .percentage {
    color: #ff5f00 !important;
    font-size: 12px;
  }
  .prodTitleInSlider {
    font-size: 10px;
    padding: 6px;
    font-weight: bold;
    width: 90px;
    height: 35px !important;
    overflow: hidden;
  }
  .productOfferPrice {
    float: right;
    padding-right: 40px !important;
  }
  .Slider_move {
    float: right;
    margin-top: -40px !important;
    position: relative;
    right: 50px;
  }
  .marginTop {
    margin-top: 6px !important;
  }
  .profileButtonName {
    float: right;
    color: #05090f !important;
    margin-top: 6px !important;
    margin-left: 13px !important;
    font-size: 9px !important;
    text-transform: capitalize;
  }
  .profileButton {
    cursor: pointer;
    border: 2px solid #ffcc8b;
    border-radius: 13px;
    padding: 0px 4px;
    margin-top: 4px !important;
  }
  .menuItem {
    padding-top: 5px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
    color: black !important;
  }
  .menuSection {
    margin: 0px 20px !important;
  }
  .menuItem:hover {
    padding-top: 7px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
    color: #ff893e !important;
  }
  .favIcon {
    height: 18px !important;
  }
  .bagIcon {
    height: 18px !important;
    margin: 0px 8px 0px 0px !important;
    background-color: white;
  }
  .bagIcon:hover {
    height: 18px !important;
    margin: 0px 8px 0px 0px !important;
    background-color: white !important;
  }
  .logout {
    font-size: 8px !important;
  }
  .profileIcon {
    margin-top: -20px !important;
    margin-bottom: -19px !important;
    height: 16px !important;
  }
  .signUpButton {
    font-size: 9px !important;
    cursor: pointer;
    margin-top: 2px;
  }
  /* Text Field Responsive   variant outlined style end*/
  /* Check Box Icon reponsive style start */
  .MuiSvgIcon-root {
    font-size: 14px !important;
  }
  .MuiFormControlLabel-label {
    font-size: 10px !important;
  }
  .MuiIconButton-colorSecondary {
    padding: 3px !important;
  }
  /* ButtonComponent reponsive style start */
  .clearFliterButton {
    font-size: 7px !important;
    border: solid 1px #ffffff;
    width: 100px !important;
    min-width: 100px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #ff5f00!important;
    text-transform: uppercase;
    cursor: pointer !important;
    margin-top: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
  }
  .clearFliterButton:hover {
    background: #ffffff !important;
    color: #ffab4d !important;
  }
  .smallButtonStyle {
    font-size: 7px !important;
    /* margin-top: 5px !important; */
    border-radius: 6px !important;
    width: 55px !important;
    min-width: 55px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .smallButtonStyle:hover {
    background: #ffab4d !important;
  }
  .close_btn {
    font-size: 7px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 55px !important;
    min-width: 55px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #ff5f00 !important;
    list-style-type: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    text-align: center !important;
  }
  .close_btn:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  .mediumButtonStyle {
    font-size: 7px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 75px !important;
    min-width: 75px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .Dashboard_button_disable {
    font-size: 7px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 75px !important;
    min-width: 75px !important;
    height: 14px !important;
    background: rgb(184, 173, 173);
    border: 1px solid grey !important;
    color: grey !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .mediumButtonStyle:hover {
    background: #ffab4d !important;
  }
  .largeButtonStyle {
    font-size: 7px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 80px !important;
    height: 14px !important;
    min-width: 80px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .largeButtonStyle:hover {
    background: #ffab4d !important;
  }
  .extraLargeButtonStyle {
    font-size: 9px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 100px !important;
    min-width: 100px !important;
    height: 18px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 5px 3px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .extraLargeButtonStyle:hover {
    background: #ffab4d !important;
  }
  /* Image Crop style */
  .smallImgCropButtonStyle {
    font-size: 8px !important;
    border-radius: 6px !important;
    width: 55px !important;
    min-width: 55px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .smallImgCropButtonStyle:hover {
    background: #ffab4d !important;
  }
  .closeImgCropBtn {
    font-size: 8px !important;
    border-radius: 6px !important;
    width: 55px !important;
    min-width: 55px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .closeImgCropBtn:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  /* form in timepicker body */
  .formTimePickerBody {
    float: left !important;
    padding: 20px 0px 0px 15px !important;
  }
  .timePickerBodyStyle {
    border-style: ridge;
    width: 120px !important;
    padding: 5px;
    height: 24px;
    font-size: 8px !important;
  }
  .timePickerIcon {
    font-size: 10px !important;
  }
  .timePickerLabel {
    font-size: 8px !important;
  }
  /* Text Area Style */
  .newTextArea {
    width: 100% !important;
    height: 55px !important;
    font-size: 8px;
  }
  /* mFashionDesigner style start */
  .formMainBody {
    padding: 5px 50px 10px 50px !important;
  }
  .formMainHeding {
    font-size: 16px !important;
    color: #111111 !important;
  }
  .formContentLabel {
    font-size: 12px !important;
    color: #111111 !important;
  }
  .formcheckBox {
    color: #111111 !important;
    font-size: 16px !important;
  }
  .MuiCheckbox-colorSecondary {
    color: #616161 !important;
  }
  .MuiCheckbox-colorSecondary.Mui-checked {
    color: #ff5f00 !important;
  }
  .formCheckBoxAlignleft {
    text-align: left !important;
    align-items: left !important;
  }
  .profileUploadPreview {
    width: 15px;
    height: 15px;
  }
  .galleryUploadPreview {
    width: 25px;
    height: 19px;
    margin-right: 8px;
  }
  /*  imageCropUtility style */
  .croperBody {
    height: 150px !important;
    width: 150px;
    border: 1px solid white;
  }
  .croperPreviewBody {
    height: 100px !important;
    width: 100px;
    border: 1px solid white;
  }
  .cropperImagePreview {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .upload_btn {
    font-size: 7px !important;
    margin-top: 7px !important;
    border-radius: 6px !important;
    width: 65px !important;
    min-width: 65px !important;
    height: 16px !important;
    background: #fb5607 !important;
    color: white !important;
    list-style-type: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 6px 6px !important;
    text-align: center !important;
  }
  .imageCropperTitle {
    font-size: 7px;
    color: #05090f;
  }
  .imageCropperMSG {
    font-size: 6px;
    color: #577f9e;
  }
  .Desunfollow {
    font-size: 6px !important;
    margin-top: 5px !important;
    border-radius: 6px;
    width: 50px !important;
    min-width: 50px !important;
    height: 14px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 2px 2px !important;
    text-align: center;
    background: #ff5f00 !important;
    color: #fff !important;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
  }
  .Desfollow {
    font-size: 8px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 85px !important;
    height: 25px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 4px 6px !important;
    text-align: center;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    background: #fff !important;
    color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
  }
  /* Dashboard tailors profile style start  */
  .detailsHeading {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
  }
  .tableHeading {
    color: #444444;
    font-size: 11px;
    font-weight: 600;
  }
  .tableContentLabel {
    color: #666666;
    font-size: 10px;
    font-weight: 600;
  }
  .tableContentDetails {
    color: #999999;
    font-size: 10px;
    font-weight: 600;
  }
  .tableUserNames {
    color: #999999;
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .tableContentDetailBody {
    overflow: hidden !important;
    width: 450px !important;
    height: auto !important;
  }
  .storeDetailsBody {
    border-bottom: .5px solid #cecccc;
  }
  .commentLabel {
    font-size: 7px;
    color: #999999;
  }
  .commentLabelLg {
    font-size: 9px;
    color: #999999;
  }
  .storeHeading {
    color: #444444;
    font-size: 11px;
    font-weight: 600;
  }
  .storeContentLabel {
    color: #666666;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
  }
  .storeContentDetails {
    color: #999999;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
  }
  .galleryImageUpload {
    width: 40px;
    height: 30px;
    margin: 0px 5px 2px 0px;
  }
  .galleryHeading {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
  }
  .galleryPrimaryImageShow {
    width: 160px;
    height: 160px;
    object-fit: cover;
  }
  .galleryStoreImageShow {
    width: 160px;
    height: 120px;
    object-fit: cover;
  }
  .galleryImageCardBody {
    margin: 5px 0px 0px 0px;
    padding: 2px;
  }
  /* Dashboard tailors profile style end */
  /* newTailorDetailsComponent style start */
  .editFormLabel {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
  }
  .selectFormLabel {
    margin-top: 32px !important;
    font-size: 9px;
    font-weight: 600;
    color: #fb5607;
  }
  .editFormContentLabel {
    font-size: 11px;
    font-weight: 600;
    color: #666666;
  }
  .editFormContentExLabel {
    font-size: 6px;
    font-weight: 600;
    color: #333333;
  }
  .editFormTimePickerBody {
    padding: 15px 0px 0px 0px !important;
  }
  .editFormTimePickerLabel {
    color: #666666 !;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-align: center !important;
    align-items: center !important;
  }
  .editFormTimePickerContentLabel {
    color: #999999 !important;
    font-size: 8px !important;
    font-weight: 600 !important;
    text-align: center !important;
    align-items: center !important;
  }
  .newEditFormServiceTextArea {
    width: 100% !important;
    height: 20px !important;
    font-size: 8px;
  }
  /* payment component */
  .payment_heading {
    color: #ff5f00;
    font-size: 20px !important;
    font-weight: bold;
  }
  .Payment_total {
    margin-top: 20px !important;
  }
  .SubTotal {
    font-size: 16px !important;
    height: 20px !important;
    overflow: hidden;
    width: 122px;
  }
  .SubOtherTotal {
    font-size: 14px !important;
    height: 18px !important;
    overflow: hidden;
    width: 124px;
  }
  .totalPrice {
    font-size: 16px !important;
    padding-left: 75px;
    height: 20px;
    overflow: hidden;
  }
  .slick-next:before {
    content: url("../../assets/images/right.png") !important;
    background-size: 26px 26px !important;
    height: 28px !important;
    width: 28px !important;
    overflow: hidden;
  }
  .slick-prev:before {
    content: url("../../assets/images/left.png") !important;
    height: 28px !important;
    width: 28px !important;
    overflow: hidden;
  }
  .slick-prev {
    left: -40px !important;
    height: 28px !important;
    width: 28px !important;
    border-radius: 5px !important;
  }
  .slick-next {
    right: -40px !important;
    height: 28px !important;
    width: 28px !important;
    border-radius: 5px !important;
  }
  .slick-arrow {
    width: 28px !important;
    height: 28px !important;
  }
  .onNtpBackButton {
    margin-right: 10px !important;
    float: right !important;
  }
  /* mfashionQuoteComponent style start */
  .fashionQuoteMainGrid {
    padding: 3px;
  }
  .fashionQuoteBody {
    padding: 2px;
  }
  .fashionQuoteContentBody {
    padding: 2px;
  }
  .fashionQuoteLeftIcon {
    float: left;
    width: 15px;
    height: 15px;
  }
  .fashionQuoteRightIcon {
    float: right;
    width: 15px;
    height: 15px;
  }
  .fashionQuoteEditIcon {
    float: right;
    width: 12px;
    height: 12px;
    font-size: 10px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
  }
  .fashionQuoteDeleteIcon {
    float: right;
    width: 12px;
    height: 12px;
    font-size: 12px;
    cursor: pointer;
  }
  .fashionQuoteTitle {
    color: #05090f;
    font-size: 12px;
    font-weight: 600;
    height: 15px !important;
    overflow: hidden;
  }
  .quoteWriteByInDashboard {
    color: #05090f;
    font-size: 12px !important;
    text-transform: capitalize;
    overflow: hidden !important;
    text-align: justify !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    float: right !important;
    font-weight: 700;
    padding-top: 10px;
    text-align: right !important;
  }
  .fashionQuoteDescription {
    color: #333333;
    font-size: 8px;
    padding: 3px;
    font-weight: 400;
    overflow: hidden !important;
    text-align: justify !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    color: #000000;
    height: 54px !important;
  }
  .fashionQuoteFormLabel {
    font-size: 14px;
    color: #05090f;
  }
  .newTextAreaForFashionQuote {
    width: 100% !important;
    height: 80px !important;
    font-size: 8px;
  }
  /* FormScarpBookComponent style start */
  .imageWidthHeightMini {
    width: 90px;
    height: 68px;
    object-fit: cover;
    border-radius: 6px;
  }
  .imageWidthHeight {
    width: 180px;
    height: 135px;
    object-fit: cover;
    border-radius: 6px;
  }
  .colorBoxMini {
    width: 25px;
    height: 25px;
    border-radius: 6px;
  }
  .scrapBookImagePreview {
    width: 90px;
    height: 68px;
    object-fit: cover;
    border-radius: 6px;
  }
  .colorTextField {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
  }
  .colorPreviewBox {
    width: 15px;
    height: 15px;
    margin-left: 8px !important;
    border-radius: 4px;
  }
  /* mfashionStoriesComponent Style start */
  .fashionStoryImageView {
    width: 100%;
    height: 300px;
    object-fit: fill;
    border-radius: 4px;
  }
  .fashionStoryImageContent {
    position: relative;
    height: 312px;
    overflow: hidden;
    padding: 3px;
  }
  .fashionStoryImageContent .imageBlock {
    display: block !important;
  }
  .fashionStoryImageContent .contentBlock {
    display: none !important;
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  }
  .fashionStoryImageContent:hover .imageBlock {
    display: none !important;
  }
  .fashionStoryImageContent:hover .contentBlock {
    display: block !important;
    z-index: 999 !important;
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  }
  .contentBodySize {
    height: 300px;
    width: 100%;
    padding: 5px;
  }
  .categoryButton {
    font-size: 7px !important;
    border-radius: 4px !important;
    width: 60px !important;
    min-width: 60px !important;
    height: 16px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .categoryButtonAlign {
    text-align: center;
    align-items: center;
    align-content: center;
  }
  .fashionStoryReadShop2 {
    bottom: 4%;
    font-weight: 600;
    color: #ff5f00;
    position: absolute;
    text-align: center;
    align-items: center;
    background: white;
    z-index: -1 !important;
  }
  .fashionStoryIconLeft {
    float: left;
    width: 16px;
    height: 16px;
  }
  .fashionStoryIconRight {
    float: right;
    width: 16px;
    height: 16px;
  }
  .fashionStoryBottomIcon {
    width: 16px;
    height: 16px;
  }
  .fashionStoryBottomReadShopButton {
    font-size: 7px !important;
    border-radius: 4px !important;
    width: 60px !important;
    min-width: 60px !important;
    height: 16px !important;
    border: 1px solid #ff5f00;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    padding: 5px 5px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .fashionStoryTextAlign {
    text-align: center;
  }
  .fashionStoryTitle {
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: normal;
    height: 16px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStorySubTitle {
    font-size: 11px;
    font-weight: bold;
    height: 13px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStoryDescription {
    font-size: 9px;
    font-weight: lighter;
    height: 90px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStoryDate {
    font-size: 9px;
    font-weight: bold;
    overflow: hidden;
    color: #fb5607;
  }
  .fashionStoryDateContent {
    font-size: 8px;
    font-weight: lighter;
    height: 10px;
    color: #000000;
    overflow: hidden;
  }
  .fashionStoryDeleteEditButton {
    font-size: 7px !important;
    border-radius: 4px !important;
    width: 55px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .fashionStoryDeleteEditButton:hover {
    background: #ffab4d !important;
  }
  .fashionStoryReadShop {
    /* margin-top: -47px; */
    left: 20%;
    right: 20%;
    bottom: 4%;
    width: 60%;
    font-weight: 600;
    color: #ff5f00;
    position: absolute;
    text-align: center;
    align-items: center;
    background: white;
    font-size: 8px;
    padding: 5px;
    border-radius: 4px;
  }
  .fashionStoryPaddingRight {
    padding-right: 5px !important;
  }
  .fashionStoryDropdownAlign {
    text-align: center;
    align-content: center;
    align-items: center;
  }
  .fashionStoryFormLabel {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
  }
  .fashionStoryFormTitle {
    font-size: 10px;
    color: #000000;
    font-weight: 400;
  }
  .fashionStoryImageUploadPreview {
    width: 120px;
    height: 90px;
    object-fit: cover;
  }
  .gridProductAlign {
    padding: 5px;
  }
  .gridProductPreviewMainBody {
    padding: 5px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  }
  .gridProductPreviewMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  .gridProductImagePreview {
    width: 100%;
    height: 120px;
    object-fit: fill;
  }
  .gridProductNumber {
    font-size: 7px;
    color: #000000;
    font-weight: 400;
  }
  .gridProductTitle {
    font-size: 7px;
    height: 10px;
    overflow: hidden;
    color: #000000;
    font-weight: 600;
  }
  .gridProductDiscontPrice {
    font-size: 8px;
    color: #000000;
    font-weight: 400;
    text-align: right;
  }
  .gridProductActualPrice {
    font-size: 8px;
    color: #000000;
    font-weight: 400;
    text-decoration: line-through;
    text-align: right;
  }
  .gridProductListLabel {
    font-size: 9px;
    color: #000000;
    font-weight: 600;
  }
  .gridProductRadioButton {
    font-size: 8px !important;
    float: right;
  }
  .gridProductEditButton {
    font-size: 6px !important;
    border-radius: 4px !important;
    width: 35px !important;
    min-width: 35px !important;
    height: 12px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    cursor: pointer !important;
    font-weight: 600;
  }
  .fashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 450px !important;
    height: 225px !important;
    background-size: 100% 100% !important;
  }
  .gridBoxBody {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
  .gridBox {
    padding: 0px !important;
    width: 112.5px;
    height: 112.5px;
  }
  /* TextField DropDown */
  .normalDropdownStyle {
    width: 100px !important;
    margin-bottom: 5px !important;
  }
  .normalFullDropdownStyle {
    width: 120 !important;
  }
  /* showAllVendorProductComponent style Start */
  .productListLabel {
    text-align: center;
    font-size: 9px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #333333;
  }
  .productListLabelContent {
    text-align: center;
    align-items: center;
    align-content: center;
    vertical-align: middle !important;
    font-size: 8px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #999999;
    padding-bottom: 3px;
  }
  /* showVendorProductDetailsComponent style start */
  .productDetailsImagePreview {
    height: 180px;
    width: 100%;
    object-fit: fill;
    padding: 0px 5px 0px 5px;
  }
  .productDetailsTitle {
    font-size: 9px;
    color: #000000;
    font-weight: 600;
  }
  .productDetailsLabel {
    font-size: 8px;
    color: #000000;
    font-weight: 600;
  }
  .productDetailsContentLabel {
    font-size: 8px;
    color: #000000;
    font-weight: 400;
  }
  .productDetailsCategorySubLabel {
    font-size: 8px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
  }
  .productDetailsCategorySubLabelBody {
    margin: 8px 0px 0px 0px !important;
  }
  .productDetailsContentLabelLineThrow {
    font-size: 8px;
    color: #000000;
    font-weight: 400;
    padding-left: 8px;
    text-decoration: line-through;
  }
  .productDetailsDescription {
    font-size: 7px;
    color: #000000;
    font-weight: 400;
    height: 45px;
    overflow: hidden;
  }
  .productDetailsHRline {
    margin: 0px;
    border: 1px solid #ff5f00;
  }
  .colorBoxProductDetails {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
  }
  .productDetailsQuantityTextField {
    width: 30px !important;
    font-size: 7px !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    padding: 1px !important;
  }
  /* productBasicDetails component style start */
  .addProductDetailsLabel {
    font-size: 10px;
    color: #000000;
    font-weight: 600;
  }
  .productAttributePaperBody {
    padding: 10px;
  }
  .addProductDetailsMiniLabel {
    font-size: 9px;
    color: #000000;
    font-weight: 600;
  }
  .addProductDetailsSizeBody {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
    font-size: 8px;
    padding: 3px 0px 0px 0px;
  }
  .addProductDetailsColorBody {
    width: 16px;
    height: 16px;
    border: 1px solid gray;
    border-radius: 50%;
  }
  /* productUploadingComponent style start */
  .productImageUploadTitle {
    font-size: 12px;
    color: #000000;
    text-align: center;
  }
  .productUploadImagePriview {
    width: 60px;
    height: 80px;
    object-fit: fill;
  }
  /* VendorOrdersComponent style start */
  .orderProductDetailsColorBody {
    width: 14px !important;
    height: 14px !important;
    border-radius: 3px;
    border: 1px solid #000000;
  }
  /* proDesignersShowAllComponent style start */
  .proDesignerShowAllHeading {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
  }
  .proDesignerImageBody {
    width: 100%;
    height: 119px;
    object-fit: fill;
    border-radius: 6px 0px 0px 6px;
  }
  .proDesignerContentAndImageMainBody {
    padding: 0px;
    height: 120px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
  }
  .proDesignerName {
    font-size: 12px;
    height: 15px;
    overflow: hidden;
    font-weight: 400;
    color: #333333;
  }
  .proDesignerCityTitle {
    font-size: 10px;
    height: 13px;
    overflow: hidden;
    color: #666666;
  }
  .proDesignerViewDetailsButtonAlign {
    text-align: center;
    align-items: center;
    align-content: center;
    margin-top: 30px;
  }
  .proDesignerViewDetailsButtonGap {
    margin-top: 3px;
  }
  .tailorViewDetailsRatingGap {
    padding-left: 8px;
    margin-top: 30px;
  }
  .proDesigneViewDetails {
    font-size: 10px;
    height: 13px;
    overflow: hidden;
    color: #ff5f00;
    font-weight: 600;
  }
  .proDesigneViewDetails:hover {
    color: #333333;
  }
  .DesignerFollow {
    font-size: 7px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 70px;
    min-width: 70px !important;
    height: 20px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 3px 3px !important;
    text-align: center;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    background: #fff !important;
    color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
  }
  .DesignerUnfollow {
    font-size: 7px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 70px;
    min-width: 70px !important;
    height: 20px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 3px 3px !important;
    text-align: center;
    background: #ff5f00 !important;
    color: #fff !important;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
  }
  /* DesignerIndex style start */
  .designerProfileBackgroundImage1 {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    position: absolute;
  }
  .designerProfileBackgroundImage2Body {
    position: relative;
  }
  .designerProfileBackgroundImage2 {
    width: 20px;
    height: 20px;
    bottom: 25%;
    left: 10px;
    position: absolute;
  }
  .designerProfileBackgroundImage3 {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10%;
    position: absolute;
  }
  .designerProfilImage {
    width: 100%;
    height: 250px;
    object-fit: fill;
  }
  .designerNameGradient {
    font-size: 36px;
    height: 42px;
    background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    overflow: hidden;
    padding: 0px 0px 0px 30px !important;
  }
  .userName {
    font-size: 15px !important;
    width: 120px !important;
    height: 18px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    text-transform: uppercase;
    font-weight: bolder;
  }
  .userCity {
    font-size: 12px;
    color: #333333;
  }
  .imageMapProIcon {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
  }
  .imageMapProTitle {
    padding: 2px 0px 0px 0px;
    font-size: 12px;
    color: #fb5607 !important;
    font-weight: 600;
  }
  .followerCount {
    font-size: 12px;
    color: #111111;
    font-weight: bold;
  }
  .followerLabel {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
  }
  .socialMedia {
    font-size: 14px;
    background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 500;
    text-transform: capitalize;
  }
  .socialMediaIcon {
    font-size: 18px !important;
    size: 18px !important;
    color: #616161 !important;
  }
  .socialMediaLabel {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    text-transform: capitalize;
  }
  .profileDescription {
    font-size: 10px;
    color: #333333;
  }
  /*appointmentComponent style start  */
  .appointmentFormLabel {
    font-size: 12px;
    color: #333333;
    font-weight: 600;
  }
  /* BagDetailsComponent style start */
  .bagContainLabel {
    font-size: 9px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
  }
  .checkOutButton {
    border: 1px solid #ff5f00 !important;
    text-transform: none !important;
    float: left;
    font-size: 6px !important;
    size: 6px !important;
    text-transform: uppercase !important;
    width: 100px;
    min-width: 100px;
    height: 20px;
    overflow: hidden;
    color: #ff5f00 !important;
  }
  .checkOutButton:hover {
    color: white !important;
    background: #ff5f00 !important;
  }
  .checkOutImg {
    width: 130px;
    height: 160px;
    object-fit: fill;
  }
  .checkOutImgBelowLine {
    padding: 8px;
    border-bottom: 1px solid #c4c4c4;
  }
  .offerCodeEnterTextField {
    float: right;
    height: 25px !important;
    width: 110px !important;
    min-width: 110px !important;
  }
  .offerCodeEnterButtonImage {
    width: 16px;
    height: 18px;
  }
  .offerCodeEnterButton {
    background: #ff5f00 !important;
    margin: 0px 5px 0px 0px !important;
    float: right !important;
    padding: 6px 6x !important;
    width: 28px;
    min-width: 28px !important;
    height: 35px !important;
    min-height: 35px !important;
    color: #ffffff !important;
  }
  .offerCodeEnterButtonDisabled {
    background: #999 !important;
    margin: 0px 5px 0px -1px !important;
    padding: 6px 6px !important;
    color: #ffffff !important;
    min-width: 30px !important;
    min-height: 25px !important;
    float: right !important;
  }
  .offerCodeEnterButton:hover {
    background: #999999 !important;
  }
  .removeCouponButton {
    color: #ff5f00 !important;
    margin-top: 10px !important;
    font-size: 7px !important;
    float: right !important;
    width: 100px !important;
    height: 14px !important;
  }
  .removeCouponDisabledButton {
    color: #c4c4c4 !important;
    margin-top: 5px !important;
    font-size: 7px !important;
    float: right !important;
    width: 100px !important;
    height: 14px !important;
  }
  .orderValueLabel {
    font-size: 10px;
    color: #666666 !important;
    font-weight: 500;
    padding-left: 10px;
  }
  .orderValuePrice {
    font-size: 10px;
    color: #ff5f00 !important;
    font-weight: 500;
    text-align: right;
  }
  .shopMoreLabelBody {
    padding: 5px 0px 0px 10px !important;
  }
  .shopMoreLabel {
    font-size: 10px;
    color: #ff5f00 !important;
  }
  .goToCheckOutButton {
    font-size: 6px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 100px !important;
    min-width: 100px !important;
    float: right !important;
    height: 22px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 4px 4px !important;
    text-align: center !important;
  }
  .productRemoveButton {
    border: 1px solid #ff5f00 !important;
    width: 65px !important;
    min-width: 65px !important;
    margin-top: 8px !important;
    /* float: right !important; */
    height: 20px !important;
    font-size: 7px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #ff5f00 !important;
    vertical-align: middle !important;
  }
  .productRemoveButton:hover {
    color: white !important;
    background: #ff5f00 !important;
  }
  .addFavLink {
    font-size: 8px !important;
    color: #ff5f00 !important;
  }
  .addFavLink:hover {
    color: #ff5f00 !important;
    cursor: pointer;
  }
  .productTitleCheckOut {
    font-size: 12px;
    color: #ff5f00 !important;
    height: 15px;
    overflow: hidden;
    font-weight: bold;
  }
  .productCheckOutLabel {
    font-size: 10px;
    color: #616161 !important;
    height: 13px;
    overflow: hidden;
    font-weight: bold;
  }
  .productCheckOutActualPriceLabel {
    font-size: 10px;
    color: #616161 !important;
    height: 13px;
    overflow: hidden;
    padding-left: 44px !important;
  }
  .productCheckOutContentLabel {
    font-size: 9px;
    color: #616161 !important;
    height: 11px;
    overflow: hidden;
  }
  /* BagTabsComponent style start */
  .bagTabofferLabel {
    padding-left: 10px;
    font-size: 11px;
    color: #616161;
    font-weight: bold;
  }
  .bagTabShowMoreOfferLabel {
    font-size: 10px;
    color: #ff5f00;
    font-weight: bold;
    text-align: right;
  }
  .couponBodyAndBackgroundBody {
    /* padding: 8px; */
    position: relative;
  }
  .couponBodyAndBackground {
    min-height: 140px;
    height: 140px;
    width: 100%;
    padding: 10px;
    background-image: url('../img/now_bg.png');
    background-size: cover;
    box-shadow: none !important;
    color: #ffffff;
    cursor: pointer !important;
    overflow: hidden;
    position: relative;
    border-radius: 8px !important;
  }
  .couponTitle {
    height: 22px;
    font-size: 18px;
    color: #ffffff;
  }
  .couponPercentage {
    height: 22px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  .couponDescription {
    height: 30px;
    font-size: 7px;
    overflow: hidden;
    color: #ffffff;
  }
  .couponCode {
    font-size: 8px;
    color: #ffffff !important;
    text-align: left;
    height: 11px;
    overflow: hidden;
  }
  .couponCodeBody {
    bottom: 10px;
    position: absolute;
  }
  .couponPercentageBody {
    bottom: 20px;
    position: absolute;
  }
  /* FavouriteTabComponent style start */
  .favProductImagePreview {
    width: 100%;
    height: 130px;
    object-fit: fill;
  }
  .favProductBagImage {
    width: 18px;
    height: 18px;
    float: right;
  }
  .favProductFavImage {
    width: 18px;
    height: 18px;
    float: left;
  }
  .favProductTitle {
    font-size: 10px;
    height: 13px;
    overflow: hidden;
    color: #616161;
    font-weight: bolder;
  }
  .favProductDiscontPrice {
    font-size: 10px;
    color: #ff5f00;
    font-weight: bold;
    text-align: left;
  }
  .favProductActualPrice {
    font-size: 10px;
    color: #333333;
    font-weight: 400;
    text-decoration: line-through;
    text-align: left;
    padding-left: 10px;
  }
  .favAddProductLabel {
    font-size: 10px;
    color: #333333 !important;
    text-align: right;
  }
  /* Left menu Tab style account page style start*/
  .leftMenuTabLabel {
    font-size: 12px !important;
    color: #111111 !important;
    font-weight: bold !important;
    background: #ffffff !important;
  }
  .MuiTab-root {
    max-height: 36px !important;
    min-height: 36px !important;
    height: 36px !important;
  }
  /*  Left menu Tab style account page style ends */
  /* orderDetailsByorederId page style start*/
  .orderAddressDeliverLabel {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
  }
  .orderAddressDeliverUserName {
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .orderAddressDeliverOtherLabel {
    font-size: 10px !important;
    font-weight: 400;
    text-transform: capitalize;
  }
  .orderAddresDownloadInvLabel {
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .orderAddressMoreDetailsLabel {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
  }
  .ArchiveIconStyle {
    font-size: 18px !important;
    size: 16px !important;
  }
  .orderProductImage {
    width: 100%;
    height: 240px;
    border-radius: 6px;
    cursor: pointer
  }
  .orderProductTitle {
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
  }
  .orderProductDetails {
    font-size: 14px;
    font-weight: bold;
  }
  .orderOtherTitle {
    font-size: 10px;
    text-transform: capitalize;
  }
  .orderOtherContent {
    font-size: 10px;
    text-transform: capitalize;
  }
  .orderOtherContentColorBox {
    width: 15px !important;
    height: 15px !important;
    border-radius: 4px;
    padding: 1px;
    border: solid 1px #05090f;
    margin: 2px;
  }
  .orderTotalPrice {
    font-size: 10px;
    font-weight: 600;
  }
  .orderDiscountPriceTitle {
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
  }
  /*  orderDetailsByorederId page style ends */
  /* DesignerScrapBookComponent style start */
  .scrapBookMainImageShow {
    width: 100%;
    height: 225px;
    border-radius: 6px;
  }
  .scrapBookSubImageShow {
    width: 110px;
    height: 110px;
    border-radius: 6px;
  }
  .colorBox {
    width: 50px;
    height: 50px;
    border-radius: 4px;
  }
  /* DesignerScrapBookComponent style ends */
  /* TailorGalleryComponent style start */
  .tailorGalleryHeading {
    font-size: 20px;
    color: #fb5607;
  }
  .galleryMainImg {
    width: 250px;
    height: 260px;
    border-radius: 6px;
  }
  .gallerySubImg {
    width: 166px;
    height: 125px;
    border-radius: 6px;
  }
  /* TailorGalleryComponent style ends */
  /*  TopRatedTailorViewComponent style start*/
  .tailorDetailsProfile {
    height: 140px;
    width: 140px;
    border-radius: 6px;
  }
  .tailorContactLabel {
    font-size: 14px !important;
    font-weight: bold;
    color: #111111;
  }
  .tailorContactContentLabel {
    font-size: 10px !important;
    font-weight: bold;
    color: #111111;
  }
  .tailorStoreDayLabel {
    font-size: 12px !important;
    color: #333333;
    height: 16px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .tailorStoreTimeLabel {
    font-size: 12px !important;
    color: #333333;
    height: 16px;
    overflow: hidden;
    text-transform: uppercase;
  }
  /*  TopRatedTailorViewComponent style ends*/
  /* OrderComponent style start */
  .accountOrderImage {
    width: 120px;
    height: 160px;
    cursor: pointer;
    border-radius: 6px;
  }
  .accountOrderProductName {
    font-size: 18px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    height: 24px !important;
    overflow: hidden;
    cursor: pointer;
  }
  .accountOrderProductDetailsLabel {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 500 !important;
    height: 18px !important;
    overflow: hidden;
  }
  .accountOrderProductDetailscontent {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    height: 18px !important;
    overflow: hidden;
    text-transform: capitalize;
  }
  .accountOrderProductDisPr {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 500 !important;
  }
  .accountOrderProductActualPr {
    font-size: 8px !important;
    color: #333333 !important;
    font-weight: 400 !important;
  }
  .accountOrderDateLabel {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 600 !important;
  }
  .accountOrderDateContent {
    font-size: 10px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    text-transform: capitalize;
  }
  .accountOrderBuyerName {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    height: 18px !important;
    text-align: right !important;
    overflow: hidden;
    text-transform: capitalize;
  }
  .accountOrderStatus {
    font-size: 12px !important;
    color: #fb5607 !important;
    font-weight: 600 !important;
  }
  .accountOrderId {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    text-align: right !important;
  }
  .orderSpapce {
    margin: 40px 0px 0px 0px !important;
  }
  .catergoryLabel {
    font-size: 12px !important;
    font-size: 500;
    padding-top: 5px !important;
    color: #111111;
    padding: 0px 0px 0px 0px;
  }
  /* OrderComponent style start */
  /* AccountTab AddressLineComponent style start*/
  .accountAddressDeliverUserName {
    font-size: 14px !important;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
  }
  .accountAddresContactrLabel {
    font-size: 10px !important;
    font-weight: 600;
    color: #333333;
  }
  .accountAddresOtherLabel {
    font-size: 10px !important;
    font-weight: 400;
    color: #333333;
  }
  /* AccountTab AddressLineComponent style ends*/
  /* FashionShowMoreComponent style start */
  .fashionStryLabel {
    font-size: 20px !important;
    color: #333333;
    font-weight: bolder;
  }
  .fashionStryInspirationLabel {
    font-size: 14px !important;
    color: #333333;
    font-weight: bolder;
  }
  .producPriceCart {
    color: #ff5f00;
    margin-top: 10px !important;
    font-size: 12px;
    float: right;
    padding-left: 2em
  }
  /* FashionShowMoreComponent style ends */
  /* All Designer and Tailor Card Styles start*/
  .allTDCardTitle {
    font-size: 14px !important;
    color: #111111 !important;
    font-weight: 500 !important;
    height: 18px !important;
    overflow: hidden !important;
    text-transform: capitalize !important;
  }
  .allTDCardCityName {
    font-size: 10px !important;
    color: #616161 !important;
    font-weight: 400 !important;
    height: 13px !important;
    overflow: hidden !important;
  }
  .allTDCardViewProfile {
    font-size: 8px !important;
    color: #ff5f00 !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 0 !important;
    cursor: pointer;
    outline: none !important;
  }
  .allTDCardViewProfile:focus {
    outline: none !important;
  }
  .allTDCardViewProfileTailor {
    font-size: 8px !important;
    color: #ff5f00 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0px 0px 0px 17px !important;
    outline: none !important;
  }
  .allTDCardViewProfileTailor:focus {
    outline: none !important;
  }
  /* All Designer and Tailor Card Styles ends*/
  /* Follwing Card style */
  .imgDimensionsResponsiveFCard {
    height: 142px !important;
    width: 142px !important;
    object-fit: cover !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 6px 0px 0px 6px;
  }
  .cardDimnsionsFCard {
    height: 143px !important;
    display: flex !important;
    box-shadow: none !important;
    border-radius: 6px;
    border: .1px solid #cccccc !important;
  }
  .cardDimnsionsFCard:hover {
    box-shadow: 0 0 10px silver !important;
  }
  /* Show All Offer style */
  .bestOfferBodyAll {
    background-color: #ffffff;
    margin-left: 0 !important;
    border-radius: 6px;
    height: 135px !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .bestOfferBodyLeftImgAll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .showAllOfferImgResponsiveDimension {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 6px 0px 0px 6px;
  }
  .bestOfferBodyRightImgAll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    position: relative;
  }
  .bestOfferBodyRightTitleAll {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    text-transform: capitalize !important;
    color: #111111;
    font-weight: 500;
  }
  .offerGap {
    padding: 5px 0px 0px 0px;
  }
  .bestOfferBodyRightDescriptionAll {
    height: 40px;
    font-size: 7px !important;
    overflow: hidden;
    color: #111111;
    font-weight: 400;
    text-align: justify;
  }
  .offerDurationAll {
    font-size: 6px;
    height: 10px;
    overflow: hidden;
    text-transform: capitalize !important;
    color: #111111;
    font-weight: 900;
    bottom: 10px;
    position: absolute;
  }
  .bestOfferBodyRightOfferAll {
    bottom: 25px;
    position: absolute;
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    font-weight: bolder;
    float: left !important;
    text-align: left !important;
    color: #111111;
  }
  /* Coupon Style start */
  .couponBodyBackground {
    min-height: 180px;
    height: 180px;
    background-image: url('../../assets/images/now_bg.png');
    background-size: cover;
    box-shadow: none !important;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border-radius: 6px;
  }
  .couponGap {
    padding: 12px 0px 0px 0px;
  }
  .couponBodyTitle {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    text-transform: capitalize !important;
  }
  .couponBodyCode {
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    bottom: 30px;
    position: absolute;
  }
  .couponBodyOffer {
    font-size: 18px;
    height: 24px;
    font-weight: bolder;
    overflow: hidden;
    text-align: right;
    text-transform: capitalize !important;
    bottom: 52px;
    position: absolute;
  }
  .couponBodyDuration {
    font-size: 10px;
    height: 56px;
    overflow: hidden;
    text-transform: capitalize !important;
    text-align: justify;
  }
  /* Style With Product  Style Start*/
  .styleWithProdctMainBodyContent {
    height: 160px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
  }
  .styleWithProdctMainBodyContent:focus {
    outline: none;
  }
  .styleWithProdctImage {
    width: 100%;
    height: 140px;
    border-radius: 6px;
    overflow: hidden;
  }
  .styleWithProdcTitle {
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    color: #616161;
    font-weight: bolder;
    text-transform: capitalize;
  }
  .styleWithProdcMaterial {
    font-size: 10px;
    height: 14px;
    overflow: hidden;
    color: #616161;
    font-weight: 400;
    text-transform: capitalize;
  }
  .styleWithProdcDescription {
    font-size: 10px;
    height: 57px;
    overflow: hidden;
    color: #616161;
    font-weight: 400;
  }
  .styleWithProductPriceAddButtonAlignMent {
    margin-top: 5px !important;
  }
  .styleWithProductActualPrice {
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    color: #ff5f00;
    font-weight: 600;
  }
  .styleWithProductDiscountPrice {
    font-size: 10px;
    height: 14px;
    overflow: hidden;
    color: #333333;
    font-weight: 500;
    padding-left: 10px;
  }
  .styleWithProductBagIcon {
    height: 14px;
    width: 14px;
    margin-right: 2px;
  }
  .styleWithProductAdd {
    font-size: 9px;
    color: #111111;
    font-weight: 500;
  }
  /* New Collection / Trending Now style start */
  .treandingTagImag {
    height: 28px;
    width: 28px;
    margin: 0px 8px 0px 8px;
  }
  /* Best Offer list */
  .bestOfferSlider {
    background-color: #ffffff;
    margin-left: 0 !important;
    margin-right: 20px !important;
    border-radius: 6px;
    height: 110px !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
  }
  .bestOfferSlider:focus {
    outline: none !important;
  }
  .bestOfferSliderLeftImg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    background: white;
    height: 110px;
    width: 100%;
  }
  .bestOfferSliderRightContent {
    padding: 10px;
  }
  .bestOfferSliderRightTitle {
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .bestOfferSliderRightCollection {
    font-size: 10px;
    height: 14px;
    overflow: hidden;
    text-transform: capitalize;
    text-align: right;
  }
  .bestOfferSliderGap {
    padding: 10px 0px 0px 0px;
  }
  .bestOfferSliderRightOffer {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    font-weight: bolder;
    text-align: right;
  }
  .sliderImageDimension {
    height: 110px !important;
    width: 100%;
    border-radius: 4px 0px 0px 4px !important;
  }
  .sliderImgResponsive {
    max-width: 100%;
    width: 100%;
    height: 110px;
  }
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  /* Text Field Responsive   variant outlined style start*/
  .MuiOutlinedInput-input {
    font-size: 12px !important;
    padding: 10px 7px !important;
  }
  .MuiSelect-outlined {
    font-size: 12px !important;
  }
  .Address_Card_Content {
    min-height: 180px !important;
    background: #ffefd5 !important;
    box-shadow: none !important;
  }
  .PaymentGap {
    padding: 0px 60px !important;
  }
  .tailor_details_left_view_profile a {
    color: #ff6a00;
    font-weight: 600;
    text-align: center;
    /* padding:6px 12px !important; */
  }
  .view_profile_button_tailor {
    padding: 4px 12px !important;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    /* text-align: center !important; */
  }
  .percentage {
    color: #ff5f00 !important;
    font-size: 14px !important;
  }
  .prodTitleInSlider {
    font-size: 12px !important;
    padding: 7px;
    font-weight: bold;
    width: 100px;
    height: 40px !important;
    overflow: hidden;
  }
  /* Check Box Icon reponsive style start */
  .MuiSvgIcon-root {
    font-size: 16px !important;
  }
  .marginTop {
    margin-top: 8px !important;
  }
  .MuiFormControlLabel-label {
    font-size: 12px !important;
  }
  .MuiIconButton-colorSecondary {
    padding: 5px !important;
  }
  .productQuantity {
    float: left !important;
    margin-right: 20px;
    margin-top: 0px;
  }
  .productOfferPrice {
    float: right;
    padding-right: 40px !important;
  }
  /* ButtonComponent reponsive style start */
  .clearFliterButton {
    font-size: 9px !important;
    border: solid 1px #ffffff;
    width: 120px !important;
    min-width: 120px !important;
    height: 18px !important;
    background: #ffffff !important;
    color: #ff5f00!important;
    text-transform: uppercase;
    cursor: pointer !important;
    margin-top: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
  }
  .clearFliterButton:hover {
    background: #ffffff !important;
    color: #ffab4d !important;
  }
  .smallButtonStyle {
    font-size: 10px !important;
    /* margin-top: 5px !important; */
    border-radius: 6px !important;
    width: 65px !important;
    min-width: 65px !important;
    height: 18px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .smallButtonStyle:hover {
    background: #ffab4d !important;
  }
  .close_btn {
    font-size: 10px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 65px !important;
    min-width: 65px !important;
    height: 18px !important;
    background: #ffffff !important;
    color: #ff5f00 !important;
    list-style-type: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    text-align: center !important;
  }
  .close_btn:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  .mediumButtonStyle {
    font-size: 10px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 90px !important;
    min-width: 90px !important;
    height: 24px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .Dashboard_button_disable {
    font-size: 10px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 90px !important;
    min-width: 90px !important;
    height: 18px !important;
    background: rgb(184, 173, 173);
    border: 1px solid grey !important;
    color: grey !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .mediumButtonStyle:hover {
    background: #ffab4d !important;
  }
  .largeButtonStyle {
    font-size: 10px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 100px !important;
    height: 18px !important;
    min-width: 100px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px 2px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .largeButtonStyle:hover {
    background: #ffab4d !important;
  }
  .extraLargeButtonStyle {
    font-size: 11px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 120px !important;
    min-width: 120px !important;
    height: 24px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 5px 3px !important;
    margin: 2px 0px 0px 0px !important;
    text-align: center !important;
  }
  .extraLargeButtonStyle:hover {
    background: #ffab4d !important;
  }
  /* Image Crop style */
  .smallImgCropButtonStyle {
    font-size: 10px !important;
    border-radius: 6px !important;
    width: 65px !important;
    min-width: 65px !important;
    height: 18px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .smallImgCropButtonStyle:hover {
    background: #ffab4d !important;
  }
  .closeImgCropBtn {
    font-size: 10px !important;
    border-radius: 6px !important;
    width: 65px !important;
    min-width: 55px !important;
    height: 18px !important;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 2px !important;
    text-align: center !important;
  }
  .closeImgCropBtn:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  /* form in timepicker body */
  .formTimePickerBody {
    float: left !important;
    padding: 18px 0px 0px 18px !important;
  }
  .timePickerBodyStyle {
    border-style: ridge;
    width: 150px !important;
    padding: 5px;
    height: 28px;
    font-size: 10px !important;
  }
  .timePickerIcon {
    font-size: 12px !important;
  }
  .timePickerLabel {
    font-size: 10px !important;
  }
  /* Text Area Style */
  .newTextArea {
    width: 100% !important;
    height: 70px !important;
    font-size: 10px;
  }
  /* mFashionDesigner style start */
  .formMainBody {
    padding: 5px 60px 10px 60px !important;
  }
  .formMainHeding {
    font-size: 20px !important;
    color: #111111 !important;
  }
  .formContentLabel {
    font-size: 16px !important;
    color: #111111 !important;
  }
  .formcheckBox {
    color: #111111 !important;
    font-size: 20px !important;
  }
  .MuiCheckbox-colorSecondary {
    color: #616161 !important;
  }
  .MuiCheckbox-colorSecondary.Mui-checked {
    color: #ff5f00 !important;
  }
  .formCheckBoxAlignleft {
    text-align: left !important;
    align-items: left !important;
  }
  .profileUploadPreview {
    width: 20px;
    height: 20px;
  }
  .galleryUploadPreview {
    width: 30px;
    height: 20px;
    margin-right: 8px;
  }
  /* Header component*/
  .logoHeader {
    padding-top: 5px !important;
  }
  .profileButtonName {
    float: right;
    color: #05090f !important;
    margin-top: 2px !important;
    margin-left: 15px !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
  }
  .profileButton {
    cursor: pointer;
    border: 2px solid #ffcc8b;
    border-radius: 15px;
    padding: 0px 7px;
    margin-top: 4px;
  }
  .menuItem {
    padding-top: 5px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
    color: black !important;
  }
  .menuSection {
    margin: 0px 20px !important;
  }
  .menuItem:hover {
    padding-top: 7px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
    color: #ff893e !important;
  }
  .favIcon {
    height: 20px !important;
  }
  .bagIcon {
    height: 20px !important;
    margin: 0px 10px 0px 0px !important;
  }
  .profileIcon {
    margin-top: -19px !important;
    margin-bottom: -18px !important;
    height: 18px !important;
  }
  .logout {
    font-size: 10px !important;
  }
  .signUpButton {
    font-size: 11px !important;
    cursor: pointer;
    margin-top: 2px;
  }
  /*  imageCropUtility style */
  .croperBody {
    height: 200px !important;
    width: 200px;
    border: 1px solid white;
  }
  .croperPreviewBody {
    height: 175px !important;
    width: 175px;
    border: 1px solid white;
  }
  .cropperImagePreview {
    width: 175px;
    height: 175px;
    object-fit: contain;
  }
  .upload_btn {
    font-size: 8px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 85px !important;
    min-width: 85px !important;
    height: 24px !important;
    background: #fb5607 !important;
    color: white !important;
    list-style-type: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 6px 6px !important;
    text-align: center !important;
  }
  .imageCropperTitle {
    font-size: 9px;
    color: #05090f;
  }
  .imageCropperMSG {
    font-size: 8px;
    color: #577f9e;
  }
  .Desunfollow {
    font-size: 8px !important;
    margin-top: 5px !important;
    border-radius: 6px;
    width: 70px !important;
    min-width: 70px !important;
    height: 20px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 3px 3px !important;
    text-align: center;
    background: #ff5f00 !important;
    color: #fff !important;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
  }
  .Desfollow {
    font-size: 10px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 94px !important;
    height: 28px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 4px 6px !important;
    text-align: center;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    background: #fff !important;
    color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
  }
  /* Dashboard tailors profile style start  */
  .detailsHeading {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
  }
  .tableHeading {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
  }
  .tableContentLabel {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
  }
  .tableContentDetails {
    color: #999999;
    font-size: 12px !important;
    font-weight: 600;
  }
  .tableUserNames {
    color: #999999;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: capitalize;
  }
  .tableContentDetailBody {
    overflow: hidden !important;
    width: 600px !important;
    height: auto !important;
  }
  .storeDetailsBody {
    border-bottom: 1px solid #cecccc;
  }
  .commentLabel {
    font-size: 9px;
    color: #999999;
  }
  .commentLabelLg {
    font-size: 12;
    color: #999999;
  }
  .storeHeading {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
  }
  .storeContentLabel {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  .storeContentDetails {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  .galleryImageUpload {
    width: 60px;
    height: 45px;
    margin: 0px 7px 3px 0px;
  }
  .galleryHeading {
    color: #444444;
    font-size: 17px;
    font-weight: 600;
  }
  .galleryPrimaryImageShow {
    width: 24px;
    height: 240px;
    object-fit: cover;
  }
  .galleryStoreImageShow {
    width: 240px;
    height: 180px;
    object-fit: cover;
  }
  .galleryImageCardBody {
    margin: 7px 0px 0px 0px;
    padding: 5px;
  }
  /* Dashboard tailors profile style end */
  /* newTailorDetailsComponent style start */
  .editFormLabel {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
  }
  .selectFormLabel {
    margin-top: 32px !important;
    font-size: 12px;
    font-weight: 600;
    color: #fb5607;
  }
  .editFormContentLabel {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
  }
  .editFormContentExLabel {
    font-size: 8px;
    font-weight: 600;
    color: #333333;
  }
  .editFormTimePickerBody {
    padding: 20px 0px 0px 0px !important;
  }
  .editFormTimePickerLabel {
    color: #666666 !;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
    align-items: center !important;
  }
  .editFormTimePickerContentLabel {
    color: #999999 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-align: center !important;
    align-items: center !important;
  }
  .newEditFormServiceTextArea {
    width: 100% !important;
    height: 30px !important;
    font-size: 10px;
  }
  .payment_heading {
    color: #ff5f00;
    font-size: 20px !important;
    font-weight: bold;
  }
  .Payment_total {
    margin-top: 24px !important;
  }
  .SubTotal {
    font-size: 18px;
    height: 22px !important;
    overflow: hidden;
    width: 122px;
  }
  .SubOtherTotal {
    font-size: 16px !important;
    height: 20px !important;
    overflow: hidden;
    width: 124px;
  }
  .totalPrice {
    font-size: 18px;
    padding-left: 75px;
    height: 22px;
    overflow: hidden;
  }
  .slick-next:before {
    content: url("../../assets/images/right.png") !important;
    background-size: 30px 30px !important;
    height: 33px !important;
    width: 33px !important;
    overflow: hidden;
  }
  .slick-prev:before {
    content: url("../../assets/images/left.png") !important;
    height: 33px !important;
    width: 33px !important;
    overflow: hidden;
  }
  .slick-prev {
    left: -50px !important;
    height: 33px !important;
    width: 33px !important;
    border-radius: 5px !important;
  }
  .slick-next {
    right: -50px !important;
    height: 33px !important;
    width: 33px !important;
    border-radius: 5px !important;
  }
  .slick-arrow {
    width: 33px !important;
    height: 33px !important;
  }
  .onNtpBackButton {
    margin-right: 10px !important;
    float: right !important;
  }
  /* mfashionQuoteComponent style start */
  .fashionQuoteMainGrid {
    padding: 4px;
  }
  .fashionQuoteBody {
    padding: 3px;
  }
  .fashionQuoteContentBody {
    padding: 3px;
  }
  .fashionQuoteLeftIcon {
    float: left;
    width: 20px;
    height: 20px;
  }
  .fashionQuoteRightIcon {
    float: right;
    width: 20px;
    height: 20px;
  }
  .fashionQuoteEditIcon {
    float: right;
    width: 14px;
    height: 14px;
    font-size: 14px;
    margin: 0px 8px 0px 0px;
    cursor: pointer;
  }
  .fashionQuoteDeleteIcon {
    float: right;
    width: 14px;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
  }
  .fashionQuoteTitle {
    color: #05090f;
    font-size: 14px;
    font-weight: 600;
    height: 17px !important;
    overflow: hidden;
  }
  .quoteWriteByInDashboard {
    color: #05090f;
    font-size: 14px !important;
    text-transform: capitalize;
    overflow: hidden !important;
    text-align: justify !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    float: right !important;
    font-weight: 700;
    padding-top: 12px;
    text-align: right !important;
  }
  .fashionQuoteDescription {
    color: #333333;
    font-size: 10px;
    padding: 4px;
    font-weight: 400;
    overflow: hidden !important;
    text-align: justify !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    color: #000000;
    height: 68px !important;
  }
  .fashionQuoteFormLabel {
    font-size: 18px;
    color: #05090f;
  }
  .newTextAreaForFashionQuote {
    width: 100% !important;
    height: 100px !important;
    font-size: 10px;
  }
  /* FormScarpBookComponent style start */
  .imageWidthHeightMini {
    width: 140px;
    height: 105px;
    object-fit: cover;
    border-radius: 6px;
  }
  .imageWidthHeight {
    width: 280px;
    height: 210px;
    object-fit: cover;
    border-radius: 6px;
  }
  .colorBoxMini {
    width: 45px;
    height: 45px;
    border-radius: 6px;
  }
  .scrapBookImagePreview {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
  }
  .colorTextField {
    width: 160px !important;
    max-width: 160px !important;
    min-width: 160px !important;
  }
  .colorPreviewBox {
    width: 20px;
    height: 20px;
    margin-left: 8px !important;
    border-radius: 6px;
  }
  /* mfashionStoriesComponent Style start */
  .fashionStoryImageView {
    width: 100%;
    height: 400px;
    object-fit: fill;
    border-radius: 4px;
  }
  .fashionStoryImageContent {
    position: relative;
    height: 420px;
    overflow: hidden;
    padding: 5px;
  }
  .fashionStoryImageContent .imageBlock {
    display: block !important;
  }
  .fashionStoryImageContent .contentBlock {
    display: none !important;
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  }
  .fashionStoryImageContent:hover .imageBlock {
    display: none !important;
  }
  .fashionStoryImageContent:hover .contentBlock {
    display: block !important;
    z-index: 999 !important;
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -moz-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
    -khtml-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.10) !important;
  }
  .contentBodySize {
    height: 400px;
    width: 100%;
    padding: 5px;
  }
  .categoryButton {
    font-size: 9px !important;
    border-radius: 4px !important;
    width: 90px !important;
    min-width: 90px !important;
    height: 20px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .categoryButtonAlign {
    text-align: center;
    align-items: center;
    align-content: center;
  }
  .fashionStoryReadShop2 {
    bottom: 4%;
    font-weight: 600;
    color: #ff5f00;
    position: absolute;
    text-align: center;
    align-items: center;
    background: white;
    z-index: -1 !important;
  }
  .fashionStoryIconLeft {
    float: left;
    width: 20px;
    height: 20px;
  }
  .fashionStoryIconRight {
    float: right;
    width: 20px;
    height: 20px;
  }
  .fashionStoryBottomIcon {
    width: 20px;
    height: 20px;
  }
  .fashionStoryBottomReadShopButton {
    font-size: 9px !important;
    border-radius: 4px !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 20px !important;
    border: 1px solid #ff5f00;
    background: #ffffff !important;
    color: #ff5f00 !important;
    text-transform: uppercase !important;
    padding: 5px 5px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .fashionStoryTextAlign {
    text-align: center;
  }
  .fashionStoryTitle {
    font-size: 20px !important;
    text-transform: capitalize;
    font-weight: normal;
    height: 23px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStorySubTitle {
    font-size: 12px !important;
    text-transform: capitalize;
    font-weight: bold;
    height: 17px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStoryDescription {
    font-size: 10px;
    font-weight: lighter;
    height: 120px;
    overflow: hidden;
    color: #000000;
  }
  .fashionStoryDate {
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    color: #fb5607;
  }
  .fashionStoryDateContent {
    font-size: 10px;
    font-weight: lighter;
    height: 13px;
    color: #000000;
    overflow: hidden;
  }
  .fashionStoryDeleteEditButton {
    font-size: 9px !important;
    border-radius: 4px !important;
    width: 70px !important;
    height: 20px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    font-weight: 600;
  }
  .fashionStoryDeleteEditButton:hover {
    background: #ffab4d !important;
  }
  .fashionStoryReadShop {
    /* margin-top: -47px; */
    left: 20%;
    right: 20%;
    bottom: 4%;
    width: 60%;
    font-weight: 600;
    color: #ff5f00;
    position: absolute;
    text-align: center;
    align-items: center;
    background: white;
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
  }
  .fashionStoryPaddingRight {
    padding-right: 5px !important;
  }
  .fashionStoryDropdownAlign {
    text-align: center;
    align-content: center;
    align-items: center;
  }
  .fashionStoryFormLabel {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
  }
  .fashionStoryFormTitle {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
  }
  .fashionStoryImageUploadPreview {
    width: 160px;
    height: 120px;
    object-fit: cover;
  }
  .gridProductAlign {
    padding: 5px;
  }
  .gridProductPreviewMainBody {
    padding: 5px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  }
  .gridProductPreviewMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  .gridProductImagePreview {
    width: 100%;
    height: 160px;
    object-fit: fill;
  }
  .gridProductNumber {
    font-size: 9px;
    color: #000000;
    font-weight: 400;
  }
  .gridProductTitle {
    font-size: 9px;
    height: 12px;
    overflow: hidden;
    color: #000000;
    font-weight: 600;
  }
  .gridProductDiscontPrice {
    font-size: 11px;
    color: #000000;
    font-weight: 400;
    text-align: right;
  }
  .gridProductActualPrice {
    font-size: 11px;
    color: #000000;
    font-weight: 400;
    text-decoration: line-through;
    text-align: right;
  }
  .gridProductListLabel {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
  }
  .gridProductRadioButton {
    font-size: 11px !important;
    float: right;
  }
  .gridProductEditButton {
    font-size: 8px !important;
    border-radius: 4px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 14px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 2px 2px !important;
    text-align: center !important;
    vertical-align: middle;
    cursor: pointer !important;
    font-weight: 600;
  }
  .fashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 550px !important;
    height: 275px !important;
    background-size: 100% 100% !important;
  }
  .gridBoxBody {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
  .gridBox {
    padding: 0px !important;
    width: 137.5px;
    height: 137.5px;
  }
  /* TextField DropDown */
  .normalDropdownStyle {
    width: 130px !important;
    margin-bottom: 5px !important;
  }
  .normalFullDropdownStyle {
    width: 150px !important;
  }
  /* showAllVendorProductComponent style Start */
  .productListLabel {
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #333333;
  }
  .productListLabelContent {
    text-align: center;
    align-items: center;
    align-content: center;
    vertical-align: middle !important;
    font-size: 10px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #999999;
    padding-bottom: 3px;
  }
  /* showVendorProductDetailsComponent style start */
  .productDetailsImagePreview {
    height: 280px;
    width: 100%;
    object-fit: fill;
  }
  .productDetailsTitle {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
  }
  .productDetailsLabel {
    font-size: 10px;
    color: #000000;
    font-weight: 600;
  }
  .productDetailsContentLabel {
    font-size: 10px;
    color: #000000;
    font-weight: 400;
  }
  .productDetailsCategorySubLabel {
    font-size: 10px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
  }
  .productDetailsCategorySubLabelBody {
    margin: 5px 0px 0px 0px !important;
  }
  .productDetailsContentLabelLineThrow {
    font-size: 10px;
    color: #000000;
    font-weight: 400;
    padding-left: 10px;
    text-decoration: line-through;
  }
  .productDetailsDescription {
    font-size: 7px;
    color: #000000;
    font-weight: 400;
    height: 60px;
    overflow: hidden;
  }
  .productDetailsHRline {
    margin: 0px;
    border: 1px solid #ff5f00;
  }
  .colorBoxProductDetails {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
  }
  .productDetailsQuantityTextField {
    width: 40px !important;
    font-size: 7px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    padding: 1px !important;
  }
  /* productBasicDetails component style start */
  .addProductDetailsLabel {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
  }
  .productAttributePaperBody {
    padding: 12px;
  }
  .addProductDetailsMiniLabel {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
  }
  .addProductDetailsSizeBody {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 4px 0px 0px 0px;
  }
  .addProductDetailsColorBody {
    width: 25px;
    height: 25px;
    border: 1px solid gray;
    border-radius: 50%;
  }
  /* productUploadingComponent style start */
  .productImageUploadTitle {
    font-size: 14px;
    color: #000000;
    text-align: center;
  }
  .productUploadImagePriview {
    width: 75px;
    height: 100px;
    object-fit: fill;
  }
  /* VendorOrdersComponent style start */
  .orderProductDetailsColorBody {
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px;
    border: 1px solid #000000;
  }
  /* proDesignersShowAllComponent style start */
  .proDesignerShowAllHeading {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
  }
  .proDesignerImageBody {
    width: 100%;
    height: 149px;
    object-fit: fill;
    border-radius: 6px 0px 0px 6px;
  }
  .proDesignerContentAndImageMainBody {
    padding: 0px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
  }
  .proDesignerName {
    font-size: 14px;
    height: 18px;
    overflow: hidden;
    font-weight: 400;
    color: #333333;
  }
  .proDesignerCityTitle {
    font-size: 12px;
    height: 15px;
    overflow: hidden;
    color: #666666;
  }
  .proDesignerViewDetailsButtonAlign {
    text-align: center;
    align-items: center;
    align-content: center;
    margin-top: 50px;
  }
  .proDesignerViewDetailsButtonGap {
    margin-top: 5px;
  }
  .tailorViewDetailsRatingGap {
    padding-left: 26px;
    margin-top: 50px;
  }
  .proDesigneViewDetails {
    font-size: 12px;
    height: 15px;
    overflow: hidden;
    color: #ff5f00;
    font-weight: 600;
  }
  .proDesigneViewDetails:hover {
    color: #333333;
  }
  .DesignerFollow {
    font-size: 9px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 90px;
    min-width: 90px !important;
    height: 24px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 4px 4px !important;
    text-align: center;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    background: #fff !important;
    color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
  }
  .DesignerUnfollow {
    font-size: 9px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: 90px;
    min-width: 90px !important;
    height: 24px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 4px 4px !important;
    text-align: center;
    background: #ff5f00 !important;
    color: #fff !important;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
  }
  /* DesignerIndex style start */
  .designerProfileBackgroundImage1 {
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
    position: absolute;
  }
  .designerProfileBackgroundImage2Body {
    position: relative;
  }
  .designerProfileBackgroundImage2 {
    width: 25px;
    height: 25px;
    bottom: 25%;
    left: 10px;
    position: absolute;
  }
  .designerProfileBackgroundImage3 {
    width: 25px;
    height: 25px;
    top: 50%;
    right: 10%;
    position: absolute;
  }
  .designerProfilImage {
    width: 100%;
    height: 325px;
    object-fit: fill;
  }
  .designerNameGradient {
    font-size: 48px;
    height: 54px;
    background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    overflow: hidden;
    padding: 0px 0px 0px 35px !important;
  }
  .userName {
    font-size: 18px !important;
    width: 150px !important;
    height: 20px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    text-transform: uppercase;
    font-weight: bolder;
  }
  .userCity {
    font-size: 14px;
    color: #333333;
  }
  .imageMapProIcon {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
  }
  .imageMapProTitle {
    padding: 2px 0px 0px 0px;
    font-size: 14px;
    color: #fb5607 !important;
    font-weight: 600;
  }
  .followerCount {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
  }
  .followerLabel {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
  }
  .socialMedia {
    font-size: 16px;
    background: -webkit-linear-gradient(#ff5f00, #ffcc8b);
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 500;
    text-transform: capitalize;
  }
  .socialMediaIcon {
    font-size: 20px !important;
    size: 20px !important;
    color: #616161 !important;
  }
  .socialMediaLabel {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-transform: capitalize;
  }
  .profileDescription {
    font-size: 12px;
    color: #333333;
  }
  /*appointmentComponent style start  */
  .appointmentFormLabel {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
  }
  /* BagDetailsComponent style start */
  .bagContainLabel {
    font-size: 12px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
  }
  .checkOutButton {
    border: 1px solid #ff5f00 !important;
    text-transform: none !important;
    float: left;
    font-size: 8px !important;
    size: 8px !important;
    text-transform: uppercase !important;
    width: 130px;
    min-width: 130px;
    height: 24px;
    overflow: hidden;
    color: #ff5f00 !important;
  }
  .checkOutButton:hover {
    color: white !important;
    background: #ff5f00 !important;
  }
  .checkOutImg {
    width: 160px;
    height: 200px;
    object-fit: fill;
  }
  .checkOutImgBelowLine {
    padding: 8px;
    border-bottom: 1px solid #c4c4c4;
  }
  .offerCodeEnterTextField {
    float: right;
    height: 30px !important;
    width: 150px !important;
    min-width: 150px !important;
  }
  .offerCodeEnterButtonImage {
    width: 20px;
    height: 20px;
  }
  .offerCodeEnterButton {
    background: #ff5f00 !important;
    margin: 0px 6px 0px 0px !important;
    float: right !important;
    padding: 6px 6x !important;
    width: 30px;
    min-width: 30px !important;
    height: 35px !important;
    min-height: 35px !important;
    color: #ffffff !important;
  }
  .offerCodeEnterButtonDisabled {
    background: #999 !important;
    margin: 0px 6px 0px -1px !important;
    padding: 6px 6px !important;
    color: #ffffff !important;
    min-width: 40px !important;
    min-height: 35px !important;
    float: right !important;
  }
  .offerCodeEnterButton:hover {
    background: #999999 !important;
  }
  .removeCouponButton {
    color: #ff5f00 !important;
    margin-top: 7px !important;
    font-size: 9px !important;
    float: right !important;
    width: 120px !important;
    height: 20px !important;
  }
  .removeCouponDisabledButton {
    color: #c4c4c4 !important;
    margin-top: 5px !important;
    font-size: 7px !important;
    float: right !important;
    width: 120px !important;
    height: 20px !important;
  }
  .orderValueLabel {
    font-size: 12px;
    color: #666666 !important;
    font-weight: 500;
    padding-left: 10px;
  }
  .orderValuePrice {
    font-size: 12px;
    color: #ff5f00 !important;
    font-weight: 500;
    text-align: right;
  }
  .shopMoreLabelBody {
    padding: 5px 0px 0px 10px !important;
  }
  .shopMoreLabel {
    font-size: 12px;
    color: #ff5f00 !important;
  }
  .goToCheckOutButton {
    font-size: 9px !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    width: 100px !important;
    min-width: 100px !important;
    float: right !important;
    height: 26px !important;
    background: #ff5f00 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    padding: 4px 4px !important;
    text-align: center !important;
  }
  .productRemoveButton {
    border: 1px solid #ff5f00 !important;
    width: 80px !important;
    min-width: 80px !important;
    margin-top: 10px !important;
    height: 24px !important;
    font-size: 9px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #ff5f00 !important;
    vertical-align: middle !important;
  }
  .productRemoveButton:hover {
    color: white !important;
    background: #ff5f00 !important;
  }
  .addFavLink {
    font-size: 10px !important;
    color: #ff5f00 !important;
  }
  .addFavLink:hover {
    color: #ff5f00 !important;
    cursor: pointer;
  }
  .productTitleCheckOut {
    font-size: 14px;
    color: #ff5f00 !important;
    height: 18px;
    overflow: hidden;
    font-weight: bold;
  }
  .productCheckOutLabel {
    font-size: 12px;
    color: #616161 !important;
    height: 16px;
    overflow: hidden;
    font-weight: bold;
  }
  .productCheckOutActualPriceLabel {
    font-size: 12px;
    color: #616161 !important;
    height: 16px;
    overflow: hidden;
    padding-left: 52px !important;
  }
  .productCheckOutContentLabel {
    font-size: 12px;
    color: #616161 !important;
    height: 15px;
    overflow: hidden;
  }
  /* BagTabsComponent style start */
  .bagTabofferLabel {
    padding-left: 15px;
    font-size: 15px;
    color: #616161;
    font-weight: bold;
  }
  .bagTabShowMoreOfferLabel {
    font-size: 15px;
    color: #ff5f00;
    font-weight: bold;
    text-align: right;
  }
  .couponBodyAndBackgroundBody {
    /* padding: 10px; */
    position: relative;
  }
  .couponBodyAndBackground {
    min-height: 180px;
    height: 180px;
    width: 100%;
    padding: 10px;
    background-image: url('../img/now_bg.png');
    background-size: cover;
    box-shadow: none !important;
    color: #ffffff;
    cursor: pointer !important;
    overflow: hidden;
    position: relative;
    border-radius: 8px !important;
  }
  .couponTitle {
    font-size: 24px;
    color: #ffffff;
    height: 30px;
  }
  .couponPercentage {
    font-size: 24px;
    color: #ffffff;
    height: 30px;
    font-weight: 600;
  }
  .couponDescription {
    height: 50px;
    font-size: 8px;
    overflow: hidden;
    color: #ffffff;
  }
  .couponCode {
    font-size: 10px;
    color: #ffffff !important;
    text-align: left;
    height: 14px;
    overflow: hidden;
  }
  .couponCodeBody {
    bottom: 10px;
    position: absolute;
  }
  .couponPercentageBody {
    bottom: 22px;
    position: absolute;
  }
  /* FavouriteTabComponent style start */
  .favProductImagePreview {
    width: 100%;
    height: 160px;
    object-fit: fill;
  }
  .favProductBagImage {
    width: 21px;
    height: 21px;
    float: right;
  }
  .favProductFavImage {
    width: 21px;
    height: 21px;
    float: left;
  }
  .favProductTitle {
    font-size: 12px;
    height: 15px;
    overflow: hidden;
    color: #616161;
    font-weight: bolder;
  }
  .favProductDiscontPrice {
    font-size: 12px;
    color: #ff5f00;
    font-weight: bold;
    text-align: left;
  }
  .favProductActualPrice {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    text-decoration: line-through;
    text-align: left;
    padding-left: 10px;
  }
  .favAddProductLabel {
    font-size: 12px;
    color: #333333 !important;
    text-align: right;
  }
  /* Left menu Tab style account page style start*/
  .leftMenuTabLabel {
    font-size: 14px !important;
    color: #111111 !important;
    font-weight: bold !important;
    background: #ffffff !important;
  }
  .MuiTab-root {
    max-height: 40px !important;
    min-height: 40px !important;
    height: 40px !important;
  }
  /*  Left menu Tab style account page style ends */
  /* orderDetailsByorederId page style start*/
  .orderAddressDeliverLabel {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: capitalize;
  }
  .orderAddressDeliverUserName {
    font-size: 16px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .orderAddressDeliverOtherLabel {
    font-size: 12px !important;
    font-weight: 400;
    text-transform: capitalize;
  }
  .orderAddresDownloadInvLabel {
    font-size: 16px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .orderAddressMoreDetailsLabel {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: capitalize;
  }
  .ArchiveIconStyle {
    font-size: 20px !important;
    size: 20px !important;
  }
  .orderProductImage {
    width: 100%;
    height: 300px;
    border-radius: 6px;
    cursor: pointer
  }
  .orderProductTitle {
    font-size: 20px;
    font-weight: bold;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
  }
  .orderProductDetails {
    font-size: 16px;
    font-weight: bold;
  }
  .orderOtherTitle {
    font-size: 12px;
    text-transform: capitalize;
  }
  .orderOtherContent {
    font-size: 12px;
    text-transform: capitalize;
  }
  .orderOtherContentColorBox {
    width: 20px !important;
    height: 20px !important;
    border-radius: 6px;
    padding: 1px;
    border: solid 1px #05090f;
    margin: 2px;
  }
  .orderTotalPrice {
    font-size: 12px;
    font-weight: 600;
  }
  .orderDiscountPriceTitle {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
  }
  /*  orderDetailsByorederId page style ends */
  /* DesignerScrapBookComponent style start */
  .scrapBookMainImageShow {
    width: 100%;
    height: 300px;
    border-radius: 6px;
  }
  .scrapBookSubImageShow {
    width: 170px;
    height: 147px;
    border-radius: 6px;
  }
  .colorBox {
    width: 70px;
    height: 70px;
    border-radius: 6px;
  }
  /* DesignerScrapBookComponent style ends */
  /* TailorGalleryComponent style start */
  .galleryHeading {
    font-size: 22px;
    color: #fb5607;
  }
  .galleryMainImg {
    width: 360px;
    height: 370px;
    border-radius: 6px;
  }
  .gallerySubImg {
    width: 240px;
    height: 180px;
    border-radius: 6px;
  }
  /* TailorGalleryComponent style ends */
  /*  TopRatedTailorViewComponent style start*/
  .tailorDetailsProfile {
    height: 180px;
    width: 180px;
    border-radius: 6px;
  }
  .tailorContactLabel {
    font-size: 16px !important;
    font-weight: bold;
    color: #111111;
  }
  .tailorContactContentLabel {
    font-size: 12px !important;
    font-weight: bold;
    color: #111111;
  }
  .tailorStoreDayLabel {
    font-size: 14px !important;
    color: #333333;
    height: 20px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .tailorStoreTimeLabel {
    font-size: 14px !important;
    color: #333333;
    height: 20px;
    overflow: hidden;
    text-transform: uppercase;
  }
  /*  TopRatedTailorViewComponent style ends*/
  /* OrderComponent style start */
  .accountOrderImage {
    width: 150px;
    height: 200px;
    cursor: pointer;
    border-radius: 6px;
  }
  .accountOrderProductName {
    font-size: 20px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    height: 26px !important;
    overflow: hidden;
    cursor: pointer;
  }
  .accountOrderProductDetailsLabel {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 500 !important;
    height: 20px !important;
    overflow: hidden;
  }
  .accountOrderProductDetailscontent {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    height: 20px !important;
    overflow: hidden;
    text-transform: capitalize;
  }
  .accountOrderProductDisPr {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 500 !important;
  }
  .accountOrderProductActualPr {
    font-size: 10px !important;
    color: #333333 !important;
    font-weight: 400 !important;
  }
  .accountOrderDateLabel {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 600 !important;
  }
  .accountOrderDateContent {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    text-transform: capitalize;
  }
  .accountOrderBuyerName {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    height: 18px !important;
    text-align: right !important;
    overflow: hidden;
    text-transform: capitalize;
  }
  .accountOrderStatus {
    font-size: 14px !important;
    color: #fb5607 !important;
    font-weight: 600 !important;
  }
  .accountOrderId {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    text-align: right !important;
  }
  .orderSpapce {
    margin: 80px 0px 0px 0px !important;
  }
  .catergoryLabel {
    font-size: 14px !important;
    font-size: 500;
    padding-top: 4px !important;
    color: #111111;
    padding: 0px 0px 0px 0px;
  }
  /* OrderComponent style start */
  /* AccountTab AddressLineComponent style start*/
  .accountAddressDeliverUserName {
    font-size: 16px !important;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
  }
  .accountAddresContactrLabel {
    font-size: 12px !important;
    font-weight: 600;
    color: #333333;
  }
  .accountAddresOtherLabel {
    font-size: 12px !important;
    font-weight: 400;
    color: #333333;
  }
  /* AccountTab AddressLineComponent style ends*/
  /* FashionShowMoreComponent style start */
  .fashionStryLabel {
    font-size: 22px !important;
    color: #333333;
    font-weight: bolder;
  }
  .fashionStryInspirationLabel {
    font-size: 16px !important;
    color: #333333;
    font-weight: bolder;
  }
  .producPriceCart {
    color: #ff5f00;
    margin-top: 13px !important;
    font-size: 14px;
    float: right;
    padding-left: 2em
  }
  /* FashionShowMoreComponent style ends */
  /* All Designer and Tailor Card Styles start*/
  .allTDCardTitle {
    font-size: 16px !important;
    color: #111111 !important;
    font-weight: 500 !important;
    height: 20px !important;
    overflow: hidden !important;
    text-transform: capitalize !important;
  }
  .allTDCardCityName {
    font-size: 12px !important;
    color: #616161 !important;
    font-weight: 400 !important;
    height: 16px !important;
    overflow: hidden !important;
  }
  .allTDCardViewProfile {
    font-size: 10px !important;
    color: #ff5f00 !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 0 !important;
    cursor: pointer;
    outline: none !important;
  }
  .allTDCardViewProfile:focus {
    outline: none !important;
  }
  .allTDCardViewProfileTailor {
    font-size: 10px !important;
    color: #ff5f00 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0px 0px 0px 12px !important;
  }
  .allTDCardViewProfileTailor:focus {
    outline: none !important;
  }
  /* All Designer and Tailor Card Styles ends*/
  /* Follwing Card style */
  .imgDimensionsResponsiveFCard {
    height: 162px !important;
    width: 162px !important;
    object-fit: cover !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 6px 0px 0px 6px;
  }
  .cardDimnsionsFCard {
    height: 163px !important;
    display: flex !important;
    box-shadow: none !important;
    border-radius: 6px;
    border: .1px solid #cccccc !important;
  }
  .cardDimnsionsFCard:hover {
    box-shadow: 0 0 10px silver !important;
  }
  /* Fashion Story Collection Product style*/
  .fashionCollectionProductImgResponsive {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: fill !important;
    height: 248px;
    padding: 0px 0px 14px 0px !important;
  }
  .fashionCollectionProductCard {
    height: 248px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border: #ffffff;
  }
  /* Show All Offer style */
  .bestOfferBodyAll {
    background-color: #ffffff;
    margin-left: 0 !important;
    border-radius: 6px;
    height: 191px !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .bestOfferBodyLeftImgAll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .showAllOfferImgResponsiveDimension {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 6px 0px 0px 6px;
  }
  .bestOfferBodyRightImgAll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    position: relative;
  }
  .bestOfferBodyRightTitleAll {
    font-size: 20px;
    height: 26px;
    overflow: hidden;
    text-transform: capitalize !important;
    color: #111111;
    font-weight: 500;
  }
  .offerGap {
    padding: 8px 0px 0px 0px;
  }
  .bestOfferBodyRightDescriptionAll {
    height: 85px;
    font-size: 10px !important;
    overflow: hidden;
    color: #111111;
    font-weight: 400;
    text-align: justify;
  }
  .offerDurationAll {
    font-size: 8px;
    height: 11px;
    overflow: hidden;
    text-transform: capitalize !important;
    color: #111111;
    font-weight: 900;
    bottom: 10px;
    position: absolute;
  }
  .bestOfferBodyRightOfferAll {
    bottom: 25px;
    position: absolute;
    font-size: 20px;
    height: 26px;
    overflow: hidden;
    font-weight: bolder;
    float: left !important;
    text-align: left !important;
    color: #111111;
  }
  /* Coupon Style start */
  .couponBodyBackground {
    min-height: 200px;
    height: 200px;
    background-image: url('../../assets/images/now_bg.png');
    background-size: cover;
    box-shadow: none !important;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border-radius: 6px;
  }
  .couponGap {
    padding: 12px 0px 0px 0px;
  }
  .couponBodyTitle {
    font-size: 20px;
    height: 26px;
    overflow: hidden;
    text-transform: capitalize !important;
  }
  .couponBodyCode {
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    bottom: 40px;
    position: absolute;
  }
  .couponBodyOffer {
    font-size: 20px;
    height: 26px;
    font-weight: bolder;
    overflow: hidden;
    text-align: right;
    text-transform: capitalize !important;
    bottom: 65px;
    position: absolute;
  }
  .couponBodyDuration {
    font-size: 12px;
    height: 68px;
    overflow: hidden;
    text-transform: capitalize !important;
    text-align: justify;
  }
  /* Style With Product  Style Start*/
  .styleWithProdctMainBodyContent {
    height: 220px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
  }
  .styleWithProdctMainBodyContent:focus {
    outline: none;
  }
  .styleWithProdctImage {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
  }
  .styleWithProdcTitle {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    color: #616161;
    font-weight: bolder;
    text-transform: capitalize;
  }
  .styleWithProdcMaterial {
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    color: #616161;
    font-weight: 400;
    text-transform: capitalize;
  }
  .styleWithProdcDescription {
    font-size: 12px;
    height: 89px;
    overflow: hidden;
    color: #616161;
    font-weight: 400;
  }
  .styleWithProductPriceAddButtonAlignMent {
    margin-top: 15px !important;
  }
  .styleWithProductActualPrice {
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    color: #ff5f00;
    font-weight: 600;
  }
  .styleWithProductDiscountPrice {
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    color: #333333;
    font-weight: 500;
    padding-left: 11px;
  }
  .styleWithProductBagIcon {
    height: 16px;
    width: 16px;
    margin-right: 3px;
  }
  .styleWithProductAdd {
    font-size: 9px;
    color: #111111;
    font-weight: 500;
  }
  /* Best Offer list */
  .bestOfferSlider {
    background-color: #ffffff;
    margin-left: 0 !important;
    margin-right: 20px !important;
    border-radius: 6px;
    height: 159px !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
  }
  .bestOfferSlider:focus {
    outline: none !important;
  }
  .bestOfferSliderLeftImg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    background: white;
    height: 159px;
    width: 100%;
  }
  .bestOfferSliderRightContent {
    padding: 10px;
  }
  .bestOfferSliderRightTitle {
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    text-transform: capitalize;
  }
  .bestOfferSliderRightCollection {
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    text-transform: capitalize;
    text-align: right;
  }
  .bestOfferSliderGap {
    padding: 15px 0px 0px 0px;
  }
  .bestOfferSliderRightOffer {
    font-size: 18px;
    height: 24px;
    overflow: hidden;
    font-weight: bolder;
    text-align: right;
  }
  .sliderImageDimension {
    height: 159px !important;
    width: 100%;
    border-radius: 4px 0px 0px 4px !important;
  }
  .sliderImgResponsive {
    max-width: 100%;
    width: 100%;
    height: 159px;
  }
}

@media all and (min-width: 1200px) {
  /* Header styles*/
  .logoHeader {
    margin: 2px 0px !important;
  }
  .producPriceCart {
    color: #ff5f00;
    margin-top: 15px !important;
    font-size: 16px !important;
    float: right;
    padding-left: 2em
  }
  .SubTotal {
    font-size: 18px !important;
    height: 20px !important;
    overflow: hidden;
    width: 124px;
  }
  .SubOtherTotal {
    font-size: 16px !important;
    height: 20px !important;
    overflow: hidden;
    width: 124px;
  }
  .tailor_details_left_view_profile a {
    color: #ff6a00;
    font-weight: 600;
    text-align: center;
    /* padding:6px 12px !important; */
  }
  .view_profile_button_tailor {
    padding: 5px 15px !important;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    /* text-align: center !important; */
  }
  .prodTitleInSlider {
    font-size: 14px !important;
    padding: 8px;
    font-weight: bold;
    width: 110px;
    height: 45px !important;
    overflow: hidden;
  }
  .profileButtonName {
    float: right;
    color: #05090f !important;
    margin-top: -1px !important;
    margin-left: 18px !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
  }
  .productQuantity {
    float: left !important;
    margin-right: 20px;
    margin-top: 0px;
  }
  .percentage {
    color: #ff5f00 !important;
    font-size: 16px;
  }
  .productOfferPrice {
    float: right;
    padding-right: 60px;
  }
  .profileButton {
    cursor: pointer;
    border: 2px solid #ffcc8b;
    border-radius: 17px;
    padding: 0px 9px;
    margin-top: 4px;
  }
  .accountButton {
    background: transparent;
    color: black;
  }
  .menuSection {
    margin: 0px 20px !important;
  }
  .signUpButton {
    font-size: 13px !important;
    cursor: pointer;
    margin-top: 2px;
  }
  .favIcon {
    height: 22px !important;
  }
  .bagIcon {
    height: 22px !important;
    margin-right: 10px;
  }
  .profileIcon {
    margin-top: -18px !important;
    margin-bottom: -17px !important;
    height: 20px !important;
  }
  .accountButton:hover {
    background: #ffcc8b;
    color: white;
  }
  .header-Img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    background: transparent;
  }
  .header-Img-responsive:hover {
    display: block;
    max-width: 100%;
    height: auto;
    background: transparent;
  }
  .productRemoveButton {
    border: 1px solid #ff5f00 !important;
    width: 100px !important;
    min-width: 100px !important;
    margin-top: 10px !important;
    height: 30px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #ff5f00 !important;
    vertical-align: middle !important;
  }
  .productRemoveButton:hover {
    color: white !important;
    background: #ff5f00 !important;
  }
  .logout {
    font-size: 12px !important;
    cursor: pointer !important;
  }
  .Desunfollow {
    font-size: 12px;
    margin-top: 5px;
    border-radius: 6px;
    width: 100px;
    height: 30px;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 6px 6px !important;
    text-align: center;
    background: #ff5f00 !important;
    color: #fff !important;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
  }
  .catergoryLabel {
    font-size: 16px !important;
    font-size: 500;
    padding-top: 4px !important;
    color: #111111;
    padding: 0px 0px 0px 0px;
  }
  .Desfollow {
    font-size: 12px;
    margin-top: 5px;
    border-radius: 6px;
    width: 100px;
    height: 30px;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 6px 6px !important;
    text-align: center;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    background: #fff !important;
    color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
  }
  .slick-next:before {
    content: url("../../assets/images/right.png") !important;
    background-size: 35px 35px !important;
    height: 38px !important;
    width: 38px !important;
    overflow: hidden;
  }
  .slick-prev:before {
    content: url("../../assets/images/left.png") !important;
    height: 38px !important;
    width: 38px !important;
    overflow: hidden;
  }
  .slick-prev {
    left: -50px !important;
    height: 38px !important;
    width: 38px !important;
    border-radius: 5px !important;
  }
  .slick-next {
    right: -50px !important;
    height: 38px !important;
    width: 38px !important;
    border-radius: 5px !important;
  }
  .slick-arrow {
    width: 38px !important;
    height: 38px !important;
  }
}

.MuiButton-root {
  font-family: 'Inter', sans-serif !important;
}

@media all and (min-width: 642px) and (max-width: 760px) {
  .totalPrice {
    font-size: 18px;
    padding-left: 46px !important;
    height: 22px !important;
    overflow: hidden;
    width: 175px !important;
  }
}

@media all and (min-width: 761px) and (max-width: 840px) {
  .totalPrice {
    font-size: 18px;
    padding-left: 60px !important;
    height: 22px !important;
    overflow: hidden;
    width: 150px !important;
  }
}

@media all and (min-width: 1500px) {
  .catergoryLabel {
    font-size: 18px !important;
    padding-top: 3px !important;
    font-size: 500;
    color: #111111;
    padding: 0px 0px 0px 0px;
  }
  .profileButtonName {
    float: right;
    color: #05090f !important;
    margin-top: -1px !important;
    margin-left: 18px !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
  }
  .view_profile_button_tailor {
    padding: 5px 15px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
  }
  .Desfollow {
    font-size: 12px;
    margin-top: 5px;
    border-radius: 6px;
    width: 100px;
    height: 30px;
    text-transform: uppercase !important;
    cursor: pointer;
    padding: 6px 6px !important;
    text-align: center;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    background: #fff !important;
    color: #ff5f00 !important;
    border: 1px solid #ff5f00 !important;
  }
  .tailor_details_left_view_profile a {
    color: #ff6a00;
    font-weight: 600;
    text-align: center;
    /* padding:6px 12px !important; */
  }
  .profileButton {
    cursor: pointer;
    border: 2px solid #ffcc8b;
    border-radius: 13px;
    padding: 0px 4px;
    margin-top: 4px !important;
  }
  .prodTitleInSlider {
    font-size: 16px !important;
    padding: 10px;
    font-weight: bold;
    width: 120px;
    height: 50px !important;
    overflow: hidden;
  }
  .percentage {
    color: #ff5f00 !important;
    font-size: 18px;
  }
  .productQuantity {
    float: left !important;
    margin-right: 20px;
    margin-top: 0px;
  }
  .productOfferPrice {
    float: right;
    padding-right: 70px;
  }
}

/* Dropdown compoent Style  */

.MuiOutlinedInput-root {
  padding: 10px !important;
}

/* .MuiInputBase-root .MuiInput-root .MuiInput-underline .MuiInputBase-formControl .MuiInput-formControl {
  font-size: 4px !important;
}
.MuiSelect-root .MuiSelect-select .MuiSelect-selectMenu .MuiInputBase-input .MuiInput-input {
  font-size: 4px !important;
}
.MuiFormLabel-root .MuiInputLabel-root .MuiInputLabel-formControl .MuiInputLabel-animated {
  font-size: 4px !important;
} */

.MuiInput-formControl {
  margin: 14px 0px 0px 0px !important;
  height: 42px !important;
  font-size: 16px !important;
}

.MuiInputLabel-formControl {
  font-size: 14px !important;
}

/* .MuiInput-underline{
  border-bottom: 1px solid #05090f !important;
} */

.MuiFormLabel-root {
  margin-top: 5px !important;
}

.MuiBreadcrumbs-ol {
  color: black !important;
  font-size: 14px !important;
  font-family: "Malgun Gothic" !important;
}

.MuiBreadcrumbs-ol:hover {
  color: black !important;
  font-size: 14px !important;
  font-family: "Malgun Gothic" !important;
}

.MuiBreadcrumbs-separator {
  margin-top: -2px !important;
}

.checkAlignBox {
  margin-top: -2px !important;
}

.MuiSvgIcon-root {
  font-size: 18px !important;
  margin-top: 4px !important;
}

.dropdownOptionTitle {
  font-size: 16px !important;
}

/* .MuiSelect-nativeInput{
margin-right: 10px !important;
} */

/* .MuiInputBase-input.Mui-disabled { */

/* border-bottom: 1px solid #05090f !important; */

/* border-bottom-style: solid !important; */

/* } */

/* .MuiInputBase-input.Mui-disabled::before {
  border-bottom: 1px solid #05090f !important;
  border-bottom-style: solid !important;
} */

@media (max-device-width: 549px) {
  .MuiInputLabel-formControl {
    font-size: 5px !important;
  }
  .MuiInput-formControl {
    margin: 3px 0px 0px 0px !important;
    height: 10px !important;
    font-size: 4px !important;
  }
  .MuiInputBase-input {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .MuiFormLabel-root {
    margin-top: -20px !important;
  }
  .MuiSvgIcon-root {
    font-size: 4px !important;
    margin-top: 5px !important;
    /* padding-top: 10px !important; */
  }
  .dropdownOptionTitle {
    font-size: 4px !important;
  }
  .MuiBreadcrumbs-separator {
    margin-top: -5px !important;
  }
  .checkAlignBox {
    margin-top: -5px !important;
  }
}

@media all and (min-width: 550px) and (max-width: 678px) {
  .MuiInputLabel-formControl {
    font-size: 6px !important;
  }
  .MuiInput-formControl {
    margin: 5px 0px 0px 0px !important;
    height: 14px !important;
    font-size: 5px !important;
  }
  .MuiInputBase-input {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .MuiFormLabel-root {
    margin-top: -15px !important;
  }
  .MuiSvgIcon-root {
    font-size: 6px !important;
    margin-top: 5px !important;
    /* padding-top: 5px !important; */
  }
  .MuiBreadcrumbs-separator {
    margin-top: -5px !important;
  }
  .checkAlignBox {
    margin-top: -5px !important;
  }
  .dropdownOptionTitle {
    font-size: 6px !important;
  }
  .MuiBreadcrumbs-ol {
    color: black !important;
    font-size: 7px !important;
    font-family: "Malgun Gothic" !important;
  }
  .MuiBreadcrumbs-ol:hover {
    color: black !important;
    font-size: 7px !important;
    font-family: "Malgun Gothic" !important;
  }
}

@media all and (min-width: 679px) and (max-width: 992px) {
  .MuiInputLabel-formControl {
    font-size: 8px !important;
  }
  .MuiBreadcrumbs-ol {
    color: black !important;
    font-size: 8px !important;
    font-family: "Malgun Gothic" !important;
  }
  .MuiBreadcrumbs-ol:hover {
    color: black !important;
    font-size: 8px !important;
    font-family: "Malgun Gothic" !important;
  }
  .MuiInput-formControl {
    /* margin: 5px 0px 0px 0px !important; */
    height: 23px !important;
    font-size: 7px !important;
  }
  .MuiInputBase-input {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .MuiFormLabel-root {
    margin-top: -3px !important;
  }
  .MuiSvgIcon-root {
    font-size: 8px !important;
    margin-top: 5px !important;
    /* padding-top: 5px !important; */
  }
  .MuiBreadcrumbs-separator {
    margin-top: -5px !important;
  }
  .checkAlignBox {
    margin-top: -5px !important;
  }
  .dropdownOptionTitle {
    font-size: 7px !important;
  }
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  .MuiInputLabel-formControl {
    font-size: 10px !important;
  }
  .MuiInput-formControl {
    margin: 15px 0px 0px 0px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
  .MuiInputBase-input {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .MuiFormLabel-root {
    margin-top: 0px !important;
  }
  .MuiSvgIcon-root {
    font-size: 9px !important;
    margin-top: 15px !important;
    /* padding-top: 5px !important; */
  }
  .MuiBreadcrumbs-separator {
    margin-top: -8px !important;
  }
  .checkBoxBodyHod {
    padding: 6px 5px 0px 0px !important;
  }
  .checkAlignBox {
    margin-top: -12px !important;
  }
  .dropdownOptionTitle {
    font-size: 9px !important;
  }
  .MuiBreadcrumbs-ol {
    color: black !important;
    font-size: 10px !important;
    font-family: "Malgun Gothic" !important;
  }
  .MuiBreadcrumbs-ol:hover {
    color: black !important;
    font-size: 10px !important;
    font-family: "Malgun Gothic" !important;
  }
}

@media all and (min-width: 1201px) and (max-width: 1500px) {
  .MuiInput-formControl {
    margin: 16px 0px 0px 0px !important;
    height: 35px !important;
    font-size: 15px !important;
  }
  .userName {
    font-size: 18px !important;
    width: 180px !important;
    height: 20px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
    text-transform: uppercase;
    font-weight: bolder;
  }
  .MuiBreadcrumbs-ol {
    color: black !important;
    font-size: 12px !important;
    font-family: "Malgun Gothic" !important;
  }
  .MuiInputBase-input {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .MuiBreadcrumbs-ol:hover {
    color: black !important;
    font-size: 12px !important;
    font-family: "Malgun Gothic" !important;
  }
  .MuiInputLabel-formControl {
    font-size: 12px !important;
  }
  .MuiFormLabel-root {
    margin-top: 4px !important;
  }
  .MuiSvgIcon-root {
    font-size: 14px !important;
    margin-top: 8px !important;
  }
  .MuiBreadcrumbs-separator {
    margin-top: -7px !important;
  }
  .checkAlignBox {
    margin-top: -7px !important;
  }
  .checkBoxBodyHod {
    padding: 5px 5px 0px 0px !important;
  }
  .dropdownOptionTitle {
    font-size: 11px !important;
  }
  .featureMenuButtonRes {
    width: 110px !important;
    height: 28px !important;
    font-size: 12px !important;
  }
}

/* Dropdown compoent Style ends  */

/* Slider Image card style start*/

.MuiInputBase-input {
  padding: 0px !important;
}

.sliderImgCardBox {
  padding: 10px !important;
  border-radius: 6px;
  border: 1px solid #cccccc !important;
  width: 273px !important;
  min-width: 273px;
  max-width: 273px;
  /* height: 364px !important; */
  position: relative !important;
}

.sliderImgCardBox:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
}

.sliderImgBody {
  padding: 0px 3px;
  background: transparent !important;
  height: 275px !important;
}

.sliderImg {
  border-radius: 6px !important;
  height: 100% !important;
}

.productNameHeading {
  padding: 5px 3px 0px 3px !important;
  font-size: 10px !important;
  font-weight: 900;
  text-transform: capitalize;
  color: #333333;
  text-align: left;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.genderNameHeading {
  font-size: 10px !important;
  padding: 5px 3px 0px 3px !important;
  text-transform: capitalize;
  color: #333333;
  text-align: right;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.productNameLabel {
  padding: 0px 3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.productPriceAndCartIconAlign {
  padding: 0px 3px;
  display: flex;
  align-items: baseline;
}

.productPriceLabel {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

.productStrikePriceLabel {
  font-size: 8px;
  font-weight: 400;
  text-align: left;
}

.productCartIcon {
  width: 26px;
  height: 26px;
  float: right;
}

.productNameIconSpacing {
  margin-top: 4px !important;
}

.carousel .control-dots .dot {
  background: #000000 !important;
  /* box-shadow: 0px 0px 1px rgb(0 0 0 / 90%); */
  /* width: 4px; */
  /* height: 4px; */
}

.slider-wrapper .axis-horizontal ul {
  transform: none !important;
  transition-duration: unset !important;
  transition: none !important;
}

.imageSliderCheckBox {
  position: absolute;
  top: 15px;
  z-index: 10;
  right: 0px;
}

/* Slider Image card style ends*/

/* TeaxtArea Style Start */

.newFromTeaxtArea {
  width: 100% !important;
  height: 70px !important;
  border: 1px solid #cccccc !important;
  overflow: auto;
  outline: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow: hidden;
  border-radius: 8px !important;
  /* color: #fb5607; */
}

.newFromTeaxtArea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #577f9e;
}

.newFromTeaxtArea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #577f9e;
  opacity: 1;
}

.newFromTeaxtArea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #577f9e;
  opacity: 1;
}

.newFromTeaxtArea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #577f9e;
}

/* TeaxtArea Style Start */

/* Fashion Quote From style start */

.fashionGuideLineBackgroud {
  background-color: #fffbf8;
  padding: 5px;
  border-radius: 6px;
}

.fashionGuideLineHeading {
  font-size: 18px;
  padding-bottom: 10px;
  color: #111111;
}

.fashionGuideLineParagrap {
  font-size: 13px;
  color: #111111;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
  height: 54px;
}

.fromLabelHeading {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}

.fromLabelHeadingEg {
  font-size: 12px;
  color: #111111;
  font-weight: 500;
  text-transform: uppercase;
}

.fromMainSpacing {
  margin-top: 18px !important;
}

.fromMSubSpacing {
  margin-top: 8px !important;
}

@media all and (min-width: 1501px) and (max-width: 1600px) {
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px !important;
    right: 11.5% !important;
  }
}

@media all and (min-width: 1600px) and (max-width: 1700px) {
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px !important;
    right: 13% !important;
  }
}

@media all and (min-width: 1700px) and (max-width: 1820px) {
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px !important;
    right: 15% !important;
  }
}

@media all and (min-width: 1821px) and (max-width: 2000px) {
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px !important;
    right: 17% !important;
  }
}

.MuiFormControlLabel-root {
  margin-left: -4px !important;
  margin-right: 6px !important;
}

@media all and (min-width: 2000px) and (max-width: 2840px) {
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px !important;
    right: 20% !important;
  }
}

.formBobyAlign {
  position: relative;
}

.fashionScropbookImgPreview {
  width: 100px;
  height: 75px;
  border-radius: 6px;
}

.fashionScropbookColorPreview {
  width: 50px;
  height: 50px;
  border-radius: 6px;
}

.fashionScropbookColorPreviewSpacing {
  margin: 0px 10px 0px 0px !important;
}

.fashionScropbookPattrenPreview {
  width: 75px;
  height: 75px;
  border-radius: 6px;
}

/* Fashion Quote From style ends */

/* Button style start */

.nextSubmitButtonAlign {
  margin-right: 0px !important;
  float: right;
}

.skipCancelButtonAlign {
  margin-right: 10px !important;
  float: right;
}

.settingShadowButton {
  font-size: 12px !important;
  font-weight: bolder !important;
  border: #ffffff !important;
  border-radius: 16px !important;
  width: 100px !important;
  height: 28px !important;
  text-overflow: ellipsis !important;
  background: #ffffff !important;
  color: #fb5607 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: center !important;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
}

.settingShadowButton:hover {
  color: #ffffff !important;
  background-color: #fb5607 !important;
}

.settingShadowButton:active {
  color: #ffffff !important;
  background-color: #fb5607 !important;
}

.settingShadowLargeButton {
  font-size: 12px !important;
  font-weight: bolder !important;
  border: #ffffff !important;
  border-radius: 16px !important;
  width: 140px !important;
  height: 28px !important;
  text-overflow: ellipsis !important;
  background: #ffffff !important;
  color: #fb5607 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: center !important;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
}

.settingShadowLargeButton:hover {
  color: #ffffff !important;
  background-color: #fb5607 !important;
}

.settingShadowLargeButton:active {
  color: #ffffff !important;
  background-color: #fb5607 !important;
}

.settingShadowButtonStyle {
  font-size: 12px !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 16px !important;
  width: 100px !important;
  height: 28px !important;
  background: #ffffff !important;
  color: #05090f !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: center !important;
  font-weight: bolder !important;
}

.settingShadowButtonStyle:hover {
  color: #ffffff !important;
  background-color: #fb5607 !important;
  border: 1.5px solid #fb5607 !important;
}

.settingShadowButtonStyle:active {
  color: #ffffff !important;
  background-color: #fb5607 !important;
}

/* Button style ends */

/* Fashion story style start */

.fashionSGuideLineHeading {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
}

.fashionSGuideLineParagrap {
  font-size: 14px;
  color: #111111;
}

.fashionSGuideContent {
  font-size: 12px;
  color: #111111;
}

.fashionBtnContentAlign {
  display: flex !important;
  align-items: center !important;
}

.newFashionStoryBgImageProduct {
  /* background-position: center; */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: cover !important;
  background-repeat: no-repeat !important;
  width: 600px !important;
  height: 300px !important;
  min-width: 600px !important;
  max-width: 600px !important;
  background-size: 100% 100% !important;
  border-radius: 6px;
  border: 2px solid #ffffff;
}

.newGridBoxBodyRB {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.newGridBoxBodyR {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.newGridBox {
  padding: 0px !important;
  width: 150px;
  height: 150px;
}

.fashionFirstDropdownAlign {
  padding: 0px 10px 0px 0px;
}

.fashionMiddleDropdownAlign {
  padding: 0px 5px 0px 5px;
}

.fashionLastDropdownAlign {
  padding: 0px 0px 0px 10px;
}

.newFashionStoryImageUploadPreview {
  width: 160px;
  height: 80px;
}

/* Fashion story style ends */

/*Product Form style starts */

.newFormHeadingAlignBaseLine {
  display: flex;
  align-items: baseline;
}

.newFormHeading {
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
}

.newFormSubHeading {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}

.newFormHeadingEg {
  font-size: 12px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}

.newPFormGuideline {
  font-size: 12px;
  color: #111111;
  font-weight: 600;
}

.newPFormBtnAlignBottom {
  position: fixed;
  bottom: 15px;
  right: 25%;
}

@media all and (min-width: 1501px) and (max-width: 2864px) {
  .newPFormBtnAlignBottom {
    position: fixed;
    bottom: 15px;
    right: 15%;
  }
}

.newPFormBtnAlignBottom {
  position: fixed;
  bottom: 15px;
  right: 6%;
}

.newPFormCheckboxLabel {
  font-size: 14px;
  color: #111111;
  font-weight: 500;
  text-transform: uppercase;
}

.newPFormCheckboxLabelAlign {
  display: flex !important;
  align-items: center !important;
}

.newPFormCheck {
  margin-top: -1px !important;
}

.newPFormGSTContentLabel {
  padding-top: 10px !important;
  font-size: 14px !important;
  color: #111111;
  font-weight: 500;
}

.gstSpaccingLine {
  padding-left: 40px;
}

.productFormAttributeBody {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 2px;
}

.productViewAttributeBody {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 3px;
}

.productAttributeColorBox {
  width: 120px;
  height: 100px;
  border-radius: 6px;
}

.productAttributeColorSizeQntTitle {
  color: #666666;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.productAttributeSizeQuantityContentAlign {
  text-align: center;
}

.productAttributeSizeContentLabel {
  color: #111111;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.productAttributeQuantityContentLabel {
  color: #111111;
  font-weight: 500px;
  font-size: 12px;
}

.productAttributeBtnStyle {
  font-size: 10px !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 16px !important;
  width: 80px !important;
  height: 24px !important;
  background: #ffffff !important;
  color: #fb5607 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: center !important;
  font-weight: bolder !important;
}

.productAttributeBtnStyle:hover {
  color: #ffffff !important;
  background-color: #fb5607 !important;
  border: 1.5px solid #fb5607 !important;
}

.productAttributeBtnStyle:active {
  color: #ffffff !important;
  background-color: #fb5607 !important;
}

.addMoreColorVarientBtnAlign {
  display: flex;
  align-items: center;
  justify-content: center;
}

.addMoreServicesBtnAlign {
  display: flex;
}

.addMoreColorVarientBtn {
  border: 1.5px solid #cccccc !important;
  padding: 4px 60px 4px 60px;
  font-size: 14px;
  font-weight: 600;
  color: #fb5607;
  text-transform: uppercase;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}

.productAttributeQntyTextfieldAlign {
  display: flex;
  justify-content: center;
}

.productAttributeQntyTextfieldWidth {
  width: 60%;
}

.productAttributeMainBodySizeQuantityAlign {
  position: relative;
}

.productAttributeSubBodySizeQuantityAlign {
  position: absolute;
  bottom: 5px;
}

.productAttributeSubVeiwQuantityAlign {
  display: flex;
  align-items: center;
}

@media all and (min-width: 1501px) and (max-width: 2864px) {
  .productAttributeBtnAlign {
    position: fixed;
    bottom: 15px;
    right: 15%;
  }
  .productAttributeBtnAlignPaading {
    padding-left: 20% !important;
  }
}

.productAttributeBtnAlign {
  position: fixed;
  bottom: 15px;
  right: 6%;
}

.productUploadImagePreview {
  width: 75px;
  height: 100px;
  border-radius: 6px;
}

.tooltipProductAttributeColor {
  position: relative;
  display: inline-block;
}

.tooltipProductAttributeColor .tooltiptextProductAttributeColor {
  visibility: hidden;
  width: 90%;
  background-color: #ffffff;
  color: #111111;
  text-align: center;
  border-radius: 6px 2px 2px 0px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 40%;
  left: 5%;
  right: 5%;
  font-size: 11px;
  font-weight: 500;
  /* margin-left: -60px; */
}

.tooltipProductAttributeColor .tooltiptextProductAttributeColor::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltipProductAttributeColor:hover .tooltiptextProductAttributeColor {
  visibility: visible;
}

/* Product Form style ends */

/* Appointment list style start */

.appointmentListBody {
  margin: 5px 0px 5px 0px;
  border-bottom: 2px solid #cccccc;
  padding: 5px;
}

.appointmentListBody:hover {
  border-bottom: 2px solid #ffffff;
  background-color: #fffbf8;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.appointmentListSelectBody {
  padding: 5px;
  background-color: #fffbf8;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

/* box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
-khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164); */

/* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important; */

.appointmentClientProfile {
  width: 56px;
  height: 56px;
  border-radius: 6px;
}

.appointmentClientNameBody {
  padding: 2px 0px 0px 0px;
}

.appointmentClientName {
  font-size: 16px;
  font-weight: 600;
  color: #fb5607;
  text-transform: uppercase;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.appointmentStatusLabel {
  padding-right: 5px !important;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  text-align: right;
  text-transform: capitalize;
}

.appointmentSubjectTitle {
  font-size: 12px;
  font-weight: 500;
  color: #111111;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.appointmentDetailsHeadingLabel {
  font-size: 10px;
  font-weight: 700 !important;
  color: #111111;
  text-transform: uppercase;
}

.appointmentDetailsContent {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}

.appointmentDetailsDescriptionFx {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  height: 80px;
  overflow: hidden;
}

.appointmentDetailsDescription {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}

.appointmentFormMainHeading {
  font-size: 20px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #111111;
}

.appointmentLabelReschedeludBtnAlign {
  display: flex;
  align-items: center;
}

/* Appointment list style ends */

/* Dashborad Details View Style Starts */

.dashboardHeadingLabel {
  font-size: 11px;
  font-weight: 900 !important;
  color: #666666;
  text-transform: uppercase;
}

.dashboardContentLabel {
  font-size: 15px !important;
  font-weight: 200 !important;
  color: #111111;
  text-transform: capitalize;
}

.dashboardMapContentLabel {
  font-size: 14px;
  font-weight: 600 !important;
  color: #111111;
}

.dashboardPrimaryImagePreview {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.dashboardStoreImagePreviewBody {
  padding: 8px;
  position: relative;
  /* width: 376px;
  height: 306px; */
  border-radius: 6px;
  /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15); */
}

.dashboardStoreImagePreview {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.dashboardStoreImageCheckBox {
  position: absolute !important;
  top: -11px;
  right: -20px;
}

.dashboardStoreImageFormalCheckBox {
  position: absolute !important;
  right: 5px !important;
}

.dashboardStoreImageRadioBtn {
  position: absolute !important;
  top: -5px;
  right: 0px;
}

.dashboardStoreImageFormalRadioBtn {
  position: absolute !important;
  right: 5px !important;
}

/* Dashborad Details View Style ends */

/* Product Details View Style starts */

.detailsListTabViewBody {
  display: flex !important;
  align-items: center !important;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}

.detailsListTabViewBody:hover {
  border-bottom: 1px solid #ffffff;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.tabImagePreview {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.detailsListTabContentLinkLabel {
  font-size: 16px;
  font-weight: 500;
  color: #fb5607;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.detailsListTabContentIdLabel {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  cursor: pointer;
}

.detailsListTabContentNtLinkLabel {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.detailsListTabContentLinkCenterLabel {
  font-size: 16px;
  font-weight: 500;
  color: #fb5607;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-align: center;
}

.detailsListTabContentLabel {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-align: center;
}

.detailsListTabContentIcon {
  font-size: 20px;
  font-weight: 400 !important;
  cursor: pointer;
  text-align: center;
}

.detailsListTabHeadingBody {
  display: flex !important;
  align-items: center !important;
  padding: 0px 5px;
}

.detailsListTabHeadingLinkLabel {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.detailsListTabHeadingLinkCenterLabel {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-align: center;
}

.detailsListTabHeadingLabel {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-align: center;
}

/* Product Details View Style ends */

/* Product Card Details View Style starts */

.dashboardProductDetailsCardBody {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.dashboardProductDetailsCardDetailsBody {
  padding: 5px;
  position: relative;
}

.dashboardProductDetailsCardImage {
  width: 210px;
  height: 280px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}

.dashboardProductDetailsCardPTitle {
  font-size: 20px;
  font-weight: 400;
  color: #111111 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-transform: uppercase;
}

.dashboardProductDetailsCardPrTitle {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  text-transform: uppercase;
}

.dashboardProductDetailsCardStrikePrTitle {
  font-size: 12px;
  font-weight: 500;
  color: #cccccc;
  text-transform: uppercase;
}

.priceStrikeTitle {
  color: #111111;
  text-decoration: line-through;
}

.dashboardProductDetailsAttributeSpacing {
  margin-top: 4px;
}

.dashboardProductDetailsAttributeAlign {
  display: inline-flex;
  justify-content: flex-end;
}

.dashboardProductDetailsAttributeHLabel {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  text-align: right;
}

.dashboardProductDetailsAttributeLabel {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  text-align: right;
  text-transform: uppercase;
}

.dashboardProductDetailsAttributeColorBox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.tooltipProductAttributeColorInDashboard {
  position: relative;
  display: inline-block;
}

.tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard {
  visibility: hidden;
  width: 58px;
  background-color: #ffffff;
  color: #111111;
  text-align: center;
  border-radius: 6px 2px 2px 0px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 5%;
  right: 5%;
  font-size: 8px;
  font-weight: 500;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
}

.tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 6%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltipProductAttributeColorInDashboard:hover .tooltiptextProductAttributeColorInDashboard {
  visibility: visible;
}

.dashboardCardProductOrderAndDeliveryH {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}

.dashboardCardProductOrderAndDeliveryL {
  font-size: 12px;
  color: #111111;
  font-weight: 400;
  text-transform: uppercase;
}

.dashboardCardProductTextalignR {
  text-align: right;
}

.orderStatusAndIdBody {
  border-radius: 6px;
  padding: 5px;
  background-color: #fafafa;
}

.orderStatusAndIdBodyPosition {
  position: absolute;
  bottom: 10px;
}

.orderStatusAndIdBodyAlign {
  display: flex;
  align-items: center !important;
}

.orderDateBodyPosition {
  position: absolute;
  bottom: 120px;
  display: flex !important;
  align-items: center;
}

.aliginText {
  display: flex !important;
  align-items: baseline;
}

.devileryDateBodyPosition {
  position: absolute;
  bottom: 85px;
  display: flex !important;
  align-items: center;
}

/* Product Card Details View Style Ends */

/* Product Details page product gallery and details page style start */

.productGalleryImageMainBody {
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}

.productGalleryImageBody {
  padding: 5px;
  position: relative;
}

.productGalleryImage {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.productDetailsBottomSpacing {
  margin-bottom: 100px !important;
}

.sliderCardSpacing {
  padding: 5px;
}

.productGalleryImageEditBody {
  padding: 5px;
  position: relative;
}

.productGalleryImageEdit {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.productGalleryImageEditCheckBox {
  position: absolute !important;
  top: -5px;
  right: 0px;
}

.productGalleryImageEditFormalCheckBox {
  position: absolute !important;
  right: 0px !important;
}

/* Product Details page product gallery and details page style ends */

/* user subscription component style start */

.subscriptionMainBody {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 460px;
  position: relative;
}

.subscriptionMainBody:hover {
  background-color: #ffcc8b;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
}

.userSubscriptionSubBody {
  background-color: #fafafa;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 6px;
}

.subscriptionMainBody:hover .userSubscriptionSubBody {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 6px;
}

.userSubscriptionImageBody {
  display: flex;
  justify-content: center;
}

.userSubscriptionImage {
  width: 100px;
  height: auto;
}

.userSubscriptionRoleTitle {
  font-size: 17px;
  color: #111111;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px !important;
}

.userSubscriptionDescription {
  margin-top: 10px !important;
  font-size: 13px;
  color: #111111;
  font-weight: 500;
  text-align: center;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 10 !important;
  overflow: hidden;
}

.userSubscriptionBtnTextAlignBottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
}

.userSubscriptionKnowmoreTitle {
  color: #fb5607;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.subscriptionMainBody:hover .userSubscriptionKnowmoreTitle {
  color: #ffffff;
}

.userSubscriptionBtn {
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid #cccccc !important;
  border-radius: 6px !important;
  width: 140px !important;
  height: 28px !important;
  background: #ffffff !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: center !important;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
}

/* user subscription component style ends */

/* Subscription form style start */

.subscriptionFormMainBody {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #cccccc !important;
  position: relative;
}

.subscriptionFormMainBody:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.subscriptionFormTitle {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.subscriptionFormDescription {
  font-size: 12px;
  font-weight: 500;
  color: #111111;
  height: 40px;
  overflow: hidden;
}

.subscriptionFormHLabel {
  font-size: 12px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
}

.subscriptionFormLabel {
  font-size: 12px;
  font-weight: 500;
  color: #111111;
  text-transform: uppercase;
}

.subscriptionSpacing {
  margin-top: 5px;
}

.subscriptionFormCheckBox {
  position: absolute !important;
  top: -12px;
  right: -5px;
}

.subscriptionFormFormalCheckBox {
  position: absolute !important;
  right: 0px !important;
}

/* Subscription form style ends */

/* Product card hover image style start */

.tooltipProductCardText {
  text-align: center;
}

.tooltipProductCard {
  position: relative;
  display: inline-block;
  text-align: center;
}

.tooltipProductCard .tooltipProductCardImage {
  visibility: hidden;
  width: 100px;
  height: 106px;
  color: #fff;
  text-align: center;
  padding: 2px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin-top: -50px;
}

.tooltipProductCardImagePreview {
  width: 75px;
  height: 100px;
  border-radius: 6px;
  /* border: 1px solid #cccccc; */
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  padding: 2px;
  background-color: #ffffff;
}

.tooltipProductCard:hover .tooltipProductCardImage {
  visibility: visible;
}

/* Product card hover image style start */

@media (max-device-width: 425px) {
  /* Slider Image card style start*/
  .sliderImgCardBox {
    padding: 8px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 120px !important;
    min-width: 120px;
    max-width: 120px;
    /* height: 176px !important; */
    position: relative !important;
  }
  .sliderImgCardBox:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .sliderImgBody {
    padding: 0px 5px;
    background: transparent !important;
    height: 120px !important;
  }
  .sliderImg {
    height: 100% !important;
    border-radius: 6px;
  }
  .productNameHeading {
    padding: 5px 3px 0px 3px !important;
    font-size: 5px !important;
    font-weight: 900;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .genderNameHeading {
    font-size: 5px !important;
    padding: 5px 3px 0px 3px !important;
    text-transform: capitalize;
    color: #333333;
    text-align: right;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productNameLabel {
    padding: 0px 3px;
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productPriceAndCartIconAlign {
    display: flex;
    align-items: baseline;
    padding: 0px 3px;
  }
  .productPriceLabel {
    font-size: 6px;
    font-weight: 500;
    text-align: left;
  }
  .productStrikePriceLabel {
    font-size: 4px;
    font-weight: 400;
    text-align: left;
  }
  .productCartIcon {
    width: 10px;
    height: 10px;
    float: right;
  }
  .productNameIconSpacing {
    margin-top: 4px !important;
  }
  .carousel .control-dots .dot {
    background: #000000 !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9) !important;
    width: 3px !important;
    height: 3px !important;
    margin: 0px 2px !important
  }
  .carousel .control-dots {
    margin: 0px !important;
  }
  .imageSliderCheckBox {
    position: absolute;
    top: 10px;
    z-index: 10;
  }
  /* Slider Image card style ends*/
  /* TeaxtArea Style Start */
  .newFromTeaxtArea {
    width: 100% !important;
    height: 30px !important;
    border: 1px solid #cccccc !important;
    overflow: auto;
    outline: none;
    font-size: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    border-radius: 8px !important;
    /* color: #fb5607; */
  }
  .newFromTeaxtArea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #577f9e;
  }
  .newFromTeaxtArea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #577f9e;
  }
  /* TeaxtArea Style Start */
  /* Fashion Quote From style start */
  .fashionGuideLineHeading {
    font-size: 9px;
    padding-bottom: 4px !important;
    color: #111111;
  }
  .fashionGuideLineParagrap {
    font-size: 6px;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    height: 22px;
  }
  .fromLabelHeading {
    font-size: 7px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .fromLabelHeadingEg {
    font-size: 5px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .fromMainSpacing {
    margin-top: 12px !important;
  }
  .fromMSubSpacing {
    margin-top: 6px !important;
  }
  .fashionScropbookImgPreview {
    width: 32px;
    height: 24px;
    border-radius: 6px;
  }
  .fashionScropbookColorPreview {
    width: 10px;
    height: 10px;
    border-radius: 6px;
  }
  .fashionScropbookPattrenPreview {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }
  /* Fashion Quote From style ends */
  /* Button style start */
  .settingShadowButton {
    font-size: 3px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 10px !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 12px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
  }
  .settingShadowButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton {
    font-size: 3px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 10px !important;
    width: 50px !important;
    height: 12px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowLargeButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButtonStyle {
    font-size: 3px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 10px !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 12px !important;
    background: #ffffff !important;
    color: #05090f !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .settingShadowButtonStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .settingShadowButtonStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  /* Button style ends */
  /* Fashion story style start */
  .fashionSGuideLineHeading {
    font-size: 5px;
    color: #111111;
    font-weight: 600;
  }
  .fashionSGuideLineParagrap {
    font-size: 5px;
    color: #111111;
  }
  .fashionSGuideContent {
    font-size: 4px;
    color: #111111;
  }
  .newFashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 120px !important;
    height: 60px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    background-size: 100% 100% !important;
    border-radius: 6px;
    border: 2px solid #ffffff;
  }
  .newGridBox {
    padding: 0px !important;
    width: 30px;
    height: 30px;
  }
  .newFashionStoryImageUploadPreview {
    width: 60px;
    height: 30px;
  }
  /* Fashion story style ends */
  /* Product Form style starts */
  .newFormHeading {
    font-size: 7px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
  }
  .newFormSubHeading {
    font-size: 6px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newFormHeadingEg {
    font-size: 5px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newPFormGuideline {
    font-size: 5px;
    color: #111111;
    font-weight: 600;
  }
  .newPFormCheckboxLabel {
    font-size: 6px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .newPFormCheck {
    margin-top: 5px !important;
  }
  .newPFormGSTContentLabel {
    font-size: 6px !important;
    padding-top: 10px;
    color: #111111;
    font-weight: 500;
  }
  .gstSpaccingLine {
    padding-left: 15px;
  }
  .productAttributeColorBox {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .productAttributeColorSizeQntTitle {
    color: #666666;
    font-size: 5px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .productAttributeSizeContentLabel {
    color: #111111;
    font-size: 7px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .productAttributeQuantityContentLabel {
    color: #111111;
    font-weight: 500px;
    font-size: 5px;
  }
  .productAttributeBtnStyle {
    font-size: 4px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 16px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 12px !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .productAttributeBtnStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .productAttributeBtnStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .addMoreColorVarientBtn {
    border: 1.5px solid #cccccc !important;
    padding: 2px 15px 2px 15px;
    font-size: 7px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
  }
  .productAttributeQntyTextfieldWidth {
    width: 80%;
  }
  .productUploadImagePreview {
    width: 30px;
    height: 40px;
    border-radius: 6px;
  }
  .tooltipProductAttributeColor {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor {
    visibility: hidden;
    width: 90%;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 2px 1px 1px 0px;
    padding: 2px;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 5%;
    right: 5%;
    font-size: 4px;
    font-weight: 500;
    /* margin-left: -60px; */
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12%;
    margin-left: -5px;
    border-width: 3px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColor:hover .tooltiptextProductAttributeColor {
    visibility: visible;
  }
  /* product Form style ends */
  /* Appointment list style start */
  .appointmentListBody {
    border-bottom: 2px solid #cccccc;
    padding: 3px;
  }
  .appointmentClientProfile {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }
  .appointmentClientName {
    font-size: 6px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentStatusLabel {
    padding-right: 5px !important;
    font-size: 6px;
    font-weight: 600;
    color: #111111;
    text-align: right;
    text-transform: capitalize;
  }
  .appointmentSubjectTitle {
    font-size: 4px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentDetailsHeadingLabel {
    font-size: 4px;
    font-weight: 700 !important;
    color: #111111;
    text-transform: uppercase;
  }
  .appointmentDetailsContent {
    font-size: 7px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentDetailsDescriptionFx {
    font-size: 7px;
    font-weight: 500;
    color: #111111;
    height: 80px;
    overflow: hidden;
  }
  .appointmentDetailsDescription {
    font-size: 7px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentFormMainHeading {
    font-size: 10px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    color: #111111;
  }
  /* Appointment list style ends */
  /* Dashborad Details View Style Starts */
  .dashboardHeadingLabel {
    font-size: 4px;
    font-weight: 900 !important;
    color: #666666;
    text-transform: uppercase;
  }
  .dashboardContentLabel {
    font-size: 8px !important;
    font-weight: 200 !important;
    color: #111111;
    text-transform: capitalize;
  }
  .dashboardMapContentLabel {
    font-size: 6px;
    font-weight: 600 !important;
    color: #111111;
  }
  /* .dashboardPrimaryImagePreview {
    width: 100px;
    height: 100px;
    border-radius: 4px;
  }
  .dashboardStoreImagePreviewBody {
    padding: 5px;
    position: relative;
    width: 110px;
    height: 91px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .dashboardStoreImagePreview {
    margin-top: 6px;
    width: 100px;
    height: 75px;
    border-radius: 4px;
  } */
  .dashboardStoreImageCheckBox {
    position: absolute !important;
    top: -8px;
    right: -16px;
  }
  .dashboardStoreImageRadioBtn {
    position: absolute !important;
    top: -3px;
    right: 3px;
  }
  /* Dashborad Details View Style ends */
  /* Product Details View Style starts */
  .detailsListTabViewBody {
    display: flex !important;
    align-items: center !important;
    padding: 2px;
    border-bottom: 1px solid #cccccc;
  }
  .detailsListTabViewBody:hover {
    border-bottom: 1px solid #ffffff;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .tabImagePreview {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .detailsListTabContentLinkLabel {
    font-size: 6px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentIdLabel {
    font-size: 6px;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
  }
  .detailsListTabContentNtLinkLabel {
    font-size: 6px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentLinkCenterLabel {
    font-size: 6px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentLabel {
    font-size: 6px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentIcon {
    font-size: 10px;
    font-weight: 400 !important;
    cursor: pointer;
    text-align: center;
  }
  .detailsListTabHeadingBody {
    display: flex !important;
    align-items: center !important;
    padding: 0px 5px;
  }
  .detailsListTabHeadingLinkLabel {
    font-size: 4px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabHeadingLinkCenterLabel {
    font-size: 4px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabHeadingLabel {
    font-size: 4px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  /* Product Details View Style ends */
  /* Product Card Details View Style starts */
  .dashboardProductDetailsCardImage {
    width: 51px;
    height: 68px;
    border-radius: 6px;
    border: 1px solid #cccccc;
  }
  .dashboardProductDetailsCardPTitle {
    font-size: 8px;
    font-weight: 400;
    color: #111111 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardPrTitle {
    font-size: 6px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardStrikePrTitle {
    font-size: 4px;
    font-weight: 500;
    color: #cccccc;
    text-transform: uppercase;
  }
  .dashboardProductDetailsAttributeSpacing {
    margin-top: 2px;
  }
  .dashboardProductDetailsAttributeAlign {
    display: inline-flex;
    justify-content: flex-end;
  }
  .dashboardProductDetailsAttributeHLabel {
    font-size: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    text-align: right;
  }
  .dashboardProductDetailsAttributeLabel {
    font-size: 5px;
    font-weight: 400;
    color: #111111;
    text-transform: uppercase;
    text-align: right;
  }
  .dashboardProductDetailsAttributeColorBox {
    width: 8px;
    height: 8px;
    border-radius: 2px;
  }
  .tooltipProductAttributeColorInDashboard {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard {
    visibility: hidden;
    width: 40px;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 2px 1px 1px 0px;
    padding: 2px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 5%;
    right: 5%;
    font-size: 4px;
    font-weight: 500;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 8%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColorInDashboard:hover .tooltiptextProductAttributeColorInDashboard {
    visibility: visible;
  }
  .dashboardCardProductOrderAndDeliveryH {
    font-size: 5px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .dashboardCardProductOrderAndDeliveryL {
    font-size: 4px;
    color: #111111;
    font-weight: 400;
    text-transform: uppercase;
  }
  .orderStatusAndIdBodyPosition {
    position: relative !important;
  }
  .orderDateBodyPosition {
    position: relative !important;
    display: flex !important;
    align-items: center;
  }
  .devileryDateBodyPosition {
    position: relative !important;
    display: flex !important;
    align-items: center;
  }
  /* Product Card Details View Style Ends */
  /* Product Details page product gallery and details page style start */
  .productGalleryImageEditCheckBox {
    position: absolute !important;
    top: -3px;
    right: 0px;
  }
  /* Product Details page product gallery and details page style ends */
  /* user subscription component style start */
  .subscriptionMainBody {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 180px;
    position: relative;
  }
  .subscriptionMainBody:hover {
    background-color: #ffcc8b;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  }
  .userSubscriptionSubBody {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 6px;
  }
  .subscriptionMainBody:hover .userSubscriptionSubBody {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 6px;
  }
  .userSubscriptionImageBody {
    display: flex;
    justify-content: center;
  }
  .userSubscriptionImage {
    width: 35px;
    height: auto;
  }
  .userSubscriptionRoleTitle {
    font-size: 8px;
    color: #111111;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px !important;
  }
  .userSubscriptionDescription {
    margin-top: 5px !important;
    font-size: 5px;
    color: #111111;
    font-weight: 500;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 10 !important;
    overflow: hidden;
  }
  .userSubscriptionBtnTextAlignBottom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    align-items: center;
  }
  .userSubscriptionKnowmoreTitle {
    color: #fb5607;
    font-size: 5px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionMainBody:hover .userSubscriptionKnowmoreTitle {
    color: #ffffff;
    font-size: 5px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .userSubscriptionBtn {
    font-size: 4px !important;
    font-weight: 500 !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    width: 40px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  /* user subscription component style ends */
  /* user subscription component style ends */
  .subscriptionFormMainBody {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    position: relative;
  }
  .subscriptionFormMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  }
  .subscriptionFormTitle {
    font-size: 6px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionFormDescription {
    font-size: 4px;
    font-weight: 500;
    color: #111111;
    height: 14px;
    overflow: hidden;
  }
  .subscriptionFormHLabel {
    font-size: 4px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionFormLabel {
    font-size: 4px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionSpacing {
    margin-top: 3px;
  }
  .subscriptionFormCheckBox {
    position: absolute !important;
    top: -7px;
    right: -3px;
  }
  /* Subscription form style ends */
  /* Product card hover image style start */
  .tooltipProductCardText {
    text-align: center;
  }
  .tooltipProductCard {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .tooltipProductCard .tooltipProductCardImage {
    visibility: hidden;
    width: 30px;
    height: 36px;
    color: #fff;
    text-align: center;
    padding: 2px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -15px;
  }
  .tooltipProductCardImagePreview {
    width: 23px;
    height: 30px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    padding: 1px;
    background-color: #ffffff;
  }
  .tooltipProductCard:hover .tooltipProductCardImage {
    visibility: visible;
  }
  /* Product card hover image style start */
}

@media all and (min-width: 426px) and (max-width: 678px) {
  /* Slider Image card style start*/
  .sliderImgCardBox {
    padding: 8px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 140px !important;
    min-width: 140px;
    max-width: 140px;
    /* height: 210px !important; */
    position: relative !important;
  }
  .sliderImgCardBox:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .sliderImgBody {
    background: transparent !important;
    height: 150px !important;
  }
  .sliderImg {
    height: 100% !important;
    border-radius: 6px;
  }
  .productNameHeading {
    font-size: 6px !important;
    padding: 5px 3px 0px 3px !important;
    font-weight: 900;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .genderNameHeading {
    font-size: 6px !important;
    padding: 5px 3px 0px 3px !important;
    text-transform: capitalize;
    color: #333333;
    text-align: right;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productNameLabel {
    padding: 0px 3px;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productPriceAndCartIconAlign {
    padding: 0px 3px;
    display: flex;
    align-items: baseline;
  }
  .productPriceLabel {
    font-size: 7px;
    font-weight: 500;
    text-align: left;
  }
  .productStrikePriceLabel {
    font-size: 5px;
    font-weight: 400;
    text-align: left;
  }
  .productCartIcon {
    width: 12px;
    height: 12px;
    float: right;
  }
  .productNameIconSpacing {
    margin-top: 4px !important;
  }
  .carousel .control-dots .dot {
    background: #000000 !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9) !important;
    width: 3px !important;
    height: 3px !important;
    margin: 0px 3px !important
  }
  .imageSliderCheckBox {
    position: absolute;
    top: 10px;
    z-index: 10;
  }
  /* Slider Image card style ends*/
  /* TeaxtArea Style Start */
  .newFromTeaxtArea {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #cccccc !important;
    overflow: auto;
    outline: none;
    font-size: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    border-radius: 8px !important;
    /* color: #fb5607; */
  }
  .newFromTeaxtArea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #577f9e;
  }
  .newFromTeaxtArea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #577f9e;
  }
  /* TeaxtArea Style Start */
  /* Fashion Quote From style start */
  .fashionGuideLineHeading {
    font-size: 10px;
    padding-bottom: 5px !important;
    color: #111111;
  }
  .fashionGuideLineParagrap {
    font-size: 7px;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    height: 28px;
  }
  .fromLabelHeading {
    font-size: 8px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .fromLabelHeadingEg {
    font-size: 6px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .fromMainSpacing {
    margin-top: 13px !important;
  }
  .fromMSubSpacing {
    margin-top: 6px !important;
  }
  .fashionScropbookImgPreview {
    width: 40px;
    height: 30px;
    border-radius: 6px;
  }
  .fashionScropbookColorPreview {
    width: 15px;
    height: 15px;
    border-radius: 6px;
  }
  .fashionScropbookPattrenPreview {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  /* Fashion Quote From style ends */
  /* Button style start */
  .settingShadowButton {
    font-size: 4px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 10px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 14px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton {
    font-size: 4px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 10px !important;
    width: 60px !important;
    height: 14px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowLargeButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButtonStyle {
    font-size: 4px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 10px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #05090f !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .settingShadowButtonStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .settingShadowButtonStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  /* Button style ends */
  /* Fashion story style start */
  .fashionSGuideLineHeading {
    font-size: 6px;
    color: #111111;
    font-weight: 600;
  }
  .fashionSGuideLineParagrap {
    font-size: 6px;
    color: #111111;
  }
  .fashionSGuideContent {
    font-size: 5px;
    color: #111111;
  }
  .newFashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 180px !important;
    height: 90px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    background-size: 100% 100% !important;
    border-radius: 6px;
    border: 2px solid #ffffff;
  }
  .newGridBox {
    padding: 0px !important;
    width: 45px;
    height: 45px;
  }
  .newFashionStoryImageUploadPreview {
    width: 80px;
    height: 40px;
  }
  /* Fashion story style ends */
  /* Product Form style starts */
  .newFormHeading {
    font-size: 8px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
  }
  .newFormSubHeading {
    font-size: 7px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newFormHeadingEg {
    font-size: 6px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newPFormGuideline {
    font-size: 6px;
    color: #111111;
    font-weight: 600;
  }
  .newPFormCheckboxLabel {
    font-size: 7px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .newPFormCheck {
    margin-top: 5px !important;
  }
  .newPFormGSTContentLabel {
    font-size: 7px !important;
    padding-top: 8px;
    color: #111111;
    font-weight: 500;
  }
  .gstSpaccingLine {
    padding-left: 20px;
  }
  .productAttributeColorBox {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  .productAttributeColorSizeQntTitle {
    color: #666666;
    font-size: 6px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .productAttributeSizeContentLabel {
    color: #111111;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .productAttributeQuantityContentLabel {
    color: #111111;
    font-weight: 500px;
    font-size: 6px;
  }
  .productAttributeBtnStyle {
    font-size: 5px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 16px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 14px !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .productAttributeBtnStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .productAttributeBtnStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .addMoreColorVarientBtn {
    border: 1.5px solid #cccccc !important;
    padding: 2px 15px 2px 15px;
    font-size: 8px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
  }
  .productAttributeQntyTextfieldWidth {
    width: 80%;
  }
  .productUploadImagePreview {
    width: 39px;
    height: 52px;
    border-radius: 6px;
  }
  .tooltipProductAttributeColor {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor {
    visibility: hidden;
    width: 90%;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 2px 1px 1px 0px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 5%;
    right: 5%;
    font-size: 5px;
    font-weight: 500;
    /* margin-left: -60px; */
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 9%;
    margin-left: -5px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColor:hover .tooltiptextProductAttributeColor {
    visibility: visible;
  }
  /* product Form style ends */
  /* Appointment list style start */
  .appointmentListBody {
    border-bottom: 2px solid #cccccc;
    padding: 5px;
  }
  .appointmentClientProfile {
    width: 26px;
    height: 26px;
    border-radius: 6px;
  }
  .appointmentClientName {
    font-size: 8px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentStatusLabel {
    padding-right: 5px !important;
    font-size: 8px;
    font-weight: 600;
    color: #111111;
    text-align: right;
    text-transform: capitalize;
  }
  .appointmentSubjectTitle {
    font-size: 5px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentDetailsHeadingLabel {
    font-size: 5px;
    font-weight: 700 !important;
    color: #111111;
    text-transform: uppercase;
  }
  .appointmentDetailsContent {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentDetailsDescriptionFx {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
    height: 80px;
    overflow: hidden;
  }
  .appointmentDetailsDescription {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentFormMainHeading {
    font-size: 12px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    color: #111111;
  }
  /* Appointment list style ends */
  /* Dashborad Details View Style Starts */
  .dashboardHeadingLabel {
    font-size: 5px;
    font-weight: 900 !important;
    color: #666666;
    text-transform: uppercase;
  }
  .dashboardContentLabel {
    font-size: 9px !important;
    font-weight: 200 !important;
    color: #111111;
    text-transform: capitalize;
  }
  .dashboardMapContentLabel {
    font-size: 7px;
    font-weight: 600 !important;
    color: #111111;
  }
  /* .dashboardPrimaryImagePreview {
    width: 120px;
    height: 120px;
    border-radius: 4px;
  }
  .dashboardStoreImagePreviewBody {
    padding: 5px;
    position: relative;
    width: 130px;
    height: 110px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .dashboardStoreImagePreview {
    margin-top: 10px;
    width: 120px;
    height: 90px;
    border-radius: 4px;
  } */
  .dashboardStoreImageCheckBox {
    position: absolute !important;
    top: -8px;
    right: -16px;
  }
  .dashboardStoreImageRadioBtn {
    position: absolute !important;
    top: -3px;
    right: 3px;
  }
  /* Dashborad Details View Style ends */
  /* Product Details View Style starts */
  .detailsListTabViewBody {
    display: flex !important;
    align-items: center !important;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
  }
  .detailsListTabViewBody:hover {
    border-bottom: 1px solid #ffffff;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .tabImagePreview {
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
  .detailsListTabContentLinkLabel {
    font-size: 8px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentIdLabel {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
  }
  .detailsListTabContentNtLinkLabel {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentLinkCenterLabel {
    font-size: 8px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentLabel {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentIcon {
    font-size: 12px;
    font-weight: 400 !important;
    cursor: pointer;
    text-align: center;
  }
  .detailsListTabHeadingBody {
    display: flex !important;
    align-items: center !important;
    padding: 0px 5px;
  }
  .detailsListTabHeadingLinkLabel {
    font-size: 5px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabHeadingLinkCenterLabel {
    font-size: 5px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabHeadingLabel {
    font-size: 5px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  /* Product Details View Style ends */
  /* Product Card Details View Style starts */
  .dashboardProductDetailsCardImage {
    width: 60px;
    height: 80px;
    border-radius: 6px;
    border: 1px solid #cccccc;
  }
  .dashboardProductDetailsCardPTitle {
    font-size: 10px;
    font-weight: 400;
    color: #111111 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardPrTitle {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardStrikePrTitle {
    font-size: 5px;
    font-weight: 500;
    color: #cccccc;
    text-transform: uppercase;
  }
  .dashboardProductDetailsAttributeSpacing {
    margin-top: 3px;
  }
  .dashboardProductDetailsAttributeAlign {
    display: inline-flex;
    justify-content: flex-end;
  }
  .dashboardProductDetailsAttributeHLabel {
    font-size: 4px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    text-align: right;
  }
  .dashboardProductDetailsAttributeLabel {
    font-size: 6px;
    font-weight: 400;
    color: #111111;
    text-transform: uppercase;
    text-align: right;
  }
  .dashboardProductDetailsAttributeColorBox {
    width: 8px;
    height: 8px;
    border-radius: 2px;
  }
  .tooltipProductAttributeColorInDashboard {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard {
    visibility: hidden;
    width: 44px;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 2px 1px 1px 0px;
    padding: 2px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 5%;
    right: 5%;
    font-size: 5px;
    font-weight: 500;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 8%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColorInDashboard:hover .tooltiptextProductAttributeColorInDashboard {
    visibility: visible;
  }
  .dashboardCardProductOrderAndDeliveryH {
    font-size: 6px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .dashboardCardProductOrderAndDeliveryL {
    font-size: 5px;
    color: #111111;
    font-weight: 400;
    text-transform: uppercase;
  }
  .orderStatusAndIdBodyPosition {
    position: relative;
    bottom: 2px;
  }
  .orderDateBodyPosition {
    position: relative !important;
    display: flex !important;
    align-items: center;
  }
  .devileryDateBodyPosition {
    position: relative !important;
    display: flex !important;
    align-items: center;
  }
  /* Product Card Details View Style Ends */
  /* Product Details page product gallery and details page style start */
  .productGalleryImageEditCheckBox {
    position: absolute !important;
    top: -3px;
    right: 0px;
  }
  /* Product Details page product gallery and details page style ends */
  /* user subscription component style start */
  .subscriptionMainBody {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 230px;
    position: relative;
  }
  .subscriptionMainBody:hover {
    background-color: #ffcc8b;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  }
  .userSubscriptionSubBody {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    padding: 12px;
    border-radius: 6px;
  }
  .subscriptionMainBody:hover .userSubscriptionSubBody {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 12px;
    border-radius: 6px;
  }
  .userSubscriptionImageBody {
    display: flex;
    justify-content: center;
  }
  .userSubscriptionImage {
    width: 45px;
    height: auto;
  }
  .userSubscriptionRoleTitle {
    font-size: 10px;
    color: #111111;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px !important;
  }
  .userSubscriptionDescription {
    margin-top: 6px !important;
    font-size: 6px;
    color: #111111;
    font-weight: 500;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 10 !important;
    overflow: hidden;
  }
  .userSubscriptionBtnTextAlignBottom {
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: flex;
    align-items: center;
  }
  .userSubscriptionKnowmoreTitle {
    color: #fb5607;
    font-size: 6px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionMainBody:hover .userSubscriptionKnowmoreTitle {
    color: #ffffff;
    font-size: 6px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .userSubscriptionBtn {
    font-size: 6px !important;
    font-weight: 500 !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    width: 50px !important;
    height: 16px !important;
    background: #ffffff !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  /* user subscription component style ends */
  /* user subscription component style ends */
  .subscriptionFormMainBody {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    position: relative;
  }
  .subscriptionFormMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  }
  .subscriptionFormTitle {
    font-size: 8px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionFormDescription {
    font-size: 6px;
    font-weight: 500;
    color: #111111;
    height: 18px;
    overflow: hidden;
  }
  .subscriptionFormHLabel {
    font-size: 6px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionFormLabel {
    font-size: 6px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionSpacing {
    margin-top: 4px;
  }
  .subscriptionFormCheckBox {
    position: absolute !important;
    top: -7px;
    right: -2px;
  }
  /* Subscription form style ends */
  /* Product card hover image style start */
  .tooltipProductCardText {
    text-align: center;
  }
  .tooltipProductCard {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .tooltipProductCard .tooltipProductCardImage {
    visibility: hidden;
    width: 50px;
    height: 56px;
    color: #fff;
    text-align: center;
    padding: 2px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -25px;
  }
  .tooltipProductCardImagePreview {
    width: 37px;
    height: 50px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    padding: 2px;
    background-color: #ffffff;
  }
  .tooltipProductCard:hover .tooltipProductCardImage {
    visibility: visible;
  }
  /* Product card hover image style start */
}

@media all and (min-width: 679px) and (max-width: 992px) {
  /* Slider Image card style start*/
  .sliderImgCardBox {
    padding: 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 180px !important;
    min-width: 180px;
    max-width: 180px;
    /* height: 246px !important; */
    position: relative !important;
  }
  .sliderImgCardBox:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .sliderImgBody {
    background: transparent !important;
    height: 180px !important;
  }
  .sliderImg {
    height: 100% !important;
    border-radius: 6px;
  }
  .productNameHeading {
    font-size: 7px !important;
    padding: 5px 3px 0px 3px !important;
    font-weight: 900;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .genderNameHeading {
    font-size: 7px !important;
    padding: 5px 3px 0px 3px !important;
    text-transform: capitalize;
    color: #333333;
    text-align: right;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productNameLabel {
    padding: 0px 3px;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productPriceAndCartIconAlign {
    padding: 0px 3px;
    display: flex;
    align-items: baseline;
  }
  .productPriceLabel {
    font-size: 8px;
    font-weight: 500;
    text-align: left;
  }
  .productStrikePriceLabel {
    font-size: 6px;
    font-weight: 400;
    text-align: left;
  }
  .productCartIcon {
    width: 15px;
    height: 15px;
    float: right;
  }
  .productNameIconSpacing {
    margin-top: 4px !important;
  }
  .carousel .control-dots .dot {
    background: #000000 !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);
    width: 4px !important;
    height: 4px !important;
    margin: 0px 4px !important
  }
  .imageSliderCheckBox {
    position: absolute;
    top: 0px;
    right: -10px;
  }
  /* Slider Image card style ends*/
  /* TeaxtArea Style Start */
  .newFromTeaxtArea {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #cccccc !important;
    overflow: auto;
    outline: none;
    font-size: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    border-radius: 8px !important;
    /* color: #fb5607; */
  }
  .newFromTeaxtArea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #577f9e;
  }
  .newFromTeaxtArea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #577f9e;
  }
  /* TeaxtArea Style Start */
  /* Fashion Quote From style start */
  .fashionGuideLineHeading {
    font-size: 12px;
    padding-bottom: 6px !important;
    color: #111111;
  }
  .fashionGuideLineParagrap {
    font-size: 9px;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    height: 36px;
  }
  .fromLabelHeading {
    font-size: 10px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .fromLabelHeadingEg {
    font-size: 7px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .fromMainSpacing {
    margin-top: 14px !important;
  }
  .fromMSubSpacing {
    margin-top: 6px !important;
  }
  .fashionScropbookImgPreview {
    width: 60px;
    height: 45px;
    border-radius: 6px;
  }
  .fashionScropbookColorPreview {
    width: 25px;
    height: 25px;
    border-radius: 6px;
  }
  .fashionScropbookPattrenPreview {
    width: 45px;
    height: 45px;
    border-radius: 6px;
  }
  /* Fashion Quote From style ends */
  /* Button style start */
  .settingShadowButton {
    font-size: 6px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 12px !important;
    width: 45px !important;
    min-width: 45px !important;
    height: 16px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton {
    font-size: 6px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 12px !important;
    width: 80px !important;
    height: 16px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowLargeButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButtonStyle {
    font-size: 4px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 12px !important;
    width: 45px !important;
    min-width: 45px !important;
    height: 16px !important;
    background: #ffffff !important;
    color: #05090f !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .settingShadowButtonStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .settingShadowButtonStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  /* Button style ends */
  /* Fashion story style start */
  .fashionSGuideLineHeading {
    font-size: 8px;
    color: #111111;
    font-weight: 600;
  }
  .fashionSGuideLineParagrap {
    font-size: 8px;
    color: #111111;
  }
  .fashionSGuideContent {
    font-size: 6px;
    color: #111111;
  }
  .newFashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 220px !important;
    height: 110px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    background-size: 100% 100% !important;
    border-radius: 6px;
    border: 2px solid #ffffff;
  }
  .newGridBox {
    padding: 0px !important;
    width: 55px;
    height: 55px;
  }
  .imageSliderCheckBox {
    position: absolute;
    top: 10px;
    z-index: 10;
  }
  .newFashionStoryImageUploadPreview {
    width: 100px;
    height: 50px;
  }
  /* Fashion story style ends */
  /* Product Form style starts */
  .newFormHeading {
    font-size: 10px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
  }
  .newFormSubHeading {
    font-size: 8px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newFormHeadingEg {
    font-size: 7px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newPFormGuideline {
    font-size: 7px;
    color: #111111;
    font-weight: 600;
  }
  .newPFormCheckboxLabel {
    font-size: 8px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .newPFormCheck {
    margin-top: 2px !important;
  }
  .newPFormGSTContentLabel {
    font-size: 8px !important;
    padding-top: 8px !important;
    color: #111111;
    font-weight: 500;
  }
  .gstSpaccingLine {
    padding-left: 20px;
  }
  .productAttributeColorBox {
    width: 60px;
    height: 60px;
    border-radius: 6px;
  }
  .productAttributeColorSizeQntTitle {
    color: #666666;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .productAttributeSizeContentLabel {
    color: #111111;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .productAttributeQuantityContentLabel {
    color: #111111;
    font-weight: 500px;
    font-size: 7px;
  }
  .productAttributeBtnStyle {
    font-size: 6px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 16px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 16px !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .productAttributeBtnStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .productAttributeBtnStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .addMoreColorVarientBtn {
    border: 1.5px solid #cccccc !important;
    padding: 3px 20px 3px 20px;
    font-size: 9px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
  }
  .productAttributeQntyTextfieldWidth {
    width: 90%;
  }
  .productUploadImagePreview {
    width: 45px;
    height: 60px;
    border-radius: 6px;
  }
  .tooltipProductAttributeColor {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor {
    visibility: hidden;
    width: 90%;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 4px 1px 1px 0px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 5%;
    right: 5%;
    font-size: 6px;
    font-weight: 500;
    /* margin-left: -60px; */
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 9%;
    margin-left: -5px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColor:hover .tooltiptextProductAttributeColor {
    visibility: visible;
  }
  /* Product Form style ends */
  /* Appointment list style start */
  .appointmentListBody {
    border-bottom: 2px solid #cccccc;
    padding: 5px;
  }
  .appointmentClientProfile {
    width: 35px;
    height: 35px;
    border-radius: 6px;
  }
  .appointmentClientName {
    font-size: 10px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentStatusLabel {
    padding-right: 5px !important;
    font-size: 10px;
    font-weight: 600;
    color: #111111;
    text-align: right;
    text-transform: capitalize;
  }
  .appointmentSubjectTitle {
    font-size: 7px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentDetailsHeadingLabel {
    font-size: 6px;
    font-weight: 700 !important;
    color: #111111;
    text-transform: uppercase;
  }
  .appointmentDetailsContent {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentDetailsDescriptionFx {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    height: 80px;
    overflow: hidden;
  }
  .appointmentDetailsDescription {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentFormMainHeading {
    font-size: 14px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    color: #111111;
  }
  /* Appointment list style ends */
  /* Dashborad Details View Style Starts */
  .dashboardHeadingLabel {
    font-size: 6px;
    font-weight: 900 !important;
    color: #666666;
    text-transform: uppercase;
  }
  .dashboardContentLabel {
    font-size: 10px !important;
    font-weight: 200 !important;
    color: #111111;
    text-transform: capitalize;
  }
  .dashboardMapContentLabel {
    font-size: 8px;
    font-weight: 600 !important;
    color: #111111;
  }
  /* .dashboardPrimaryImagePreview {
    width: 224px;
    height: 224px;
    border-radius: 4px;
  }
  .dashboardStoreImagePreviewBody {
    padding: 5px;
    position: relative;
    width: 234px;
    height: 190px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .dashboardStoreImagePreview {
    margin-top: 12px;
    width: 224px;
    height: 168px;
    border-radius: 4px;
  } */
  .dashboardStoreImageCheckBox {
    position: absolute !important;
    top: -8px;
    right: -16px;
  }
  .dashboardStoreImageRadioBtn {
    position: absolute !important;
    top: -5px;
    right: 0px;
  }
  /* Dashborad Details View Style ends */
  /* Product Details View Style starts */
  .detailsListTabViewBody {
    display: flex !important;
    align-items: center !important;
    padding: 4px;
    border-bottom: 1px solid #cccccc;
  }
  .detailsListTabViewBody:hover {
    border-bottom: 1px solid #ffffff;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .tabImagePreview {
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  .detailsListTabContentLinkLabel {
    font-size: 10px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentIdLabel {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
  }
  .detailsListTabContentNtLinkLabel {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentLinkCenterLabel {
    font-size: 10px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentLabel {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentIcon {
    font-size: 14px;
    font-weight: 400 !important;
    cursor: pointer;
    text-align: center;
  }
  .detailsListTabHeadingBody {
    display: flex !important;
    align-items: center !important;
    padding: 0px 5px;
  }
  .detailsListTabHeadingLinkLabel {
    font-size: 7px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabHeadingLinkCenterLabel {
    font-size: 7px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabHeadingLabel {
    font-size: 7px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  /* Product Details View Style ends */
  /* Product Card Details View Style starts */
  .dashboardProductDetailsCardImage {
    width: 108px;
    height: 144px;
    border-radius: 6px;
    border: 1px solid #cccccc;
  }
  .dashboardProductDetailsCardPTitle {
    font-size: 14px;
    font-weight: 400;
    color: #111111 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardPrTitle {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardStrikePrTitle {
    font-size: 7px;
    font-weight: 500;
    color: #cccccc;
    text-transform: uppercase;
  }
  .dashboardProductDetailsAttributeSpacing {
    margin-top: 3px;
  }
  .dashboardProductDetailsAttributeAlign {
    display: inline-flex;
    justify-content: flex-end;
  }
  .dashboardProductDetailsAttributeHLabel {
    font-size: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    text-align: right;
  }
  .dashboardProductDetailsAttributeLabel {
    font-size: 8px;
    font-weight: 400;
    color: #111111;
    text-transform: uppercase;
    text-align: right;
  }
  .dashboardProductDetailsAttributeColorBox {
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }
  .tooltipProductAttributeColorInDashboard {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard {
    visibility: hidden;
    width: 49px;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 4px 2px 2px 0px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 5%;
    right: 5%;
    font-size: 6px;
    font-weight: 500;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 8%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColorInDashboard:hover .tooltiptextProductAttributeColorInDashboard {
    visibility: visible;
  }
  .dashboardCardProductOrderAndDeliveryH {
    font-size: 8px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .dashboardCardProductOrderAndDeliveryL {
    font-size: 7px;
    color: #111111;
    font-weight: 400;
    text-transform: uppercase;
  }
  .orderStatusAndIdBodyPosition {
    position: absolute;
    bottom: 6px;
  }
  .orderDateBodyPosition {
    position: absolute;
    bottom: 75px;
    display: flex !important;
    align-items: center;
  }
  .devileryDateBodyPosition {
    position: absolute;
    bottom: 60px;
    display: flex !important;
    align-items: center;
  }
  /* Product Card Details View Style Ends */
  /* Product Details page product gallery and details page style start */
  .productGalleryImageEditCheckBox {
    position: absolute !important;
    top: -4px;
    right: 0px;
  }
  /* Product Details page product gallery and details page style ends */
  /* user subscription component style start */
  .subscriptionMainBody {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 310px;
    position: relative;
  }
  .subscriptionMainBody:hover {
    background-color: #ffcc8b;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  }
  .userSubscriptionSubBody {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 6px;
  }
  .subscriptionMainBody:hover .userSubscriptionSubBody {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 6px;
  }
  .userSubscriptionImageBody {
    display: flex;
    justify-content: center;
  }
  .userSubscriptionImage {
    width: 65px;
    height: auto;
  }
  .userSubscriptionRoleTitle {
    font-size: 12px;
    color: #111111;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px !important;
  }
  .userSubscriptionDescription {
    margin-top: 10px !important;
    font-size: 8px;
    color: #111111;
    font-weight: 500;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 10 !important;
    overflow: hidden;
  }
  .userSubscriptionBtnTextAlignBottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
  }
  .userSubscriptionKnowmoreTitle {
    color: #fb5607;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionMainBody:hover .userSubscriptionKnowmoreTitle {
    color: #ffffff;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .userSubscriptionBtn {
    font-size: 8px !important;
    font-weight: 500 !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    width: 80px !important;
    height: 22px !important;
    background: #ffffff !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  /* user subscription component style ends */
  .subscriptionFormMainBody {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    position: relative;
  }
  .subscriptionFormMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  }
  .subscriptionFormTitle {
    font-size: 10px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionFormDescription {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
    height: 24px;
    overflow: hidden;
  }
  .subscriptionFormHLabel {
    font-size: 8px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionFormLabel {
    font-size: 8px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionSpacing {
    margin-top: 5px;
  }
  .subscriptionFormCheckBox {
    position: absolute !important;
    top: -8px;
    right: -3px;
  }
  /* Subscription form style ends */
  /* Product card hover image style start */
  .tooltipProductCardText {
    text-align: center;
  }
  .tooltipProductCard {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .tooltipProductCard .tooltipProductCardImage {
    visibility: hidden;
    width: 60px;
    height: 66px;
    color: #fff;
    text-align: center;
    padding: 2px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -30px;
  }
  .tooltipProductCardImagePreview {
    width: 45px;
    height: 60px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    padding: 2px;
    background-color: #ffffff;
  }
  .tooltipProductCard:hover .tooltipProductCardImage {
    visibility: visible;
  }
  /* Product card hover image style start */
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  /* Slider Image card style start*/
  .sliderImgCardBox {
    padding: 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 200px !important;
    min-width: 200px;
    max-width: 200px;
    /* height: 290px !important; */
    position: relative !important;
  }
  .sliderImgCardBox:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .sliderImgBody {
    background: transparent !important;
    height: 215px !important;
  }
  .sliderImg {
    height: 100% !important;
    border-radius: 6px;
  }
  .productNameHeading {
    font-size: 8px !important;
    padding: 5px 3px 0px 3px !important;
    font-weight: 900;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .genderNameHeading {
    font-size: 8px !important;
    padding: 5px 3px 0px 3px !important;
    text-transform: capitalize;
    color: #333333;
    text-align: right;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productNameLabel {
    padding: 0px 3px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productPriceAndCartIconAlign {
    padding: 0px 3px;
    display: flex;
    align-items: baseline;
  }
  .productPriceLabel {
    font-size: 9px;
    font-weight: 500;
    text-align: left;
  }
  .productStrikePriceLabel {
    font-size: 6px;
    font-weight: 400;
    text-align: left;
  }
  .productCartIcon {
    width: 18px;
    height: 18px;
    float: right;
  }
  .productNameIconSpacing {
    margin-top: 4px !important;
  }
  .carousel .control-dots .dot {
    background: #000000 !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9) !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0px 5px !important
  }
  .imageSliderCheckBox {
    position: absolute;
    top: 3px !important;
    z-index: 10;
  }
  /* Slider Image card style ends*/
  /* TeaxtArea Style Start */
  .newFromTeaxtArea {
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #cccccc !important;
    overflow: auto;
    outline: none;
    font-size: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    border-radius: 8px !important;
    /* color: #fb5607; */
  }
  .newFromTeaxtArea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #577f9e;
  }
  .newFromTeaxtArea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #577f9e;
  }
  /* TeaxtArea Style Start */
  /* Fashion Quote From style start */
  .fashionGuideLineHeading {
    font-size: 14px;
    padding-bottom: 7px !important;
    color: #111111;
  }
  .fashionGuideLineParagrap {
    font-size: 10px;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    height: 36px;
  }
  .fromLabelHeading {
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .fromLabelHeadingEg {
    font-size: 8px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .fromMainSpacing {
    margin-top: 15px !important;
  }
  .fromMSubSpacing {
    margin-top: 7px !important;
  }
  .fashionScropbookImgPreview {
    width: 70px;
    height: 52px;
    border-radius: 6px;
  }
  .fashionScropbookColorPreview {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .fashionScropbookPattrenPreview {
    width: 52px;
    height: 52px;
    border-radius: 6px;
  }
  /* Fashion Quote From style ends */
  /* Button style start */
  .settingShadowButton {
    font-size: 8px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 14px !important;
    width: 60px !important;
    min-width: 60px !important;
    height: 20px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton {
    font-size: 8px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 14px !important;
    width: 100px !important;
    height: 20px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowLargeButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButtonStyle {
    font-size: 8px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 14px !important;
    width: 60px !important;
    min-width: 60px !important;
    height: 20px !important;
    background: #ffffff !important;
    color: #05090f !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .settingShadowButtonStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .settingShadowButtonStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  /* Button style ends */
  /* Fashion story style start */
  .fashionSGuideLineHeading {
    font-size: 10px;
    color: #111111;
    font-weight: 600;
  }
  .fashionSGuideLineParagrap {
    font-size: 10px;
    color: #111111;
  }
  .fashionSGuideContent {
    font-size: 8px;
    color: #111111;
  }
  .newFashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 300px !important;
    height: 150px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    background-size: 100% 100% !important;
    border-radius: 6px;
    border: 2px solid #ffffff;
  }
  .newGridBox {
    padding: 0px !important;
    width: 75px;
    height: 75px;
  }
  .newFashionStoryImageUploadPreview {
    width: 120px;
    height: 60px;
  }
  /* Fashion story style ends */
  /* Product Form style starts */
  .newFormHeading {
    font-size: 12px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
  }
  .newFormSubHeading {
    font-size: 10px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newFormHeadingEg {
    font-size: 8px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newPFormGuideline {
    font-size: 8px;
    color: #111111;
    font-weight: 600;
  }
  .newPFormCheckboxLabel {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .newPFormCheck {
    margin-top: -10px !important;
  }
  .newPFormGSTContentLabel {
    padding-top: 8px !important;
    font-size: 10px !important;
    color: #111111;
    font-weight: 500;
  }
  .gstSpaccingLine {
    padding-left: 25px;
  }
  .productAttributeColorBox {
    width: 80px;
    height: 80px;
    border-radius: 6px;
  }
  .productAttributeColorSizeQntTitle {
    color: #666666;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .productAttributeSizeContentLabel {
    color: #111111;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .productAttributeQuantityContentLabel {
    color: #111111;
    font-weight: 500px;
    font-size: 8px;
  }
  .productAttributeBtnStyle {
    font-size: 7px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 16px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 18px !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .productAttributeBtnStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .productAttributeBtnStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .addMoreColorVarientBtn {
    border: 1.5px solid #cccccc !important;
    padding: 4px 30px 4px 30px;
    font-size: 10px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
  }
  .productAttributeQntyTextfieldWidth {
    width: 90%;
  }
  .productUploadImagePreview {
    width: 60px;
    height: 80px;
    border-radius: 6px;
  }
  .tooltipProductAttributeColor {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor {
    visibility: hidden;
    width: 90%;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 6px 2px 2px 0px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 5%;
    right: 5%;
    font-size: 7px;
    font-weight: 500;
    /* margin-left: -60px; */
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 7%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColor:hover .tooltiptextProductAttributeColor {
    visibility: visible;
  }
  /* Product Form style ends */
  /* Appointment list style start */
  .appointmentListBody {
    border-bottom: 2px solid #cccccc;
    padding: 5px;
  }
  .appointmentClientProfile {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  .appointmentStatusLabel {
    padding-right: 5px !important;
    font-size: 12px;
    font-weight: 600;
    color: #111111;
    text-align: right;
    text-transform: capitalize;
  }
  .appointmentClientName {
    font-size: 12px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentSubjectTitle {
    font-size: 9px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentDetailsHeadingLabel {
    font-size: 7px;
    font-weight: 700 !important;
    color: #111111;
    text-transform: uppercase;
  }
  .appointmentDetailsContent {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentDetailsDescriptionFx {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    height: 80px;
    overflow: hidden;
  }
  .appointmentDetailsDescription {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentFormMainHeading {
    font-size: 16px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    color: #111111;
  }
  /* Appointment list style ends */
  /* Dashborad Details View Style Starts */
  .dashboardHeadingLabel {
    font-size: 8px;
    font-weight: 900 !important;
    color: #666666;
    text-transform: uppercase;
  }
  .dashboardContentLabel {
    font-size: 12px !important;
    font-weight: 200 !important;
    color: #111111;
    text-transform: capitalize;
  }
  .dashboardMapContentLabel {
    font-size: 10px;
    font-weight: 600 !important;
    color: #111111;
  }
  /* .dashboardPrimaryImagePreview {
    width: 280px;
    height: 280px;
    border-radius: 4px;
  }
  .dashboardStoreImagePreviewBody {
    padding: 5px;
    position: relative;
    width: 290px;
    height: 235px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .dashboardStoreImagePreview {
    margin-top: 15px;
    width: 280px;
    height: 210px;
    border-radius: 4px;
  } */
  .dashboardStoreImageCheckBox {
    position: absolute !important;
    top: -18px;
    right: -20px;
  }
  .dashboardStoreImageRadioBtn {
    position: absolute !important;
    top: -16px;
    right: 0px;
  }
  /* Dashborad Details View Style ends */
  /* Product Details View Style starts */
  .tabImagePreview {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .detailsListTabContentLinkLabel {
    font-size: 12px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentIdLabel {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
  }
  .detailsListTabContentNtLinkLabel {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentLinkCenterLabel {
    font-size: 12px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentLabel {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentIcon {
    font-size: 16px;
    font-weight: 400 !important;
    cursor: pointer;
    text-align: center;
  }
  .detailsListTabHeadingBody {
    display: flex !important;
    align-items: center !important;
    padding: 0px 5px;
  }
  .detailsListTabHeadingLinkLabel {
    font-size: 8px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabHeadingLinkCenterLabel {
    font-size: 8px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabHeadingLabel {
    font-size: 8px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  /* Product Details View Style ends */
  /* Product Card Details View Style starts */
  .dashboardProductDetailsCardImage {
    width: 150px;
    height: 200px;
    border-radius: 6px;
    border: 1px solid #cccccc;
  }
  .dashboardProductDetailsCardPTitle {
    font-size: 16px;
    font-weight: 400;
    color: #111111 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardPrTitle {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardStrikePrTitle {
    font-size: 8px;
    font-weight: 500;
    color: #cccccc;
    text-transform: uppercase;
  }
  .priceStrikeTitle {
    color: #111111;
    text-decoration: line-through;
  }
  .dashboardProductDetailsAttributeSpacing {
    margin-top: 4px;
  }
  .dashboardProductDetailsAttributeAlign {
    display: inline-flex;
    justify-content: flex-end;
  }
  .dashboardProductDetailsAttributeHLabel {
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    text-align: right;
  }
  .dashboardProductDetailsAttributeLabel {
    font-size: 10px;
    font-weight: 400;
    color: #111111;
    text-align: right;
    text-transform: uppercase;
  }
  .dashboardProductDetailsAttributeColorBox {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
  .tooltipProductAttributeColorInDashboard {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard {
    visibility: hidden;
    width: 50px;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 4px 2px 2px 0px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 5%;
    right: 5%;
    font-size: 6px;
    font-weight: 500;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 8%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColorInDashboard:hover .tooltiptextProductAttributeColorInDashboard {
    visibility: visible;
  }
  .dashboardCardProductOrderAndDeliveryH {
    font-size: 10px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .dashboardCardProductOrderAndDeliveryL {
    font-size: 8px;
    color: #111111;
    font-weight: 400;
    text-transform: uppercase;
  }
  .orderStatusAndIdBodyPosition {
    position: absolute;
    bottom: 8px;
  }
  .orderDateBodyPosition {
    position: absolute;
    bottom: 90px;
    display: flex !important;
    align-items: center;
  }
  .devileryDateBodyPosition {
    position: absolute;
    bottom: 70px;
    display: flex !important;
    align-items: center;
  }
  /* Product Card Details View Style Ends */
  /* Product Details page product gallery and details page style start */
  .productGalleryImageEditCheckBox {
    position: absolute !important;
    top: -15px;
    right: 0px;
  }
  /* Product Details page product gallery and details page style ends */
  /* user subscription component style start */
  .subscriptionMainBody {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 370px;
    position: relative;
  }
  .subscriptionMainBody:hover {
    background-color: #ffcc8b;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  }
  .userSubscriptionSubBody {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 6px;
  }
  .subscriptionMainBody:hover .userSubscriptionSubBody {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 6px;
  }
  .userSubscriptionImageBody {
    display: flex;
    justify-content: center;
  }
  .userSubscriptionImage {
    width: 80px;
    height: auto;
  }
  .userSubscriptionRoleTitle {
    font-size: 13px;
    color: #111111;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px !important;
  }
  .userSubscriptionDescription {
    margin-top: 10px !important;
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 10 !important;
    overflow: hidden;
  }
  .userSubscriptionBtnTextAlignBottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
  }
  .userSubscriptionKnowmoreTitle {
    color: #fb5607;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionMainBody:hover .userSubscriptionKnowmoreTitle {
    color: #ffffff;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .userSubscriptionBtn {
    font-size: 10px !important;
    font-weight: 500 !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    width: 100px !important;
    height: 26px !important;
    background: #ffffff !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  /* user subscription component style ends */
  /* Subscription form style start */
  .subscriptionFormMainBody {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    position: relative;
  }
  .subscriptionFormMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  }
  .subscriptionFormTitle {
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionFormDescription {
    font-size: 9px;
    font-weight: 500;
    color: #111111;
    height: 28px;
    overflow: hidden;
  }
  .subscriptionFormHLabel {
    font-size: 9px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionFormLabel {
    font-size: 9px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionSpacing {
    margin-top: 5px;
  }
  .subscriptionFormCheckBox {
    position: absolute !important;
    top: -22px;
    right: -5px;
  }
  /* Subscription form style ends */
  /* Product card hover image style start */
  .tooltipProductCardText {
    text-align: center;
  }
  .tooltipProductCard {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .tooltipProductCard .tooltipProductCardImage {
    visibility: hidden;
    width: 80px;
    height: 86px;
    color: #fff;
    text-align: center;
    padding: 2px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -40px;
  }
  .tooltipProductCardImagePreview {
    width: 60px;
    height: 80px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 2px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    background-color: #ffffff;
  }
  .tooltipProductCard:hover .tooltipProductCardImage {
    visibility: visible;
  }
  /* Product card hover image style start */
}

@media all and (min-width: 1201px) and (max-width: 1500px) {
  /* Slider Image card style start*/
  .sliderImgCardBox {
    padding: 10px !important;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    width: 240px !important;
    min-width: 240px;
    max-width: 240px;
    position: relative !important;
  }
  .sliderImgCardBox:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  }
  .sliderImgBody {
    background: transparent !important;
    height: 245px !important;
  }
  .sliderImg {
    height: 100% !important;
    border-radius: 6px;
  }
  .productNameHeading {
    padding: 5px 3px 0px 3px !important;
    font-size: 9px;
    font-weight: 900;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .genderNameHeading {
    padding: 5px 3px 0px 3px !important;
    font-size: 9px;
    text-transform: capitalize;
    color: #333333;
    text-align: right;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productNameLabel {
    padding: 0px 3px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .productPriceAndCartIconAlign {
    padding: 0px 3px;
    display: flex;
    align-items: baseline;
  }
  .productPriceLabel {
    font-size: 10px;
    font-weight: 500;
    text-align: left;
  }
  .productStrikePriceLabel {
    font-size: 7px;
    font-weight: 400;
    text-align: left;
  }
  .productCartIcon {
    width: 23px;
    height: 23px;
    float: right;
  }
  .productNameIconSpacing {
    margin-top: 4px !important;
  }
  .imageSliderCheckBox {
    position: absolute;
    top: 10px !important;
    z-index: 10;
  }
  /* Slider Image card style ends*/
  /* TeaxtArea Style Start */
  .newFromTeaxtArea {
    width: 100% !important;
    height: 60px !important;
    border: 1px solid #cccccc !important;
    overflow: auto;
    outline: none;
    font-size: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    border-radius: 8px !important;
    /* color: #fb5607; */
  }
  .newFromTeaxtArea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #577f9e;
  }
  .newFromTeaxtArea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #577f9e;
    opacity: 1;
  }
  .newFromTeaxtArea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #577f9e;
  }
  /* TeaxtArea Style Start */
  /* Fashion Quote From style start */
  .fashionGuideLineHeading {
    font-size: 16px;
    padding-bottom: 8px !important;
    color: #111111;
  }
  .fashionGuideLineParagrap {
    font-size: 11px;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    height: 48px;
  }
  .fromLabelHeading {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .fromLabelHeadingEg {
    font-size: 10px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .fromMainSpacing {
    margin-top: 17px !important;
  }
  .fromMSubSpacing {
    margin-top: 8px !important;
  }
  .fashionScropbookImgPreview {
    width: 80px;
    height: 60px;
    border-radius: 6px;
  }
  .fashionScropbookColorPreview {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  .fashionScropbookPattrenPreview {
    width: 60px;
    height: 60px;
    border-radius: 6px;
  }
  /* Fashion Quote From style ends */
  /* Button style start */
  .settingShadowButton {
    font-size: 10px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 16px !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 24px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton {
    font-size: 10px !important;
    font-weight: bolder !important;
    border: #ffffff !important;
    border-radius: 16px !important;
    width: 120px !important;
    height: 24px !important;
    text-overflow: ellipsis !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    /* -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.151); */
  }
  .settingShadowLargeButton:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowLargeButton:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .settingShadowButtonStyle {
    font-size: 10px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 16px !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 24px !important;
    background: #ffffff !important;
    color: #05090f !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .settingShadowButtonStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .settingShadowButtonStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  /* Button style ends */
  /* Fashion story style start */
  .fashionSGuideLineHeading {
    font-size: 12px;
    color: #111111;
    font-weight: 600;
  }
  .fashionSGuideLineParagrap {
    font-size: 12px;
    color: #111111;
  }
  .fashionSGuideContent {
    font-size: 10px;
    color: #111111;
  }
  .newFashionStoryBgImageProduct {
    /* background-position: center; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: cover !important;
    background-repeat: no-repeat !important;
    width: 400px !important;
    min-width: 400px !important;
    max-width: 400px !important;
    height: 200px !important;
    background-size: 100% 100% !important;
    border-radius: 6px;
    border: 2px solid #ffffff;
  }
  .newGridBox {
    padding: 0px !important;
    width: 100px;
    height: 100px;
  }
  .newFashionStoryImageUploadPreview {
    width: 140px;
    height: 70px;
  }
  /* Fashion story style ends */
  /*Product Form style starts */
  .newFormHeading {
    font-size: 14px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
  }
  .newFormSubHeading {
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newFormHeadingEg {
    font-size: 10px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .newPFormGuideline {
    font-size: 10px;
    color: #111111;
    font-weight: 600;
  }
  .newPFormCheckboxLabel {
    font-size: 12px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
  }
  .newPFormCheck {
    margin-top: -3px !important;
  }
  .newPFormGSTContentLabel {
    font-size: 12px !important;
    padding-top: 10px !important;
    color: #111111;
    font-weight: 500;
  }
  .gstSpaccingLine {
    padding-left: 30px;
  }
  .productAttributeColorBox {
    width: 100px;
    height: 100px;
    border-radius: 6px;
  }
  .productAttributeColorSizeQntTitle {
    color: #666666;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .productAttributeSizeContentLabel {
    color: #111111;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .productAttributeQuantityContentLabel {
    color: #111111;
    font-weight: 500px;
    font-size: 10px;
  }
  .productAttributeBtnStyle {
    font-size: 9px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 16px !important;
    width: 60px !important;
    min-width: 60px !important;
    height: 22px !important;
    background: #ffffff !important;
    color: #fb5607 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: bolder !important;
  }
  .productAttributeBtnStyle:hover {
    color: #ffffff !important;
    background-color: #fb5607 !important;
    border: 1.5px solid #fb5607 !important;
  }
  .productAttributeBtnStyle:active {
    color: #ffffff !important;
    background-color: #fb5607 !important;
  }
  .addMoreColorVarientBtn {
    border: 1.5px solid #cccccc !important;
    padding: 4px 40px 4px 40px;
    font-size: 12px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    border-radius: 6px;
    text-align: center;
  }
  .productAttributeQntyTextfieldWidth {
    width: 80%;
  }
  .productUploadImagePreview {
    width: 67px;
    height: 90px;
    border-radius: 6px;
  }
  .tooltipProductAttributeColor {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor {
    visibility: hidden;
    width: 90%;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 6px 2px 2px 0px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 40%;
    left: 5%;
    right: 5%;
    font-size: 9px;
    font-weight: 500;
    /* margin-left: -60px; */
  }
  .tooltipProductAttributeColor .tooltiptextProductAttributeColor::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColor:hover .tooltiptextProductAttributeColor {
    visibility: visible;
  }
  /* Product Form style ends */
  /* Appointment list style start */
  .appointmentListBody {
    border-bottom: 2px solid #cccccc;
    padding: 5px;
  }
  .appointmentClientProfile {
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }
  .appointmentClientName {
    font-size: 14px;
    font-weight: 600;
    color: #fb5607;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentStatusLabel {
    padding-right: 5px !important;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-align: right;
    text-transform: capitalize;
  }
  .appointmentSubjectTitle {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .appointmentDetailsHeadingLabel {
    font-size: 8px;
    font-weight: 700 !important;
    color: #111111;
    text-transform: uppercase;
  }
  .appointmentDetailsContent {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentDetailsDescriptionFx {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    height: 80px;
    overflow: hidden;
  }
  .appointmentDetailsDescription {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
  }
  .appointmentFormMainHeading {
    font-size: 18px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    color: #111111;
  }
  /* Appointment list style ends */
  /* Dashborad Details View Style Starts */
  .dashboardHeadingLabel {
    font-size: 9px;
    font-weight: 900 !important;
    color: #666666;
    text-transform: uppercase;
  }
  .dashboardContentLabel {
    font-size: 13px !important;
    font-weight: 200 !important;
    color: #111111;
    text-transform: capitalize;
  }
  .dashboardMapContentLabel {
    font-size: 12px;
    font-weight: 600 !important;
    color: #111111;
  }
  /* .dashboardPrimaryImagePreview {
    width: 320px;
    height: 320px;
    border-radius: 4px;
  }
  .dashboardStoreImagePreviewBody {
    padding: 8px;
    position: relative;
    width: 336px;
    height: 276px;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .dashboardStoreImagePreview {
    margin-top: 20px;
    width: 320px;
    height: 240px;
    border-radius: 4px;
  } */
  .dashboardStoreImageCheckBox {
    position: absolute !important;
    top: -13px;
    right: -20px;
  }
  .dashboardStoreImageRadioBtn {
    position: absolute !important;
    top: -10px;
    right: 0px;
  }
  /* Dashborad Details View Style ends */
  /* Product Details View Style starts */
  .tabImagePreview {
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .detailsListTabContentLinkLabel {
    font-size: 14px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentIdLabel {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    cursor: pointer;
  }
  .detailsListTabContentNtLinkLabel {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabContentLinkCenterLabel {
    font-size: 14px;
    font-weight: 500;
    color: #fb5607;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentLabel {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabContentIcon {
    font-size: 18px;
    font-weight: 400 !important;
    cursor: pointer;
    text-align: center;
  }
  .detailsListTabHeadingBody {
    display: flex !important;
    align-items: center !important;
    padding: 0px 5px;
  }
  .detailsListTabHeadingLinkLabel {
    font-size: 10px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .detailsListTabHeadingLinkCenterLabel {
    font-size: 10px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  .detailsListTabHeadingLabel {
    font-size: 10px;
    font-weight: 600;
    color: #666666;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-align: center;
  }
  /* Product Details View Style ends */
  /* Product Card Details View Style starts */
  .dashboardProductDetailsCardImage {
    width: 180px;
    height: 240px;
    border-radius: 6px;
    border: 1px solid #cccccc;
  }
  .dashboardProductDetailsCardPTitle {
    font-size: 18px;
    font-weight: 400;
    color: #111111 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardPrTitle {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .dashboardProductDetailsCardStrikePrTitle {
    font-size: 10px;
    font-weight: 500;
    color: #cccccc;
    text-transform: uppercase;
  }
  .priceStrikeTitle {
    color: #111111;
    text-decoration: line-through;
  }
  .dashboardProductDetailsAttributeSpacing {
    margin-top: 4px;
  }
  .dashboardProductDetailsAttributeAlign {
    display: inline-flex;
    justify-content: flex-end;
  }
  .dashboardProductDetailsAttributeHLabel {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    text-align: right;
  }
  .dashboardProductDetailsAttributeLabel {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #111111;
    text-align: right;
  }
  .dashboardProductDetailsAttributeColorBox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }
  .tooltipProductAttributeColorInDashboard {
    position: relative;
    display: inline-block;
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard {
    visibility: hidden;
    width: 54px;
    background-color: #ffffff;
    color: #111111;
    text-align: center;
    border-radius: 6px 2px 2px 0px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 5%;
    right: 5%;
    font-size: 7px;
    font-weight: 500;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  .tooltipProductAttributeColorInDashboard .tooltiptextProductAttributeColorInDashboard::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 7%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
  .tooltipProductAttributeColorInDashboard:hover .tooltiptextProductAttributeColorInDashboard {
    visibility: visible;
  }
  .dashboardCardProductOrderAndDeliveryH {
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .dashboardCardProductOrderAndDeliveryL {
    font-size: 10px;
    color: #111111;
    font-weight: 400;
    text-transform: uppercase;
  }
  .orderStatusAndIdBodyPosition {
    position: absolute;
    bottom: 10px;
  }
  .orderDateBodyPosition {
    position: absolute;
    bottom: 110px;
    display: flex !important;
    align-items: center;
  }
  .devileryDateBodyPosition {
    position: absolute;
    bottom: 80px;
    display: flex !important;
    align-items: center;
  }
  /* Product Card Details View Style Ends */
  /* Product Details page product gallery and details page style start */
  .productGalleryImageEditCheckBox {
    position: absolute !important;
    top: -8px;
    right: 0px;
  }
  /* Product Details page product gallery and details page style ends */
  /* user subscription component style start */
  .subscriptionMainBody {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 440px;
    position: relative;
  }
  .subscriptionMainBody:hover {
    background-color: #ffcc8b;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.10);
  }
  .userSubscriptionSubBody {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 6px;
  }
  .subscriptionMainBody:hover .userSubscriptionSubBody {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 6px;
  }
  .userSubscriptionImageBody {
    display: flex;
    justify-content: center;
  }
  .userSubscriptionImage {
    width: 100px;
    height: auto;
  }
  .userSubscriptionRoleTitle {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px !important;
  }
  .userSubscriptionDescription {
    margin-top: 10px !important;
    font-size: 12px;
    color: #111111;
    font-weight: 500;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 10 !important;
    overflow: hidden;
  }
  .userSubscriptionBtnTextAlignBottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
  }
  .userSubscriptionKnowmoreTitle {
    color: #fb5607;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionMainBody:hover .userSubscriptionKnowmoreTitle {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .userSubscriptionBtn {
    font-size: 12px !important;
    font-weight: 500 !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    width: 140px !important;
    height: 28px !important;
    background: #ffffff !important;
    color: #111111 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.04);
  }
  /* user subscription component style ends */
  /* Subscription form style start */
  .subscriptionFormMainBody {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cccccc !important;
    position: relative;
  }
  .subscriptionFormMainBody:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  }
  .subscriptionFormTitle {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .subscriptionFormDescription {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    height: 30px;
    overflow: hidden;
  }
  .subscriptionFormHLabel {
    font-size: 10px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionFormLabel {
    font-size: 10px;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
  }
  .subscriptionSpacing {
    margin-top: 5px;
  }
  .subscriptionFormCheckBox {
    position: absolute !important;
    top: -16px;
    right: -5px;
  }
  /* Subscription form style ends */
  /* Product card hover image style start */
  .tooltipProductCardText {
    text-align: center;
  }
  .tooltipProductCard {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .tooltipProductCard .tooltipProductCardImage {
    visibility: hidden;
    width: 80px;
    height: 86px;
    color: #fff;
    text-align: center;
    padding: 2px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -40px;
  }
  .tooltipProductCardImagePreview {
    width: 60px;
    height: 80px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    -khtml-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.164);
    padding: 2px;
    background-color: #ffffff;
  }
  .tooltipProductCard:hover .tooltipProductCardImage {
    visibility: visible;
  }
  /* Product card hover image style start */
}

/* Text field compoent Style  start*/

.Mui-disabled::before {
  border-bottom: 1px solid #577f9e !important;
  border-bottom-style: solid !important;
}

@media (max-device-width: 549px) {
  #mui-theme-provider-standard-input-label {
    font-size: 2px !important;
    padding-top: 6px !important;
  }
  #mui-theme-provider-standard-input {
    font-size: 3px !important;
    margin-top: 1px !important;
  }
  #mui-theme-provider-standard-input-helper-text {
    font-size: 2px !important;
  }
}

@media all and (min-width: 550px) and (max-width: 678px) {
  #mui-theme-provider-standard-input-label {
    font-size: 4px !important;
    padding-top: 9px !important;
  }
  #mui-theme-provider-standard-input {
    font-size: 5px !important;
    margin-top: 3px !important;
  }
  #mui-theme-provider-standard-input-helper-text {
    font-size: 4px !important;
  }
}

@media all and (min-width: 679px) and (max-width: 992px) {
  #mui-theme-provider-standard-input-label {
    font-size: 6px !important;
    padding-top: -7px !important;
  }
  #mui-theme-provider-standard-input {
    font-size: 7px !important;
    margin-top: -7px !important;
  }
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px;
    right: 2%;
  }
  #mui-theme-provider-standard-input-helper-text {
    font-size: 6px !important;
  }
  .BreadCrumbStyle {
    /* margin-top: 20px !important; */
    padding: 5px 10px 0px 20px !important;
    /* overflow: scroll; */
    max-height: 100vh !important;
  }
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  #mui-theme-provider-standard-input-label {
    font-size: 8px !important;
    padding-top: 0px !important;
  }
  #mui-theme-provider-standard-input {
    font-size: 9px !important;
    margin-top: -1px !important;
  }
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px;
    right: 2%;
  }
  #mui-theme-provider-standard-input-helper-text {
    font-size: 8px !important;
  }
  .BreadCrumbStyle {
    /* margin-top: 22px !important; */
    padding: 6px 10px 0px 20px !important;
    /* overflow: scroll; */
    max-height: 100vh !important;
  }
}

@media all and (min-width: 1201px) and (max-width: 1500px) {
  #mui-theme-provider-standard-input-label {
    font-size: 10px !important;
    padding-top: 7px !important;
  }
  .formBtnAlignBottom {
    position: fixed;
    bottom: 15px;
    right: 4.5%;
  }
  #mui-theme-provider-standard-input {
    font-size: 12px !important;
    margin-top: 4px !important;
  }
  #mui-theme-provider-standard-input-helper-text {
    font-size: 8px !important;
  }
  .BreadCrumbStyle {
    /* margin-top: 22px !important; */
    padding: 8px 10px 0px 20px !important;
    /* overflow: scroll; */
    max-height: 100vh !important;
  }
}

@media all and (min-width: 1501px) and (max-width: 2864px) {
  #mui-theme-provider-standard-input-label {
    font-size: 14px !important;
    padding-top: 7px !important;
  }
  #mui-theme-provider-standard-input {
    font-size: 16px !important;
    margin-top: 2px !important;
  }
  #mui-theme-provider-standard-input-helper-text {
    font-size: 10px !important;
  }
}

/* textfield component style ends */