
/* Premium pages bundle */
/* Generated from the CSS files shared for premium_men.php, newpremium_women.php, premium_kids.php */
/* Missing from shared input: collection_premium.css */
/* Source order preserved, duplicate file includes removed */


/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\header.css ===== */

@charset "UTF-8";
/* ==========================================================================
   $Table of Contents
   ========================================================================== */
/**
 *
 * $Variables
 * 		$Colors
 *		$Fonts
 * $Mixins
 * $Global
 *		$Typography
 * $Animations
 * $Buttons
 * $Main Nav
 *
 */
/* ==========================================================================
   $Variables
   ========================================================================== */
/* $Colors
   ========================================================================== */
/* $Fonts
   ========================================================================== */
/* $Radius
   ========================================================================== */
/* $Ease
   ========================================================================== */
/* ==========================================================================
   $Mixins
   ========================================================================== */
/* ==========================================================================
   $Partials
   ========================================================================== */
/* $Clearfix
   ========================================================================== */
.main-nav-wrap:before, .main-nav-wrap:after {
  /* content: ""; */
  display: table;
}
.main-nav-wrap:after {
  clear: both;
}

/* ==========================================================================
   $Global
   ========================================================================== */
html {
  box-sizing: border-box;
}

/* 
body {
  color: black;
  font: "inter";
  margin: auto;
  font-weight: 400 !important;
} */

  * {
    box-sizing: border-box;
    /* */
    letter-spacing: 1px;

  }


*,

*:before,
*:after {
  box-sizing: inherit;
}


a {
  color: #000000 !important;
  text-decoration: none !important;
  /* font-family: 'inter' !important; */
}

:focus {
  /* box-shadow: 0 0 6px 1px rgba(91, 196, 113, 0.75); */
  outline: none;
}

.no-boxshadow :focus {
  /* outline: 1px auto #5bc471; */
}

img {
  max-width: 100%;
  height: auto;
}

/* .search_div_se{
  width:75% !important;
} */

/* ==========================================================================
   $Animations
   ========================================================================== */
@-webkit-keyframes fly-in--up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fly-in--up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   $Buttons
   ========================================================================== */
.btn {
  /* display: inline-block; */
  background-color: transparent;
  border-radius: 5px;
  border: none;
  margin-bottom: 24px;
  padding: 6px 24px;
  text-align: center;
  /* transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1); */
}
.btn [class^=ion-] {
  color: #000000;
}

.btn-primary {
  background-color: white;
  color: #fff;
  width: 100%;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: white;
}
button:focus {
  outline: none !important;
}

/* stages on left side  */
.sidebar_line_extra {
  position: fixed;
  width: 48px;
  margin: 0 auto;
  top: 70px;
  left: 0;
  z-index: 9;
}
#sidebar_line_extra_mobile {
  display: none;
}

/* stages on left side  */

/* ==========================================================================
   $Main Nav
   ========================================================================== */
.is-hidden {
  position: absolute;
  opacity: 0;
  /* transform: translateX(140%); */
}

.main-nav-wrap {
  overflow: hidden;
}

.main-nav-trigger.active {
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  border: 0;
  left: 0px;
}
.hiddendocu {
  display: none !important;
}

.main-nav
 {
  list-style: none;
  margin: 0;
  padding: 0;
}

#total_cart_items_modelsen {
    border: 1px solid #313547;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /* padding: 1px 4px 1px; */
    font-size: 10px;
    font-weight: 600;
    background: white;
    margin-left: -6px;
    text-align: center;
    position: absolute;
    right: -12px;
    cursor: pointer;

    /* display: none; */
}
/* .js .main-nav {
  display: none;
} */
/* #sam {
display: none;
} */

.main-nav {
  background-color: white;
  border-radius: 5px;
  filter: drop-shadow(0 0 6px 1px black);
  color: #fff;
  position: relative;
  margin-top: 5px;
  top: 0;
  display: none;
}

.main-nav:before {
  border: 8px solid transparent;
  border-bottom-color: #e7e7e7;
  content: "";
  margin: auto;
  position: absolute;
  /* right: 0; */
  left: 30px;
  bottom: 100%;
  height: 0;
  width: 0;
  transform: translateY(100%);
}
.main-nav.active:before {
  -webkit-animation: fly-in--up 0.26s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
          animation: fly-in--up 0.26s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
          display: none;
}

/* .main-nav a {
  display: block;
  padding: 12px 8px 10px;
  text-decoration: none;
} */

/* 2nd Level Links
   ========================================================================== */
.main-dropdown {
  font-size: 14px;
}

.moves-in > li:not(.subnav-promo) > a {
  transform: translateX(-100%);
  position: absolute;
  opacity: 0;
}

.nav-in {
  -webkit-animation: fly-in--up 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fly-in--up 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.nav-out {
  animation: fly-in--up 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) reverse;
}

.subnav,
.subnav a {
  /* transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.subnav a {
  transform: translateX(0);
}
img.stage {
  position: sticky;
  top: 59px;
  z-index: 1;
  margin-top: -40px;
  display: block;
  margin: -21px auto 0;
  width: 500px;
}

.has-subnav-link:after {
  content: "\203A";
  display: inline-block;
  /* font-family: monospace; */
  font-size: 20px;
  margin-top: -7px;
  display: none !important;
}
p.has-subnav-link {
  margin: 12px;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  /* */
  color: black;
  letter-spacing: 1px !important;
}

.go-back {
  color: #C6DABF;
  display: none;
}

.subnav-promo {
  background-color: white;
  border-top: 1px solid #147055;
  padding-top: 14px;
}

.promo-img {
  display: block;
  margin: auto;
}

.promo-body {
  padding: 0 24px 12px;
}

.promo-body a {
  display: inline-block;
  padding: 0;
}
a.paymentbaglinksdyna{
  position: relative;
  text-decoration: none;
  display: flex;
  width: 20px;
  flex-wrap: wrap;
}
.paymentbaglinksdyna:hover {
  background: none !important;
}
a.paymentbaglinksdyna img {
  width: 25px;
}
img#social_icons_imgsdyna {
  width: 20px;
}
b.socialiconsdynamo {
  width: 85px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  /* margin-left: 30px; */
}
div#total_cart_items_modelsendynamo {
  position: absolute;
  top: -6px;
  right: 0;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  background-color: white;
  letter-spacing: 0;
  font-size: 10px;
}
.searchandicons {
  display: flex;
  align-items: center;
  width: 55%;
  margin-left:auto;
  justify-content: end;
}
b.searchresultsanddynamo {
  position: relative;
  width: 55% !important;
  margin-right: 20px;
}
img.searchicononsearchbar {
  width: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  margin-left: 5px;
}
.mobilemenucompanylogo {
  width: 200px
}
.btn-primary {
width: 55px;
  padding: 8px 0;
}
.main-nav-wrap {
  overflow: visible;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 4px 13px -3px rgba(0,0,0,0.2);
  border: 1.055px solid rgba(255, 255, 255, 0.33);
background: linear-gradient(93deg, rgba(255, 255, 255, 0.65) -14.01%, #FFF 187.52%);
backdrop-filter: blur(40px);
}
.moreoptiononheader {
  width: 120px !important;
  float: right;
  text-align: center;
  background: white;
  border: 1px solid #f5f5f6;
}

.moreoptiononheader_calender {
  width: 185px !important;
  float: right;
  text-align: center;
  background: white;
  border: 1px solid #f5f5f6;
}
.moreoptiononheader_calender_1 {
  width: 210px !important;
  float: right;
  text-align: center;
  background: white;
  border: 1px solid #f5f5f6;
}
.hover .mores {
  border: 0;
  background: none;
  width: 55vw !important;
  height: 110px;
  left: -2vw !important;

}

.hover .mores_calender {
  border: 0;
  background: none;
  width: 41vw !important;
  height: 110px;
  left: -8.5vw !important;
}
.hover .mores_calender_1 {
  border: 0;
  background: none;
  width: 41vw !important;
  height: 110px;
  left: -0.5vw !important;
}

.color_header_1{
color:#8a51b5 !important;
}


.color_header_2{
    color: #ff4048 !important;
}


.color_header_3{
    color: #2a66df !important;
}


.color_header_4{
    color: #0db7af !important;
}

.color_header_5{
  color: #400db7 !important;
}

.color_header_6{
  color: #4bb70d !important;
}



a.has-subnav-link.subnav-header:hover {
  background-color: white !important;
}
ul.main-dropdown.subnav {
  height: 300px;
  overflow: auto;
  display: block;
  width: max-content;
  position: absolute;
  left: 0;
  padding: 0;
  border-top: 0;
  /* */
  /* background-color: white; */
  border-radius:10px;
}


@media (min-width: 1100px) {
  ul.subnav {
    border-bottom: 1px solid #d9d9d92e;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px 10px 15px;
    text-align: left;
}
ul.subnav.moreoptiononheader_calender {
  padding: 0;
  padding-bottom: 10px;
  border-radius: 10px;
}
.moreoptiononheader {
  width: 170px !important;
}
a.has-subnav-link.subnav-header {
  padding-left: 15px !important;
  /* padding-top: 10px !important; */
}



  .main-nav-trigger {
    display: none !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    padding: 20px 30px;
  }

  .js .main-nav {
    display: flex;
    width: 55%;
    justify-content: space-between;
    margin-left: 3vw;
    margin-top: 5px;
}


  .main-nav {
    background-color: transparent;
  }
  .main-nav:before {
    content: none;
  }


  .main-nav > li {
    float: left;
    width: auto;
    height: 40px;

  }

  /* .main-nav > li > a {
    color: #313547;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    /* font-family: 'inter' !important; */
  /* }  */

  .main-nav > .has-subnav > a:after {
    /* content: ""; */
    content: "" !important;
    margin-left: 6px;
    float: none;
    font-size: 75%;
  }

  .main-dropdown {
    background-color: #ffffff;
    border: 1px solid #d9d9d92e;
    color: #000;
    display: table;
    opacity: 0;
    position: absolute;
    right: 0;
    left: -7vw;
    top: 47px;
    /* transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1); */
    transform: translateY(15%);
    visibility: hidden;
    width: 60%;
  }

  .main-dropdown > li {
    display: table-cell;
    vertical-align: top;
    /* width: 200px; */
  }

  .hover > .has-subnav-link {
    color: #000;
    width: auto;
    padding-bottom: 22px;
  }

  .hover > .upperlinks1  {
    border-bottom: 3px solid #8a51b5;
    width: auto;
    height: 46px;
  }

  .hover > .upperlinks2 {
    border-bottom: 3px solid #ff4048;
    width: auto;
    height: 46px;
  }

  .hover > .upperlinks3 {
    border-bottom: 3px solid #2a66df;
    width: auto;
    height: 46px;
  }

  .hover > .upperlinks4 {
    border-bottom: 3px solid #0db7af;
    width: auto;
    height: 46px;
  }




  .hover .main-dropdown {
    opacity: 1;
    transform: inherit;
    visibility: visible;
    width: 70vw;
    /* transition: center .1s ease-out,width .1s ease-out; */
  }

  .nav {
    display: block !important;
  }

  .nav-col {
    /* border-right: 1px solid #d9d9d9; */
    margin: 12px 0;
    padding: 8px;
    width: inherit;
  }

  .nav-col .has-subnav + .has-subnav {
    margin-top: 5px;
  }

  .subnav-header {
    font-weight: 700;
    /* border-bottom: 1px solid #e5e5e5c4;
    margin-bottom: 6px; */
  }
  .subnav-header:after {
    content: none;
  }

  .subnav a {
    padding: 3px 0 !important;
    vertical-align: top;
    font-size: 14px;
  }
  .subnav a:hover {
    transition: left .1s ease-out,width .1s ease-out;
    font-weight: 600;
    }

  .go-back,
.view-all {
    display: none !important;
  }

  .subnav-promo {
    border: none;
  }
  .mobilemenucompanylogo {
    width: 270px;
}
span.openusonmob {
  display: none;
}
li#morehidenonmob {
  display: block;
}

  }

@media screen and (min-width: 300px)  {



/* ul.main-nav.active {
  position: absolute;
  top: 40px;
  width: 100vw;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

  } */
  .modal-contentsearch {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
  }
  .close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  b.mobilesearchbardyno {
    display: none;
}

  }
  /* mobile search end */
  /* @media screen and (min-width: 300px) and (max-width: 1020px)  {
    .main-nav-wrap {
      display: block;
      height: 50px;
      position: sticky;
      top: 0;
      padding: 0 10px;
      z-index: 9;
    }

  } */

/******/
@media screen and (min-width: 300px) and (max-width: 1020px)  {
  .has-subnav-link:after {
    display: block !important;
  }
  .search_div_se {
    /* width: 30vw !important; */
    display: flow-root;
    float: right;
}

.main-nav-trigger.active {
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  border: 0;
  left: 5px;
}
  .main-nav {
    margin-top: 3px;
  }
  /* .navicons_lines {
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 15px;
    height: 35px;
  } */

  ul.main-dropdown.subnav.is-hidden {
    width: 0;
  }
  span.openusonmob {
    display: block;
}
li#morehidenonmob {
  display: none;
}



  .btn-primary {
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    box-shadow: none;
    margin: 0 auto;
    width: 30px;
    height: 24px;
    display: flex;
  }
  b.searchresultsanddynamo {
    margin-top: 12px;
    position: relative;
    width: 55%;
}
.main-nav-wrap {
  display: block;
  height: 50px;
  position: sticky;
  top: 0;
  padding: 0 10px;
  z-index: 9;
}
span.gridwithnames {
  margin-top: 13px;
  width: 20px;
  width: 100%;
  cursor: pointer;
}


a.companyslogoankers img {
  margin-top: 9px;
  margin-left: 10px;
}
.searchandicons {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 0;
  height: 26px;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 50%;

}
.main-nav a {
  display: block;
  padding: 12px 8px;
  text-decoration: none;
  color: black;
  font-size: 13px;
}
.main-nav:before {
  left: 8px;
  border-bottom-color: black;

}

  }

  @media screen and (max-width: 990px) {
    button.main-nav-trigger {
        position: absolute;
        top: 0;
        left: 14px;
        border: 0;
        height: 44px;
        background: white;
        font-size: 38px;
        display: none;
    }
    hr.lineicons {
      margin: 6px;
      width: 20px;
      border: 1px solid #313547 !important;
      border-radius: 20px;
      opacity: 1 !important;
    }

  }

@media screen and (max-width: 650px) {


  .hiddendocu {
    display: block !important;
    height: 130vw;
  }
  .divc4 {
    overflow: scroll !important;
  }

    .color_header_1, .color_header_2, .color_header_3, .color_header_4{
        color:black !important;
    }

    b.socialiconsdynamo {
        width: 80px !important;
    }
  p.profileuserq {
    display: none;
  }

.main-nav-trigger.active {
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px !important;
  border: 0;
  left: 6px;
}
  .ion-arrow-left-c:before {
    content: "\2039" !important;
    /* font-family: monospace !important; */
    font-size: 20px;
}


  ul.main-dropdown.subnav {
    height: 740px;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    background: white;
    z-index: 9;

  }
  .main-nav ul {
    overflow: hidden;
    overscroll-behavior-y: none;
    height: auto;

}

  .main-nav {
    background-color: rgba(0,0,0,0.2) !important;
    border-radius: 5px;
    filter: drop-shadow(0 0 6px 1px black);
    color: #fff;
    position: absolute;
    top: 46px;
    display: none;
    width: 100%;
    left: 0;
    height: 95vh;

}
.forbackground_mobile {
  width: 70vw;
  height: 95vh;
  background: white;
}

  a.companyslogoankers img {
    margin-left:  2px;
    margin-top: 5px;

  }
  b.mobilesearchbardyno {
    display: grid;
    line-height: 10px;
    width: 32px;
    place-items: center;
    margin-top: -2px;
    margin-right: -2px;



}

b.searchresultsanddynamo {
  display: none;
}
button#myBtn {
  background: none;
  border: 0;
  width: 30px;
}
button#myBtn123 {
  background: none;
  border: 0;
  width: 30px;
}

img#social_icons_imgsdyna {
  max-width: 20px;
  /* margin-right: 0px !important; */
  margin-top: 3px;
  /* margin-left: 10px !important; */
}
.modalsearch {
  display: none;
    position: fixed;
    z-index: 9999 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.50);

}
.modal-contentsearch {
  background-color: #fefefe;
  margin: inherit;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}
.close {
  color: #0000002b !important;
  float: right;
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  right: 4px;
  top: 12px;
  background: white;
  height: 25px;
  width: 25px;
  padding: 2px 5px 5px 6px;
  border-radius: 50%;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
b.socialiconsdynamo {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 0px;
}
.btn-primary {
  width: 45px;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: white;
  box-shadow: none;
  margin: 0;
  height: 25px;
}
.mobilemenucompanylogo {
  width: 150px;
  /* margin-left: 13px; */
  padding-top: 8px;
  position: absolute;
}
button#myBtn, button#myBtn123  {
  background: none;
  border: 0;
  width: 32px;
}
a.paymentbaglinksdyna img {
  width: 20px;
  margin-top: 2px;
}

span.gridwithnames {
  margin-top: 0;
  margin-left: 11px !important;
}
.dropdown_prof {
  margin-left: 8px;
}
div#total_cart_items_modelsendynamo {
  font-weight: 900;
  position: absolute;
  top: -1px;
  right: -2px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  width: 16px;
  height: 16px;
  font-size: 9px;
  align-items: center;
  padding-top: 1px;
}

.main-nav:before {
  border: 5px solid transparent;
  border-bottom-color: #020202;
  content: "";
  margin: auto;
  position: absolute;
  /* right: 0; */
  left: 17px;
}
/* .main-nav a {
  display: block;
  padding: 14px 8px;
  text-decoration: none;
  color: black;
  background: white;
  border: 1px solid #d3d3d317;
  font-size: 13px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  width: 70vw;
} */
.searchandicons {
  top: 0px;
  right: 8px;
  width: auto;
  height: 100%;
  justify-content: space-evenly;
}

img.searchmobileimgqw {
  max-width: 24px;
  margin-top: 5px;
}
b.socialiconsdynamo {
  margin-top: 0px !important;
  width: auto !important;
  justify-content: space-evenly;
 }
}
@media screen and (max-width: 450px) {
  button.main-nav-trigger {
    position: absolute;
    top: 3px !important;
    left: 6px;
  }
}



 /* tooltip for social  */
 .tooltip-text {
  color: black;
  font-size: 11px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px 15px 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-left: 15px;
  width: 130px;
  display: block;
  top: 30px;
  position: absolute;
  left: -45px;

}

#fade {
  opacity: 0;
  transition: opacity 0.5s;
}

#delay {
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 1s;
}

.hover-text:hover #fade { opacity: 1; }
.hover-text:hover #delay { opacity: 1; }


.hover-text {
  position: relative;
}

/* /extra  */


p.wecomemessage {
  padding-left: 5px;
}
span.gridwithnames {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
}
p.profileuserq {
  margin: 0;
  font-size: 9px;
  text-align: center;
  font-weight: 600;
  padding-top: 2px;
  letter-spacing: 1px;
  color: #313547;
}
.dropbtn_prof {
background-color: #3498DB;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}



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

.dropdown_prof-content {
display: none;
position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 16px;
  top: 50px;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
margin-top: -4px;
width: 250px;

}
span.username_fit {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
p.wecomemessage {
  padding-left: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 0;
line-height: 20px;

}

.dropdown_prof-content a {
color: black;
padding: 6px 16px;
text-decoration: none;
display: block;
font-size: 13px;
padding-left: 5px !important;

}

p.signupsigninbtn {
  padding: 10px 20px;
  border: 1px solid lightgrey;
  text-align: center;
  /* color: #744598 !important; */
  font-weight: 600;
  letter-spacing: 1px;
cursor: pointer;
background-color: white;
}
.signupsigninbtn:hover {
background-color: #f8f8f8;
}
hr#lineindicates {
  border-top: 1px solid #f3f3f3;
  width: 96%;
  margin: 0 auto;

}

.dropdown_prof a:hover {background-color: #ddd;}

.showed {
display: block;
}

@media screen and (max-width: 600px) {
.closemobilemenusearch {
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 1px;
  opacity: 0.4;
  height: 49px;
  width: 25px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
  #sam {
    z-index: 9;
      display: block;
      position: unset;
      width: 100%;
      display: flex;
      align-items: center;
      font-weight: 400;
  }
  
  li#mob1 {
    background: white;
    width: 70%;
  }
  .desk {
    display: none;
}
  p.profileuserq {
    display: none;
  }
.dropdown_prof-content {
/* display: none; */
position: absolute;
right: -8px !important;
top: 54px !important;
border: 1px solid lightgrey;
}
.dropdown_prof-content a {
  color: black;
  padding: 6px;
  /* text-align: center; */
}
}

/* @media screen and (max-width: 400px) {
  .sidebar_line_extra {
    display: none;
} */

#sidebar_line_extra_mobile {
  display: block;
  position: fixed;
  width: 35px;
  margin: 0 auto;
  top: 145px;
  left: -10px;
}
a.companyslogoankers img {
    margin-left: 20px;
}
  
  /* width */
.divc1::-webkit-scrollbar,.divc2::-webkit-scrollbar,.divc3::-webkit-scrollbar,.divc4::-webkit-scrollbar,.seUL::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.divc1::-webkit-scrollbar-track,.divc2::-webkit-scrollbar-track,.divc3::-webkit-scrollbar-track,.divc4::-webkit-scrollbar-track,.seUL::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.seUL::-webkit-scrollbar-track {
  box-shadow: inset 1 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.divc1::-webkit-scrollbar-thumb,.divc2::-webkit-scrollbar-thumb,.divc3::-webkit-scrollbar-thumb,.divc4::-webkit-scrollbar-thumb,.seUL::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
#seUL {
  width:100%;
}
.seresult{
  position: relative;
  width: 100% !important;
  top: 10px;
  left: 0% !important;
}
/* Handle on hover */
.seUL::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(to bottom,#8A51B5, #FF4048);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.divc1::-webkit-scrollbar-thumb:hover {
    background: #8a51b5;
  }
  .divc2::-webkit-scrollbar-thumb:hover {
    background: #ff4048;
  }
  .divc3::-webkit-scrollbar-thumb:hover {
    background: #2a66df;
  }
  .divc4::-webkit-scrollbar-thumb:hover {
    background: #0db7af;
  }


  /* latest header  */
  .work_with_us_li {
    position: relative;
    display: inline-block;
    width: 110%;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 1px 0px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
}

/* Show the dropdown content on hover */
.work_with_us_li:hover .dropdown-content {
  display: block;
  left: 154px !important;
    top: -2px !important;
}

/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\collection.css ===== */


@font-face{
  font-family: 'inter';
  src: url("../mega_menu/fonts/inter/Inter-Regular.ttf") format("truetype");
 }
  /* * {
    box-sizing: border-box;
    font-family: 'inter';
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
  } */

  .headingbasebox1, .sizingovergarment, .headingbasebox1, .nextshootdatecurent, .nextshootdateheadings, .garment_left_on_model, .Booknow_models, .headingbasebox2, .nextdateforshoot, .breadcrum_links_active,.breadcrum_links, #garment_left_on_model, .headingbasebox_pricing, .headingbasebox1 {
    /* font-family: 'inter'; */
  }
  .item {
    background-color: white !important;
}

  p.price_detail_block_heading, p.price_total, p.price_total_done {
    font-size: 15px !important;
  }
 
img.Banner_img_for_desktop {
    width: 100%;
}
h1.category_name {
    margin: 25px auto 15px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: black;
}
p.category_name2 {
  margin: 25px auto 5px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: black;
}
img.background_img {
  position: absolute;
  width: 100%;
  opacity: 0.6;
}
.breadcrum {
  width: 100%;
  display: flex;
  justify-content: left;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 6px 0 0;
  z-index: 0
}
a.breadcrum_links {
    font-size: 11px;
    /* font-family: 'inter'; */
    text-decoration: none;
    cursor: pointer;
    color: grey !important;
    letter-spacing: 1px;
}

a.breadcrum_links_active {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 11px;
  color: black;
  font-weight: 700;
}
.box {
  position: relative;
  z-index: 0;
  /* width: 100%; */
  margin: 0 auto;
}
p.headingbasebox2qwe {
  margin: 0;
  display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    color: #D1226C !important;


}
a#view_profile_anchortag {
  font-weight: 600;
  color: #D1226C !important;
  text-transform: capitalize;
  font-size: 11px;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 2px 2px 6px 3px #ebebeb;
  padding: 5px 4px;
  border-radius: 5px;
  border: 1px solid #0000007a;
  width: 100px;
}

p.height_basebox2, p.height_basebox1 {
  font-size: 13px;
  margin: 0;
  /* font-weight: 700; */
  display: none;
}
.sizeaccordtogarment {
  width: 100%;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 30px;
}
span.sizingwithgarment {
  margin-right: 1px;
}
p.topwear {
  margin-bottom: 2px;
}

p.headingafterp {
  font-size: 15px;
  margin-top: -15px;
  text-transform: initial;
}




ul.menu_container {
  list-style-type: none;
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
  padding: 10px;
  place-content: flex-start;


}
li.menus_li {
  position: relative;
  height: auto;
  margin-bottom: 20px;
  margin: 6px;
  max-width: 17.5vw;
}
ul.menu_containeryoumay {
  list-style-type: none;
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
  padding: 10px;
  place-content: flex-start;
}
li.menus_li_you {
  width: 20%;
  position: relative;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
}
img.trendingyou {
  width: 60px;
  position: absolute;
  right: -8px;
  top: -9px;
}
img.models_img {
  width: 100%;
  border-radius: 5px;
  border: 0;
  height: auto;
}
img.trending {
  width: 50px;
  position: absolute;
  right: -7px;
  top: -8px;
}
.baseboxdivision {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  margin: 5px auto 3px;
  text-transform: uppercase;
  font-size: 12px;
}
.basebox1, .basebox2  {
  display: grid;
  place-items: flex-start;
  line-height: 6px;

}
h1.headingbasebox1 {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0px;
  letter-spacing: 0.5px;
}
h4.headingbasebox1 {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0px;
  letter-spacing: 0.5px;
}
.latestbuttondivs {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 7px;
}


p.headingbasebox2 {
  margin: 0;
  font-size: 8px;
  width: 93%;
  height: 22px;
  display: flex;
  padding: 2px;
  border: 0;
  box-shadow: none;
  font-size: 10px;
  height: 18px;
  justify-content: end;
  margin-left: 5px;
  font-weight: 500;;
}
.headingbasebox2:active {
  transform: translateY(1px);
}
p.height_basebox2_circle {
  border: 1px solid;
  border-radius: 20px;
  padding: 1px 2px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  height: 15px;
  font-size: 10px;
  margin-top: -2px;
  background-color: #d9d9d9;
  display: none;
}


img#discription_of_i {
  width: 10px;
  object-fit: cover;
}
h1.headingbasebox_pricing {
  font-size: 15px;
  text-align: left;
  margin: -3px 1px 0 1px;
  font-weight: 600;
}
h5.headingbasebox_pricing {
  font-size: 15px;
  text-align: left;
  margin: -3px 1px 0 1px;
  font-weight: 600;
}
.headingbasebox_pricing_fordemand {
  font-size: 15px;
  text-align: left;
  margin: 10px 1px 5px 1px;
  font-weight: 600;

}
img.arrow_for_book_now {
  width: 150px;
  padding: 5px;
  margin-left: -11px;
  margin-top: 5px;
}
.Booknow_models {
  background-color: rgb(60, 124, 249);
  color: white !important;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 28px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  width: 49%;
  margin: 5px 0 10px;
}
.Booknow_models:active {
  transform: translateY(1px);
}
.nextshootdate {
  width: 99%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  margin: 10px auto 13px;
}
h3.nextdateforshoot {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  color: black;
  animation: blinker 3.5s linear infinite;
}
@keyframes blinker {
  50% {
      opacity: 0;
  }
}
img.eyeiconnewa {
  width: 12px;
  margin-right: 2px;
}
p.nextshootdateheadings {
  margin: 0;
  font-size: 12px;
  font-weight: 100;
}
.nextshootdatecurent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 -8px;
}
.setuponleft {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
p.size {
  margin: 0;
  font-size: 15px;
  display: none;
}
a#view_profile_anchortag {
  text-decoration: none;
  /* width: max-content; */
}


/* .Booknow_models {
    width: 108px;
    background-color: #3C7CF9;
  color: white;
  padding: 5px;
  margin-top: auto;
  box-shadow: 2px 2px 6px 3px #ebebeb;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  font-weight: 800;

} */

#garment_left_on_model {
  margin-left: 1px;
  text-transform: capitalize;
  font-size: 10px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 11px;
}
#garment_left_on_model_next {
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 9px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 0px;
}
.shootdateswithroms {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
h3.nextdateforshoot_open {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
b.modelindemandblock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
p.subhead_of_collectionpage {
  font-size: 20px;
  text-align: center;
  /* margin-top: -18px; */
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
p.subhead_of_collectionpage2 {
  font-size: 20px;
  text-align: center;
  /* margin-top: -18px; */
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

img.Banner_img_for_mobile {
  display: none;
}

/**Tooltip *****/
/* .tooltipcollection {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}


.tooltipcollection .tooltipcollectiontext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltipcollection .tooltipcollectiontext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
} */
/**Tooltip ends *****/



@media screen and (max-width: 1250px) {
  ul.menu_container, ul.menu_containeryoumay {
    grid-template-columns: auto auto auto auto;
  }
  li.menus_li {
    max-width: 21.5vw; 
  }
}

@media screen and (max-width: 1000px) {
  li.menus_li {
    max-width: fit-content;
}
  ul.menu_container, ul.menu_containeryoumay {
    grid-template-columns: auto auto auto;
  }
  img.trending {
    right: -4px;
    top: -5px;
}
}
@media screen and (max-width: 900px) {
  .divisionforquotes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
    img.divisionimag {
    width: 33%;
    padding: 5px;
  }
  }


  @media screen and (max-width: 750px) {
    ul.menu_container, ul.menu_containeryoumay {
      grid-template-columns: auto auto;
    }
  }

@media screen and (max-width: 600px) {
h1.category_name {
    margin: 10px auto 5px;
}
p.category_name2 {
  margin: 10px auto 0px;
}
p.headingbasebox2qwe {
  font-size: 10px;
  justify-content: end;
  width: 98%;
  letter-spacing: 0;
  font-weight: 400;
}


  img.Banner_img_for_desktop {
    display: none;
}
img.Banner_img_for_mobile {
  display: block;
  width: 100%;
}




  p.subhead_of_collectionpage {
    font-size: 11px;
    text-align: center;
    /* margin-top: -5px; */
    margin-bottom: 10px;
}
h1.subhead_of_collectionpage2 {
  font-size: 16px;
  text-align: center;
  /* margin-top: -5px; */
  margin-bottom: 15px;
}

  .headingbasebox_pricing_fordemand {
    font-size: 12px;
    margin: 5px 1px;

  }
  .formob {
    margin-top: -25px !important;
}
  ul.menu_containeryoumay {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }
  li.menus_li_you {
    width: 48%;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    margin: 0 auto 20px;
  }
  img.eyeiconnewaq {
    width: 10px !important;
}
  a#view_profile_anchortag_abs {
    font-size: 9px !important;
    color: #D1226C;
    display: flex;
    align-items: center;
    width: 80px !important;
  }
  img.trendingyou {
    width: 35px !important;
    position: absolute;
    right: -4px;
    top: -5px;
}
  h1.headingbasebox1 {
    font-size: 16px;
    margin-bottom: 5px;
}
h4.headingbasebox1 {
  font-size: 16px;
  margin-bottom: 5px;
}
  .nextshootdate {
    width: 99%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 10px;
  }
  p.size {
    display: none;
}
  a.breadcrum_links_active {
    font-size: 11px;
  }
  a.breadcrum_links {
    font-size: 11px;
  }
  ul.menu_container  {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    width: 100% !important;
    justify-content: space-between;
    gap: 5px;
}
h1.category_name {
  font-size: 18px;
  line-height: 20px;
}
p.category_name2 {
  font-size: 18px;
  line-height: 20px;
}
.breadcrum {
 padding-left: 0px !important; 
  justify-content: center;
}
img.trending {
  width: 10vw;
    right: -5px;
    top: -5px;
}
h1.headingbasebox1 {
  font-size: 12px;
  font-weight: 600;
}
h4.headingbasebox1 {
  font-size: 12px;
  font-weight: 600;
}
p.height_basebox2, p.height_basebox1, p.nextshootdateheadings {
  font-size: 9px;
  letter-spacing: 0;
  font-weight: 500;
}

h3.nextdateforshoot {
  font-size: 9px !important;
  margin-top: 1px;
  height: 11px;
}
h1.headingbasebox_pricing {
  font-size: 12px;
  width: 100%;
  letter-spacing: 1px;
}
h5.headingbasebox_pricing {
  font-size: 12px;
  width: 100%;
  letter-spacing: 1px;
}
p.sizeformodels {
  display: none !important;
}

  .breadcrum {
      padding: 2px 0px 4px 8px !important;
      justify-content: left;
      margin: 0;
      display: none;

}

 a.breadcrum_links, a.breadcrum_links_active {
  font-size: 10px !important;
  justify-content: left;
  display: flex;
  align-items: center;
  height: 20px;
  margin: 0;

}
li.menus_li {
  width: 48.5%;
  margin: 0;
}
a#view_profile_anchortag {
  width: 95px;
  position: absolute;
  right: -6px;
  top: 62vw;
  border: 0;
  box-shadow: none;
  background: none;
}


p.headingbasebox2 {
  margin: 0;
  width: 100%;
  height: 22px;
  display: flex;
  padding: 2px;
  border: 0;
  box-shadow: none;
  font-size: 10px;
  height: auto;
  justify-content: space-evenly;
  margin-left: 5px;
  color: #D01F5B;
  align-items: baseline;

}

.Booknow_models {
    width: 100%;
    padding: auto;
    font-size: 11px;
    font-weight: 600;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

img.eyeiconnewa {
  width: 12px;
}
h3.nextdateforshoot_open {
  font-size: 10px;
}
#garment_left_on_model {
  margin-left: 1px;
  font-size: 9px;
  text-align: left;
  margin-top: 15px;
  letter-spacing: 1px;
}
.nextshootdatecurent {
  margin: 5px 0 -8px;
}

.box {
  margin: 5px auto;
}

}

/****** other ******/
.divisionforquotes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  }   
img.divisionimag {
  width: 16%;
  padding: 5px 0px;
}
.basebox1 {
  display: flex !important;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/***** Gradient color text *************/

.text-rainbow-animation {
  background-image: linear-gradient(to right,#ff1361, #002456, #a300a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 1090s linear infinite;
  transition: 0.5s cubic-bezier(0, 0, 0.13, 0.18);

}

@keyframes rainbow-animation {
  to {
      background-position: 4500vh;
  }
}


	.basebox1 {
    line-height: 15px;
}

.basebox2 {
    line-height: 16px;
}
p.height_basebox2_circle {
    margin-top: 0px;
}
.center {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        .shape {

      position: absolute;
      left: 0;
      width:22px;
      transition: left 1s ease; /* Faster sliding effect */
    }

    #toggleButton {
      position: fixed;
      top: 44px;
      left: 0px;
      z-index: 9999;
      display: none; /* Initially hidden */
      /* border:1px solid #8a51b5; */
    }
    .category_name {
    font-size: 24px;
    margin-bottom: 10px;
}

.subhead_of_collectionpage {
    font-size: 18px;
}

.tooltip2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /* color: blue;
    text-decoration: underline; */
}

.tooltip-text2 {
    visibility: hidden !important;
    width: 170px;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px 3px;
    /* position: absolute; */
    /* z-index: 1; */
    /* bottom: 100%; */
    /* left: 50%; */
    /* margin-left: -60px; */
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 30%;
    margin-left: -10px;
    border:1px solid black;

}

.tooltip2:hover .tooltip-text2,
.tooltip-text2.show {
    visibility: visible;
    opacity: 1;
}

.contact-us-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.contact-icon {
    width: fit-content !important;
    height: 30px !important;
    margin: 10px 0 !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-icon.main-icon {
    opacity: 1;
    visibility: visible;
}

.contact-icon.show {
    opacity: 1;
    visibility: visible;
}


/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\premium.css ===== */


   *{
    letter-spacing:1px;
   }
  p {
    margin-bottom: 0 !important;
  }
  hr {
    margin-bottom: 0 !important;
  }
  label {
    font-weight: 400 !important;
  }
  body {
    line-height: auto;
  }
  .detailed_model_detailedshot_extra{
    width: 100%;
    padding: 0;
    border-radius: 5px 5px 0px 0px;
  }
  .detailed_model_detailedshot,.detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot ,  .detailed_model_detailedshot_sq,.detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle{
    height: 35vw;
    width: 51vw;
    position: absolute;
    object-fit: cover;
    top: 0;
    cursor: zoom-in;
}
.marginleft4px {
    margin-left: 4px !important;

}
/* .fancybox-button {
    background: rgb(255 255 255) !important;
} */
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
}
p.referenceImg_tag {
    position: absolute;
    bottom: 3px;
    left: 3px;
    opacity: 0.9;
    background: white;
    width: 100px;
    text-align: center;
    font-weight: normal;
    padding:0px 3px;
}
img.eyeiconnewacolde {
    width: 13px;
    margin-right: 2px;
}
b.imgwithtextfashionportal{
    display: flex;
    align-items: center;
    width: 100%;
    height: 35vw;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}
b.imgwithtextmaretplace {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0;
    height: auto;
    /* box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2); */
    height: 100%;
    border: 1px solid;
    overflow: hidden;
    padding-top: 20px;
}

.item {
    background-color: white;
}
.imagesformobileviewspan {
    position: relative;
    height: 840px;
}
.blur_box {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 20px;
    width: 94%;
    margin: 0 auto;
    right: 0;
    height: 35px;
    backdrop-filter: blur(0.5px);
}


.breadcrum {
    font-size: 12px !important;
    width: 90% !important;
    display: flex !important;
    justify-content: left !important;
    padding: 14px 1px 10px !important;
    position: relative !important;
    z-index: 0 !important;
    margin-left: 4vh;
}


.totalnoofquantity, span#verify_shoot_date, span.congratsmessageq, p.colorblackmessage, .quantityforshoots, #total_photoshoot_quantity, .total_amount, .total.amount, .detailed_model_heading_name, .detailed_model_heading, #photoshoot_amount_hold, .gst_extra, .lookshot_p_extra_wisdom, .pricingforextraangles, .shootsfor, #marketplace, .totalnoofquantity, .gridingquantityforproduct, #total_photoshoot_price_with_extra_angles_76, .messageforshoots,.booknewslotforbooking, .detailed_model_heading_more, #pincode_tag_line, #single_book_now_button, .change_model_heading,#pincode_error, #eligiblity_error, .congratsmessageq {
    font-family: "inter";
}
b {
    font-family: 'inter';
    font-size: 11px;
}
img.background_img_collectiondetail{
    position: absolute;
    width: 100%;
    opacity: 0.6;
    top: 0;
}
.video_reels_sect {
    width: 100%;
    height: 45vw;
    /* border: 1px solid lightgrey; */
}
#total_photoshoot_quantity {
    margin-top: 22px !important;
}
span.extrashowcaseangles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.model_detailed_division_extras {
    position: relative;
    display: none;
      position: relative;
    width: 48%;
    margin: 5px;
    height: auto;
    height: fit-content;
    display: flex;
}
.model_detailed_division_extras_mp , .model_detailed_division{
    position: relative;
    display: none;
      position: relative;
    width: 47.8%;
    margin: 5px;
    height: auto;
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 35vw;
    display: flex;
}
b.underreleaveshot {
    position: relative;
    width: 100%;
    margin: 5px;
    height: auto;
    /* border: 1px solid lightgrey; */
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 445px;
    display: flex;
    align-items: center;
}
.collection_detail_images {
    width: 54vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
    height: fit-content;
    align-items: end;
    overflow-y: scroll;
    height: 1100px;
    position: relative;

}

.collection_detail_images::-webkit-scrollbar {
    display: none !important;
  }
b.totalnoofquantity {
    width: 100px;
    display: block;
    font-size: 14px;
}

.model_detailed_division {
    position: relative;
    width: 25vw;
    height: 35vw;
    display: flex;
    align-items: center;
    float: right;
    margin: 5px;
}
#lookshot_p, #lookshot_marketplace_p {
    cursor: pointer;
    border-radius: 0;
    background: white;
    width: 120px;
    transform: rotate(-90deg);
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px;
    /* letter-spacing: 2px; */
    font-size: 9px;
    display: flex;
    align-items: center;
    border: 1px solid lightgrey;
    border-bottom: 0;
    margin-right: -40px;
    position: absolute;
    right: -7px;
    justify-content: center;
}



#lookshot_marketplace_p {
    right: -1px;
}

/* .detailed_model_detailedshot:hover + #lookshot_p, .detailed_model_backshot:hover + #lookshot_p, .detailed_model_sideshot:hover + #lookshot_p, .detailed_model_frontshot + #lookshot_p, .detailed_model_lookshot:hover + #lookshot_p{
    display: block;
} */
.detailed_rating {
    display: flex;
    align-items: baseline;
    width: 95px;
}
img.rating_stars {
    width: 15px;
}
section.collection_details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    z-index: 0;
    top: 0;
    color: #353647 !important;

}
.collection_detailed_model {
    width: 42%;
    margin-left: 15px;
    /* display: grid; */
    /* margin-top: 6px !important; */

}
p.detailed_model_heading, p.detailed_model_heading_name {
    font-size: 17px;
    color: black;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    margin: 0px !important;
}
p.detailed_model_heading_name {
    font-weight: 900;
   line-height: 30px;
}
hr#bottomline {
    background: lightgrey;
    width: 100%;
    /* border: 0.1px solid #d3d3d37a; */
    margin-top: 12px;
    opacity: 0.1;

}
.rating_number {
    font-weight: bolder;
    color: #D1226C;

}
.detailed_pricing {
    line-height: 30px;
    margin: 0;
    /* letter-spacing: 1px; */
    display: flex;
    flex-wrap: wrap;
    /* width: 110px; */
}
p.detailed_model_heading, p.detailed_model_heading_more {
    /* margin: 20px 0; */
    margin-bottom: 0;
}
p.detailed_model_heading_more {
    font-size: 14px;
    margin-bottom: 7px !important;
    font-weight: 700;
    margin:10px 0px 0px 0px
}
div#photoshoot_amount_hold {
    font-size: 15px;
    /* letter-spacing: 0px; */
    margin-left: 3px;
}
hr{
    margin:0px;
}
div#photoshoot_amount, p.pricing_model {
    font-size: 25px;
}
p.gst_extra {
    font-size: 11px;
    font-weight: 100;
    color: black;
}

.lookshot_p_extra_wisdom {
    padding: 10px 0 4px;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    /* letter-spacing: 1px; */
    margin: 0 auto;
}
span.imagesetheight {
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

p.shootsfor {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    /* letter-spacing: 1px; */
    line-height: 30px;
}

label#marketplace {
    font-size: 13px;
    text-transform: capitalize;
}


.model_detailed_division_extra {
    border: 1px solid black;
    padding: 0px;
    border-radius: 5px;
    margin-right: 5px;
    width: 82vh;
    margin-bottom: 12px;
}
p#lookshot_p_extra {
    color: black;
    width: 100%;
    text-align: center;
    padding: 15px 0 18px;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
p.pricingforshoots {
    font-size: 22px;
    font-weight: 600;
}
.gstextraslum {
    margin-top: 2px;
}
p.pricingovertoggle {
    font-size: 14px;
}



.detailed_more_angle {
    display: flex;
    justify-content: start;
    padding-right: 10px;
    overflow-y: auto;
    width: 100%;

}
button.adding_extra_shots {
    width: 90%;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
}
img.questionmark {
    width: 10px;
}
.buttons_radio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    /* flex-wrap: wrap; */
    /* margin-top: 22px; */
    border-top: 1px solid #d3d3d354;
    border-bottom: 1px solid #d3d3d354;
    padding: 6px 0;
}
p.totalamountofshootprocess {
    font-size: 25px;
    display: flex;
    width: 250px;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;

}
.headingbeforeplace {
    margin-top: 22px;
    font-size: 18px;
    text-transform: uppercase;
}
section.detailedforquantity {
    display: flex;
    justify-content: left;
    width: 100%;
    border-bottom: 1px solid #d3d3d354;
}
input#inputvalue {
    width: 45px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}
.blockheadingspart {
    display: grid;
    place-content: baseline;
    place-items: start;
    line-height: 40px;
    font-weight: 600;
}
.blockheadingsgarment {
    display: grid;
    place-content: baseline;
    place-items: center;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 20px;
}

.blockheadings {
    display: none;
    place-content: baseline;
    place-items: center;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 20px;
}
p.totslnoofheadingspricing {
    font-weight: 600;
}


.marketPlace {
    width: auto;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    position: relative;
}
input#mp, input#fp, input#bp, input#ps {
    width: 15px;
    margin-left: 5px;
}
p.change_model_heading {
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 18px;
    margin: 8px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 210px;
    background-color: white;
    box-shadow: 0px 5px 9px 0px #f8e0f266;
    padding: 9px;
    border-radius: 5px;
    justify-content: center;
    height: 43px;
    border: 1px solid #00000063;

}
.change_model_heading:active {
    transform: translateY(1px);
}

p.headingbasebox211 {
    font-weight: 100;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0px 0px -2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98px;
    background-color: #a09ca55c;
    box-shadow: 2px 2px 14px 3px #F8E0F2;
    padding: 7px;
    border-radius: 10px;
    justify-content: center;
}
.headingbasebox211:active {
    transform: translateY(1px);
}
button.button_book_now {
    background: none;
    padding: 0 30px 0 0;
    border: 0 !important;
    margin-top: 4px;
    outline: none !important;

    }
.buttons_for_change_models {
    display: flex;
    width: 450px;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
#book_now_bag {
    width: 210px;
    background-color: #3C7CF9;
    color: white;
    padding: 7px;
    /* margin-top: 5px; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,10%);
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#book_now_bag:active {
    transform: translateY(1px);
}
.image-upload>input {
  display: none;
}
label.label_for_upload {
    display: flex;
    align-items: center;
    width: 230px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: white;
    padding: 9px 11px;
    border-radius: 30px;
    margin: 9px 0px;
    font-size: 17px;
    border: 1px solid;
    justify-content: space-between;
}
p.diliverable_status {
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
    text-align: start;
    margin-left: 45px;
}
.diliverable_time\&offers {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    text-align: left;
    margin-left: 45px;

}
.diliverable_time {
    width: 220px;
    display: grid;
    line-height: 0px;
    font-size: 15px;
    display: none;
}
p.diliveryText {
    /* letter-spacing: 3px; */
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 800;
    margin-top: 45px;
    margin-left: 8px;
}
p.diliverable_timeTaken {
    text-align: left;
    font-size: 13px;
    margin-left: 14px;
    font-weight: 600;
}
.BestOffers\&prices {
    display: grid;
    font-size: 13px;
    width: 200px;
}
p.bestOffeR {
    font-weight: 800;
    color: black;
}
span.price_best_prices {
    font-weight: 600;
}
img.diliverable_clock {
    width: 25px;
}
input#extra_angle_first_22, input#extra_angle_first_21, input#extra_angle_second_22,input#extra_angle_second_21, input#video_shot_22,input#video_shot_21,  input#video_shot_22, input#video_shot_21 {
    display: none;
}
.priceandtoggle {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    margin: 6px;
}
/* input#mp, input#fp, input[type="radio"], input[type="radio"] {
    width: 75%;
    margin-bottom: 5px;
    margin-top: 8px;
} */
p#pincode_error, p#eligiblity_error {
    color: #D1226C;
    text-align: left;
    margin-top: -20px;
    margin-bottom: 10px;
}
p.variations {
    font-size: 20px;
    width: 90%;
    margin: 30px 22px -22px;
    text-transform: uppercase;
}
span#marketandfashionplace {
    font-size: 9px;
    width: 100px;
    display: block;
    margin: 0 auto;
    /* letter-spacing: 1px; */
}
p#option_err_msg {
    text-align: center;
    font-size: 16px;
    color: #D60000;
}
a.booknowtag {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.change_model_division {
    display: flex;
    padding: 10px 0 3px 0 !important;
    width: 100%;
    justify-content: flex-start;
    align-items: baseline;
    /* border-bottom: 1px solid #d3d3d321; */
    overflow: auto;
}
span.gridingquantityforproduct {
    display: grid;
    place-items: center;
    /* margin: 0 auto; */
    width: auto;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    align-items: self-end;
}
.diliverablecontents {
    width: 100%;
    display: flex;
    position: relative;
    bottom: 0;
    right: 40px;
    margin-top: 30px;

}
span.gridingquantityforproductforheading {
    width: 120px;
    font-size: 13px;
}

p.quantityforshoots {
    width: 100%;
    margin: 30px 0;
    font-weight: 700;
    font-size: 14px;
}
p#total_photoshoot_quantity {
    width: 100%;
    margin: -4px 0 18px;
    font-weight: 600;
    font-size: 14px;
}
.total.amount {
    display: flex;
    justify-content: space-between;
    width: 250px;
    padding: 10px 0 0;
    font-weight: bold;
    /* letter-spacing: 2px; */
    position: relative;
}
.pincodeforshootdate {
    margin: 0;
    position: relative;
    width: 100%;
}
button.checkpincodebutton {
    position: absolute;
    top: 18px;
    right: 5px;
    border: 0;
    background: 0;
    font-size: 15px;
}
input.inputshootdate {
    padding: 10px;
    width: 100%;
    background-color: #f7f4f4;
    border: 1px solid #9b9b9b;
    margin: 8px 0px;
    border-radius: 5px;
    font-weight: 800;
}
span.pincodezipcode {
    width: 260px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.iimageforhover {
    width: 12px;
}



p.total_amount {
    margin-right: 5px;
}
span.indianruppes {
    display: flex;
    width: max-content; 
    margin: 0 auto;
    justify-content: center;
    margin-top: 9px;
    font-weight: 600;
}
.change_model_divisioninnerdiv {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    /* overflow-y: auto; */
}
p.pricing_model {
    font-size: 15px;
    font-weight: 700;
}
p.detailed_model_headingmore {
    font-size: 20px;
    margin: 10px 0 5px;
}
p.detailed_model_lookshot {
    display: flex;
    align-items: center;
    width: 170px;
    justify-content: space-between;
}
b.garmentslogan {
    height: 40px;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 300;
    width: 12rem;
}
.change_model_division {
    padding: 21px;
}

input.quantity {
    width: 42px;
    border: 2px solid;
    height: 33px;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    border: 1px solid lightgrey;
}
/* rajit changes here */

img.detailed_model_lookshot_modelimg {
    width: 100%;
    margin-top: 0;
    object-fit: cover;
    height: 34.8vw;
}
#lookshot_marketplace_p {
    right: -7px;
}

a#view_profile_anchortagcollectiondetaillike {
    display: block;
}
p.nextshootdateheadingscollectiondetail {
    font-size: 13px;
    margin-bottom: 0;
}
h1.headingbasebox_pricingdetail {
    font-size: 13px;
    /* letter-spacing: 1px; */
    margin-left: 1px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999 !important;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  max-width: 1500px !important;
}

/* Modal Content */
.slidermodal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.7s;
  animation-name: animatetop;
  animation-duration: 0.7s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The closemodalslider Button */
.closemodalslider {
    color: black;
    float: right;
    /* width: 16px; */
    /* border: 1px solid; */
    margin-top: 10px;

}

.closemodalslider:hover,
.closemodalslider:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.slidermodal_header {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: white;
}

.modalbodyslider {padding: 2px 16px;}

.slidermodal_footer {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: white;
}
img.child-img {
    width: -webkit-fill-available;
    margin:0 30px 0 0;
        }
        .cover {
            display: flex;
            width: 100%;
            align-items: center;
            overflow: auto;

        }
        .scroll-images {
            display: flex;
            overflow: auto;
            width: 100%;
            justify-content: left;
        }
        button.right,button.left {
            background: none;
            border: 0;
        }
        .fa-solid, .fas {
            font-weight: 900;
            font-size: 20px !important;
        }
     
        section.detailsmodelsquick {
            width: 15vw;
        }
        .nameandprofileviews {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            margin: 6px 0;

        }
        a#viewprofilehands {
          font-weight: 100;
          color: #D1226C;
          text-transform: capitalize;
          font-size: 13px;
        }
        span.detailedofmodelresp {
            display: flex;
            width: 100%;
            font-size: 14px;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 1px 0 10px;

        }
        button.Booknow_models {
            width: 100%;
            /* padding: 8px; */
            margin: 5px auto;
            border: 1px solid lightgray;
            color: white;
            background-color: #3c7cf9;
            font-weight: 700;
            border-radius: 5px;
        
        }
        p.height_basebox1 {
            margin: 0;
            width: 50%;
            text-align: left;
        }

        p.height_basebox212 {
            margin: 0;
            width: 50%;
            text-align: right;
        }

        .basebox1 {
            line-height: 15px;
            padding-top:2px;
        }
        
        .basebox2 {
            line-height: 16px;
        }
        p.height_basebox2_circle {
            margin-top: 0px;
        }
        a#view_profile_anchortag {
            width: 108px;
            /* margin-top: 2px; */
        }
        h1.headingbasebox1 {
            margin: 0;
            font-size: 13px;
            font-weight: 600;
            /* letter-spacing: 1px; */
            margin-left: 1px;
        }
    
        .latestbuttondivsyoumaybook {
            display: flex;
            width: 100%;
            justify-content: space-between;
            margin-top: 6px;
            height: 26px;
        }
        
        
        ul.menu_containeryoumayalsolike {
            list-style-type: none;
            width: 97%;
            max-width: 1600px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: auto auto auto auto auto;
            gap: 10px;
            padding: 10px;
            place-content: flex-start;
        }

        li.menus_li_youmaylike {
            position: relative;
            height: auto;
            margin-bottom: 20px;
            margin: 6px;
            max-width: 17.5vw;
            cursor: pointer;
        }

        .Booknow_modelsyoumaybooknow {
            width: 108px;
            background-color: #3C7CF9;
            color: white;
            padding: 6px 4px;
            margin-top: 0;
            box-shadow: 2px 2px 6px 3px #ebebeb;
            border-radius: 5px;
            font-size: 12px;
            text-align: center;
            cursor: pointer;
            font-weight: 800;
            border: 0;
            height: 30px;
        }
      
        /* width */
        .detailed_more_angle::-webkit-scrollbar, .change_model_division::-webkit-scrollbar {
          height: 4px;
          line-height: 30px;
        }
        
        /* Track */
        .detailed_more_angle::-webkit-scrollbar-track, .change_model_division::-webkit-scrollbar-track {
          background: #f1f1f1; 
        }
         
        /* Handle */
        .detailed_more_angle::-webkit-scrollbar-thumb, .change_model_division::-webkit-scrollbar-thumb {
          background: #8888886b; 
        }
        
        /* Handle on hover */
        .detailed_more_angle::-webkit-scrollbar-thumb:hover, .change_model_division::-webkit-scrollbar-thumb:hover {
          background: #555; 
        }

        a#view_profile_anchortag {
            width: 108px;
            /* margin-top: 2px; */
          
        }


/******************** Tooltips*********************/
.tooltip {
    position: relative !important;
    display: inline-block !important;
    top: -1px;
    opacity: 1 !important;
    z-index: 1 !important;
    
  }
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 166px!important;
    height: 65px !important;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -60px;
    font-size: 12px !important;
    line-height: 14px !important;
    z-index: 1;
    bottom: 100%;
}
  
/*  */
  .tooltip:hover .tooltiptext {
    /* letter-spacing: 1px; */
    padding: 5px;
    font-weight: 200;
    border: 1px solid;
    width: 300px;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
    line-height: 20px;

}

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: #4c4c4c transparent transparent transparent;
  }

  span.tooltiptext.upcomingself::after {
    left: 96% !important;
    content: "";
    position: absolute;
}
span.tooltiptext.upcomingtaglinesq {
    left: -11vw !important;
}
span.tooltiptext.upcomingtaglinesq::after {
    left: 96% !important;
}


  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  div#pincodeaftermessage, div#choosenextshootmessgae {
    border: 1px solid lightgrey;
    width: 500px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    background: white;
    top: -8px;
    left: -3px;
    display: none;
    height: auto;
}
.model_detailed_division_sq {
    position: relative;
    width: 25vw;
    margin: 5px;
    height: auto;
    /* border: 1px solid lightgrey; */
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 35vw;
    display: flex;
    align-items: center;
    border: 1px solid;
    overflow: hidden;
}
.model_detailed_division_sqli {
    position: relative;
    width: 25vw;
    margin: 5px;
    height: 35vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid;
}


.detailed_model_lookshot_sqli {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
p.detailed_model_heading {
    font-size: 13px;
    text-transform: capitalize;
}
input#site_available_date_1, input#site_available_date_2, input#site_available_date_3, input#site_available_date_4, input#site_available_date_5 {
    width: 40px;
}
p#pincode_tag_line {
    color: #ff4048;
    /* padding-top: 18px;    */

}
p.viewprofileondetailpageseldom {
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #D1226C;
    font-family: 'inter';
    /* letter-spacing: 1px; */
    float: right;
    margin-right: 10px;

}
a.fashionportalimglatest {
    width: 100%;
}
p#login_signin_err {
    position: absolute;
    top: 10px;
    font-size: 11px;
    text-align: center;
    width: 93%;
    color: red;
    text-transform: capitalize;
    font-weight: 600;
}
p#login_signup_err {
    position: absolute;
    font-size: 10px;
    display: flex;
    width: 90%;
    font-weight: 600;
    color: red;
    bottom: 15.2vh;
    margin-left: 35px;
}
p#login_mobile_no_err, p#login_password_err {
    position: absolute;
    top: 38px;
    font-size: 9px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 100;
}



p#first_name_err, p#last_name_err, p#email_err, p#mobile_no_err, p#signup_password_err {
    position: absolute;
    top: 36px;
    display: flex;
    width: 100%;
    text-transform: capitalize;
    font-size: 9px;
    color: red;
    font-weight: 600;
    margin-left: 22px;
}
.left_circle, .right_circle {
    max-width: 50%;
    opacity: 0.5;
}
p#extra_option_err_msg {
    color: red;
    font-size: 11px;
    margin-top: -18px;
    text-align: left;
}
.mobileview_designlat {
    display: grid;
    width: max-content;
}


/* arrow down */
#down_arrow_hits {
    width: 150px;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    left: 35px;
    opacity: 0;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
      bottom: 100px;
    }
    50% {
      bottom: 90px;
    }
  }

/* arrow down end */
p#login_signup_err_verify {
    font-size: 9px;
    color: red;
    position: absolute;
    top: 36px;
    font-weight: 700;
    margin-left: 18px;
}




/* Fix Garment Section Alignment */
.premiumContainer {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
}

.premiumDropdownWrapper select {
    width: 100%;
    max-width: 300px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.premiumQuantitySelector {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.premiumQuantityInput {
    text-align: center;
    width: 60px !important;
}
  /************************************* ends *******************/



@media screen and (max-width: 1000px) {

    .tooltip .tooltiptext::after, span.tooltiptext.upcomingself::after {
        display: none;
    }
    input#mp, input#fp, input#bp, input#ps {
        width: 170px;
        margin-left: 5px;
    }    

    .model_detailed_division_extras_mp, .model_detailed_division {
        height: 65vw;
    }
    .model_detailed_division_extras {
        height: auto;
        /* margin-top: 15px; */
    }
    /* .model_detailed_division_extras_mp, .model_detailed_division {
        height: 60vw;
    } */
    .model_detailed_division_sq {
        width: 47vw;
        height: 65vw;
    }
    .model_detailed_division_sqli {
        width: 47vw;
        height: 65vw;
    }
    img.detailed_model_lookshot_modelimg {
        width: 100%;
        margin-top: 0;
        object-fit: cover;
        height: inherit;
    }
    a.sqliankertag {
        width: 100%;
        height: 100%;
    }
    .buttons_radio {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        font-size: 18px;
        flex-wrap: wrap !important;
    }
    p#pincode_tag_line {
        color: #ff4048;
        text-align: left;
    }
    p.gstextraslum {
        text-align: left;
    }
    p.viewprofileondetailpageseldom {
        width: 105px;
    }
    img.eyeiconnewacolde {
        width: 17px;
    }
   .model_detailed_division {
        position: relative;
        width: 48%;
        height: 64vw;
        margin-top: 15px;

    }
    a.fashionportalimglatest {
        width: 100%;
        height: 100%;
    }
    b.imgwithtextfashionportal {
        align-items: center;
        width: 100vw;
        object-fit: cover;
        height: 100%;
        position: initial;
    }
    /* section.collection_details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: inherit;
        z-index: 0;
    } */
    .breadcrum {
        font-size: 12px !important;
        padding-left: 15px !important;
        width: 100%;
        display: flex;
        justify-content: left;
        padding: 10px 10px;
        position: relative;
        z-index: 0;
    }    
    .collection_detail_images {
        display: flex;
        justify-content: center;
        height: 72vw;
        width: 100%;
        margin: 0;

    }
    
    .collection_detailed_model {
        text-align: center;
        margin: 10px auto 0;
        width: 92%;
        position: initial;
    }
    .detailed_rating {
        display: flex;
        margin: 0 auto;
    }   
    .diliverable_time\&offers {
        display: flex;
        width: 80%;
        justify-content: left;
        flex-wrap: wrap;
        width: 90%;
        text-align: left;
        margin: 0 auto;
    } 

    
    /* .detailed_model_detailedshot:hover + #lookshot_p, .detailed_model_backshot:hover + #lookshot_p, .detailed_model_sideshot:hover + #lookshot_p, .detailed_model_frontshot:hover + #lookshot_p, .detailed_model_lookshot:hover + #lookshot_p:hover {
        display: block;
    } */
    .buttons_for_change_models { 
        flex-wrap: wrap;
        display: flex;
        width: 100%;
    }
    .detailed_more_angle {
        display: flex;
        width: 101.5%;
    }
.diliverablecontents {
    width: 100%;
    display: grid;
    place-content: end;
    position: unset;
 }
 p.detailed_model_heading, p.detailed_model_heading_more, p.gst_extra , div#photoshoot_amount, p.pricing_model{
    text-align: left !important;
    font-size: 16px;
 }
 .model_detailed_division_extra {
    width: 49%;
 }
 .marketPlace {
    width: 175px !important;
    margin: 20px;
}
.change_model_division {
    padding: 0 !important;
}
span.gridingquantityforproduct {
    font-size: 10px;
}
button.button_book_now, label.label_for_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    padding: 0;
}

p.variations {
    font-size: 16px;
    width: 90%;
    margin: 10px 3px -22px;
    text-transform: uppercase;
    text-align: left;
}
.buttons_for_change_models {
    margin-bottom: 35px;
    width: 70%;
}
    }


/***************************extra designing******************/

 img#closey, img#nextshootclosey {
    background: white;
    border: 0 !important;
    width: 20px;
    position: absolute;
    top: 4px;
    right: 5px;
}
p.messageforshoots {
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    margin-top: 15px;

}
span.buttonforshootandmodels {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
button.booknewslotforbooking {
    border-radius: 5px;
    width: 30%;
    padding: 10px;
    background-color: #0075ff;
    color: white;
    font-weight: 600;
    /* letter-spacing: 2px; */
    font-size: 10px;
    height: 35px;
    border: 0;
    transition: 0.3s;

}
.booknewslotforbooking:hover {
    background-color: white;
    color: black;
    border: 1px solid lightgrey;

}
h3.chooseing {
    margin: 10px 0 10px;
    font-size: 16px;
}

div#ChooseUserDeliveredDateMessgae {
    border: 1px solid lightgrey;
    width: 450px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    background: #FAEFEF;
    top: -8px;
    left: -3px;
}
img#UserDeliveredDateclosey {
    background: #faefef;
    border: 0;
    width: 20px !important;    
}
select#user_delivery_days, select#user_delivery_days_message {
    background: black;
    color: white;
    border-radius: 20px;
}

.left_graphic, .right_graphic {
    width: 75px;
}

.left_graphic {
    background: url("../mega_menu/img/graphic/left_graphic.gif");
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 60px;
    position: absolute;
    left: -55px;
    top: 2px;

}

.right_graphic {
    background: url("../mega_menu/img/graphic/right_graphic.gif");
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 60px;
    position: absolute;
    right: 10px;
}

p.congratulationmethods {
    position: relative;
    width: 100%;
}
span.spanpricingawq {
    display: flex;
    width: 85px;
}
b.rupesssign {
    /* width: 16px; */
    font-size: 17px !important;
    /* line-height: 18px; */
}
span.congratsmessageq {
    color: #D1226C;
    font-weight: 600;
    font-size: 16px;
}

a#single_book_now_button, a#double_book_now_button {
    width: 210px;
    background-color: rgb(60, 124, 249);
    color: white !important;
    box-shadow: 1px 4px 5px 0px rgb(60 124 249 / 23%);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    height: 43px;
    font-weight: 600;
    text-decoration: none;
}
#single_book_now_button:active {
    transform: translateY(1px);
}
b.namewithprofiles {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

p.viewprofileondetailpage {
    font-weight: 600;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 11px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background-color: white;
    box-shadow: 2px 2px 6px 3px #ebebeb;
    padding: 6px 4px;
    border-radius: 5px;
    border: 1px solid #0000007a;
    /* position: absolute; */
    width: 108px;
    right: 0;
    bottom: 0;
}
.mobileviewcollectiondetaillatest {
    display: none;
}
p.upcomingtagline {
    display: none;
}
.upcomingself {
    left: -10vw !important;
}
.showMessageBtn {
    display: none;
}


@media screen and (max-width: 1200px) {
    ul.menu_containeryoumayalsolike {
        grid-template-columns: auto auto auto auto;
    }
    li.menus_li_youmaylike {
        max-width: 22.5vw;
    }
    
}

@media screen and (max-width: 900px) {
    ul.menu_containeryoumayalsolike {
        grid-template-columns: auto auto auto;
    }
    li.menus_li_youmaylike {
        max-width: 29.5vw;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 45%;
    }
    
}
/***** experiment******/
@media screen and (max-width: 600px) {
    input.inputshootdate {
        margin: 0px 0px 8px;
    }
    section.collection_details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: inherit;
        z-index: 0;
    }
    .upcomingtagline {
        margin-top: -10px;
        position: absolute;
        left: 44vw;
        top: 10px;
    
    }
    .tooltip:hover .tooltiptext {
        width: 96vw;
        background: white;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        margin-right: 0;
        left: 0;
        font-size: 12px;
        height: 35px;
        font-weight: 100;
        border: 1px solid lightgrey;
    }
    .upcomingself {
        top: -59px !important;
        left: -189px !important;
    }
    .bothtooltipmobile {
        left: 18vw !important;
        top: -24vw !important;
        }
        .marketplacesq {
            top: -16vw;
        }
li.menus_li_youmaylike {
    max-width: 49%;
    margin: 0;
    margin-right: 5px;
}
.baseboxdivision {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
b.namewithprofilemode {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 45vw;
}
    ul.menu_containeryoumayalsolike {
        display: flex;
        justify-content: space-between;
        overflow-y: auto;
        width: 98%;
        gap: 0;
        padding: 10px;
    }

    span.imagesformobileviewspan {
        display: contents;
    }
    p.detailed_model_heading_name {
        font-weight: 900;
        margin-bottom: 0px !important;
        font-size: 12px;
        margin: 0 !important;
        /* letter-spacing: 1px; */

    }
    p.viewprofileondetailpageseldom {
        width: 95px;
        font-size: 10px;
        margin-right: 0;
        font-weight: 200;
        margin-left: 5px;
        /* letter-spacing: 0px; */
    
    }
    b.namewithprofiles {
        margin-bottom: 10px;
        display: none;
    }
    .eyeiconnewacol {
        width: 13px;
    }
    p.detailed_model_heading {
        font-size: 11px !important;
        /* letter-spacing: 1px; */
        display: none;
    }
    p.gst_extra {
        font-size: 10px;
        display: none;
    }
    div#photoshoot_amount_hold,p.pricing_model {
        font-size: 15px;
        font-weight: bold;

    }
    p.shootsfor {
        margin-top: 20px;
    }
    p.messageforshoots {
        font-size: 12px;
     }

    span.buttonforshootandmodels {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    span.gridingquantityforproductforheading {
        width: 100%;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding-top: 15px;

    }
    .change_model_division {
        display: contents;
    }
    b.totalnoofquantity, p.quantityforshoots, p#total_photoshoot_quantity {
        width: 33%;
        display: block;
         margin:0;
        font-weight: 600;
        font-size: 11px !important;
    }
    b.garmentslogan {
        width: 35%;
        height: 25px;
        padding: 6px;
        text-align: left;
        font-size: 10px;
    }
    input.quantity {
        width: 50px;
        height: 30px;
        margin: 0 auto;
        font-size: 12px;
        text-align: center;
    }
    span.indianruppes {
        display: flex;
        /* margin: 0 auto; */
        justify-content: flex-start;
        margin-top: 0px;
        font-weight: 600;
        font-size: 13px;
        margin: 0;
        text-align: left;
        margin-left: 50px;
        width: 23%;
    }
   
    span.gridingquantityforproduct {
        display: flex;
        align-items: center;
        width: 100%;
        height: 25px;
        margin-top: 10px;
    }
    b.totalnoofquantity {
        text-align: left;
        margin-left: 7px;

    }
     .angleforshotjell1, .angleforshotjell2, .angleforshotjell3, .angleforshotjell4 {
        width: 100%;
    }
    .total.amount {
        width: 100%;
        margin-top: 8px;
        border-top: 1px solid lightgrey;
        padding-top: 8px;
        font-size: 14px;
        justify-content: left;
        align-items: baseline;

    }
    b.rupesssign, #total_photoshoot_price_with_extra_angles {
        font-size: 16px;
    }
    p#pincode_tag_line {
        color: #ff4048;
        font-size: 12px;
        margin-top: 20px;
    }
    .pincodeforshootdate {
        margin: 15px 0 2px;
        font-size: 12px;
    }
    a#single_book_now_button {
        font-size: 14px;
        width: 96%;
        border-radius: 5px;

    }
    p.change_model_heading {
        font-size: 14px !important;
        width: 46%;
        box-shadow: 0px 5px 9px 0px #f8e0f266;
        background-color: white;
        margin: 0;
        border-radius: 5px;
        font-weight: 600;

}
p.colorblackmessage {
    margin-top: 10px;
}
button#single_select {
    width: 53%;
    padding-right: 10px;
}
div#pincodeaftermessage, div#choosenextshootmessgae {
    width: 100%;
    z-index: 9;
    left: 1px;
}
button.booknewslotforbooking { 
    border-radius: 5px !important;
    width: 90px;
    padding: 6px;
    background-color: white;
    color: black;
    font-weight: 600;
    /* letter-spacing: 2px; */
    margin: 6px 0;
    border: 1px solid black;

    }

h1.headingbasebox1 {
    margin: 0;
    font-size: 12px;
    margin-bottom: 5px;
}

    p.Booknow_models {
        width: 80px;
        padding: 4.7px;
        font-size: 10px;
        font-weight: 600;
        /* letter-spacing: 1px; */
    }
    p.viewprofileondetailpage {
        font-weight: 600;
        color: #D1226C;
        text-transform: capitalize;
        font-size: 11px;
        margin: 0px 0px 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 105px;
        background-color: white;
        box-shadow: 2px 2px 6px 3px #ebebeb;
        padding: 5.5px 4px !important;
        border-radius: 5px;
        border: 1px solid #0000007a;
        /* letter-spacing: 1px; */
    }
    .change_model_divisioninnerdiv {
    flex-wrap: wrap;
    justify-content: space-between;
    }    
    .collection_detail_images {
        display: flex;
        justify-content: flex-start;
        height: auto;
        flex-wrap: nowrap;
        margin-left: 10px;
        margin-right: 10px;

    }

.diliverable_time {
    width: 220px;
    display: grid;
    line-height: 20px;
    font-size: 15px;
    margin: 20px;
    display: none;
}
.buttons_radio {
    width: 100%;
    flex-wrap: wrap;
    /* margin-left: -10px; */
    justify-content: space-between;

}
.BestOffers\&prices {
    display: grid;
    font-size: 13px;
    width: 200px;
    line-height: 20px;
}
.model_detailed_division_extra {
    width: 48%;
}
.marketPlace {
    width: 44% !important;
    font-size: 12px;
    text-align: left;
    margin: 3px;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: baseline;
}

span.imagesetheight {
    height: fit-content;
    overflow: hidden;
    border-radius: 10px;

}
/* p.detailed_model_heading_more, p.shootsfor {
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
} */

p.detailed_model_heading_more {
    margin-bottom: 10px !important;
}
label#marketplace {
    font-size: 11px;
}
img.iimageforhover {
    width: 12px;
    margin-left: 5px;
}
.showMessageBtn {
    display: block;
}
.model_detailed_division {
    width: 45%;
    margin: 5px;
    height: auto;
}
span.spanpricingawq {
    display: flex;
    margin-left: 0;
    text-align: center;
    justify-content: flex-start;
    margin-right: 1px;
    width: auto;
}


p#total_photoshoot_quantity {
    text-align: inherit;
}
.lefty {
    padding-right: 20px !important;

}


.model_detailed_division_extras {
    width: 72%;
    height: 95vw;
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
}
.collection_detailed_model {
    margin: 10px auto 0;
    width: 92%;
    position: initial;
}
input#mp, input#fp, input#bp, input#ps {
    width: 14px;
    margin-left: 5px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;

}
.model_detailed_division_sq {
    position: relative;
    width: 72%;
    height: 95vw;
    overflow: visible;
}
b.imgwithtextmaretplace {
    height: 95vw;
    width: 72vw;
    }

    .model_detailed_division_extras_mp, .model_detailed_division, .model_detailed_division_sqli {
        width: 72%;
        height: 95vw;
}

.detailed_model_detailedshot, .detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot, .detailed_model_detailedshot_sq, .detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle {
    height: 95vw !important;
}

b.imgwithtextfashionportal {
    height: -webkit-fill-available !important;
    margin-top: 0;
}
p.gstextraslum {
    text-align: left; 

    }

    /* .buttons_for_change_models {
        margin-bottom: 0px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: white;
        left: 0;
        z-index: 9;
        box-shadow: 1px -3px 16px 0 rgba(0,0,0,0.2);
        display: flex;
        justify-content: space-evenly;
        padding: 10px 5px;

    } */
    .diliverablecontents {
        margin: 0;
    }
    .model_detailed_division_sqli {
        position: relative;
        width: 72%;
        margin: 5px;
        height: 95vw;
        overflow: visible;
}
img.detailed_model_lookshot_modelimg {
    width: 100%;
    margin: 0;
}
#lookshot_marketplace_p {
    right: -8px;
}
.youmay {
    margin-top: 30px !important;
}
span.congratsmessageq {
    color: #D1226C;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}
span.text-rainbow-animation {
    font-size: 14px !important;
}
button#single_select {
    width: 50%;
    padding-right: 0;
    margin: 0;
    justify-content: left;
}
.mobileviewcollectiondetaillatest {
    display: block;
    width: 100%;
    padding: 0 15px;
}
b.mobileviewsdetailing {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    height: 20px;
    align-items: center;
    margin-top: 10px;
}
.mobileviewcollectiondetaillatest {
    width: 100%;
    padding: 10px;
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: end;
}

.detailed_pricing {
display: none;
}
hr#bottomline {
    display: none;
}
.detailed_pricing_mobileview {
    display: flex;
    width: max-content;
    margin-top: 0px;
    font-size: 12px;
    line-height: 20px;

}
p.gst_extra_mobileview {
    font-size: 10px;
    margin-top: 0;
    height: auto;
}
div#photoshoot_amount_hold {
    font-size: 12px;
    /* padding-left: 2px; */
}
.breadcrum {
    padding-left: 6px !important;
    display: none !important;
}
#total_photoshoot_quantity {
    margin-top: 0px !important;
}
 }
@media screen and (max-width: 450px) {
    a#view_profile_anchortag {
        /* top: 65.5vw !important;
        position: absolute; */
    }
    p.viewprofileondetailpage {
        font-size: 9px;
        width: 82px;
        /* letter-spacing: 0.5px; */
        top: -7px !important;

    }
    img.eyeiconnewacolde {
        width: 16px;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 50%;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* letter-spacing: 1px; */
    }
}


/* you may book  */
.trendingyug {
    height: 22vw;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
li.menus_li_youdetails {
    position: relative;
}
.models_img_detailscol {
    width: 100%;
    border-radius: 20px;
    border: 0;
    height: auto;
}

@media screen and (max-width: 1250px) {
    .trendingyug {
        height: 28vw;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .trendingyug {
        height: 37vw;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }
    .detailed_model_detailedshot, .detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot, .detailed_model_detailedshot_sq, .detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle {
        height: 65vw;
        width: 72vw;
        position: absolute;
        /* object-fit: cover; */
        top: 0;
    }
}

@media screen and (max-width: 750px) {
    ul.menu_containeryoumay {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
    }
li.menus_li_youdetails {
    position: relative;
    width: 44vw;
}
.trendingyug {
    height: 55vw;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
p.viewprofileondetailpage {
    /* position: absolute;
    top: -56px !important; */
    /* letter-spacing: 0px; */
    font-size: 10px;
    background: none;
    width: 100%;
    /* letter-spacing: 1px; */
    height: 30px;
}
img.eyeiconnewacolde {
    width: 14px;
    }
}


/* change model css newly design   */
.child {
    width: 35vh;
    margin: 5px;
    color: black;
}
img.child-img {
    width: 100%;
    margin: 0;
}
section.detailsmodelsquick {
    width: 100%;
}
.slidernameandprofileviews {
    width: 35vh !important;
}
.sliderheadingbasebox1 {
    margin: 0;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}
#sliderviewprofilehands {
    font-size: 10px;
}
.slidermodal_content {
    width: 100%;
    border-radius: 6px;
}

a#viewprofilehands\ sliderviewprofilehands {
    font-size: 11px;
    color: #d1226c !important;
}



.scroll-images::-webkit-scrollbar {
    display: none;
}
p.viewprofileondetailpageqwerty {
    display: none;
}
@media screen and (max-width: 600px) {

    #message {
        position: absolute;
        top: -46px;
        background: white;
        color: black;
        margin: 0 auto;
        text-align: center;
        box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.2);
        width: 290px;
        line-height: 30px;
    }
    #down_arrow_hits {
            display: none !important;
        }
    .showMessageBtn {
            background: none;
            border: 0;
        }
    p#option_err_msg {
        text-align: center;
        font-size: 11px;
        color: #D60000;
    }
    a#view_profile_anchortagcollectiondetail {
        display: block;
    }
    p.viewprofileondetailpageqwerty {
        font-size: 10px;
        color: #d1226c !important;
        text-transform: capitalize;
        align-items: center;
        /* letter-spacing: 0.5; */
        display: flex;
    
    }
    b.namewithprofilemode {
        display: flex;
        justify-content: space-between;
        width: 100vw;
    }
    a#view_profile_anchortagcollectiondetaillike {
        display: block;
        /* position: absolute;
        right: 0;
        bottom: 10vh; */
    }  
    p.nextshootdateheadingscollectiondetail {
        font-size: 9px;
        font-weight: 700;
    }
   .newdesign {
    font-size: 10px !important;
   }
    
    
    p.viewprofileondetailpage {
      display: none;
    }
    .scroll-images {
        justify-content: left;
        margin-top: 15px;

    }
    .child {
        width: 31vh;
    }
    .slidernameandprofileviews {
        width: 31vh !important;
    }
    /* .basebox1 {
        margin-left: -8px;
    } */
    
    div#same_photoshoot_date {
        text-align: left;
        padding-top: 15px;
    }
    .modalbodyslider {
        padding: 20px 16px;
    }
    .closemodalslider {
        position: absolute;
        right: 15px;
        opacity: 1;
        margin: -10px;
    
    }
    a#view_profile_anchortag {
        width: 95px;
        margin-top: 2px;
        /* top: 275px !important; */
    }
    .viewprofileondetailpage {
        width: 83px;
        /* letter-spacing: 0px; */
        font-size: 10px;
        border: 0 !important;
        box-shadow: none !important;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 99%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* letter-spacing: 1px; */
    }
    

     p.nextshootdateheadings {
        font-size: 8px;
        width: 110px !important;
    }
    p.detailed_model_heading_mobileview {
        font-size: 10px;
        width: max-content;
    }
    .tooltiptext {
        visibility: hidden;
        width: 100%;
    }

.fa {
    display: none !important;
}
.left_circle, .right_circle {
    display: none;
}

}

.heading_premium {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* ===== Filter Container ===== */
.premium-filter-box {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-right: 20px;
  margin-bottom: 16px;
}

/* ===== Labels ===== */
.premium-filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.3px;
}

/* Premium label emphasis */
.premium-label-highlight {
  color: #722323;
  margin: 0;
  font-family: 'Inter';
}

/* ===== Dropdown ===== */
.premium-filter-select {
  min-width: 240px;
  width: 74%;
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
}

/* Hover */
.premium-filter-select:hover {
  border-color: #ba487f;
}

/* Focus */
.premium-filter-select:focus {
  outline: none;
  border-color: #722323;
  box-shadow: 0 0 0 3px rgba(186, 72, 127, 0.15);
}



/* ===== Setup Example Infinite Vertical Carousel ===== */
#creative_setup_examples {
    height: 380px;
    overflow: hidden !important; /* Hides the scrollbar */
    position: relative;
    padding-right: 5px;
}

.vertical-marquee-track {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-content: flex-start;
    /* 15s controls the speed. Lower = faster, Higher = slower */
    animation: verticalScroll 15s linear infinite; 
}

/* Pause animation when the user hovers over the images */
#creative_setup_examples:hover .vertical-marquee-track {
    animation-play-state: paused;
}

@keyframes verticalScroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); } /* Scrolls exactly half the track to create a perfect loop */
}

/* =========================================
   PERFECT IDENTICAL TOOLTIP UI
   ========================================= */

/* 1. The Wrapper: Inline-flex keeps it next to the word without overlapping */
.voila-tooltip-wrapper {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: top !important; /* Start at the top of the text */
    margin-left: 4px !important;    /* Gap from the word */
    cursor: help !important;
    top: -2px !important;           /* Fine-tune this to lift it higher or lower */
}

/* 2. The Icon: Small, clean hollow circle */
.voila-info-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
    /* Exact Sizing to look like a superscript */
    width: 11px !important;
    height: 11px !important;
    font-size: 8px !important;
    cursor: pointer;
    /* Styling */
    color: #888 !important;
    border: 1px solid #888 !important;
    border-radius: 50% !important;
    background: transparent !important;
    font-family: sans-serif !important;
    font-style: italic;
    line-height: 1 !important;
}

/* 3. The Tooltip Text Box */
.voila-tooltip-text {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    bottom: 160% !important; /* Distance above the icon */
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: max-content !important;
    max-width: 250px !important;
    background-color: #333 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    z-index: 99999 !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
    pointer-events: none !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2) !important;
}

/* Tooltip Arrow */
.voila-tooltip-text::after {
    content: "" !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: #333 transparent transparent transparent !important;
}

.voila-tooltip-wrapper:hover .voila-tooltip-text {
    visibility: visible !important;
    opacity: 1 !important;
}




/* Universal Tooltip Text */
.voila-tooltip-text {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    bottom: 180% !important;
    left: 50% !important; /* Default: Center it */
    transform: translateX(-50%) !important;
    width: 220px !important;
    background-color: #333 !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    text-align: center !important;
    z-index: 9999999 !important;
    transition: opacity 0.2s ease-in-out !important;
    pointer-events: none !important;
}

/* THE "EDGE" FIX: Specifically for Custom/Last items */
.tooltip-edge-fix .voila-tooltip-text {
    left: auto !important;
    right: 0 !important; /* Align to right edge of icon */
    transform: translateX(0) !important; /* Remove the centering shift */
    text-align: right !important; /* Align text to the right inside the box */
}

/* Ensure the arrow follows the flip */
.tooltip-edge-fix .voila-tooltip-text::after {
    left: auto !important;
    right: 5px !important;
}

/* Hover trigger */
.voila-tooltip-wrapper:hover .voila-tooltip-text {
    visibility: visible !important;
    opacity: 1 !important;
}

/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\togglebutton.css ===== */


/* @font-face{
  font-family: 'inter';
  src: url("../mega_menu/fonts/inter/Inter-Regular.ttf") format("truetype");
 }


 * {
  box-sizing: border-box;
  font-family: 'inter';
 } */
 .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 12px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 0px;
    bottom: -5px;
    background-color: #e7e7e7;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #00994F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00994F;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\collectiondetail2.css ===== */


/* 
@font-face{
    font-family: 'inter';
    src: url("../mega_menu/fonts/inter/Inter-Regular.ttf") format("truetype");
   }



  * {
    box-sizing: border-box;
    font-family: "inter" !important;
    margin: 0;
    padding: 0;
  } */
   *{
    letter-spacing:1px;
   }
  p {
    margin-bottom: 0 !important;
  }
  hr {
    margin-bottom: 0 !important;
  }
  label {
    font-weight: 400 !important;
  }
  body {
    line-height: auto;
  }
  .detailed_model_detailedshot_extra{
    width: 100%;
    padding: 0;
    border-radius: 5px 5px 0px 0px;
  }
  .detailed_model_detailedshot,.detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot ,  .detailed_model_detailedshot_sq,.detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle{
    height: 35vw;
    width: 51vw;
    position: absolute;
    object-fit: cover;
    top: 0;
    cursor: zoom-in;
}
.marginleft4px {
    margin-left: 4px !important;

}
/* .fancybox-button {
    background: rgb(255 255 255) !important;
} */
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
}
p.referenceImg_tag {
    position: absolute;
    bottom: 3px;
    left: 3px;
    opacity: 0.9;
    background: white;
    width: 100px;
    text-align: center;
    font-weight: normal;
    padding:0px 3px;
}
img.eyeiconnewacolde {
    width: 13px;
    margin-right: 2px;
}
b.imgwithtextfashionportal{
    display: flex;
    align-items: center;
    width: 100%;
    height: 35vw;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}
b.imgwithtextmaretplace {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0;
    height: auto;
    /* box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2); */
    height: 100%;
    border: 1px solid;
    overflow: hidden;
    padding-top: 20px;
}

.item {
    background-color: white;
}
.imagesformobileviewspan {
    position: relative;
    height: 840px;
}
.blur_box {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 20px;
    width: 94%;
    margin: 0 auto;
    right: 0;
    height: 35px;
    backdrop-filter: blur(0.5px);
}


.breadcrum {
    font-size: 12px !important;
    width: 90% !important;
    display: flex !important;
    justify-content: left !important;
    padding: 14px 1px 10px !important;
    position: relative !important;
    z-index: 0 !important;
    margin-left: 4vh;
}


.totalnoofquantity, span#verify_shoot_date, span.congratsmessageq, p.colorblackmessage, .quantityforshoots, #total_photoshoot_quantity, .total_amount, .total.amount, .detailed_model_heading_name, .detailed_model_heading, #photoshoot_amount_hold, .gst_extra, #lookshot_p_extra_wisdom, .pricingforextraangles, .shootsfor, #marketplace, .totalnoofquantity, .gridingquantityforproduct, #total_photoshoot_price_with_extra_angles_76, .messageforshoots,.booknewslotforbooking, .detailed_model_heading_more, #pincode_tag_line, #single_book_now_button, .change_model_heading,#pincode_error, #eligiblity_error, .congratsmessageq {
    font-family: "inter";
}
b {
    font-family: 'inter';
    font-size: 11px;
}
img.background_img_collectiondetail{
    position: absolute;
    width: 100%;
    opacity: 0.6;
    top: 0;
}
.video_reels_sect {
    width: 100%;
    height: 45vw;
    /* border: 1px solid lightgrey; */
}
#total_photoshoot_quantity {
    margin-top: 22px !important;
}
span.extrashowcaseangles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.model_detailed_division_extras {
    position: relative;
    display: none;
      position: relative;
    width: 48%;
    margin: 5px;
    height: auto;
    height: fit-content;
    display: flex;
}
.model_detailed_division_extras_mp , .model_detailed_division{
    position: relative;
    display: none;
      position: relative;
    width: 47.8%;
    margin: 5px;
    height: auto;
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 35vw;
    display: flex;
}
b.underreleaveshot {
    position: relative;
    width: 100%;
    margin: 5px;
    height: auto;
    /* border: 1px solid lightgrey; */
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 445px;
    display: flex;
    align-items: center;
}
.collection_detail_images {
    width: 52vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 25px;
    height: fit-content;
    align-items: end;
    overflow-y: scroll;
    height: 820px;
    position: relative;

}

.collection_detail_images::-webkit-scrollbar {
    display: none !important;
  }
b.totalnoofquantity {
    width: 100px;
    display: block;
    font-size: 14px;
}

.model_detailed_division {
    position: relative;
    width: 25vw;
    height: 35vw;
    display: flex;
    align-items: center;
    float: right;
    margin: 5px;
}
#lookshot_p, #lookshot_marketplace_p {
    cursor: pointer;
    border-radius: 0;
    background: white;
    width: 120px;
    transform: rotate(-90deg);
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px;
    /* letter-spacing: 2px; */
    font-size: 9px;
    display: flex;
    align-items: center;
    border: 1px solid lightgrey;
    border-bottom: 0;
    margin-right: -40px;
    position: absolute;
    right: -7px;
    justify-content: center;
}



#lookshot_marketplace_p {
    right: -1px;
}

/* .detailed_model_detailedshot:hover + #lookshot_p, .detailed_model_backshot:hover + #lookshot_p, .detailed_model_sideshot:hover + #lookshot_p, .detailed_model_frontshot + #lookshot_p, .detailed_model_lookshot:hover + #lookshot_p{
    display: block;
} */
.detailed_rating {
    display: flex;
    align-items: baseline;
    width: 95px;
}
img.rating_stars {
    width: 15px;
}
section.collection_details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    z-index: 0;
    top: 0;
    color: #353647 !important;

}
.collection_detailed_model {
    width: 42%;
    margin-left: 15px;
    /* display: grid; */
    /* margin-top: 6px !important; */

}
p.detailed_model_heading, p.detailed_model_heading_name {
    font-size: 17px;
    color: black;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    margin: 0px !important;
}
p.detailed_model_heading_name {
    font-weight: 900;
   line-height: 30px;
}
hr#bottomline {
    background: lightgrey;
    width: 100%;
    /* border: 0.1px solid #d3d3d37a; */
    margin-top: 12px;
    opacity: 0.1;

}
.rating_number {
    font-weight: bolder;
    color: #D1226C;

}
.detailed_pricing {
    line-height: 30px;
    margin: 0;
    /* letter-spacing: 1px; */
    display: flex;
    flex-wrap: wrap;
    /* width: 110px; */
}
p.detailed_model_heading, p.detailed_model_heading_more {
    /* margin: 20px 0; */
    margin-bottom: 0;
}
p.detailed_model_heading_more {
    font-size: 14px;
    /* margin-bottom: 7px !important; */
    font-weight: 700;
    margin:10px 0px 0px 0px
}
div#photoshoot_amount_hold {
    font-size: 15px;
    /* letter-spacing: 0px; */
    margin-left: 3px;
}
hr{
    margin:0px;
}
div#photoshoot_amount, p.pricing_model {
    font-size: 25px;
}
p.gst_extra {
    font-size: 11px;
    font-weight: 100;
    color: black;
}

p#lookshot_p_extra_wisdom {
    padding: 10px 0 4px;
    font-size: 12px;
    text-transform: capitalize;
    width: 13rem;
    text-align: center;
    /* letter-spacing: 1px; */
    margin: 0 auto;
}
span.imagesetheight {
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

p.shootsfor {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    /* letter-spacing: 1px; */
    line-height: 30px;
}

label#marketplace {
    font-size: 13px;
    text-transform: capitalize;
}


.model_detailed_division_extra {
    border: 1px solid black;
    padding: 0px;
    border-radius: 5px;
    margin-right: 5px;
    width: 82vh;
    margin-bottom: 12px;
}
p#lookshot_p_extra {
    color: black;
    width: 100%;
    text-align: center;
    padding: 15px 0 18px;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
p.pricingforshoots {
    font-size: 22px;
    font-weight: 600;
}
.gstextraslum {
    margin-top: 2px;
}
p.pricingovertoggle {
    font-size: 14px;
}



.detailed_more_angle {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    overflow-y: auto;
    width: 100%;

}
button.adding_extra_shots {
    width: 90%;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
}
img.questionmark {
    width: 10px;
}
.buttons_radio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    /* flex-wrap: wrap; */
    /* margin-top: 22px; */
    border-top: 1px solid #d3d3d354;
    border-bottom: 1px solid #d3d3d354;
    padding: 6px 0;
}
p.totalamountofshootprocess {
    font-size: 25px;
    display: flex;
    width: 250px;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;

}
.headingbeforeplace {
    margin-top: 22px;
    font-size: 18px;
    text-transform: uppercase;
}
section.detailedforquantity {
    display: flex;
    justify-content: left;
    width: 100%;
    border-bottom: 1px solid #d3d3d354;
}
input#inputvalue {
    width: 45px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}
.blockheadingspart {
    display: grid;
    place-content: baseline;
    place-items: start;
    line-height: 40px;
    font-weight: 600;
}
.blockheadingsgarment {
    display: grid;
    place-content: baseline;
    place-items: center;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 20px;
}

.blockheadings {
    display: none;
    place-content: baseline;
    place-items: center;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 20px;
}
p.totslnoofheadingspricing {
    font-weight: 600;
}


.marketPlace {
    width: auto;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    position: relative;
}
input#mp, input#fp, input#bp, input#ps {
    width: 15px;
    margin-left: 5px;
}
p.change_model_heading {
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 18px;
    margin: 8px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 210px;
    background-color: white;
    box-shadow: 0px 5px 9px 0px #f8e0f266;
    padding: 9px;
    border-radius: 5px;
    justify-content: center;
    height: 43px;
    border: 1px solid #00000063;

}
.change_model_heading:active {
    transform: translateY(1px);
}

p.headingbasebox211 {
    font-weight: 100;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0px 0px -2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98px;
    background-color: #a09ca55c;
    box-shadow: 2px 2px 14px 3px #F8E0F2;
    padding: 7px;
    border-radius: 10px;
    justify-content: center;
}
.headingbasebox211:active {
    transform: translateY(1px);
}
button.button_book_now {
    background: none;
    padding: 0 30px 0 0;
    border: 0 !important;
    margin-top: 4px;
    outline: none !important;

    }
.buttons_for_change_models {
    display: flex;
    width: 450px;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
#book_now_bag {
    width: 210px;
    background-color: #3C7CF9;
    color: white;
    padding: 7px;
    /* margin-top: 5px; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,10%);
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#book_now_bag:active {
    transform: translateY(1px);
}
.image-upload>input {
  display: none;
}
label.label_for_upload {
    display: flex;
    align-items: center;
    width: 230px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: white;
    padding: 9px 11px;
    border-radius: 30px;
    margin: 9px 0px;
    font-size: 17px;
    border: 1px solid;
    justify-content: space-between;
}
p.diliverable_status {
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
    text-align: start;
    margin-left: 45px;
}
.diliverable_time\&offers {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    text-align: left;
    margin-left: 45px;

}
.diliverable_time {
    width: 220px;
    display: grid;
    line-height: 0px;
    font-size: 15px;
    display: none;
}
p.diliveryText {
    /* letter-spacing: 3px; */
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 800;
    margin-top: 45px;
    margin-left: 8px;
}
p.diliverable_timeTaken {
    text-align: left;
    font-size: 13px;
    margin-left: 14px;
    font-weight: 600;
}
.BestOffers\&prices {
    display: grid;
    font-size: 13px;
    width: 200px;
}
p.bestOffeR {
    font-weight: 800;
    color: black;
}
span.price_best_prices {
    font-weight: 600;
}
img.diliverable_clock {
    width: 25px;
}
input#extra_angle_first_22, input#extra_angle_first_21, input#extra_angle_second_22,input#extra_angle_second_21, input#video_shot_22,input#video_shot_21,  input#video_shot_22, input#video_shot_21 {
    display: none;
}
.priceandtoggle {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    margin: 6px;
}
/* input#mp, input#fp, input[type="radio"], input[type="radio"] {
    width: 75%;
    margin-bottom: 5px;
    margin-top: 8px;
} */
p#pincode_error, p#eligiblity_error {
    color: #D1226C;
    text-align: left;
    margin-top: -20px;
    margin-bottom: 10px;
}
p.variations {
    font-size: 20px;
    width: 90%;
    margin: 30px 22px -22px;
    text-transform: uppercase;
}
span#marketandfashionplace {
    font-size: 9px;
    width: 100px;
    display: block;
    margin: 0 auto;
    /* letter-spacing: 1px; */
}
p#option_err_msg {
    text-align: center;
    font-size: 16px;
    color: #D60000;
}
a.booknowtag {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.change_model_division {
    display: flex;
    padding: 10px 0 3px 0 !important;
    width: 100%;
    justify-content: flex-start;
    align-items: baseline;
    /* border-bottom: 1px solid #d3d3d321; */
    overflow: auto;
}
span.gridingquantityforproduct {
    display: grid;
    place-items: center;
    /* margin: 0 auto; */
    width: auto;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    align-items: self-end;
}
.diliverablecontents {
    width: 100%;
    display: flex;
    position: relative;
    bottom: 0;
    right: 40px;
    margin-top: 30px;

}
span.gridingquantityforproductforheading {
    width: 120px;
    font-size: 13px;
}

p.quantityforshoots {
    width: 100%;
    margin: 30px 0;
    font-weight: 700;
    font-size: 14px;
}
p#total_photoshoot_quantity {
    width: 100%;
    margin: -4px 0 18px;
    font-weight: 600;
    font-size: 14px;
}
.total.amount {
    display: flex;
    justify-content: space-between;
    width: 250px;
    padding: 10px 0 0;
    font-weight: bold;
    /* letter-spacing: 2px; */
    position: relative;
}
.pincodeforshootdate {
    margin: 0;
    position: relative;
    width: 100%;
}
button.checkpincodebutton {
    position: absolute;
    top: 18px;
    right: 5px;
    border: 0;
    background: 0;
    font-size: 15px;
}
input.inputshootdate {
    padding: 10px;
    width: 100%;
    background-color: #f7f4f4;
    border: 1px solid #9b9b9b;
    margin: 8px 0px;
    border-radius: 5px;
    font-weight: 800;
}
span.pincodezipcode {
    width: 260px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.iimageforhover {
    width: 12px;
}



p.total_amount {
    margin-right: 5px;
}
span.indianruppes {
    display: flex;
    width: max-content; 
    margin: 0 auto;
    justify-content: center;
    margin-top: 9px;
    font-weight: 600;
}
.change_model_divisioninnerdiv {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    /* overflow-y: auto; */
}
p.pricing_model {
    font-size: 15px;
    font-weight: 700;
}
p.detailed_model_headingmore {
    font-size: 20px;
    margin: 10px 0 5px;
}
p.detailed_model_lookshot {
    display: flex;
    align-items: center;
    width: 170px;
    justify-content: space-between;
}
b.garmentslogan {
    height: 40px;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 300;
    width: 12rem;
}
.change_model_division {
    padding: 21px;
}

input.quantity {
    width: 42px;
    border: 2px solid;
    height: 33px;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    border: 1px solid lightgrey;
}
/* rajit changes here */

img.detailed_model_lookshot_modelimg {
    width: 100%;
    margin-top: 0;
    object-fit: cover;
    height: 34.8vw;
}
#lookshot_marketplace_p {
    right: -7px;
}

a#view_profile_anchortagcollectiondetaillike {
    display: block;
}
p.nextshootdateheadingscollectiondetail {
    font-size: 13px;
    margin-bottom: 0;
}
h1.headingbasebox_pricingdetail {
    font-size: 13px;
    /* letter-spacing: 1px; */
    margin-left: 1px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
   z-index: 9999 !important;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  max-width: 1500px !important;
}

/* Modal Content */
.slidermodal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.7s;
  animation-name: animatetop;
  animation-duration: 0.7s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The closemodalslider Button */
.closemodalslider {
    color: black;
    float: right;
    /* width: 16px; */
    /* border: 1px solid; */
    margin-top: 10px;

}

.closemodalslider:hover,
.closemodalslider:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.slidermodal_header {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: white;
}

.modalbodyslider {padding: 2px 16px;}

.slidermodal_footer {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: white;
}
img.child-img {
    width: -webkit-fill-available;
    margin:0 30px 0 0;
        }
        .cover {
            display: flex;
            width: 100%;
            align-items: center;
            overflow: auto;

        }
        .scroll-images {
            display: flex;
            overflow: auto;
            width: 100%;
            justify-content: left;
        }
        button.right,button.left {
            background: none;
            border: 0;
        }
        .fa-solid, .fas {
            font-weight: 900;
            font-size: 20px !important;
        }
     
        section.detailsmodelsquick {
            width: 15vw;
        }
        .nameandprofileviews {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            margin: 6px 0;

        }
        a#viewprofilehands {
          font-weight: 100;
          color: #D1226C;
          text-transform: capitalize;
          font-size: 13px;
        }
        span.detailedofmodelresp {
            display: flex;
            width: 100%;
            font-size: 14px;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 1px 0 10px;

        }
        button.Booknow_models {
            width: 100%;
            /* padding: 8px; */
            margin: 5px auto;
            border: 1px solid lightgray;
            color: white;
            background-color: #3c7cf9;
            font-weight: 700;
            border-radius: 5px;
        
        }
        p.height_basebox1 {
            margin: 0;
            width: 50%;
            text-align: left;
        }

        p.height_basebox212 {
            margin: 0;
            width: 50%;
            text-align: right;
        }

        .basebox1 {
            line-height: 15px;
            padding-top:2px;
        }
        
        .basebox2 {
            line-height: 16px;
        }
        p.height_basebox2_circle {
            margin-top: 0px;
        }
        a#view_profile_anchortag {
            width: 108px;
            /* margin-top: 2px; */
        }
        h1.headingbasebox1 {
            margin: 0;
            font-size: 13px;
            font-weight: 600;
            /* letter-spacing: 1px; */
            margin-left: 1px;
        }
    
        .latestbuttondivsyoumaybook {
            display: flex;
            width: 100%;
            justify-content: space-between;
            margin-top: 6px;
            height: 26px;
        }
        
        
        ul.menu_containeryoumayalsolike {
            list-style-type: none;
            width: 97%;
            max-width: 1600px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: auto auto auto auto auto;
            gap: 10px;
            padding: 10px;
            place-content: flex-start;
        }

        li.menus_li_youmaylike {
            position: relative;
            height: auto;
            margin-bottom: 20px;
            margin: 6px;
            max-width: 17.5vw;
            cursor: pointer;
        }

        .Booknow_modelsyoumaybooknow {
            width: 108px;
            background-color: #3C7CF9;
            color: white;
            padding: 6px 4px;
            margin-top: 0;
            box-shadow: 2px 2px 6px 3px #ebebeb;
            border-radius: 5px;
            font-size: 12px;
            text-align: center;
            cursor: pointer;
            font-weight: 800;
            border: 0;
            height: 30px;
        }
      
        /* width */
        .detailed_more_angle::-webkit-scrollbar, .change_model_division::-webkit-scrollbar {
          height: 4px;
          line-height: 30px;
        }
        
        /* Track */
        .detailed_more_angle::-webkit-scrollbar-track, .change_model_division::-webkit-scrollbar-track {
          background: #f1f1f1; 
        }
         
        /* Handle */
        .detailed_more_angle::-webkit-scrollbar-thumb, .change_model_division::-webkit-scrollbar-thumb {
          background: #8888886b; 
        }
        
        /* Handle on hover */
        .detailed_more_angle::-webkit-scrollbar-thumb:hover, .change_model_division::-webkit-scrollbar-thumb:hover {
          background: #555; 
        }

        a#view_profile_anchortag {
            width: 108px;
            /* margin-top: 2px; */
          
        }


/******************** Tooltips*********************/
.tooltip {
    position: relative !important;
    display: inline-block !important;
    top: -1px;
    opacity: 1 !important;
    z-index: 1 !important;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px 3px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: 8px;
    font-weight: 600;    
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -140px;
  }
  
  .tooltip:hover .tooltiptext {
    /* letter-spacing: 1px; */
    padding: 5px;
    font-weight: 200;
    border: 1px solid;
    width: 300px;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
    line-height: 20px;

}

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: #4c4c4c transparent transparent transparent;
  }

  span.tooltiptext.upcomingself::after {
    left: 96% !important;
    content: "";
    position: absolute;
}
span.tooltiptext.upcomingtaglinesq {
    left: -11vw !important;
}
span.tooltiptext.upcomingtaglinesq::after {
    left: 96% !important;
}


  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  div#pincodeaftermessage, div#choosenextshootmessgae {
    border: 1px solid lightgrey;
    width: 500px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    background: white;
    top: -8px;
    left: -3px;
    display: none;
    height: auto;
}
.model_detailed_division_sq {
    position: relative;
    width: 25vw;
    margin: 5px;
    height: auto;
    /* border: 1px solid lightgrey; */
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 35vw;
    display: flex;
    align-items: center;
    border: 1px solid;
    overflow: hidden;
}
.model_detailed_division_sqli {
    position: relative;
    width: 25vw;
    margin: 5px;
    height: 35vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid;
}


.detailed_model_lookshot_sqli {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
p.detailed_model_heading {
    font-size: 13px;
    text-transform: capitalize;
}
input#site_available_date_1, input#site_available_date_2, input#site_available_date_3, input#site_available_date_4, input#site_available_date_5 {
    width: 40px;
}
p#pincode_tag_line {
    color: #ff4048;
    /* padding-top: 18px;    */

}
p.viewprofileondetailpageseldom {
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #D1226C;
    font-family: 'inter';
    /* letter-spacing: 1px; */
    float: right;
    margin-right: 10px;

}
a.fashionportalimglatest {
    width: 100%;
}
p#login_signin_err {
    position: absolute;
    top: 10px;
    font-size: 11px;
    text-align: center;
    width: 93%;
    color: red;
    text-transform: capitalize;
    font-weight: 600;
}
p#login_signup_err {
    position: absolute;
    font-size: 10px;
    display: flex;
    width: 90%;
    font-weight: 600;
    color: red;
    bottom: 15.2vh;
    margin-left: 35px;
}
p#login_mobile_no_err, p#login_password_err {
    position: absolute;
    top: 38px;
    font-size: 9px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 100;
}



p#first_name_err, p#last_name_err, p#email_err, p#mobile_no_err, p#signup_password_err {
    position: absolute;
    top: 36px;
    display: flex;
    width: 100%;
    text-transform: capitalize;
    font-size: 9px;
    color: red;
    font-weight: 600;
    margin-left: 22px;
}
.left_circle, .right_circle {
    max-width: 50%;
    opacity: 0.5;
}
p#extra_option_err_msg {
    color: red;
    font-size: 11px;
    margin-top: -18px;
    text-align: left;
}
.mobileview_designlat {
    display: grid;
    width: max-content;
}


/* arrow down */
#down_arrow_hits {
    width: 150px;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    left: 35px;
    opacity: 0;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
      bottom: 100px;
    }
    50% {
      bottom: 90px;
    }
  }

/* arrow down end */
p#login_signup_err_verify {
    font-size: 9px;
    color: red;
    position: absolute;
    top: 36px;
    font-weight: 700;
    margin-left: 18px;
}
  /************************************* ends *******************/



@media screen and (max-width: 1000px) {

    .tooltip .tooltiptext::after, span.tooltiptext.upcomingself::after {
        display: none;
    }
    input#mp, input#fp, input#bp, input#ps {
        width: 170px;
        margin-left: 5px;
    }    

    .model_detailed_division_extras_mp, .model_detailed_division {
        height: 65vw;
    }
    .model_detailed_division_extras {
        height: auto;
        /* margin-top: 15px; */
    }
    /* .model_detailed_division_extras_mp, .model_detailed_division {
        height: 60vw;
    } */
    .model_detailed_division_sq {
        width: 47vw;
        height: 65vw;
    }
    .model_detailed_division_sqli {
        width: 47vw;
        height: 65vw;
    }
    img.detailed_model_lookshot_modelimg {
        width: 100%;
        margin-top: 0;
        object-fit: cover;
        height: inherit;
    }
    a.sqliankertag {
        width: 100%;
        height: 100%;
    }
    .buttons_radio {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        font-size: 18px;
        flex-wrap: wrap !important;
    }
    p#pincode_tag_line {
        color: #ff4048;
        text-align: left;
    }
    p.gstextraslum {
        text-align: left;
    }
    p.viewprofileondetailpageseldom {
        width: 105px;
    }
    img.eyeiconnewacolde {
        width: 17px;
    }
   .model_detailed_division {
        position: relative;
        width: 48%;
        height: 64vw;
        margin-top: 15px;

    }
    a.fashionportalimglatest {
        width: 100%;
        height: 100%;
    }
    b.imgwithtextfashionportal {
        align-items: center;
        width: 100vw;
        object-fit: cover;
        height: 100%;
        position: initial;
    }
    /* section.collection_details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: inherit;
        z-index: 0;
    } */
    .breadcrum {
        font-size: 12px !important;
        padding-left: 15px !important;
        width: 100%;
        display: flex;
        justify-content: left;
        padding: 10px 10px;
        position: relative;
        z-index: 0;
    }    
    .collection_detail_images {
        display: flex;
        justify-content: center;
        height: 72vw;
        width: 100%;
        margin: 0;

    }
    
    .collection_detailed_model {
        text-align: center;
        margin: 10px auto 0;
        width: 92%;
        position: initial;
    }
    .detailed_rating {
        display: flex;
        margin: 0 auto;
    }   
    .diliverable_time\&offers {
        display: flex;
        width: 80%;
        justify-content: left;
        flex-wrap: wrap;
        width: 90%;
        text-align: left;
        margin: 0 auto;
    } 

    
    /* .detailed_model_detailedshot:hover + #lookshot_p, .detailed_model_backshot:hover + #lookshot_p, .detailed_model_sideshot:hover + #lookshot_p, .detailed_model_frontshot:hover + #lookshot_p, .detailed_model_lookshot:hover + #lookshot_p:hover {
        display: block;
    } */
    .buttons_for_change_models { 
        flex-wrap: wrap;
        display: flex;
        width: 100%;
    }
    .detailed_more_angle {
        display: flex;
        width: 101.5%;
    }
.diliverablecontents {
    width: 100%;
    display: grid;
    place-content: end;
    position: unset;
 }
 p.detailed_model_heading, p.detailed_model_heading_more, p.gst_extra , div#photoshoot_amount, p.pricing_model{
    text-align: left !important;
    font-size: 16px;
 }
 .model_detailed_division_extra {
    width: 49%;
 }
 .marketPlace {
    width: 175px !important;
    margin: 20px;
}
.change_model_division {
    padding: 0 !important;
}
span.gridingquantityforproduct {
    font-size: 10px;
}
button.button_book_now, label.label_for_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    padding: 0;
}

p.variations {
    font-size: 16px;
    width: 90%;
    margin: 10px 3px -22px;
    text-transform: uppercase;
    text-align: left;
}
.buttons_for_change_models {
    margin-bottom: 35px;
    width: 70%;
}
    }


/***************************extra designing******************/

 img#closey, img#nextshootclosey {
    background: white;
    border: 0 !important;
    width: 20px;
    position: absolute;
    top: 4px;
    right: 5px;
}
p.messageforshoots {
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    margin-top: 15px;

}
span.buttonforshootandmodels {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
button.booknewslotforbooking {
    border-radius: 5px;
    width: 30%;
    padding: 10px;
    background-color: #0075ff;
    color: white;
    font-weight: 600;
    /* letter-spacing: 2px; */
    font-size: 10px;
    height: 35px;
    border: 0;
    transition: 0.3s;

}
.booknewslotforbooking:hover {
    background-color: white;
    color: black;
    border: 1px solid lightgrey;

}
h3.chooseing {
    margin: 10px 0 10px;
    font-size: 16px;
}

div#ChooseUserDeliveredDateMessgae {
    border: 1px solid lightgrey;
    width: 450px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    background: #FAEFEF;
    top: -8px;
    left: -3px;
}
img#UserDeliveredDateclosey {
    background: #faefef;
    border: 0;
    width: 20px !important;    
}
select#user_delivery_days, select#user_delivery_days_message {
    background: black;
    color: white;
    border-radius: 20px;
}

.left_graphic, .right_graphic {
    width: 75px;
}

.left_graphic {
    background: url("../mega_menu/img/graphic/left_graphic.gif");
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 60px;
    position: absolute;
    left: -55px;
    top: 2px;

}

.right_graphic {
    background: url("../mega_menu/img/graphic/right_graphic.gif");
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 60px;
    position: absolute;
    right: 10px;
}

p.congratulationmethods {
    position: relative;
    width: 100%;
}
span.spanpricingawq {
    display: flex;
    width: 85px;
}
b.rupesssign {
    /* width: 16px; */
    font-size: 17px !important;
    /* line-height: 18px; */
}
span.congratsmessageq {
    color: #D1226C;
    font-weight: 600;
    font-size: 16px;
}

a#single_book_now_button, a#double_book_now_button {
    width: 210px;
    background-color: rgb(60, 124, 249);
    color: white !important;
    box-shadow: 1px 4px 5px 0px rgb(60 124 249 / 23%);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    height: 43px;
    font-weight: 600;
    text-decoration: none;
}
#single_book_now_button:active {
    transform: translateY(1px);
}
b.namewithprofiles {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

p.viewprofileondetailpage {
    font-weight: 600;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 11px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background-color: white;
    box-shadow: 2px 2px 6px 3px #ebebeb;
    padding: 6px 4px;
    border-radius: 5px;
    border: 1px solid #0000007a;
    /* position: absolute; */
    width: 108px;
    right: 0;
    bottom: 0;
}
.mobileviewcollectiondetaillatest {
    display: none;
}
p.upcomingtagline {
    display: none;
}
.upcomingself {
    left: -10vw !important;
}
.showMessageBtn {
    display: none;
}


@media screen and (max-width: 1200px) {
    ul.menu_containeryoumayalsolike {
        grid-template-columns: auto auto auto auto;
    }
    li.menus_li_youmaylike {
        max-width: 22.5vw;
    }
    
}

@media screen and (max-width: 900px) {
    ul.menu_containeryoumayalsolike {
        grid-template-columns: auto auto auto;
    }
    li.menus_li_youmaylike {
        max-width: 29.5vw;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 45%;
    }
    
}
/***** experiment******/
@media screen and (max-width: 600px) {
    input.inputshootdate {
        margin: 0px 0px 8px;
    }
    section.collection_details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: inherit;
        z-index: 0;
    }
    .upcomingtagline {
        margin-top: -10px;
        position: absolute;
        left: 44vw;
        top: 10px;
    
    }
    .tooltip:hover .tooltiptext {
        width: 96vw;
        background: white;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        margin-right: 0;
        left: 0;
        font-size: 12px;
        height: 35px;
        font-weight: 100;
        border: 1px solid lightgrey;
    }
    .upcomingself {
        top: -59px !important;
        left: -189px !important;
    }
    .bothtooltipmobile {
        left: 18vw !important;
        top: -24vw !important;
        }
        .marketplacesq {
            top: -16vw;
        }
li.menus_li_youmaylike {
    max-width: 49%;
    margin: 0;
    margin-right: 5px;
}
.baseboxdivision {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
b.namewithprofilemode {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 45vw;
}
    ul.menu_containeryoumayalsolike {
        display: flex;
        justify-content: space-between;
        overflow-y: auto;
        width: 98%;
        gap: 0;
        padding: 10px;
    }

    span.imagesformobileviewspan {
        display: contents;
    }
    p.detailed_model_heading_name {
        font-weight: 900;
        margin-bottom: 0px !important;
        font-size: 12px;
        margin: 0 !important;
        /* letter-spacing: 1px; */

    }
    p.viewprofileondetailpageseldom {
        width: 95px;
        font-size: 10px;
        margin-right: 0;
        font-weight: 200;
        margin-left: 5px;
        /* letter-spacing: 0px; */
    
    }
    b.namewithprofiles {
        margin-bottom: 10px;
        display: none;
    }
    .eyeiconnewacol {
        width: 13px;
    }
    p.detailed_model_heading {
        font-size: 11px !important;
        /* letter-spacing: 1px; */
        display: none;
    }
    p.gst_extra {
        font-size: 10px;
        display: none;
    }
    div#photoshoot_amount_hold,p.pricing_model {
        font-size: 15px;
        font-weight: bold;

    }
    p.shootsfor {
        margin-top: 20px;
    }
    p.messageforshoots {
        font-size: 12px;
     }

    span.buttonforshootandmodels {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    span.gridingquantityforproductforheading {
        width: 100%;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding-top: 15px;

    }
    .change_model_division {
        display: contents;
    }
    b.totalnoofquantity, p.quantityforshoots, p#total_photoshoot_quantity {
        width: 33%;
        display: block;
         margin:0;
        font-weight: 600;
        font-size: 11px !important;
    }
    b.garmentslogan {
        width: 35%;
        height: 25px;
        padding: 6px;
        text-align: left;
        font-size: 10px;
    }
    input.quantity {
        width: 50px;
        height: 30px;
        margin: 0 auto;
        font-size: 12px;
        text-align: center;
    }
    span.indianruppes {
        display: flex;
        /* margin: 0 auto; */
        justify-content: flex-start;
        margin-top: 0px;
        font-weight: 600;
        font-size: 13px;
        margin: 0;
        text-align: left;
        margin-left: 50px;
        width: 23%;
    }
   
    span.gridingquantityforproduct {
        display: flex;
        align-items: center;
        width: 100%;
        height: 25px;
        margin-top: 10px;
    }
    b.totalnoofquantity {
        text-align: left;
        margin-left: 7px;

    }
     .angleforshotjell1, .angleforshotjell2, .angleforshotjell3, .angleforshotjell4 {
        width: 100%;
    }
    .total.amount {
        width: 100%;
        margin-top: 8px;
        border-top: 1px solid lightgrey;
        padding-top: 8px;
        font-size: 14px;
        justify-content: left;
        align-items: baseline;

    }
    b.rupesssign, #total_photoshoot_price_with_extra_angles {
        font-size: 16px;
    }
    p#pincode_tag_line {
        color: #ff4048;
        font-size: 12px;
        margin-top: 20px;
    }
    .pincodeforshootdate {
        margin: 15px 0 2px;
        font-size: 12px;
    }
    a#single_book_now_button {
        font-size: 14px;
        width: 96%;
        border-radius: 5px;

    }
    p.change_model_heading {
        font-size: 14px !important;
        width: 46%;
        box-shadow: 0px 5px 9px 0px #f8e0f266;
        background-color: white;
        margin: 0;
        border-radius: 5px;
        font-weight: 600;

}
p.colorblackmessage {
    margin-top: 10px;
}
button#single_select {
    width: 53%;
    padding-right: 10px;
}
div#pincodeaftermessage, div#choosenextshootmessgae {
    width: 100%;
    z-index: 9;
    left: 1px;
}
button.booknewslotforbooking { 
    border-radius: 5px !important;
    width: 90px;
    padding: 6px;
    background-color: white;
    color: black;
    font-weight: 600;
    /* letter-spacing: 2px; */
    margin: 6px 0;
    border: 1px solid black;

    }

h1.headingbasebox1 {
    margin: 0;
    font-size: 12px;
    margin-bottom: 5px;
}

    p.Booknow_models {
        width: 80px;
        padding: 4.7px;
        font-size: 10px;
        font-weight: 600;
        /* letter-spacing: 1px; */
    }
    p.viewprofileondetailpage {
        font-weight: 600;
        color: #D1226C;
        text-transform: capitalize;
        font-size: 11px;
        margin: 0px 0px 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 105px;
        background-color: white;
        box-shadow: 2px 2px 6px 3px #ebebeb;
        padding: 5.5px 4px !important;
        border-radius: 5px;
        border: 1px solid #0000007a;
        /* letter-spacing: 1px; */
    }
    .change_model_divisioninnerdiv {
    flex-wrap: wrap;
    justify-content: space-between;
    }    
    .collection_detail_images {
        display: flex;
        justify-content: flex-start;
        height: auto;
        flex-wrap: nowrap;
        margin-left: 10px;
        margin-right: 10px;

    }

.diliverable_time {
    width: 220px;
    display: grid;
    line-height: 20px;
    font-size: 15px;
    margin: 20px;
    display: none;
}
.buttons_radio {
    width: 100%;
    flex-wrap: wrap;
    /* margin-left: -10px; */
    justify-content: space-between;

}
.BestOffers\&prices {
    display: grid;
    font-size: 13px;
    width: 200px;
    line-height: 20px;
}
.model_detailed_division_extra {
    width: 48%;
}
.marketPlace {
    width: 44% !important;
    font-size: 12px;
    text-align: left;
    margin: 3px;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: baseline;
}

span.imagesetheight {
    height: fit-content;
    overflow: hidden;
    border-radius: 10px;

}
p.detailed_model_heading_more, p.shootsfor {
    text-align: center !important;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

p.detailed_model_heading_more {
    margin-bottom: 10px !important;
}
label#marketplace {
    font-size: 11px;
}
img.iimageforhover {
    width: 12px;
    margin-left: 5px;
}
.showMessageBtn {
    display: block;
}
.model_detailed_division {
    width: 45%;
    margin: 5px;
    height: auto;
}
span.spanpricingawq {
    display: flex;
    margin-left: 0;
    text-align: center;
    justify-content: flex-start;
    margin-right: 1px;
    width: auto;
}


p#total_photoshoot_quantity {
    text-align: inherit;
}
.lefty {
    padding-right: 20px !important;

}


.model_detailed_division_extras {
    width: 72%;
    height: 95vw;
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
}
.collection_detailed_model {
    margin: 10px auto 0;
    width: 92%;
    position: initial;
}
input#mp, input#fp, input#bp, input#ps {
    width: 14px;
    margin-left: 5px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;

}
.model_detailed_division_sq {
    position: relative;
    width: 72%;
    height: 95vw;
    overflow: visible;
}
b.imgwithtextmaretplace {
    height: 95vw;
    width: 72vw;
    }

    .model_detailed_division_extras_mp, .model_detailed_division, .model_detailed_division_sqli {
        width: 72%;
        height: 95vw;
}

.detailed_model_detailedshot, .detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot, .detailed_model_detailedshot_sq, .detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle {
    height: 95vw !important;
}
p#lookshot_p_extra_wisdom {
    width: 13rem;
}
b.imgwithtextfashionportal {
    height: -webkit-fill-available !important;
    margin-top: 0;
}
p.gstextraslum {
    text-align: left; 

    }

    /* .buttons_for_change_models {
        margin-bottom: 0px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: white;
        left: 0;
        z-index: 9;
        box-shadow: 1px -3px 16px 0 rgba(0,0,0,0.2);
        display: flex;
        justify-content: space-evenly;
        padding: 10px 5px;

    } */
    .diliverablecontents {
        margin: 0;
    }
    .model_detailed_division_sqli {
        position: relative;
        width: 72%;
        margin: 5px;
        height: 95vw;
        overflow: visible;
}
img.detailed_model_lookshot_modelimg {
    width: 100%;
    margin: 0;
}
#lookshot_marketplace_p {
    right: -8px;
}
.youmay {
    margin-top: 30px !important;
}
span.congratsmessageq {
    color: #D1226C;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}
span.text-rainbow-animation {
    font-size: 14px !important;
}
button#single_select {
    width: 50%;
    padding-right: 0;
    margin: 0;
    justify-content: left;
}
.mobileviewcollectiondetaillatest {
    display: block;
    width: 100%;
    padding: 0 15px;
}
b.mobileviewsdetailing {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    height: 20px;
    align-items: center;
    margin-top: 10px;
}
.mobileviewcollectiondetaillatest {
    width: 100%;
    padding: 10px;
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: end;
}

.detailed_pricing {
display: none;
}
hr#bottomline {
    display: none;
}
.detailed_pricing_mobileview {
    display: flex;
    width: max-content;
    margin-top: 0px;
    font-size: 12px;
    line-height: 20px;

}
p.gst_extra_mobileview {
    font-size: 10px;
    margin-top: 0;
    height: auto;
}
div#photoshoot_amount_hold {
    font-size: 12px;
    /* padding-left: 2px; */
}
.breadcrum {
    padding-left: 6px !important;
    display: none !important;
}
#total_photoshoot_quantity {
    margin-top: 0px !important;
}
 }
@media screen and (max-width: 450px) {
    a#view_profile_anchortag {
        /* top: 65.5vw !important;
        position: absolute; */
    }
    p.viewprofileondetailpage {
        font-size: 9px;
        width: 82px;
        /* letter-spacing: 0.5px; */
        top: -7px !important;

    }
    img.eyeiconnewacolde {
        width: 16px;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 50%;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* letter-spacing: 1px; */
    }
}


/* you may book  */
.trendingyug {
    height: 22vw;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
li.menus_li_youdetails {
    position: relative;
}
.models_img_detailscol {
    width: 100%;
    border-radius: 20px;
    border: 0;
    height: auto;
}

@media screen and (max-width: 1250px) {
    .trendingyug {
        height: 28vw;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .trendingyug {
        height: 37vw;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }
    .detailed_model_detailedshot, .detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot, .detailed_model_detailedshot_sq, .detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle {
        height: 65vw;
        width: 72vw;
        position: absolute;
        object-fit: cover;
        top: 0;
    }
}

@media screen and (max-width: 750px) {
    ul.menu_containeryoumay {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
    }
li.menus_li_youdetails {
    position: relative;
    width: 44vw;
}
.trendingyug {
    height: 55vw;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
p.viewprofileondetailpage {
    /* position: absolute;
    top: -56px !important; */
    /* letter-spacing: 0px; */
    font-size: 10px;
    background: none;
    width: 100%;
    /* letter-spacing: 1px; */
    height: 30px;
}
img.eyeiconnewacolde {
    width: 14px;
    }
}


/* change model css newly design   */
.child {
    width: 35vh;
    margin: 5px;
    color: black;
}
img.child-img {
    width: 100%;
    margin: 0;
}
section.detailsmodelsquick {
    width: 100%;
}
.slidernameandprofileviews {
    width: 35vh !important;
}
.sliderheadingbasebox1 {
    margin: 0;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}
#sliderviewprofilehands {
    font-size: 10px;
}
.slidermodal_content {
    width: 100%;
    border-radius: 6px;
}

a#viewprofilehands\ sliderviewprofilehands {
    font-size: 11px;
    color: #d1226c !important;
}



.scroll-images::-webkit-scrollbar {
    display: none;
}
p.viewprofileondetailpageqwerty {
    display: none;
}
@media screen and (max-width: 600px) {

    #message {
        position: absolute;
        top: -46px;
        background: white;
        color: black;
        margin: 0 auto;
        text-align: center;
        box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.2);
        width: 290px;
        line-height: 30px;
    }
    #down_arrow_hits {
            display: none !important;
        }
    .showMessageBtn {
            background: none;
            border: 0;
        }
    p#option_err_msg {
        text-align: center;
        font-size: 11px;
        color: #D60000;
    }
    a#view_profile_anchortagcollectiondetail {
        display: block;
    }
    p.viewprofileondetailpageqwerty {
        font-size: 10px;
        color: #d1226c !important;
        text-transform: capitalize;
        align-items: center;
        /* letter-spacing: 0.5; */
        display: flex;
    
    }
    b.namewithprofilemode {
        display: flex;
        justify-content: space-between;
        width: 100vw;
    }
    a#view_profile_anchortagcollectiondetaillike {
        display: block;
        /* position: absolute;
        right: 0;
        bottom: 10vh; */
    }  
    p.nextshootdateheadingscollectiondetail {
        font-size: 9px;
        font-weight: 700;
    }
   .newdesign {
    font-size: 10px !important;
   }
    
    
    p.viewprofileondetailpage {
      display: none;
    }
    .scroll-images {
        justify-content: left;
        margin-top: 15px;

    }
    .child {
        width: 31vh;
    }
    .slidernameandprofileviews {
        width: 31vh !important;
    }
    /* .basebox1 {
        margin-left: -8px;
    } */
    
    div#same_photoshoot_date {
        text-align: left;
        padding-top: 15px;
    }
    .modalbodyslider {
        padding: 20px 16px;
    }
    .closemodalslider {
        position: absolute;
        right: 15px;
        opacity: 1;
        margin: -10px;
    
    }
    a#view_profile_anchortag {
        width: 95px;
        margin-top: 2px;
        /* top: 275px !important; */
    }
    .viewprofileondetailpage {
        width: 83px;
        /* letter-spacing: 0px; */
        font-size: 10px;
        border: 0 !important;
        box-shadow: none !important;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 99%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* letter-spacing: 1px; */
    }
    

     p.nextshootdateheadings {
        font-size: 8px;
        width: 110px !important;
    }
    p.detailed_model_heading_mobileview {
        font-size: 10px;
        width: max-content;
    }
    .tooltiptext {
        visibility: hidden;
        width: 100%;
    }

.fa {
    display: none !important;
}
.left_circle, .right_circle {
    display: none;
}

}

/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\corousel.css ===== */

/* @font-face{
  font-family: 'inter';
  src: url("../mega_menu/fonts/inter/Inter-Regular.ttf") format("truetype");
 }
 */

 
.mobile_view_detailedPage {
    display: none;
}
  @media screen and (max-width: 600px) {
/* .mobile_view_detailedPage {
    position: relative;
    margin: auto;
    width: 70%;
    display: block;
  } */


  .my_mobile_view.fade {
    width: 100%;
}
  
  /* The dot_views/bullets/indicators */
  .dot_view {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    display: none;
  }
  
  .activea {
    background-color: #717171 !important;
    margin-top: 3px;
  }
 
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  p#lookshot_p_extra_mobile {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 80%;
      font-size: 20px;
      height: 30px;
      color: white;
      background-color: rgba(0,0,0,0.2);
      margin: 0 auto;
      left: 0;
      right: 0;
  }
  img.corousel_img {
      width: 40px;
      position: absolute;
      bottom: 1px;
      z-index: 1;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      border-radius: 50%;
      background-color: #a39a9a6b;
  }

.detailed_rating {
    display: flex;
    margin: 0 auto;
    width: 100%;
}
p.detailed_model_heading {
    text-align: left;
}
.detailed_more_angle {
    margin: 0;
}
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }

/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\collectiondetailpremium.css ===== */


/* 
@font-face{
    font-family: 'inter';
    src: url("../mega_menu/fonts/inter/Inter-Regular.ttf") format("truetype");
   }



  * {
    box-sizing: border-box;
    font-family: "inter" !important;
    margin: 0;
    padding: 0;
  } */
   *{
    letter-spacing:1px;
   }
  p {
    margin-bottom: 0 !important;
  }
  hr {
    margin-bottom: 0 !important;
  }
  label {
    font-weight: 400 !important;
  }
  body {
    line-height: auto;
  }
  .detailed_model_detailedshot_extra{
    width: 100%;
    padding: 0;
    border-radius: 5px 5px 0px 0px;
  }
  .detailed_model_detailedshot,.detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot ,  .detailed_model_detailedshot_sq,.detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle{
    height: 35vw;
    width: 51vw;
    position: absolute;
    object-fit: cover;
    top: 0;
    cursor: zoom-in;
}
.marginleft4px {
    margin-left: 4px !important;

}
/* .fancybox-button {
    background: rgb(255 255 255) !important;
} */
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
}
p.referenceImg_tag {
    position: absolute;
    bottom: 3px;
    left: 3px;
    opacity: 0.9;
    background: white;
    width: 100px;
    text-align: center;
    font-weight: normal;
    padding:0px 3px;
}
img.eyeiconnewacolde {
    width: 13px;
    margin-right: 2px;
}
b.imgwithtextfashionportal{
    display: flex;
    align-items: center;
    width: 100%;
    height: 35vw;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}
b.imgwithtextmaretplace {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0;
    height: auto;
    /* box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2); */
    height: 100%;
    border: 1px solid;
    overflow: hidden;
    padding-top: 20px;
}

.item {
    background-color: white;
}
/* --- MOBILE VIEW: Keep everything default --- */
.wraperDiv {
    display: flex;
    width: 100%;
}
.imagesformobileviewspan {
    display: block;
    width: 100%;
}

/* --- DESKTOP VIEW: Bulletproof Sticky Scroll --- */
@media screen and (min-width: 992px) { 
    
    /* 1. CRITICAL: Prevent parent wrappers from breaking sticky */
    body, html, .collection_details {
        overflow: visible !important; 
        overflow-x: clip !important; /* Hides horizontal scroll without breaking sticky */
    }

    /* 2. The Flex Wrapper */
    .wraperDiv {
        display: flex !important;
        align-items: flex-start !important; /* Must be flex-start, NOT stretch */
        justify-content: space-between;
        gap: 30px;
        position: relative;
    }

    /* 3. Left Side: Scrolling Images */
    .imagesformobileviewspan {
        width: 55%; 
        display: block;
    }

    /* 4. Right Side: Sticky Form */
    .collection_detailed_model {
        width: 45%; 
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 80px !important; /* Distance from top. Adjust if you have a fixed navbar */
        align-self: flex-start !important;
        height: max-content !important; 
        
        /* OPTIONAL: If your form is very long, this allows the form itself to scroll 
           so the user can see the bottom of it while the left side stays locked */
        max-height: calc(100vh - 100px); 
        overflow-y: auto;
        scrollbar-width: none; 
        z-index: 10;
    }
}
.blur_box {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 20px;
    width: 94%;
    margin: 0 auto;
    right: 0;
    height: 35px;
    backdrop-filter: blur(0.5px);
}


.breadcrum {
    font-size: 12px !important;
    width: 90% !important;
    display: flex !important;
    justify-content: left !important;
    padding: 14px 1px 10px !important;
    position: relative !important;
    z-index: 0 !important;
    margin-left: 4vh;
}


.totalnoofquantity, span#verify_shoot_date, span.congratsmessageq, p.colorblackmessage, .quantityforshoots, #total_photoshoot_quantity, .total_amount, .total.amount, .detailed_model_heading_name, .detailed_model_heading, #photoshoot_amount_hold, .gst_extra, #lookshot_p_extra_wisdom, .pricingforextraangles, .shootsfor, #marketplace, .totalnoofquantity, .gridingquantityforproduct, #total_photoshoot_price_with_extra_angles_76, .messageforshoots,.booknewslotforbooking, .detailed_model_heading_more, #pincode_tag_line, #single_book_now_button, .change_model_heading,#pincode_error, #eligiblity_error, .congratsmessageq {
    font-family: "inter";
}
b {
    font-family: 'inter';
    font-size: 11px;
}
img.background_img_collectiondetail{
    position: absolute;
    width: 100%;
    opacity: 0.6;
    top: 0;
}
.video_reels_sect {
    width: 100%;
    height: 45vw;
    /* border: 1px solid lightgrey; */
}
#total_photoshoot_quantity {
    margin-top: 22px !important;
}
span.extrashowcaseangles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.model_detailed_division_extras {
    position: relative;
    display: none;
      position: relative;
    width: 48%;
    margin: 5px;
    height: auto;
    height: fit-content;
    display: flex;
}
.model_detailed_division_extras_mp , .model_detailed_division{
    position: relative;
    display: none;
      position: relative;
    width: 47.8%;
    margin: 5px;
    height: auto;
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 35vw;
    display: flex;
}
b.underreleaveshot {
    position: relative;
    width: 100%;
    margin: 5px;
    height: auto;
    /* border: 1px solid lightgrey; */
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 445px;
    display: flex;
    align-items: center;
}
.collection_detail_images {
    width: 54vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
    height: fit-content;
    align-items: end;
    overflow-y: scroll;
    height: 820px;
    position: relative;

}

.collection_detail_images::-webkit-scrollbar {
    display: none !important;
  }
b.totalnoofquantity {
    width: 100px;
    display: block;
    font-size: 14px;
}

.model_detailed_division {
    position: relative;
    width: 25vw;
    height: 35vw;
    display: flex;
    align-items: center;
    float: right;
    margin: 5px;
}
#lookshot_p, #lookshot_marketplace_p {
    cursor: pointer;
    border-radius: 0;
    background: white;
    width: 120px;
    transform: rotate(-90deg);
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px;
    /* letter-spacing: 2px; */
    font-size: 9px;
    display: flex;
    align-items: center;
    border: 1px solid lightgrey;
    border-bottom: 0;
    margin-right: -40px;
    position: absolute;
    right: -7px;
    justify-content: center;
}



#lookshot_marketplace_p {
    right: -1px;
}

/* .detailed_model_detailedshot:hover + #lookshot_p, .detailed_model_backshot:hover + #lookshot_p, .detailed_model_sideshot:hover + #lookshot_p, .detailed_model_frontshot + #lookshot_p, .detailed_model_lookshot:hover + #lookshot_p{
    display: block;
} */
.detailed_rating {
    display: flex;
    align-items: baseline;
    width: 95px;
}
img.rating_stars {
    width: 15px;
}
section.collection_details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    z-index: 0;
    top: 0;
    color: #353647 !important;

}
.collection_detailed_model {
    width: 42%;
    margin-left: 15px;
    /* display: grid; */
    /* margin-top: 6px !important; */

}
p.detailed_model_heading, p.detailed_model_heading_name {
    font-size: 17px;
    color: black;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    margin: 0px !important;
}
p.detailed_model_heading_name {
    font-weight: 900;
   line-height: 30px;
}
hr#bottomline {
    background: lightgrey;
    width: 100%;
    /* border: 0.1px solid #d3d3d37a; */
    margin-top: 12px;
    opacity: 0.1;

}
.rating_number {
    font-weight: bolder;
    color: #D1226C;

}
.detailed_pricing {
    line-height: 30px;
    margin: 0;
    /* letter-spacing: 1px; */
    display: flex;
    flex-wrap: wrap;
    /* width: 110px; */
}
p.detailed_model_heading, p.detailed_model_heading_more {
    /* margin: 20px 0; */
    margin-bottom: 0;
}
p.detailed_model_heading_more {
    font-size: 14px;
    /* margin-bottom: 7px !important; */
    font-weight: 700;
    margin:10px 0px 0px 0px
}
div#photoshoot_amount_hold {
    font-size: 15px;
    /* letter-spacing: 0px; */
    margin-left: 3px;
}
hr{
    margin:0px;
}
div#photoshoot_amount, p.pricing_model {
    font-size: 25px;
}
p.gst_extra {
    font-size: 11px;
    font-weight: 100;
    color: black;
}

p#lookshot_p_extra_wisdom {
    padding: 10px 0 4px;
    font-size: 12px;
    text-transform: capitalize;

    text-align: center;
    /* letter-spacing: 1px; */
    margin: 0 auto;
}
span.imagesetheight {
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

p.shootsfor {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    /* letter-spacing: 1px; */
    line-height: 30px;
}

label#marketplace {
    font-size: 13px;
    text-transform: capitalize;
}


.model_detailed_division_extra {
    border: 1px solid black;
    padding: 0px;
    border-radius: 5px;
    margin-right: 5px;
    width: 82vh;
    margin-bottom: 12px;
}
p#lookshot_p_extra {
    color: black;
    width: 100%;
    text-align: center;
    padding: 15px 0 18px;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
p.pricingforshoots {
    font-size: 22px;
    font-weight: 600;
}
.gstextraslum {
    margin-top: 2px;
}
p.pricingovertoggle {
    font-size: 14px;
}



.detailed_more_angle {
    display: flex;
    justify-content: start;
    padding-right: 10px;
    overflow-y: auto;
    width: 100%;

}
button.adding_extra_shots {
    width: 90%;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
}
img.questionmark {
    width: 10px;
}
.buttons_radio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    /* flex-wrap: wrap; */
    /* margin-top: 22px; */
    border-top: 1px solid #d3d3d354;
    border-bottom: 1px solid #d3d3d354;
    padding: 6px 0;
}
p.totalamountofshootprocess {
    font-size: 25px;
    display: flex;
    width: 250px;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;

}
.headingbeforeplace {
    margin-top: 22px;
    font-size: 18px;
    text-transform: uppercase;
}
section.detailedforquantity {
    display: flex;
    justify-content: left;
    width: 100%;
    border-bottom: 1px solid #d3d3d354;
}
input#inputvalue {
    width: 45px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}
.blockheadingspart {
    display: grid;
    place-content: baseline;
    place-items: start;
    line-height: 40px;
    font-weight: 600;
}
.blockheadingsgarment {
    display: grid;
    place-content: baseline;
    place-items: center;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 20px;
}

.blockheadings {
    display: none;
    place-content: baseline;
    place-items: center;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 20px;
}
p.totslnoofheadingspricing {
    font-weight: 600;
}


.marketPlace {
    width: auto;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    position: relative;
}
input#mp, input#fp, input#bp, input#ps {
    width: 15px;
    margin-left: 5px;
}
p.change_model_heading {
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 18px;
    margin: 8px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 210px;
    background-color: white;
    box-shadow: 0px 5px 9px 0px #f8e0f266;
    padding: 9px;
    border-radius: 5px;
    justify-content: center;
    height: 43px;
    border: 1px solid #00000063;

}
.change_model_heading:active {
    transform: translateY(1px);
}

p.headingbasebox211 {
    font-weight: 100;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0px 0px -2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98px;
    background-color: #a09ca55c;
    box-shadow: 2px 2px 14px 3px #F8E0F2;
    padding: 7px;
    border-radius: 10px;
    justify-content: center;
}
.headingbasebox211:active {
    transform: translateY(1px);
}
button.button_book_now {
    background: none;
    padding: 0 30px 0 0;
    border: 0 !important;
    margin-top: 4px;
    outline: none !important;

    }
.buttons_for_change_models {
    display: flex;
    width: 450px;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
#book_now_bag {
    width: 210px;
    background-color: #3C7CF9;
    color: white;
    padding: 7px;
    /* margin-top: 5px; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,10%);
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#book_now_bag:active {
    transform: translateY(1px);
}
.image-upload>input {
  display: none;
}
label.label_for_upload {
    display: flex;
    align-items: center;
    width: 230px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: white;
    padding: 9px 11px;
    border-radius: 30px;
    margin: 9px 0px;
    font-size: 17px;
    border: 1px solid;
    justify-content: space-between;
}
p.diliverable_status {
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
    text-align: start;
    margin-left: 45px;
}
.diliverable_time\&offers {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    text-align: left;
    margin-left: 45px;

}
.diliverable_time {
    width: 220px;
    display: grid;
    line-height: 0px;
    font-size: 15px;
    display: none;
}
p.diliveryText {
    /* letter-spacing: 3px; */
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 800;
    margin-top: 45px;
    margin-left: 8px;
}
p.diliverable_timeTaken {
    text-align: left;
    font-size: 13px;
    margin-left: 14px;
    font-weight: 600;
}
.BestOffers\&prices {
    display: grid;
    font-size: 13px;
    width: 200px;
}
p.bestOffeR {
    font-weight: 800;
    color: black;
}
span.price_best_prices {
    font-weight: 600;
}
img.diliverable_clock {
    width: 25px;
}
input#extra_angle_first_22, input#extra_angle_first_21, input#extra_angle_second_22,input#extra_angle_second_21, input#video_shot_22,input#video_shot_21,  input#video_shot_22, input#video_shot_21 {
    display: none;
}
.priceandtoggle {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    margin: 6px;
}
/* input#mp, input#fp, input[type="radio"], input[type="radio"] {
    width: 75%;
    margin-bottom: 5px;
    margin-top: 8px;
} */
p#pincode_error, p#eligiblity_error {
    color: #D1226C;
    text-align: left;
    margin-top: -20px;
    margin-bottom: 10px;
}
p.variations {
    font-size: 20px;
    width: 90%;
    margin: 30px 22px -22px;
    text-transform: uppercase;
}
span#marketandfashionplace {
    font-size: 9px;
    width: 100px;
    display: block;
    margin: 0 auto;
    /* letter-spacing: 1px; */
}
p#option_err_msg {
    text-align: center;
    font-size: 16px;
    color: #D60000;
}
a.booknowtag {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.change_model_division {
    display: flex;
    padding: 10px 0 3px 0 !important;
    width: 100%;
    justify-content: flex-start;
    align-items: baseline;
    /* border-bottom: 1px solid #d3d3d321; */
    overflow: auto;
}
span.gridingquantityforproduct {
    display: grid;
    place-items: center;
    /* margin: 0 auto; */
    width: auto;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    align-items: self-end;
}
.diliverablecontents {
    width: 100%;
    display: flex;
    position: relative;
    bottom: 0;
    right: 40px;
    margin-top: 30px;

}
span.gridingquantityforproductforheading {
    width: 120px;
    font-size: 13px;
}

p.quantityforshoots {
    width: 100%;
    margin: 30px 0;
    font-weight: 700;
    font-size: 14px;
}
p#total_photoshoot_quantity {
    width: 100%;
    margin: -4px 0 18px;
    font-weight: 600;
    font-size: 14px;
}
.total.amount {
    display: flex;
    justify-content: space-between;
    width: 250px;
    padding: 10px 0 0;
    font-weight: bold;
    /* letter-spacing: 2px; */
    position: relative;
}
.pincodeforshootdate {
    margin: 0;
    position: relative;
    width: 100%;
}
button.checkpincodebutton {
    position: absolute;
    top: 18px;
    right: 5px;
    border: 0;
    background: 0;
    font-size: 15px;
}
input.inputshootdate {
    padding: 10px;
    width: 100%;
    background-color: #f7f4f4;
    border: 1px solid #9b9b9b;
    margin: 8px 0px;
    border-radius: 5px;
    font-weight: 800;
}
span.pincodezipcode {
    width: 260px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.iimageforhover {
    width: 12px;
}



p.total_amount {
    margin-right: 5px;
}
span.indianruppes {
    display: flex;
    width: max-content; 
    margin: 0 auto;
    justify-content: center;
    margin-top: 9px;
    font-weight: 600;
}
.change_model_divisioninnerdiv {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    /* overflow-y: auto; */
}
p.pricing_model {
    font-size: 15px;
    font-weight: 700;
}
p.detailed_model_headingmore {
    font-size: 20px;
    margin: 10px 0 5px;
}
p.detailed_model_lookshot {
    display: flex;
    align-items: center;
    width: 170px;
    justify-content: space-between;
}
b.garmentslogan {
    height: 40px;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 300;
    width: 12rem;
}
.change_model_division {
    padding: 21px;
}

input.quantity {
    width: 42px;
    border: 2px solid;
    height: 33px;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    border: 1px solid lightgrey;
}
/* rajit changes here */

img.detailed_model_lookshot_modelimg {
    width: 100%;
    margin-top: 0;
    object-fit: cover;
    height: 34.8vw;
}
#lookshot_marketplace_p {
    right: -7px;
}

a#view_profile_anchortagcollectiondetaillike {
    display: block;
}
p.nextshootdateheadingscollectiondetail {
    font-size: 13px;
    margin-bottom: 0;
}
h1.headingbasebox_pricingdetail {
    font-size: 13px;
    /* letter-spacing: 1px; */
    margin-left: 1px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999 !important;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  max-width: 1500px !important;
}

/* Modal Content */
.slidermodal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.7s;
  animation-name: animatetop;
  animation-duration: 0.7s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The closemodalslider Button */
.closemodalslider {
    color: black;
    float: right;
    /* width: 16px; */
    /* border: 1px solid; */
    margin-top: 10px;

}

.closemodalslider:hover,
.closemodalslider:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.slidermodal_header {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: white;
}

.modalbodyslider {padding: 2px 16px;}

.slidermodal_footer {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: white;
}
img.child-img {
    width: -webkit-fill-available;
    margin:0 30px 0 0;
        }
        .cover {
            display: flex;
            width: 100%;
            align-items: center;
            overflow: auto;

        }
        .scroll-images {
            display: flex;
            overflow: auto;
            width: 100%;
            justify-content: left;
        }
        button.right,button.left {
            background: none;
            border: 0;
        }
        .fa-solid, .fas {
            font-weight: 900;
            font-size: 20px !important;
        }
     
        section.detailsmodelsquick {
            width: 15vw;
        }
        .nameandprofileviews {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            margin: 6px 0;

        }
        a#viewprofilehands {
          font-weight: 100;
          color: #D1226C;
          text-transform: capitalize;
          font-size: 13px;
        }
        span.detailedofmodelresp {
            display: flex;
            width: 100%;
            font-size: 14px;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 1px 0 10px;

        }
        button.Booknow_models {
            width: 100%;
            /* padding: 8px; */
            margin: 5px auto;
            border: 1px solid lightgray;
            color: white;
            background-color: #3c7cf9;
            font-weight: 700;
            border-radius: 5px;
        
        }
        p.height_basebox1 {
            margin: 0;
            width: 50%;
            text-align: left;
        }

        p.height_basebox212 {
            margin: 0;
            width: 50%;
            text-align: right;
        }

        .basebox1 {
            line-height: 15px;
            padding-top:2px;
        }
        
        .basebox2 {
            line-height: 16px;
        }
        p.height_basebox2_circle {
            margin-top: 0px;
        }
        a#view_profile_anchortag {
            width: 108px;
            /* margin-top: 2px; */
        }
        h1.headingbasebox1 {
            margin: 0;
            font-size: 13px;
            font-weight: 600;
            /* letter-spacing: 1px; */
            margin-left: 1px;
        }
    
        .latestbuttondivsyoumaybook {
            display: flex;
            width: 100%;
            justify-content: space-between;
            margin-top: 6px;
            height: 26px;
        }
        
        
        ul.menu_containeryoumayalsolike {
            list-style-type: none;
            width: 97%;
            max-width: 1600px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: auto auto auto auto auto;
            gap: 10px;
            padding: 10px;
            place-content: flex-start;
        }

        li.menus_li_youmaylike {
            position: relative;
            height: auto;
            margin-bottom: 20px;
            margin: 6px;
            max-width: 17.5vw;
            cursor: pointer;
        }

        .Booknow_modelsyoumaybooknow {
            width: 108px;
            background-color: #3C7CF9;
            color: white;
            padding: 6px 4px;
            margin-top: 0;
            box-shadow: 2px 2px 6px 3px #ebebeb;
            border-radius: 5px;
            font-size: 12px;
            text-align: center;
            cursor: pointer;
            font-weight: 800;
            border: 0;
            height: 30px;
        }
      
        /* width */
        .detailed_more_angle::-webkit-scrollbar, .change_model_division::-webkit-scrollbar {
          height: 4px;
          line-height: 30px;
        }
        
        /* Track */
        .detailed_more_angle::-webkit-scrollbar-track, .change_model_division::-webkit-scrollbar-track {
          background: #f1f1f1; 
        }
         
        /* Handle */
        .detailed_more_angle::-webkit-scrollbar-thumb, .change_model_division::-webkit-scrollbar-thumb {
          background: #8888886b; 
        }
        
        /* Handle on hover */
        .detailed_more_angle::-webkit-scrollbar-thumb:hover, .change_model_division::-webkit-scrollbar-thumb:hover {
          background: #555; 
        }

        a#view_profile_anchortag {
            width: 108px;
            /* margin-top: 2px; */
          
        }


/******************** Tooltips*********************/
.tooltip {
    position: relative !important;
    display: inline-block !important;
    top: -1px;
    opacity: 1 !important;
    z-index: 1 !important;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px 3px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: 8px;
    font-weight: 600;    
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -140px;
  }
  
  .tooltip:hover .tooltiptext {
    /* letter-spacing: 1px; */
    padding: 5px;
    font-weight: 200;
    border: 1px solid;
    width: 300px;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
    line-height: 20px;

}

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: #4c4c4c transparent transparent transparent;
  }

  span.tooltiptext.upcomingself::after {
    left: 96% !important;
    content: "";
    position: absolute;
}
span.tooltiptext.upcomingtaglinesq {
    left: -11vw !important;
}
span.tooltiptext.upcomingtaglinesq::after {
    left: 96% !important;
}


  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  div#pincodeaftermessage, div#choosenextshootmessgae {
    border: 1px solid lightgrey;
    width: 500px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    background: white;
    top: -8px;
    left: -3px;
    display: none;
    height: auto;
}
.model_detailed_division_sq {
    position: relative;
    width: 25vw;
    margin: 5px;
    height: auto;
    /* border: 1px solid lightgrey; */
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
    height: 35vw;
    display: flex;
    align-items: center;
    border: 1px solid;
    overflow: hidden;
}
.model_detailed_division_sqli {
    position: relative;
    width: 25vw;
    margin: 5px;
    height: 35vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid;
}


.detailed_model_lookshot_sqli {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
p.detailed_model_heading {
    font-size: 13px;
    text-transform: capitalize;
}
input#site_available_date_1, input#site_available_date_2, input#site_available_date_3, input#site_available_date_4, input#site_available_date_5 {
    width: 40px;
}
p#pincode_tag_line {
    color: #ff4048;
    /* padding-top: 18px;    */

}
p.viewprofileondetailpageseldom {
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #D1226C;
    font-family: 'inter';
    /* letter-spacing: 1px; */
    float: right;
    margin-right: 10px;

}
a.fashionportalimglatest {
    width: 100%;
}
p#login_signin_err {
    position: absolute;
    top: 10px;
    font-size: 11px;
    text-align: center;
    width: 93%;
    color: red;
    text-transform: capitalize;
    font-weight: 600;
}
p#login_signup_err {
    position: absolute;
    font-size: 10px;
    display: flex;
    width: 90%;
    font-weight: 600;
    color: red;
    bottom: 15.2vh;
    margin-left: 35px;
}
p#login_mobile_no_err, p#login_password_err {
    position: absolute;
    top: 38px;
    font-size: 9px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 100;
}



p#first_name_err, p#last_name_err, p#email_err, p#mobile_no_err, p#signup_password_err {
    position: absolute;
    top: 36px;
    display: flex;
    width: 100%;
    text-transform: capitalize;
    font-size: 9px;
    color: red;
    font-weight: 600;
    margin-left: 22px;
}
.left_circle, .right_circle {
    max-width: 50%;
    opacity: 0.5;
}
p#extra_option_err_msg {
    color: red;
    font-size: 11px;
    margin-top: -18px;
    text-align: left;
}
.mobileview_designlat {
    display: grid;
    width: max-content;
}


/* arrow down */
#down_arrow_hits {
    width: 150px;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    left: 35px;
    opacity: 0;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
      bottom: 100px;
    }
    50% {
      bottom: 90px;
    }
  }

/* arrow down end */
p#login_signup_err_verify {
    font-size: 9px;
    color: red;
    position: absolute;
    top: 36px;
    font-weight: 700;
    margin-left: 18px;
}
  /************************************* ends *******************/



@media screen and (max-width: 1000px) {

    .tooltip .tooltiptext::after, span.tooltiptext.upcomingself::after {
        display: none;
    }
    input#mp, input#fp, input#bp, input#ps {
        width: 170px;
        margin-left: 5px;
    }    

    .model_detailed_division_extras_mp, .model_detailed_division {
        height: 65vw;
    }
    .model_detailed_division_extras {
        height: auto;
        /* margin-top: 15px; */
    }
    /* .model_detailed_division_extras_mp, .model_detailed_division {
        height: 60vw;
    } */
    .model_detailed_division_sq {
        width: 47vw;
        height: 65vw;
    }
    .model_detailed_division_sqli {
        width: 47vw;
        height: 65vw;
    }
    img.detailed_model_lookshot_modelimg {
        width: 100%;
        margin-top: 0;
        object-fit: cover;
        height: inherit;
    }
    a.sqliankertag {
        width: 100%;
        height: 100%;
    }
    .buttons_radio {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        font-size: 18px;
        flex-wrap: wrap !important;
    }
    p#pincode_tag_line {
        color: #ff4048;
        text-align: left;
    }
    p.gstextraslum {
        text-align: left;
    }
    p.viewprofileondetailpageseldom {
        width: 105px;
    }
    img.eyeiconnewacolde {
        width: 17px;
    }
   .model_detailed_division {
        position: relative;
        width: 48%;
        height: 64vw;
        margin-top: 15px;

    }
    a.fashionportalimglatest {
        width: 100%;
        height: 100%;
    }
    b.imgwithtextfashionportal {
        align-items: center;
        width: 100vw;
        object-fit: cover;
        height: 100%;
        position: initial;
    }
    /* section.collection_details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: inherit;
        z-index: 0;
    } */
    .breadcrum {
        font-size: 12px !important;
        padding-left: 15px !important;
        width: 100%;
        display: flex;
        justify-content: left;
        padding: 10px 10px;
        position: relative;
        z-index: 0;
    }    
    .collection_detail_images {
        display: flex;
        justify-content: center;
        height: 72vw;
        width: 100%;
        margin: 0;

    }
    
    .collection_detailed_model {
        text-align: center;
        margin: 10px auto 0;
        width: 92%;
        position: initial;
    }
    .detailed_rating {
        display: flex;
        margin: 0 auto;
    }   
    .diliverable_time\&offers {
        display: flex;
        width: 80%;
        justify-content: left;
        flex-wrap: wrap;
        width: 90%;
        text-align: left;
        margin: 0 auto;
    } 

    
    /* .detailed_model_detailedshot:hover + #lookshot_p, .detailed_model_backshot:hover + #lookshot_p, .detailed_model_sideshot:hover + #lookshot_p, .detailed_model_frontshot:hover + #lookshot_p, .detailed_model_lookshot:hover + #lookshot_p:hover {
        display: block;
    } */
    .buttons_for_change_models { 
        flex-wrap: wrap;
        display: flex;
        width: 100%;
    }
    .detailed_more_angle {
        display: flex;
        width: 101.5%;
    }
.diliverablecontents {
    width: 100%;
    display: grid;
    place-content: end;
    position: unset;
 }
 p.detailed_model_heading, p.detailed_model_heading_more, p.gst_extra , div#photoshoot_amount, p.pricing_model{
    text-align: left !important;
    font-size: 16px;
 }
 .model_detailed_division_extra {
    width: 49%;
 }
 .marketPlace {
    width: 175px !important;
    margin: 20px;
}
.change_model_division {
    padding: 0 !important;
}
span.gridingquantityforproduct {
    font-size: 10px;
}
button.button_book_now, label.label_for_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    padding: 0;
}

p.variations {
    font-size: 16px;
    width: 90%;
    margin: 10px 3px -22px;
    text-transform: uppercase;
    text-align: left;
}
.buttons_for_change_models {
    margin-bottom: 35px;
    width: 70%;
}
    }


/***************************extra designing******************/

 img#closey, img#nextshootclosey {
    background: white;
    border: 0 !important;
    width: 20px;
    position: absolute;
    top: 4px;
    right: 5px;
}
p.messageforshoots {
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    margin-top: 15px;

}
span.buttonforshootandmodels {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
button.booknewslotforbooking {
    border-radius: 5px;
    width: 30%;
    padding: 10px;
    background-color: #0075ff;
    color: white;
    font-weight: 600;
    /* letter-spacing: 2px; */
    font-size: 10px;
    height: 35px;
    border: 0;
    transition: 0.3s;

}
.booknewslotforbooking:hover {
    background-color: white;
    color: black;
    border: 1px solid lightgrey;

}
h3.chooseing {
    margin: 10px 0 10px;
    font-size: 16px;
}

div#ChooseUserDeliveredDateMessgae {
    border: 1px solid lightgrey;
    width: 450px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    background: #FAEFEF;
    top: -8px;
    left: -3px;
}
img#UserDeliveredDateclosey {
    background: #faefef;
    border: 0;
    width: 20px !important;    
}
select#user_delivery_days, select#user_delivery_days_message {
    background: black;
    color: white;
    border-radius: 20px;
}

.left_graphic, .right_graphic {
    width: 75px;
}

.left_graphic {
    background: url("../mega_menu/img/graphic/left_graphic.gif");
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 60px;
    position: absolute;
    left: -55px;
    top: 2px;

}

.right_graphic {
    background: url("../mega_menu/img/graphic/right_graphic.gif");
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 60px;
    position: absolute;
    right: 10px;
}

p.congratulationmethods {
    position: relative;
    width: 100%;
}
span.spanpricingawq {
    display: flex;
    width: 85px;
}
b.rupesssign {
    /* width: 16px; */
    font-size: 17px !important;
    /* line-height: 18px; */
}
span.congratsmessageq {
    color: #D1226C;
    font-weight: 600;
    font-size: 16px;
}

a#single_book_now_button, a#double_book_now_button {
    width: 210px;
    background-color: rgb(60, 124, 249);
    color: white !important;
    box-shadow: 1px 4px 5px 0px rgb(60 124 249 / 23%);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    height: 43px;
    font-weight: 600;
    text-decoration: none;
}
#single_book_now_button:active {
    transform: translateY(1px);
}
b.namewithprofiles {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

p.viewprofileondetailpage {
    font-weight: 600;
    color: #D1226C;
    text-transform: capitalize;
    font-size: 11px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background-color: white;
    box-shadow: 2px 2px 6px 3px #ebebeb;
    padding: 6px 4px;
    border-radius: 5px;
    border: 1px solid #0000007a;
    /* position: absolute; */
    width: 108px;
    right: 0;
    bottom: 0;
}
.mobileviewcollectiondetaillatest {
    display: none;
}
p.upcomingtagline {
    display: none;
}
.upcomingself {
    left: -10vw !important;
}
.showMessageBtn {
    display: none;
}


@media screen and (max-width: 1200px) {
    ul.menu_containeryoumayalsolike {
        grid-template-columns: auto auto auto auto;
    }
    li.menus_li_youmaylike {
        max-width: 22.5vw;
    }
    
}

@media screen and (max-width: 900px) {
    ul.menu_containeryoumayalsolike {
        grid-template-columns: auto auto auto;
    }
    li.menus_li_youmaylike {
        max-width: 29.5vw;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 45%;
    }
    
}
/***** experiment******/
@media screen and (max-width: 600px) {
    input.inputshootdate {
        margin: 0px 0px 8px;
    }
    section.collection_details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: inherit;
        z-index: 0;
    }
    .upcomingtagline {
        margin-top: -10px;
        position: absolute;
        left: 44vw;
        top: 10px;
    
    }
    .tooltip:hover .tooltiptext {
        width: 96vw;
        background: white;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        margin-right: 0;
        left: 0;
        font-size: 12px;
        height: 35px;
        font-weight: 100;
        border: 1px solid lightgrey;
    }
    .upcomingself {
        top: -59px !important;
        left: -189px !important;
    }
    .bothtooltipmobile {
        left: 18vw !important;
        top: -24vw !important;
        }
        .marketplacesq {
            top: -16vw;
        }
li.menus_li_youmaylike {
    max-width: 49%;
    margin: 0;
    margin-right: 5px;
}
.baseboxdivision {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
b.namewithprofilemode {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 45vw;
}
    ul.menu_containeryoumayalsolike {
        display: flex;
        justify-content: space-between;
        overflow-y: auto;
        width: 98%;
        gap: 0;
        padding: 10px;
    }

    span.imagesformobileviewspan {
        display: contents;
    }
    p.detailed_model_heading_name {
        font-weight: 900;
        margin-bottom: 0px !important;
        font-size: 12px;
        margin: 0 !important;
        /* letter-spacing: 1px; */

    }
    p.viewprofileondetailpageseldom {
        width: 95px;
        font-size: 10px;
        margin-right: 0;
        font-weight: 200;
        margin-left: 5px;
        /* letter-spacing: 0px; */
    
    }
    b.namewithprofiles {
        margin-bottom: 10px;
        display: none;
    }
    .eyeiconnewacol {
        width: 13px;
    }
    p.detailed_model_heading {
        font-size: 11px !important;
        /* letter-spacing: 1px; */
        display: none;
    }
    p.gst_extra {
        font-size: 10px;
        display: none;
    }
    div#photoshoot_amount_hold,p.pricing_model {
        font-size: 15px;
        font-weight: bold;

    }
    p.shootsfor {
        margin-top: 20px;
    }
    p.messageforshoots {
        font-size: 12px;
     }

    span.buttonforshootandmodels {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    span.gridingquantityforproductforheading {
        width: 100%;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding-top: 15px;

    }
    .change_model_division {
        display: contents;
    }
    b.totalnoofquantity, p.quantityforshoots, p#total_photoshoot_quantity {
        width: 33%;
        display: block;
         margin:0;
        font-weight: 600;
        font-size: 11px !important;
    }
    b.garmentslogan {
        width: 35%;
        height: 25px;
        padding: 6px;
        text-align: left;
        font-size: 10px;
    }
    input.quantity {
        width: 50px;
        height: 30px;
        margin: 0 auto;
        font-size: 12px;
        text-align: center;
    }
    span.indianruppes {
        display: flex;
        /* margin: 0 auto; */
        justify-content: flex-start;
        margin-top: 0px;
        font-weight: 600;
        font-size: 13px;
        margin: 0;
        text-align: left;
        margin-left: 50px;
        width: 23%;
    }
   
    span.gridingquantityforproduct {
        display: flex;
        align-items: center;
        width: 100%;
        height: 25px;
        margin-top: 10px;
    }
    b.totalnoofquantity {
        text-align: left;
        margin-left: 7px;

    }
     .angleforshotjell1, .angleforshotjell2, .angleforshotjell3, .angleforshotjell4 {
        width: 100%;
    }
    .total.amount {
        width: 100%;
        margin-top: 8px;
        border-top: 1px solid lightgrey;
        padding-top: 8px;
        font-size: 14px;
        justify-content: left;
        align-items: baseline;

    }
    b.rupesssign, #total_photoshoot_price_with_extra_angles {
        font-size: 16px;
    }
    p#pincode_tag_line {
        color: #ff4048;
        font-size: 12px;
        margin-top: 20px;
    }
    .pincodeforshootdate {
        margin: 15px 0 2px;
        font-size: 12px;
    }
    a#single_book_now_button {
        font-size: 14px;
        width: 96%;
        border-radius: 5px;

    }
    p.change_model_heading {
        font-size: 14px !important;
        width: 46%;
        box-shadow: 0px 5px 9px 0px #f8e0f266;
        background-color: white;
        margin: 0;
        border-radius: 5px;
        font-weight: 600;

}
p.colorblackmessage {
    margin-top: 10px;
}
button#single_select {
    width: 53%;
    padding-right: 10px;
}
div#pincodeaftermessage, div#choosenextshootmessgae {
    width: 100%;
    z-index: 9;
    left: 1px;
}
button.booknewslotforbooking { 
    border-radius: 5px !important;
    width: 90px;
    padding: 6px;
    background-color: white;
    color: black;
    font-weight: 600;
    /* letter-spacing: 2px; */
    margin: 6px 0;
    border: 1px solid black;

    }

h1.headingbasebox1 {
    margin: 0;
    font-size: 12px;
    margin-bottom: 5px;
}

    p.Booknow_models {
        width: 80px;
        padding: 4.7px;
        font-size: 10px;
        font-weight: 600;
        /* letter-spacing: 1px; */
    }
    p.viewprofileondetailpage {
        font-weight: 600;
        color: #D1226C;
        text-transform: capitalize;
        font-size: 11px;
        margin: 0px 0px 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 105px;
        background-color: white;
        box-shadow: 2px 2px 6px 3px #ebebeb;
        padding: 5.5px 4px !important;
        border-radius: 5px;
        border: 1px solid #0000007a;
        /* letter-spacing: 1px; */
    }
    .change_model_divisioninnerdiv {
    flex-wrap: wrap;
    justify-content: space-between;
    }    
    .collection_detail_images {
        display: flex;
        justify-content: flex-start;
        height: auto;
        flex-wrap: nowrap;
        margin-left: 10px;
        margin-right: 10px;

    }

.diliverable_time {
    width: 220px;
    display: grid;
    line-height: 20px;
    font-size: 15px;
    margin: 20px;
    display: none;
}
.buttons_radio {
    width: 100%;
    flex-wrap: wrap;
    /* margin-left: -10px; */
    justify-content: space-between;

}
.BestOffers\&prices {
    display: grid;
    font-size: 13px;
    width: 200px;
    line-height: 20px;
}
.model_detailed_division_extra {
    width: 48%;
}
.marketPlace {
    width: 44% !important;
    font-size: 12px;
    text-align: left;
    margin: 3px;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: baseline;
}

span.imagesetheight {
    height: fit-content;
    overflow: hidden;
    border-radius: 10px;

}
p.detailed_model_heading_more, p.shootsfor {
    text-align: center !important;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

p.detailed_model_heading_more {
    margin-bottom: 10px !important;
}
label#marketplace {
    font-size: 11px;
}
img.iimageforhover {
    width: 12px;
    margin-left: 5px;
}
.showMessageBtn {
    display: block;
}
.model_detailed_division {
    width: 45%;
    margin: 5px;
    height: auto;
}
span.spanpricingawq {
    display: flex;
    margin-left: 0;
    text-align: center;
    justify-content: flex-start;
    margin-right: 1px;
    width: auto;
}


p#total_photoshoot_quantity {
    text-align: inherit;
}
.lefty {
    padding-right: 20px !important;

}


.model_detailed_division_extras {
    width: 72%;
    height: 95vw;
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.2);
}
.collection_detailed_model {
    margin: 10px auto 0;
    width: 92%;
    position: initial;
}
input#mp, input#fp, input#bp, input#ps {
    width: 14px;
    margin-left: 5px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;

}
.model_detailed_division_sq {
    position: relative;
    width: 72%;
    height: 95vw;
    overflow: visible;
}
b.imgwithtextmaretplace {
    height: 95vw;
    width: 72vw;
    }

    .model_detailed_division_extras_mp, .model_detailed_division, .model_detailed_division_sqli {
        width: 72%;
        height: 95vw;
}

.detailed_model_detailedshot, .detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot, .detailed_model_detailedshot_sq, .detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle {
    height: 95vw !important;
}

b.imgwithtextfashionportal {
    height: -webkit-fill-available !important;
    margin-top: 0;
}
p.gstextraslum {
    text-align: left; 

    }

    /* .buttons_for_change_models {
        margin-bottom: 0px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: white;
        left: 0;
        z-index: 9;
        box-shadow: 1px -3px 16px 0 rgba(0,0,0,0.2);
        display: flex;
        justify-content: space-evenly;
        padding: 10px 5px;

    } */
    .diliverablecontents {
        margin: 0;
    }
    .model_detailed_division_sqli {
        position: relative;
        width: 72%;
        margin: 5px;
        height: 95vw;
        overflow: visible;
}
img.detailed_model_lookshot_modelimg {
    width: 100%;
    margin: 0;
}
#lookshot_marketplace_p {
    right: -8px;
}
.youmay {
    margin-top: 30px !important;
}
span.congratsmessageq {
    color: #D1226C;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}
span.text-rainbow-animation {
    font-size: 14px !important;
}
button#single_select {
    width: 50%;
    padding-right: 0;
    margin: 0;
    justify-content: left;
}
.mobileviewcollectiondetaillatest {
    display: block;
    width: 100%;
    padding: 0 15px;
}
b.mobileviewsdetailing {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    height: 20px;
    align-items: center;
    margin-top: 10px;
}
.mobileviewcollectiondetaillatest {
    width: 100%;
    padding: 10px;
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: end;
}

.detailed_pricing {
display: none;
}
hr#bottomline {
    display: none;
}
.detailed_pricing_mobileview {
    display: flex;
    width: max-content;
    margin-top: 0px;
    font-size: 12px;
    line-height: 20px;

}
p.gst_extra_mobileview {
    font-size: 10px;
    margin-top: 0;
    height: auto;
}
div#photoshoot_amount_hold {
    font-size: 12px;
    /* padding-left: 2px; */
}
.breadcrum {
    padding-left: 6px !important;
    display: none !important;
}
#total_photoshoot_quantity {
    margin-top: 0px !important;
}
 }
@media screen and (max-width: 450px) {
    a#view_profile_anchortag {
        /* top: 65.5vw !important;
        position: absolute; */
    }
    p.viewprofileondetailpage {
        font-size: 9px;
        width: 82px;
        /* letter-spacing: 0.5px; */
        top: -7px !important;

    }
    img.eyeiconnewacolde {
        width: 16px;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 50%;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* letter-spacing: 1px; */
    }
}


/* you may book  */
.trendingyug {
    height: 22vw;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
li.menus_li_youdetails {
    position: relative;
}
.models_img_detailscol {
    width: 100%;
    border-radius: 20px;
    border: 0;
    height: auto;
}

@media screen and (max-width: 1250px) {
    .trendingyug {
        height: 28vw;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .trendingyug {
        height: 37vw;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }
    .detailed_model_detailedshot, .detailed_model_backshot, .detailed_model_sideshot, .detailed_model_frontshot, .detailed_model_lookshot, .detailed_model_detailedshot_sq, .detailed_model_detailedshot_extra_video, .detailed_model_detailedshot_extra_extraangle {
        height: 65vw;
        width: 72vw;
        position: absolute;
        object-fit: cover;
        top: 0;
    }
}

@media screen and (max-width: 750px) {
    ul.menu_containeryoumay {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
    }
li.menus_li_youdetails {
    position: relative;
    width: 44vw;
}
.trendingyug {
    height: 55vw;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
p.viewprofileondetailpage {
    /* position: absolute;
    top: -56px !important; */
    /* letter-spacing: 0px; */
    font-size: 10px;
    background: none;
    width: 100%;
    /* letter-spacing: 1px; */
    height: 30px;
}
img.eyeiconnewacolde {
    width: 14px;
    }
}


/* change model css newly design   */
.child {
    width: 35vh;
    margin: 5px;
    color: black;
}
img.child-img {
    width: 100%;
    margin: 0;
}
section.detailsmodelsquick {
    width: 100%;
}
.slidernameandprofileviews {
    width: 35vh !important;
}
.sliderheadingbasebox1 {
    margin: 0;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}
#sliderviewprofilehands {
    font-size: 10px;
}
.slidermodal_content {
    width: 100%;
    border-radius: 6px;
}

a#viewprofilehands\ sliderviewprofilehands {
    font-size: 11px;
    color: #d1226c !important;
}



.scroll-images::-webkit-scrollbar {
    display: none;
}
p.viewprofileondetailpageqwerty {
    display: none;
}
@media screen and (max-width: 600px) {

    #message {
        position: absolute;
        top: -46px;
        background: white;
        color: black;
        margin: 0 auto;
        text-align: center;
        box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.2);
        width: 290px;
        line-height: 30px;
    }
    #down_arrow_hits {
            display: none !important;
        }
    .showMessageBtn {
            background: none;
            border: 0;
        }
    p#option_err_msg {
        text-align: center;
        font-size: 11px;
        color: #D60000;
    }
    a#view_profile_anchortagcollectiondetail {
        display: block;
    }
    p.viewprofileondetailpageqwerty {
        font-size: 10px;
        color: #d1226c !important;
        text-transform: capitalize;
        align-items: center;
        /* letter-spacing: 0.5; */
        display: flex;
    
    }
    b.namewithprofilemode {
        display: flex;
        justify-content: space-between;
        width: 100vw;
    }
    a#view_profile_anchortagcollectiondetaillike {
        display: block;
        /* position: absolute;
        right: 0;
        bottom: 10vh; */
    }  
    p.nextshootdateheadingscollectiondetail {
        font-size: 9px;
        font-weight: 700;
    }
   .newdesign {
    font-size: 10px !important;
   }
    
    
    p.viewprofileondetailpage {
      display: none;
    }
    .scroll-images {
        justify-content: left;
        margin-top: 15px;

    }
    .child {
        width: 31vh;
    }
    .slidernameandprofileviews {
        width: 31vh !important;
    }
    /* .basebox1 {
        margin-left: -8px;
    } */
    
    div#same_photoshoot_date {
        text-align: left;
        padding-top: 15px;
    }
    .modalbodyslider {
        padding: 20px 16px;
    }
    .closemodalslider {
        position: absolute;
        right: 15px;
        opacity: 1;
        margin: -10px;
    
    }
    a#view_profile_anchortag {
        width: 95px;
        margin-top: 2px;
        /* top: 275px !important; */
    }
    .viewprofileondetailpage {
        width: 83px;
        /* letter-spacing: 0px; */
        font-size: 10px;
        border: 0 !important;
        box-shadow: none !important;
    }
    .Booknow_modelsyoumaybooknow {
        font-size: 11px;
        width: 99%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* letter-spacing: 1px; */
    }
    

     p.nextshootdateheadings {
        font-size: 8px;
        width: 110px !important;
    }
    p.detailed_model_heading_mobileview {
        font-size: 10px;
        width: max-content;
    }
    .tooltiptext {
        visibility: hidden;
        width: 100%;
    }

.fa {
    display: none !important;
}
.left_circle, .right_circle {
    display: none;
}



}

.showcase {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.showcase_heading {
    text-align: center;
}

.showcas_para {
    text-align: center;
    margin-top: 10px;
}

.load_button {
    display: inline-block;
    padding: 12px 28px;
    background: #000;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;

    transition: all 0.3s ease;
}

/* Hover Effect */
.load_button:hover {
    background: transparent;
    color: #000 !important;
    border: 1px solid #000;

    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Click effect */
.load_button:active {
    transform: translateY(0px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* ===== SOURCE: C:\Users\Harsh Pandey\Downloads\9 flies.in\newPremium.css ===== */

  body {
      overflow-x: hidden;
  }

  .detailed_model_detailedshot_extra {
      height: 140px;
      width: auto;
  }

  .ChoosepremiumBackdrop {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      gap: 10px;
      max-width: 800px;
      margin-left: 20px;
  }

  .premiumwomenbackdrop {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    @media screen and (max-width: 600px) {
        flex-wrap: wrap !important;
    }
  }

  .radio-option {
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer;
      padding: 5px 10px;
      font-size: 13px !important;

  }

  .radio-option input[type="radio"] {
      margin-right: 5px;
      transform: translateY(1px);
      margin-top: -4px;
      /* Aligns with text */
  }

  .tooltip-icon {
      font-size: 12px;
      margin-left: 4px;
      color: #888;
      cursor: pointer;
      border: 1px solid #aaa;
      border-radius: 50%;
      width: 14px;
      text-transform: lowercase !important;
      height: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }

  .tooltip-text {
      display: none;
      position: absolute;
      top: -50px;
      left: 0;
      color: #000000;
      font-size: 12px;
      padding: 5px 8px;
      border-radius: 4px;
      z-index: 1;
      margin-left: 0px;
  }

  .radio-option:hover .tooltip-text {
      display: block;
  }

  /* Responsive text alignment fix */
  @media (max-width: 600px) {
      .ChoosepremiumBackdrop {
          grid-template-columns: repeat(2, 1fr);
      }
  }



  .premiumColorBg {
      max-width: 350px;
  }

  .premiumColorBg h4 {
      margin-bottom: 12px;
      font-size: 14px;
      font-weight: bold;
      color: #333;
      letter-spacing: 1px;
  }

/* Exact 4x4 Matrix for Color Palette */
.palette {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* Force 4 columns */
    gap: 12px !important; /* Adjust spacing between icons */
    margin-top: 10px;
    max-width: 300px; /* Limits the width so 4 icons look like a neat block */
}

  .shade-box-wrapper {
      text-align: center;
  }

/* Make icons bigger and square-rounded */
.shade-box {
    width: 65px !important;  /* Increased size to match your screenshot */
    height: 65px !important; /* Increased size to match your screenshot */
    border-radius: 12px !important; /* Modern rounded corners */
    cursor: pointer;
    position: relative;
    transition: transform 0.2s ease;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
}

.shade-box:hover {
    transform: scale(1.1); /* Zoom effect on hover */
    z-index: 5;
}

  .shade-box.selected {
      box-shadow: 0 0 0 3px rgba(125, 86, 199, 0.4);
  }

  .shade-box .checkmark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #555;
      display: none;
  }

  .shade-box.selected .checkmark {
      display: flex;
  }

/* Ensure labels don't break the grid */
.color-label {
    font-size: 10px;
    margin-top: 5px;
    color: #777;
    text-align: center;
}



  .model_detailed_division_extra {
      min-width: 150px;
      border: 2px solid transparent;
      border-radius: 8px;
      padding: 8px;
      text-align: center;
      cursor: pointer;
      transition: border-color 0.3s, box-shadow 0.3s;
  }

  .model_detailed_division_extra img {
      width: 100%;
      border-radius: 6px;
  }

  .model_detailed_division_extra p {
      margin-top: 8px;
      font-weight: bold;
      font-size: 14px;
      color: #333;
  }

  .model_detailed_division_extra.active-creative {
      /* border-color: #6c63ff; */
      background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 5px, transparent 5px) 0% 0%/8px 8px no-repeat,
          radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px) 100% 0%/8px 8px no-repeat,
          radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px) 0% 100%/8px 8px no-repeat,
          radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100% 100%/8px 8px no-repeat,
          linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 16px) no-repeat,
          linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 6px) no-repeat,
          linear-gradient(181deg, transparent 0%, #A59EC6 100%);
      border-radius: 8px;
      padding: 5px;
      box-sizing: border-box;

      border-top: none;
  }

  .inner_model_detailed_division_extra {
      width: 90px;
      border: 2px solid transparent;
      border-radius: 8px;
      padding: 8px;
      text-align: center;
      cursor: pointer;
      transition: border-color 0.3s, box-shadow 0.3s;
  }

  .inner_model_detailed_division_extra img {
      width: 100%;
      border-radius: 6px;
  }

  .inner_model_detailed_division_extra p {
      margin-top: 8px;
      font-weight: bold;
      font-size: 14px;
      color: #333;
  }

  .inner_detailed_model_detailedshot_extra {
      /* height:100%; */
      width: 100%;
  }

  .template_palette {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
  }

  @media (max-width: 767px) {
      .inner_model_detailed_division_extra {
          width: 80px;
      }

      .template_palette {
          grid-template-columns: repeat(4, 1fr);
      }
  }




  .premiumContainer {
      padding: 20px 0px;
      max-width: 400px;
  }

  .premiumHeading {
      font-size: 16px;
      font-weight: bold;
      /* margin-bottom: 6px; */
      text-align: left
  }

  .premiumDescription {
      margin-bottom: 8px;
      color: #333;
      font-size: 12px;
      text-align: left;
  }

  .premiumDropdownWrapper {
      margin-bottom: 20px;
  }

  .premiumSelect {
      width: 75%;
      padding: 10px;
      font-size: 14px;
      border: 0.5px solid #949494ff !important;
      border-radius: 4px;
  }

  .premiumQuantitySelector {
      display: flex;
      border: 0.5px solid #949494ff !important;
      width: fit-content;
      text-align: center;
      
  }

  .premiumQuantityBtn,
  .premiumQuantityInput {
      padding: 8px 10px;
      border: 0.5px solid #949494ff !important;
      font-size: 18px;
      min-width: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .premiumQuantityInput {
      border: none;
      width: 70px;
      text-align: center;
      font-weight: bold;
  }

  .premiumQuantityBtn:last-child {
      border-right: none;
      cursor: pointer;
  }

  .premiumQuantityBtn:first-child {
      cursor: pointer;
  }



  .premium_booking_wrapper {
      display: flex;
      gap: 12px;
      align-items: center;
      max-width: 400px;
  }

  .premium_booking_button {
      flex: 1;
      /* Makes both buttons equal width */
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 20px;
      font-size: 12px;
      font-weight: 500;
      border-radius: 6px;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all 0.3s ease;
      text-decoration: none;
      box-sizing: border-box;
  }

  .premium_booking_button.add_to_bag {
      border: 1px solid #000;
      background-color: white;
      color: black;
  }

  .premium_booking_button.add_to_bag img {
      width: 16px;
      height: 16px;
      margin-right: 8px;
  }

  .premium_booking_button.book_shoot {
      background-color: #3479F7;
      color: white;
      border: none;
      box-shadow: 0 4px 8px rgba(52, 121, 247, 0.3);
  }

  .premium_booking_button:hover {
      opacity: 0.9;
  }




  .image-gallery {
      display: grid;
      gap: 10px;
      padding: 10px;
  }


  .image-container img {
      width: 100%;
      height: auto;
      display: block;
      box-shadow: 0px 6px 10px 4px #00000026;
  }


  .load_more {
      background: linear-gradient(90.71deg, #A25EBA -30.76%, #FF4048 115.9%);
      color: white;
      padding: 10px;
      border: none;
      border-radius: 5px;
  }


  .referenceImg_tag {
      width: fit-content !important;
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
      .image-gallery {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991px) {
      .image-gallery {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  /* Small devices (phones, less than 768px) */
  @media (max-width: 767px) {
      .image-gallery {
          grid-template-columns: repeat(2, 1fr);
      }

      .load_more {
          padding: 5px;
      }


  }




/* --- SKU 4x4 Matrix Grid Layout --- */
.sku-matrix-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important; /* Strict 4 columns */
    gap: 12px;
    padding: 10px;
    width: 100%;
}

/* Individual Icon Card Styling */
.sku-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

/* Hover Effect for the SKU Icons */
.sku-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #a59ec6; /* Purple theme match */
}

/* Bigger Icon Size - Maintains vertical shot aspect ratio */
.sku-img-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* Text under the icons */
.sku-text {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 5px;
    color: #666;
    font-weight: 600;
    line-height: 1.2;
}

/* Fix for mobile - switch to 2 columns if screen is too small */
@media screen and (max-width: 480px) {
    .sku-matrix-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
    }
}

/* ===== MODAL Z-INDEX DEFINITIVE FIX ===== */
.modal {
  z-index: 99999 !important;
  isolation: auto !important;
}

@media screen and (min-width: 992px) {
  .collection_detailed_model {
    z-index: auto !important;
    isolation: isolate;
  }
}

.dropdown_prof-content {
  z-index: 99998 !important;
}



/* ===== MOBILE FIXES — paste at very end of your CSS file ===== */
@media screen and (max-width: 600px) {

  /* FIX 1 — pricing visibility */
  .detailed_pricing {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 8px;
  }
  p.gst_extra { display: block !important; font-size: 10px; }
  div#photoshoot_amount, p.pricing_model { font-size: 22px !important; font-weight: 700; }

  /* FIX 2 — backdrop radio buttons 2x2 grid */
  .premiumwomenbackdrop {
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
  .radio-option {
    flex: 0 0 calc(50% - 4px) !important;
    min-width: 0 !important;
    font-size: 12px !important;
    padding: 4px 6px !important;
  }

  /* FIX 3 — quantity centered */
  .premiumContainer {
    max-width: 100% !important;
    margin: 0 auto !important;        /* ← fixes the margin-left:0 drift */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .premiumQuantitySelector { margin: 0 auto !important; }
  .premiumSelect { width: 100% !important; max-width: 300px; }

}





/* CUSTOM POPUP FONT FIX */
.custom-popup-overlay,
.custom-popup-box,
.custom-popup-box *,
.vs-form,
.vs-form * {
    font-family: 'Poppins', Arial, sans-serif !important;
}

.custom-popup-title {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.4px !important;
}

.custom-popup-subtitle {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.vs-label {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.1px !important;
}

.vs-label span,
.vs-help {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.vs-textarea,
.vs-input,
.vs-input-file {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.vs-textarea::placeholder,
.vs-input::placeholder {
    font-family: 'Poppins', Arial, sans-serif !important;
    color: #8a8a8a !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.vs-btn {
    font-family: 'Poppins', Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.1px !important;
}

















/* premium woemen mobile view fixed */

/* =========================================================
   ONLY PREMIUM WOMEN MOBILE FIX
   This will NOT affect premium_men.php or premium_kids.php
========================================================= */

@media screen and (max-width: 768px) {

    body.premium-women-page {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.premium-women-page .collection_details {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        overflow-x: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.premium-women-page .premium-main-layout {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        padding: 0 10px !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-women-page .wraperDiv {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-women-page .imagesformobileviewspan {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.premium-women-page .collection_detailed_model,
    body.premium-women-page #collection_detailed_model_section_id {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        top: auto !important;
        margin: 12px 0 0 0 !important;
        padding: 10px !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        text-align: left !important;
        background: #ffffff !important;
    }

    body.premium-women-page .collection_detail_images,
    body.premium-women-page #backdrop_detail_images_ID,
    body.premium-women-page #premium_sku_setups {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
    }

    body.premium-women-page #premium_sku_setups .model_detailed_division {
        min-width: 82% !important;
        width: 82% !important;
        max-width: 82% !important;
        flex: 0 0 82% !important;
        height: auto !important;
        margin: 0 10px 10px 0 !important;
    }

    body.premium-women-page #premium_sku_setups img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        display: block !important;
    }

    body.premium-women-page .ChoosepremiumBackdrop,
    body.premium-women-page .premiumwomenbackdrop {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    body.premium-women-page .radio-option {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 11px !important;
        padding: 5px 4px !important;
        display: flex !important;
        align-items: center !important;
    }

    body.premium-women-page .detailed_more_angle {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
        justify-content: flex-start !important;
    }

    body.premium-women-page .model_detailed_division_extra {
        min-width: 31% !important;
        width: 31% !important;
        max-width: 31% !important;
        flex: 0 0 31% !important;
        margin: 0 6px 8px 0 !important;
        padding: 4px !important;
    }

    body.premium-women-page .model_detailed_division_extra img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    body.premium-women-page #creative_setup_examples {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.premium-women-page #creative_setup_examples .vertical-marquee-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        animation: none !important;
        gap: 10px !important;
        width: max-content !important;
    }

    body.premium-women-page .inner_model_detailed_division_extra {
        width: 120px !important;
        min-width: 120px !important;
        flex: 0 0 120px !important;
    }

    body.premium-women-page .premiumContainer,
    body.premium-women-page .premiumDropdownWrapper,
    body.premium-women-page .premium_booking_wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.premium-women-page .premiumSelect {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.premium-women-page .premium_booking_wrapper {
        display: flex !important;
        gap: 8px !important;
    }

    body.premium-women-page .premium_booking_button {
        width: 50% !important;
        max-width: 50% !important;
        padding: 9px 5px !important;
        font-size: 10px !important;
    }

    body.premium-women-page .showcase,
    body.premium-women-page .image-gallery,
    body.premium-women-page #image_grid,
    body.premium-women-page #image_grid_2 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-women-page .image-gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 8px !important;
    }

    body.premium-women-page .image-container,
    body.premium-women-page .image-container img {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* =========================================================
   PREMIUM WOMEN CUSTOM POPUP FIX - MOBILE + DESKTOP
   Paste at VERY END of voila_premium_bundle.css
========================================================= */

body.premium-women-page .custom-popup-overlay {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 999999 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px !important;
    overflow-y: auto !important;
}

body.premium-women-page .custom-popup-overlay.is-open {
    display: flex !important;
}

body.premium-women-page.custom-popup-open {
    overflow: hidden !important;
}

body.premium-women-page .custom-popup-box {
    width: 100% !important;
    max-width: 500px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 20px 22px !important;
    position: relative !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
    font-family: 'Poppins', Arial, sans-serif !important;
}

body.premium-women-page .custom-popup-close {
    position: absolute !important;
    top: 12px !important;
    right: 14px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

body.premium-women-page .custom-popup-title {
    margin: 0 38px 6px 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: -0.4px !important;
}

body.premium-women-page .custom-popup-subtitle {
    margin: 0 0 14px 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-women-page .vs-form {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.premium-women-page .vs-field {
    width: 100% !important;
    margin-bottom: 12px !important;
}

body.premium-women-page .vs-label {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-women-page .vs-label span {
    font-weight: 400 !important;
    color: #6b7280 !important;
}

body.premium-women-page .vs-textarea,
body.premium-women-page .vs-input {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    color: #111827 !important;
    background: #ffffff !important;
    outline: none !important;
    letter-spacing: 0 !important;
}

body.premium-women-page .vs-textarea {
    min-height: 90px !important;
    resize: vertical !important;
}

body.premium-women-page .vs-input-file {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.premium-women-page .vs-help {
    display: block !important;
    margin-top: 5px !important;
    font-size: 11px !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-women-page .vs-btn {
    width: 100% !important;
    height: 42px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #8a51b5, #ec3f86) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
}

body.premium-women-page #Err_Custom_Msg {
    color: red !important;
    font-size: 12px !important;
    margin: 0 0 8px 0 !important;
    text-align: left !important;
}

/* Mobile popup compact */
@media screen and (max-width: 600px) {
    body.premium-women-page .custom-popup-overlay {
        align-items: center !important;
        padding: 12px !important;
    }

    body.premium-women-page .custom-popup-box {
        max-width: 94vw !important;
        max-height: 86vh !important;
        padding: 18px 16px !important;
        border-radius: 16px !important;
    }

    body.premium-women-page .custom-popup-title {
        font-size: 18px !important;
    }

    body.premium-women-page .custom-popup-subtitle {
        font-size: 12px !important;
    }

    body.premium-women-page .vs-textarea {
        min-height: 75px !important;
    }
}


/* =========================================================
   PREMIUM WOMEN MOBILE TOP SKU IMAGE FIX
   Fix cropped/thin SKU images below price
========================================================= */

@media screen and (max-width: 768px) {

    body.premium-women-page #backdrop_detail_images_ID,
    body.premium-women-page .collection_detail_images {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: block !important;
    }

    body.premium-women-page #premium_sku_setups {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 360px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 8px 0 12px 0 !important;
        margin: 0 !important;
        align-items: flex-start !important;
        scroll-snap-type: x mandatory !important;
    }

    body.premium-women-page #premium_sku_setups .model_detailed_division,
    body.premium-women-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-women-page #premium_sku_setups .model_detailed_division_extras_mp,
    body.premium-women-page #premium_sku_setups .model_detailed_division_sq,
    body.premium-women-page #premium_sku_setups .model_detailed_division_sqli {
        width: 82% !important;
        min-width: 82% !important;
        max-width: 82% !important;
        flex: 0 0 82% !important;
        height: 420px !important;
        min-height: 420px !important;
        max-height: 420px !important;
        margin: 0 10px 0 0 !important;
        padding: 0 !important;
        position: relative !important;
        display: block !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    body.premium-women-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-women-page #premium_sku_setups b.imgwithtextmaretplace {
        width: 100% !important;
        height: 100% !important;
        min-height: 420px !important;
        max-height: 420px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    body.premium-women-page #premium_sku_setups a,
    body.premium-women-page #premium_sku_setups a.fashionportalimglatest {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        position: relative !important;
    }

    body.premium-women-page #premium_sku_setups img,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-women-page #premium_sku_setups .detailed_model_backshot,
    body.premium-women-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-women-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-women-page #premium_sku_setups .detailed_model_lookshot,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot_sq,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot_extra_video,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot_extra_extraangle {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
        object-position: top center !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.premium-women-page #premium_sku_setups #lookshot_p,
    body.premium-women-page #premium_sku_setups #lookshot_marketplace_p,
    body.premium-women-page #premium_sku_setups .referenceImg_tag {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    body.premium-women-page #premium_sku_setups {
        min-height: 330px !important;
    }

    body.premium-women-page #premium_sku_setups .model_detailed_division,
    body.premium-women-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-women-page #premium_sku_setups .model_detailed_division_extras_mp,
    body.premium-women-page #premium_sku_setups .model_detailed_division_sq,
    body.premium-women-page #premium_sku_setups .model_detailed_division_sqli,
    body.premium-women-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-women-page #premium_sku_setups b.imgwithtextmaretplace {
        height: 330px !important;
        min-height: 330px !important;
        max-height: 330px !important;
    }
}





/* mobile fix for premium MEN  */

/* =========================================================
   PREMIUM MEN PAGE FIX - MOBILE + POPUP
   Only affects premium_men.php
========================================================= */

body.premium-men-page {
    overflow-x: hidden !important;
}

body.premium-men-page .custom-popup-overlay {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 999999 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px !important;
    overflow-y: auto !important;
}

body.premium-men-page .custom-popup-overlay.is-open {
    display: flex !important;
}

body.premium-men-page.custom-popup-open {
    overflow: hidden !important;
}

body.premium-men-page .custom-popup-box {
    width: 100% !important;
    max-width: 500px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 20px 22px !important;
    position: relative !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
    font-family: 'Poppins', Arial, sans-serif !important;
}

body.premium-men-page .custom-popup-close {
    position: absolute !important;
    top: 12px !important;
    right: 14px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

body.premium-men-page .custom-popup-title {
    margin: 0 38px 6px 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: -0.4px !important;
}

body.premium-men-page .custom-popup-subtitle {
    margin: 0 0 14px 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-form {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.premium-men-page .vs-field {
    width: 100% !important;
    margin-bottom: 12px !important;
}

body.premium-men-page .vs-label {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-label span {
    font-weight: 400 !important;
    color: #6b7280 !important;
}

body.premium-men-page .vs-textarea,
body.premium-men-page .vs-input {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    color: #111827 !important;
    background: #ffffff !important;
    outline: none !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-textarea {
    min-height: 90px !important;
    resize: vertical !important;
}

body.premium-men-page .vs-input-file {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-help {
    display: block !important;
    margin-top: 5px !important;
    font-size: 11px !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-btn {
    width: 100% !important;
    height: 42px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #8a51b5, #ec3f86) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
}

@media screen and (max-width: 768px) {
    body.premium-men-page .collection_details,
    body.premium-men-page .wraperDiv {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        overflow-x: hidden !important;
    }

    body.premium-men-page .imagesformobileviewspan {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    body.premium-men-page .collection_detailed_model,
    body.premium-men-page #collection_detailed_model_section_id {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        top: auto !important;
        margin: 12px 0 0 0 !important;
        padding: 10px !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        text-align: left !important;
        background: #ffffff !important;
    }

    body.premium-men-page #backdrop_detail_images_ID,
    body.premium-men-page .collection_detail_images {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: block !important;
    }

    body.premium-men-page #premium_sku_setups {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 330px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 8px 0 12px 0 !important;
        margin: 0 !important;
        align-items: flex-start !important;
    }

    body.premium-men-page #premium_sku_setups .model_detailed_division {
        width: 82% !important;
        min-width: 82% !important;
        max-width: 82% !important;
        flex: 0 0 82% !important;
        height: 330px !important;
        min-height: 330px !important;
        max-height: 330px !important;
        margin: 0 10px 0 0 !important;
        padding: 0 !important;
        position: relative !important;
        display: block !important;
        overflow: hidden !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    body.premium-men-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-men-page #premium_sku_setups b.imgwithtextmaretplace {
        width: 100% !important;
        height: 330px !important;
        min-height: 330px !important;
        max-height: 330px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    body.premium-men-page #premium_sku_setups a,
    body.premium-men-page #premium_sku_setups a.fashionportalimglatest {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        position: relative !important;
    }

    body.premium-men-page #premium_sku_setups img,
    body.premium-men-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-men-page #premium_sku_setups .detailed_model_backshot,
    body.premium-men-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-men-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-men-page #premium_sku_setups .detailed_model_lookshot {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: top center !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.premium-men-page .ChoosepremiumBackdrop {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    body.premium-men-page .radio-option {
        width: 100% !important;
        font-size: 11px !important;
        padding: 5px 4px !important;
    }

    body.premium-men-page .detailed_more_angle {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
        justify-content: flex-start !important;
    }

    body.premium-men-page .model_detailed_division_extra {
        min-width: 31% !important;
        width: 31% !important;
        max-width: 31% !important;
        flex: 0 0 31% !important;
        margin: 0 6px 8px 0 !important;
        padding: 4px !important;
    }

    body.premium-men-page #creative_setup_examples {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.premium-men-page #creative_setup_examples .vertical-marquee-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        animation: none !important;
        gap: 10px !important;
        width: max-content !important;
    }

    body.premium-men-page .inner_model_detailed_division_extra {
        width: 120px !important;
        min-width: 120px !important;
        flex: 0 0 120px !important;
    }

    body.premium-men-page .premiumContainer,
    body.premium-men-page .premiumDropdownWrapper,
    body.premium-men-page .premium_booking_wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.premium-men-page .premiumSelect {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.premium-men-page .premium_booking_wrapper {
        display: flex !important;
        gap: 8px !important;
    }

    body.premium-men-page .premium_booking_button {
        width: 50% !important;
        max-width: 50% !important;
        padding: 9px 5px !important;
        font-size: 10px !important;
    }

    body.premium-men-page .image-gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 8px !important;
    }
}



/* =========================================================
   PREMIUM MEN FINAL MOBILE FIX
   1. Top SKU image full visible / no bad crop
   2. Visual Setup Ideas back to vertical grid auto-scroll
   Paste at VERY END of voila_premium_bundle.css
========================================================= */

@media screen and (max-width: 768px) {

    body.premium-men-page {
        overflow-x: hidden !important;
    }

    body.premium-men-page .collection_details,
    body.premium-men-page .wraperDiv {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-men-page .imagesformobileviewspan {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 12px !important;
        overflow: hidden !important;
    }

    body.premium-men-page .collection_detailed_model,
    body.premium-men-page #collection_detailed_model_section_id {
        width: 100% !important;
        max-width: 100% !important;
        margin: 12px 0 0 0 !important;
        padding: 12px 20px !important;
        position: relative !important;
        top: auto !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        background: #ffffff !important;
        text-align: left !important;
    }

    /* ===============================
       TOP SKU SLIDER IMAGE FIX
    =============================== */

    body.premium-men-page #backdrop_detail_images_ID,
    body.premium-men-page .collection_detail_images {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: block !important;
    }

    body.premium-men-page #premium_sku_setups {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 12px 0 18px 0 !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory !important;
    }

    body.premium-men-page #premium_sku_setups .model_detailed_division,
    body.premium-men-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-men-page #premium_sku_setups .model_detailed_division_extras_mp,
    body.premium-men-page #premium_sku_setups .model_detailed_division_sq,
    body.premium-men-page #premium_sku_setups .model_detailed_division_sqli {
        width: 86% !important;
        min-width: 86% !important;
        max-width: 86% !important;
        flex: 0 0 86% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        margin: 0 12px 0 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        background: #ffffff !important;
        box-shadow: none !important;
        scroll-snap-align: start !important;
    }

    body.premium-men-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-men-page #premium_sku_setups b.imgwithtextmaretplace {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: #ffffff !important;
    }

    body.premium-men-page #premium_sku_setups a,
    body.premium-men-page #premium_sku_setups a.fashionportalimglatest {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position: relative !important;
    }

    body.premium-men-page #premium_sku_setups img,
    body.premium-men-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-men-page #premium_sku_setups .detailed_model_backshot,
    body.premium-men-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-men-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-men-page #premium_sku_setups .detailed_model_lookshot,
    body.premium-men-page #premium_sku_setups .detailed_model_detailedshot_sq,
    body.premium-men-page #premium_sku_setups .detailed_model_detailedshot_extra_video,
    body.premium-men-page #premium_sku_setups .detailed_model_detailedshot_extra_extraangle {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        object-fit: contain !important;
        object-position: center top !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.premium-men-page #premium_sku_setups #lookshot_p,
    body.premium-men-page #premium_sku_setups #lookshot_marketplace_p {
        display: none !important;
    }

    /* ===============================
       BACKDROP OPTIONS
    =============================== */

    body.premium-men-page .ChoosepremiumBackdrop {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 18px !important;
        align-items: center !important;
    }

    body.premium-men-page .radio-option {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        font-size: 13px !important;
        padding: 4px 0 !important;
        margin: 0 !important;
    }

    /* ===============================
       AVAILABLE CREATIVE SETUP
       3 cards in one row
    =============================== */

    body.premium-men-page #creative_shoot_options .detailed_more_angle {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 12px 0 !important;
        margin: 0 !important;
    }

    body.premium-men-page #creative_shoot_options .model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 !important;
        padding: 5px !important;
        border-radius: 8px !important;
    }

    body.premium-men-page #creative_shoot_options .model_detailed_division_extra img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        border-radius: 8px !important;
    }

    body.premium-men-page .lookshot_p_extra_wisdom {
        font-size: 12px !important;
        padding: 8px 0 4px !important;
        text-align: center !important;
    }

    /* ===============================
       VISUAL SETUP IDEAS
       Back to vertical grid auto-scroll
    =============================== */

    body.premium-men-page #creative_setup_examples {
        width: 100% !important;
        max-width: 100% !important;
        height: 380px !important;
        max-height: 380px !important;
        overflow: hidden !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.premium-men-page #creative_setup_examples .vertical-marquee-track {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-content: flex-start !important;
        gap: 12px !important;
        animation: premiumMenVerticalScroll 16s linear infinite !important;
        transform: translateY(0);
    }

    body.premium-men-page #creative_setup_examples:hover .vertical-marquee-track {
        animation-play-state: paused !important;
    }

    body.premium-men-page #creative_setup_examples .inner_model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 0 12px 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    body.premium-men-page #creative_setup_examples .inner_model_detailed_division_extra img,
    body.premium-men-page #creative_setup_examples .inner_detailed_model_detailedshot_extra {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4 !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 10px !important;
        display: block !important;
    }

    body.premium-men-page #creative_setup_examples .inner_model_detailed_division_extra p {
        font-size: 11px !important;
        line-height: 1.15 !important;
        margin-top: 6px !important;
        text-align: center !important;
        color: #333 !important;
        font-weight: 500 !important;
    }

    @keyframes premiumMenVerticalScroll {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-50%);
        }
    }

    /* ===============================
       LOWER GALLERY
    =============================== */

    body.premium-men-page .showcase,
    body.premium-men-page .image-gallery,
    body.premium-men-page #image_grid,
    body.premium-men-page #image_grid_2 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-men-page .image-gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 8px !important;
    }

    body.premium-men-page .image-container,
    body.premium-men-page .image-container img {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* Caresoule fixed of women section   */

/* =========================================================
   PREMIUM WOMEN FINAL MOBILE FIX
   1. Top SKU image full visible / no bad crop
   2. Visual Setup Ideas back to vertical grid auto-scroll
   Paste at VERY END of voila_premium_bundle.css
========================================================= */

@media screen and (max-width: 768px) {

    body.premium-women-page {
        overflow-x: hidden !important;
    }

    body.premium-women-page .collection_details,
    body.premium-women-page .premium-main-layout,
    body.premium-women-page .wraperDiv {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-women-page .imagesformobileviewspan {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 12px !important;
        overflow: hidden !important;
    }

    body.premium-women-page .collection_detailed_model,
    body.premium-women-page #collection_detailed_model_section_id {
        width: 100% !important;
        max-width: 100% !important;
        margin: 12px 0 0 0 !important;
        padding: 12px 20px !important;
        position: relative !important;
        top: auto !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        background: #ffffff !important;
        text-align: left !important;
    }

    /* ===============================
       TOP SKU SLIDER IMAGE FIX
    =============================== */

    body.premium-women-page #backdrop_detail_images_ID,
    body.premium-women-page .collection_detail_images {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: block !important;
    }

    body.premium-women-page #premium_sku_setups {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 12px 0 18px 0 !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory !important;
    }

    body.premium-women-page #premium_sku_setups .model_detailed_division,
    body.premium-women-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-women-page #premium_sku_setups .model_detailed_division_extras_mp,
    body.premium-women-page #premium_sku_setups .model_detailed_division_sq,
    body.premium-women-page #premium_sku_setups .model_detailed_division_sqli {
        width: 86% !important;
        min-width: 86% !important;
        max-width: 86% !important;
        flex: 0 0 86% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        margin: 0 12px 0 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        background: #ffffff !important;
        box-shadow: none !important;
        scroll-snap-align: start !important;
    }

    body.premium-women-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-women-page #premium_sku_setups b.imgwithtextmaretplace {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: #ffffff !important;
    }

    body.premium-women-page #premium_sku_setups a,
    body.premium-women-page #premium_sku_setups a.fashionportalimglatest {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position: relative !important;
    }

    body.premium-women-page #premium_sku_setups img,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-women-page #premium_sku_setups .detailed_model_backshot,
    body.premium-women-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-women-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-women-page #premium_sku_setups .detailed_model_lookshot,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot_sq,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot_extra_video,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot_extra_extraangle {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        object-fit: contain !important;
        object-position: center top !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.premium-women-page #premium_sku_setups #lookshot_p,
    body.premium-women-page #premium_sku_setups #lookshot_marketplace_p {
        display: none !important;
    }

    /* ===============================
       BACKDROP OPTIONS
    =============================== */

    body.premium-women-page .ChoosepremiumBackdrop,
    body.premium-women-page .premiumwomenbackdrop {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 18px !important;
        align-items: center !important;
    }

    body.premium-women-page .radio-option {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        font-size: 13px !important;
        padding: 4px 0 !important;
        margin: 0 !important;
    }

    /* ===============================
       AVAILABLE CREATIVE SETUP
       3 cards in one row
    =============================== */

    body.premium-women-page #creative_shoot_options .detailed_more_angle {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 12px 0 !important;
        margin: 0 !important;
    }

    body.premium-women-page #creative_shoot_options .model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 !important;
        padding: 5px !important;
        border-radius: 8px !important;
    }

    body.premium-women-page #creative_shoot_options .model_detailed_division_extra img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        border-radius: 8px !important;
    }

    body.premium-women-page .lookshot_p_extra_wisdom {
        font-size: 12px !important;
        padding: 8px 0 4px !important;
        text-align: center !important;
    }

    /* ===============================
       VISUAL SETUP IDEAS
       Back to vertical grid auto-scroll
    =============================== */

    body.premium-women-page #creative_setup_examples {
        width: 100% !important;
        max-width: 100% !important;
        height: 380px !important;
        max-height: 380px !important;
        overflow: hidden !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.premium-women-page #creative_setup_examples .vertical-marquee-track {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-content: flex-start !important;
        gap: 12px !important;
        animation: premiumWomenVerticalScroll 16s linear infinite !important;
        transform: translateY(0);
    }

    body.premium-women-page #creative_setup_examples:hover .vertical-marquee-track {
        animation-play-state: paused !important;
    }

    body.premium-women-page #creative_setup_examples .inner_model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 0 12px 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    body.premium-women-page #creative_setup_examples .inner_model_detailed_division_extra img,
    body.premium-women-page #creative_setup_examples .inner_detailed_model_detailedshot_extra {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4 !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 10px !important;
        display: block !important;
    }

    body.premium-women-page #creative_setup_examples .inner_model_detailed_division_extra p {
        font-size: 11px !important;
        line-height: 1.15 !important;
        margin-top: 6px !important;
        text-align: center !important;
        color: #333 !important;
        font-weight: 500 !important;
    }

    @keyframes premiumWomenVerticalScroll {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-50%);
        }
    }

    /* ===============================
       LOWER GALLERY
    =============================== */

    body.premium-women-page .showcase,
    body.premium-women-page .image-gallery,
    body.premium-women-page #image_grid,
    body.premium-women-page #image_grid_2 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-women-page .image-gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 8px !important;
    }

    body.premium-women-page .image-container,
    body.premium-women-page .image-container img {
        width: 100% !important;
        max-width: 100% !important;
    }
}




/* Kids Mobile view fixed */

/* =========================================================
   PREMIUM KIDS FINAL MOBILE FIX
   1. Top SKU image full visible / no bad crop
   2. Visual Setup Ideas back to vertical grid auto-scroll
   3. Custom Requirement popup fixed
   Paste at VERY END of voila_premium_bundle.css
========================================================= */

@media screen and (max-width: 768px) {

    body.premium-kids-page {
        overflow-x: hidden !important;
    }

    body.premium-kids-page .collection_details,
    body.premium-kids-page .premium-main-layout,
    body.premium-kids-page .wraperDiv {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-kids-page .imagesformobileviewspan {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 12px !important;
        overflow: hidden !important;
    }

    body.premium-kids-page .collection_detailed_model,
    body.premium-kids-page #collection_detailed_model_section_id {
        width: 100% !important;
        max-width: 100% !important;
        margin: 12px 0 0 0 !important;
        padding: 12px 20px !important;
        position: relative !important;
        top: auto !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        background: #ffffff !important;
        text-align: left !important;
    }

    /* ===============================
       TOP SKU SLIDER IMAGE FIX
    =============================== */

    body.premium-kids-page #backdrop_detail_images_ID,
    body.premium-kids-page .collection_detail_images {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: block !important;
    }

    body.premium-kids-page #premium_sku_setups {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 12px 0 18px 0 !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory !important;
    }

    body.premium-kids-page #premium_sku_setups .model_detailed_division,
    body.premium-kids-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-kids-page #premium_sku_setups .model_detailed_division_extras_mp,
    body.premium-kids-page #premium_sku_setups .model_detailed_division_sq,
    body.premium-kids-page #premium_sku_setups .model_detailed_division_sqli {
        width: 86% !important;
        min-width: 86% !important;
        max-width: 86% !important;
        flex: 0 0 86% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        margin: 0 12px 0 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        background: #ffffff !important;
        box-shadow: none !important;
        scroll-snap-align: start !important;
    }

    body.premium-kids-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-kids-page #premium_sku_setups b.imgwithtextmaretplace {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: #ffffff !important;
    }

    body.premium-kids-page #premium_sku_setups a,
    body.premium-kids-page #premium_sku_setups a.fashionportalimglatest {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position: relative !important;
    }

    body.premium-kids-page #premium_sku_setups img,
    body.premium-kids-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_backshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_lookshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_detailedshot_sq,
    body.premium-kids-page #premium_sku_setups .detailed_model_detailedshot_extra_video,
    body.premium-kids-page #premium_sku_setups .detailed_model_detailedshot_extra_extraangle {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        object-fit: contain !important;
        object-position: center top !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.premium-kids-page #premium_sku_setups #lookshot_p,
    body.premium-kids-page #premium_sku_setups #lookshot_marketplace_p {
        display: none !important;
    }

    /* ===============================
       BACKDROP OPTIONS
    =============================== */

    body.premium-kids-page .ChoosepremiumBackdrop,
    body.premium-kids-page .premiumkidsbackdrop {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 18px !important;
        align-items: center !important;
    }

    body.premium-kids-page .radio-option {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        font-size: 13px !important;
        padding: 4px 0 !important;
        margin: 0 !important;
    }

    /* ===============================
       AVAILABLE CREATIVE SETUP
       3 cards in one row
    =============================== */

    body.premium-kids-page #creative_shoot_options .detailed_more_angle {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 12px 0 !important;
        margin: 0 !important;
    }

    body.premium-kids-page #creative_shoot_options .model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 !important;
        padding: 5px !important;
        border-radius: 8px !important;
    }

    body.premium-kids-page #creative_shoot_options .model_detailed_division_extra img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        border-radius: 8px !important;
    }

    body.premium-kids-page .lookshot_p_extra_wisdom {
        font-size: 12px !important;
        padding: 8px 0 4px !important;
        text-align: center !important;
    }

    /* ===============================
       VISUAL SETUP IDEAS
       Back to vertical grid auto-scroll
    =============================== */

    body.premium-kids-page #creative_setup_examples {
        width: 100% !important;
        max-width: 100% !important;
        height: 380px !important;
        max-height: 380px !important;
        overflow: hidden !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.premium-kids-page #creative_setup_examples .vertical-marquee-track {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-content: flex-start !important;
        gap: 12px !important;
        animation: premiumKidsVerticalScroll 16s linear infinite !important;
        transform: translateY(0);
    }

    body.premium-kids-page #creative_setup_examples:hover .vertical-marquee-track {
        animation-play-state: paused !important;
    }

    body.premium-kids-page #creative_setup_examples .inner_model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 0 12px 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    body.premium-kids-page #creative_setup_examples .inner_model_detailed_division_extra img,
    body.premium-kids-page #creative_setup_examples .inner_detailed_model_detailedshot_extra {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4 !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 10px !important;
        display: block !important;
    }

    body.premium-kids-page #creative_setup_examples .inner_model_detailed_division_extra p {
        font-size: 11px !important;
        line-height: 1.15 !important;
        margin-top: 6px !important;
        text-align: center !important;
        color: #333 !important;
        font-weight: 500 !important;
    }

    @keyframes premiumKidsVerticalScroll {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-50%);
        }
    }

    /* ===============================
       CUSTOM REQUIREMENT POPUP FIX
    =============================== */

    body.premium-kids-page .custom-popup-overlay {
        display: none !important;
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.55) !important;
        z-index: 999999 !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 14px !important;
        overflow-y: auto !important;
    }

    body.premium-kids-page .custom-popup-overlay.is-open {
        display: flex !important;
    }

    body.premium-kids-page.custom-popup-open {
        overflow: hidden !important;
    }

    body.premium-kids-page .custom-popup-box {
        width: 100% !important;
        max-width: 500px !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
        background: #ffffff !important;
        border-radius: 18px !important;
        padding: 20px 22px !important;
        position: relative !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
        font-family: 'Poppins', Arial, sans-serif !important;
        text-align: left !important;
    }

    body.premium-kids-page .custom-popup-close {
        position: absolute !important;
        top: 12px !important;
        right: 14px !important;
        width: 30px !important;
        height: 30px !important;
        border: 1px solid #d1d5db !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        color: #111827 !important;
        font-size: 22px !important;
        line-height: 26px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        padding: 0 !important;
    }

    body.premium-kids-page .custom-popup-title {
        margin: 0 38px 6px 0 !important;
        font-size: 20px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        color: #111827 !important;
        text-align: left !important;
        letter-spacing: -0.4px !important;
    }

    body.premium-kids-page .custom-popup-subtitle {
        margin: 0 0 14px 0 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
        font-weight: 400 !important;
        color: #6b7280 !important;
        text-align: left !important;
        letter-spacing: 0 !important;
    }

    body.premium-kids-page .vs-form,
    body.premium-kids-page .vs-field {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.premium-kids-page .vs-label {
        display: block !important;
        margin-bottom: 6px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        color: #111827 !important;
        text-align: left !important;
        letter-spacing: 0 !important;
    }

    body.premium-kids-page .vs-textarea,
    body.premium-kids-page .vs-input {
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #d1d5db !important;
        border-radius: 10px !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        font-family: 'Poppins', Arial, sans-serif !important;
        color: #111827 !important;
        background: #ffffff !important;
        outline: none !important;
        letter-spacing: 0 !important;
    }

    body.premium-kids-page .vs-textarea {
        min-height: 90px !important;
        resize: vertical !important;
    }

    body.premium-kids-page .vs-input-file {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 13px !important;
        font-family: 'Poppins', Arial, sans-serif !important;
        letter-spacing: 0 !important;
    }

    body.premium-kids-page .vs-help {
        display: block !important;
        margin-top: 5px !important;
        font-size: 11px !important;
        color: #6b7280 !important;
        text-align: left !important;
        letter-spacing: 0 !important;
    }

    body.premium-kids-page .vs-btn {
        width: 100% !important;
        height: 42px !important;
        border: none !important;
        border-radius: 10px !important;
        background: linear-gradient(90deg, #8a51b5, #ec3f86) !important;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        font-family: 'Poppins', Arial, sans-serif !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        letter-spacing: 0 !important;
    }

    /* ===============================
       LOWER GALLERY
    =============================== */

    body.premium-kids-page .showcase,
    body.premium-kids-page .image-gallery,
    body.premium-kids-page #image_grid,
    body.premium-kids-page #image_grid_2 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-kids-page .image-gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 8px !important;
    }

    body.premium-kids-page .image-container,
    body.premium-kids-page .image-container img {
        width: 100% !important;
        max-width: 100% !important;
    }
}





/* kids custom form fixed */

/* =========================================================
   PREMIUM KIDS DESKTOP + MOBILE SAFE FIX
   Fix desktop custom popup showing inline
   Paste at VERY END of voila_premium_bundle.css
========================================================= */

/* Desktop + all screen sizes: popup must NEVER show inline */
body.premium-kids-page .custom-popup-overlay {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 999999 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    overflow-y: auto !important;
}

body.premium-kids-page .custom-popup-overlay.is-open {
    display: flex !important;
}

body.premium-kids-page.custom-popup-open {
    overflow: hidden !important;
}

body.premium-kids-page .custom-popup-box {
    width: 100% !important;
    max-width: 500px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 20px 22px !important;
    position: relative !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    text-align: left !important;
}

body.premium-kids-page .custom-popup-close {
    position: absolute !important;
    top: 12px !important;
    right: 14px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

body.premium-kids-page .custom-popup-title {
    margin: 0 38px 6px 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: -0.4px !important;
}

body.premium-kids-page .custom-popup-subtitle {
    margin: 0 0 14px 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-kids-page .vs-form,
body.premium-kids-page .vs-field {
    width: 100% !important;
    max-width: 100% !important;
}

body.premium-kids-page .vs-field {
    margin-bottom: 12px !important;
}

body.premium-kids-page .vs-label {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-kids-page .vs-textarea,
body.premium-kids-page .vs-input {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    color: #111827 !important;
    background: #ffffff !important;
    outline: none !important;
    letter-spacing: 0 !important;
}

body.premium-kids-page .vs-textarea {
    min-height: 90px !important;
    resize: vertical !important;
}

body.premium-kids-page .vs-input-file {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.premium-kids-page .vs-help {
    display: block !important;
    margin-top: 5px !important;
    font-size: 11px !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-kids-page .vs-btn {
    width: 100% !important;
    height: 42px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #8a51b5, #ec3f86) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
}

/* =========================================================
   FINAL SAFE FIX
   No desktop layout disturbance
   Fixes popup only + mobile SKU/visual setup only
========================================================= */


/* =========================
   COMMON POPUP FIX
   Men / Women / Kids
========================= */

body.premium-men-page .custom-popup-overlay,
body.premium-women-page .custom-popup-overlay,
body.premium-kids-page .custom-popup-overlay {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 999999 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px !important;
    overflow-y: auto !important;
}

body.premium-men-page .custom-popup-overlay.is-open,
body.premium-women-page .custom-popup-overlay.is-open,
body.premium-kids-page .custom-popup-overlay.is-open {
    display: flex !important;
}

body.premium-men-page.custom-popup-open,
body.premium-women-page.custom-popup-open,
body.premium-kids-page.custom-popup-open {
    overflow: hidden !important;
}

body.premium-men-page .custom-popup-box,
body.premium-women-page .custom-popup-box,
body.premium-kids-page .custom-popup-box {
    width: 100% !important;
    max-width: 500px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 20px 22px !important;
    position: relative !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    text-align: left !important;
}

body.premium-men-page .custom-popup-close,
body.premium-women-page .custom-popup-close,
body.premium-kids-page .custom-popup-close {
    position: absolute !important;
    top: 12px !important;
    right: 14px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

body.premium-men-page .custom-popup-title,
body.premium-women-page .custom-popup-title,
body.premium-kids-page .custom-popup-title {
    margin: 0 38px 6px 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: -0.4px !important;
}

body.premium-men-page .custom-popup-subtitle,
body.premium-women-page .custom-popup-subtitle,
body.premium-kids-page .custom-popup-subtitle {
    margin: 0 0 14px 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-form,
body.premium-women-page .vs-form,
body.premium-kids-page .vs-form,
body.premium-men-page .vs-field,
body.premium-women-page .vs-field,
body.premium-kids-page .vs-field {
    width: 100% !important;
    max-width: 100% !important;
}

body.premium-men-page .vs-field,
body.premium-women-page .vs-field,
body.premium-kids-page .vs-field {
    margin-bottom: 12px !important;
}

body.premium-men-page .vs-label,
body.premium-women-page .vs-label,
body.premium-kids-page .vs-label {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #111827 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-textarea,
body.premium-women-page .vs-textarea,
body.premium-kids-page .vs-textarea,
body.premium-men-page .vs-input,
body.premium-women-page .vs-input,
body.premium-kids-page .vs-input {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d1d5db !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    color: #111827 !important;
    background: #ffffff !important;
    outline: none !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-textarea,
body.premium-women-page .vs-textarea,
body.premium-kids-page .vs-textarea {
    min-height: 90px !important;
    resize: vertical !important;
}

body.premium-men-page .vs-input-file,
body.premium-women-page .vs-input-file,
body.premium-kids-page .vs-input-file {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-help,
body.premium-women-page .vs-help,
body.premium-kids-page .vs-help {
    display: block !important;
    margin-top: 5px !important;
    font-size: 11px !important;
    color: #6b7280 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

body.premium-men-page .vs-btn,
body.premium-women-page .vs-btn,
body.premium-kids-page .vs-btn {
    width: 100% !important;
    height: 42px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #8a51b5, #ec3f86) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
}


/* =========================
   DESKTOP RESET
   Prevent empty space issue
========================= */

@media screen and (min-width: 769px) {
    body.premium-men-page .wraperDiv,
    body.premium-women-page .wraperDiv,
    body.premium-kids-page .wraperDiv {
        display: flex !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }

    body.premium-men-page .imagesformobileviewspan,
    body.premium-women-page .imagesformobileviewspan,
    body.premium-kids-page .imagesformobileviewspan {
        width: auto !important;
        max-width: none !important;
        flex: initial !important;
        height: auto !important;
    }

    body.premium-men-page .collection_detailed_model,
    body.premium-women-page .collection_detailed_model,
    body.premium-kids-page .collection_detailed_model {
        width: 42% !important;
        max-width: none !important;
        flex: initial !important;
        margin-left: 15px !important;
        padding: 0 !important;
        background: #ffffff !important;
    }

    body.premium-men-page #custom_shoot_options,
    body.premium-women-page #custom_shoot_options,
    body.premium-kids-page #custom_shoot_options {
        display: none !important;
    }
}


/* =========================
   MOBILE ONLY FIX
   No desktop effect
========================= */

@media screen and (max-width: 768px) {

    body.premium-men-page,
    body.premium-women-page,
    body.premium-kids-page {
        overflow-x: hidden !important;
    }

    body.premium-men-page .collection_details,
    body.premium-women-page .collection_details,
    body.premium-kids-page .collection_details,
    body.premium-men-page .wraperDiv,
    body.premium-women-page .wraperDiv,
    body.premium-kids-page .wraperDiv {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

    body.premium-men-page .imagesformobileviewspan,
    body.premium-women-page .imagesformobileviewspan,
    body.premium-kids-page .imagesformobileviewspan {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 12px !important;
        overflow: hidden !important;
    }

    body.premium-men-page .collection_detailed_model,
    body.premium-women-page .collection_detailed_model,
    body.premium-kids-page .collection_detailed_model,
    body.premium-men-page #collection_detailed_model_section_id,
    body.premium-women-page #collection_detailed_model_section_id,
    body.premium-kids-page #collection_detailed_model_section_id {
        width: 100% !important;
        max-width: 100% !important;
        margin: 12px 0 0 0 !important;
        padding: 12px 20px !important;
        position: relative !important;
        top: auto !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        background: #ffffff !important;
        text-align: left !important;
    }

    body.premium-men-page #backdrop_detail_images_ID,
    body.premium-women-page #backdrop_detail_images_ID,
    body.premium-kids-page #backdrop_detail_images_ID,
    body.premium-men-page .collection_detail_images,
    body.premium-women-page .collection_detail_images,
    body.premium-kids-page .collection_detail_images {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: block !important;
    }

    body.premium-men-page #premium_sku_setups,
    body.premium-women-page #premium_sku_setups,
    body.premium-kids-page #premium_sku_setups {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 12px 0 18px 0 !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory !important;
    }

    body.premium-men-page #premium_sku_setups .model_detailed_division,
    body.premium-women-page #premium_sku_setups .model_detailed_division,
    body.premium-kids-page #premium_sku_setups .model_detailed_division,
    body.premium-men-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-women-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-kids-page #premium_sku_setups .model_detailed_division_extras,
    body.premium-men-page #premium_sku_setups .model_detailed_division_sq,
    body.premium-women-page #premium_sku_setups .model_detailed_division_sq,
    body.premium-kids-page #premium_sku_setups .model_detailed_division_sq {
        width: 86% !important;
        min-width: 86% !important;
        max-width: 86% !important;
        flex: 0 0 86% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        margin: 0 12px 0 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        background: #ffffff !important;
        box-shadow: none !important;
        scroll-snap-align: start !important;
    }

    body.premium-men-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-women-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-kids-page #premium_sku_setups b.imgwithtextfashionportal,
    body.premium-men-page #premium_sku_setups b.imgwithtextmaretplace,
    body.premium-women-page #premium_sku_setups b.imgwithtextmaretplace,
    body.premium-kids-page #premium_sku_setups b.imgwithtextmaretplace {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: #ffffff !important;
    }

    body.premium-men-page #premium_sku_setups a,
    body.premium-women-page #premium_sku_setups a,
    body.premium-kids-page #premium_sku_setups a,
    body.premium-men-page #premium_sku_setups a.fashionportalimglatest,
    body.premium-women-page #premium_sku_setups a.fashionportalimglatest,
    body.premium-kids-page #premium_sku_setups a.fashionportalimglatest {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position: relative !important;
    }

    body.premium-men-page #premium_sku_setups img,
    body.premium-women-page #premium_sku_setups img,
    body.premium-kids-page #premium_sku_setups img,
    body.premium-men-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-women-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_detailedshot,
    body.premium-men-page #premium_sku_setups .detailed_model_backshot,
    body.premium-women-page #premium_sku_setups .detailed_model_backshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_backshot,
    body.premium-men-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-women-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_sideshot,
    body.premium-men-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-women-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_frontshot,
    body.premium-men-page #premium_sku_setups .detailed_model_lookshot,
    body.premium-women-page #premium_sku_setups .detailed_model_lookshot,
    body.premium-kids-page #premium_sku_setups .detailed_model_lookshot {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        object-fit: contain !important;
        object-position: center top !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.premium-men-page #premium_sku_setups #lookshot_p,
    body.premium-women-page #premium_sku_setups #lookshot_p,
    body.premium-kids-page #premium_sku_setups #lookshot_p,
    body.premium-men-page #premium_sku_setups #lookshot_marketplace_p,
    body.premium-women-page #premium_sku_setups #lookshot_marketplace_p,
    body.premium-kids-page #premium_sku_setups #lookshot_marketplace_p {
        display: none !important;
    }

    body.premium-men-page .ChoosepremiumBackdrop,
    body.premium-women-page .ChoosepremiumBackdrop,
    body.premium-kids-page .ChoosepremiumBackdrop {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 18px !important;
        align-items: center !important;
    }

    body.premium-men-page .radio-option,
    body.premium-women-page .radio-option,
    body.premium-kids-page .radio-option {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        font-size: 13px !important;
        padding: 4px 0 !important;
        margin: 0 !important;
    }

    body.premium-men-page #creative_shoot_options .detailed_more_angle,
    body.premium-women-page #creative_shoot_options .detailed_more_angle,
    body.premium-kids-page #creative_shoot_options .detailed_more_angle {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 12px 0 !important;
        margin: 0 !important;
    }

    body.premium-men-page #creative_shoot_options .model_detailed_division_extra,
    body.premium-women-page #creative_shoot_options .model_detailed_division_extra,
    body.premium-kids-page #creative_shoot_options .model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 !important;
        padding: 5px !important;
        border-radius: 8px !important;
    }

    body.premium-men-page #creative_shoot_options .model_detailed_division_extra img,
    body.premium-women-page #creative_shoot_options .model_detailed_division_extra img,
    body.premium-kids-page #creative_shoot_options .model_detailed_division_extra img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        border-radius: 8px !important;
    }

    body.premium-men-page #creative_setup_examples,
    body.premium-women-page #creative_setup_examples,
    body.premium-kids-page #creative_setup_examples {
        width: 100% !important;
        max-width: 100% !important;
        height: 380px !important;
        max-height: 380px !important;
        overflow: hidden !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.premium-men-page #creative_setup_examples .vertical-marquee-track,
    body.premium-women-page #creative_setup_examples .vertical-marquee-track,
    body.premium-kids-page #creative_setup_examples .vertical-marquee-track {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-content: flex-start !important;
        gap: 12px !important;
        animation: premiumVerticalScrollFixed 16s linear infinite !important;
    }

    body.premium-men-page #creative_setup_examples .inner_model_detailed_division_extra,
    body.premium-women-page #creative_setup_examples .inner_model_detailed_division_extra,
    body.premium-kids-page #creative_setup_examples .inner_model_detailed_division_extra {
        width: calc(33.33% - 8px) !important;
        min-width: calc(33.33% - 8px) !important;
        max-width: calc(33.33% - 8px) !important;
        flex: 0 0 calc(33.33% - 8px) !important;
        margin: 0 0 12px 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    body.premium-men-page #creative_setup_examples .inner_model_detailed_division_extra img,
    body.premium-women-page #creative_setup_examples .inner_model_detailed_division_extra img,
    body.premium-kids-page #creative_setup_examples .inner_model_detailed_division_extra img,
    body.premium-men-page #creative_setup_examples .inner_detailed_model_detailedshot_extra,
    body.premium-women-page #creative_setup_examples .inner_detailed_model_detailedshot_extra,
    body.premium-kids-page #creative_setup_examples .inner_detailed_model_detailedshot_extra {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4 !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 10px !important;
        display: block !important;
    }

    @keyframes premiumVerticalScrollFixed {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-50%);
        }
    }
}