@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Playfair+Display:wght@700&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
  overflow-x: hidden;
}



/* collection connect */

.threesvg{
  margin-top: -25px ! important;
  position: relative;
}

.icon {
  cursor: pointer;
  font-size: 24px;
}
.collections {
  display: none;
  
  border: 1px solid #ccc;
  border-radius: 5px;
}
.collections.active {
  display: block;
}




/* product price css */





::selection {
  color: black;
  background: black;
}
.wrapper {
  width: 100%;
  height: 51px;
}


.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex
;
  width: 100%;
  height: 5px;
  align-items: center;
  font-family: 'Lato';
  font-size: 13px;
}
.field input {
  width: 100%;
  height: 26px;
  outline: none;
  font-size: 12px;
  margin-left: 12px;
  /* border-radius: 5px; */
  text-align: center;
  border: 1px solid #999;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 50px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  height: 5px;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: black;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;

}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: black;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: black;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: black !important;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
  background: black !important;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.progress{
  color:black
}
/*.offcanvas-start {
  top: 108px !important;
  left: 0;
  width: 320px !important;
  transform: translateX(-100%);
}
*/
.checkbox-label {
  display: flex;
  align-items: center;
  font-family: 'Lato', sans-serif;
  border: 0.5px solid black;
  padding: 4px;
}


/* General container styles */
.filter-options-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 boxes per row */
  gap: 10px; /* Space between the boxes */
  padding: 10px 0;
}

/* Individual size box styles */
.filter-options-list li {
  list-style: none;
}

.checkbox-label {
  display: inline-block;
  position: relative;
  
  justify-content: center;
  width: 60px; /* Width of the box */
  height: 50px; /* Height of the box */
  border: 0.5px solid black; /* Border around the box */
  font-size: 12px; /* Font size for the size text */
  font-family: 'Montserrat', sans-serif; /* Optional, for consistent style */
  color: #000;
  cursor: pointer;
  text-align: center;
  background-color: #f9f9f9; /* Optional, light background */
  border-radius: 4px; /* Slight rounding for a modern look */
  transition: all 0.2s ease-in-out; /* Smooth hover effects */
}

/* Style for the checkbox inside the box */
.checkbox-label input[type="checkbox"] {
  position: absolute;
  top: 3px; /* Inset from the top */
  left: 3px; /* Inset from the left */
  margin: 0;
  width: 12px; /* Checkbox size */
  height: 12px; /* Checkbox size */
  cursor: pointer;
}

/* Hover effect for the box */
.checkbox-label:hover {
  background-color: #e6e6e6;
  
}

.accordion-body ul {
  display: flex
;
  /* flex-direction: column; */
  gap: 15px;
  /* padding-left: 10px; */
}

/* Checked state styling */

input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: none;
}


/* product price css */





/* filtersectitonfx css */


.stick-fixed1 {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
    color: black;
    z-index: 10;
    display: flex;
    align-items: center;
}


.row.stick-fixed1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
/* filtersectitonfx css */


.image2last15{

  background: url("../assets/images/collectiion5.jfif") no-repeat center center;
  display: flex;
  width: 720px;
  height: 1000px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.image2last16{

  background: url("../assets/images/collectiion6.jfif") no-repeat center center;

  display: flex;
  width: 720px;
  height: 1000px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.container-fluid {
  display: flex;
  padding: 0;
  margin: 0;
}

.image-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.col-md-6.p-0.image5 {
  width: 300px;
}

.col-md-6.p-0.image6 {
  width: 300px;
}

input[type="email"] {
  border-radius: 4px;
  width: 411px;
  height: 36px;
  flex-shrink: 0;
  padding-right: 20px;
}
.input-addon {
  margin-top: -31px;
  margin-left: 380px;
}

input[type="email"]::placeholder {
  color: #000;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
}

.headercollection {
  position: relative;
  top: 0;
  color: black;
  width: 100%;
  flex-shrink: 0;
}



.SÖTBELLA {
  font-weight: 400;
  line-height: 64px;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 100% */
}
p.SÖTBELLA {
  color: black;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-top: 16px;
  margin-left: 16px;
  text-decoration: none;
}

a.text-reset {
  text-decoration: none;
  color: inherit;
}

/* Right-Aligned Icons */
.row .col-md-6:last-child a {
  margin-right: 12px; /* 24px gap between icons */
}

.row .col-md-6:last-child a:last-child {
  margin-right: 0; /* No margin on the last icon */
}

.icon.active svg rect {
  fill: black; /* Fills the rectangle with black color */
  stroke: white; /* Optional: Changes the stroke color for contrast */
}




.showtexthover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlaytext:hover .showtexthover {
  opacity: 0.3;
}








.overlaytext1:hover .showtexthover {
  opacity: 0.3;
}

.overlaytext1:hover .middle1 {
  opacity: 1;
}

.rect-fill {
  stroke: black;
  fill: none;
  transition: fill 0.3s ease;
}

.icon.active .rect-fill {
  fill: black;
}



.overlaytext {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlaytext1 {
  position: relative;
  width: 100%;
  height: 100%;
}


a:link, a:visited {

  text-decoration: none;

  color: black; /* Set your desired default link color */

}
.addtocart {
  color: #000;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 154px;
  background-color: #000;
  color: white;
  padding: 8px 0px;
  text-decoration: none; /* Removes underline */

}

.position-relative {
  position: relative;
}

.overlay-text {
  position: absolute;
  top: 70%; /* Center vertically */
  left: 75%; /* Center horizontally */
  transform: translate(-50%, -50%);
  color: white; /* Text color */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease; /* Smooth fade-in effect */
}

.position-relative:hover .overlay-text {
  opacity: 1; /* Show text on hover */
}



.middle1 {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}



.middle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image11:hover .middle {
  opacity: 1; /* Show on hover */
}


p.togglemenu {
  margin-bottom: 32px;
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 25px;
}

a:link, a:visited {

  text-decoration: none;

  color: black; /* Set your desired default link color */

}

p.coords {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}



.col-md-1.d-flex.threesvg {
  /* gap: 14px; */
  margin-left: 48px;
  justify-content: space-evenly;
  align-items: center;
}



/* filtercss */

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  min-width: 160px;
  margin-top: 5px;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu .dropdown-item {
  padding: 10px;
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f0f0f0;
}

.custom-dropdown{
    margin-top: -20px !important;
    margin-left: 30px;
}


/* filter toggle css */



.accordion-body {
display: none;

}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: #e7f1ff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)!important;
}

#accordionExample button{
  border-bottom: 1px solid #000 !important;
 

}
.accordion-collapse.collapse .accordion-body {
  background: white;
  position: absolute;
  left: 100%;
  height: 100vh;
  width: 365px;
  top: 0px;
  transition: all 0.3s ease 0s;
  display: block;
  /* margin-top: 20px; */
  /* padding: 42px; */
  padding-top: 125px;
  overflow-y: scroll;
  
  /* Hide scrollbar */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}


.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg) !important;
}
.accordion-item {
  border: none !important;background-color:#fff !important
}
.offcanvas.show{visibility:visible}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  padding-top: 40px;
  font-family: 'Inter';
  color: black;
  opacity: 1.25;
  overflow-y: scroll;
  background-color: #f2f2f2;
  
  /* Hide scrollbar */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
#accordionExample {
    background-color: #f2f2f2 !important;
}
/* #accordionExample{
  background-color: #f2f2f2!important;
} */


.accordion-collapse.collapse .accordion-body::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none!important;
}

.font_monte{
  font-family: 'Montserrat', sans-serif ;
  font-size: 12px;
  color: #000; 

}

.fontulli{
  font-family: 'Montserrat', sans-serif ;
  font-size: 10px;
  color: #000;
}
.accordion-body.anothersizeblock {
  margin-top: -21px;
}

.checkbox-container {
  display: grid;
  grid-template-columns: 100%; /* Two equal columns */
  gap: 10px; /* Space between items */
}

/* .checkbox-item {
  display: flex;
  align-items: center;
} */

.checkbox-item {
  display: flex
;
  align-items: center;
  gap: 5px;
}


.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; /* Controls gap between checkboxes */
}

.size-options .checkbox-label {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

/* To ensure the first three sizes are in one row */
.size-options label:nth-child(n+4) {
  margin-top: 10px; /* Pushes the rest to the next row */
}
.dropdown-menu.show {
  display: block;
  font-size: 12px;
  font-family: 'Lato';
}
button#dropdown-button {
  margin-left: 70px;
}

.checkbox-container {
  gap: 3px;
  margin-top: -19px;
}
.accordion-header {
  margin-bottom: -8px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 22px !important;
  height: 16px !important;
  margin-left: auto;
  content: "";

}
.sortyfilter {
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* input[type="checkbox"] {
  width: 20px;
  height: 11px;
  position: relative;
} */


input[type="checkbox"] {
  width: 13px;
  height: 15px;
  position: relative;
  margin-top: 17px;
}

input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 14px;
}




.accordion-collapse.collapse .accordion-body {
  background: white;
  left: 100%;
  top: 0;
  transition: all 0.3s ease 0s;
  display: block;
}


.bothbuttonsidebar {
  display: flex;
  flex-direction: column; 
  gap: 10px;
  margin-top: 190px;
}

button.filterpaneapply {
  width: 100%;
  color: white;
  background: black;
  border: none;
  font-family: 'Lato';
  font-size: 12px;
  padding: 10px;
  height: 25px;
  text-align: center;
  justify-content: center;
  padding: 5px 10px;
}

/* filter toggle css */.accordion-body ul {
    display: flex
    ;
        /* flex-direction: column; */
        gap: 15px;
        /* padding-left: 10px; */
    }



p.filter {
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 24px;
  margin-top: 5px;
}
p.filter1 {
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-left: 0px;
  margin-top: 2px;
}
.lens {
  top: inherit !important;
  left: inherit !important;
  width: 20px;
  height: 18px;
  position: relative !important;
  flex-shrink: 0;
}

.list-inline-item {
  display: inline-block;
  color: black;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 0px;
}


.col-md-4.text-center.linksall.text-style {
  margin-left: -20px;
  margin-top: -18px;
}

/* Style for active icons */
.icon.active {
  color: #fff; /* White text when active */
}

/* Hide inactive content sections */
.collection {
  display: none;
}

/* Show active content */
.collection.active {
  display: block;
}


.image1,
.image2 {
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  height: auto;
}

.app-icon {
  width: 181px;
  height: 55px;
  border-radius: 20px;
  margin: 16px;
  background: url(<path-to-image>) lightgray -11.341px -5.801px / 112.782%
    121.875% no-repeat;
}

.app-icon1 {
  width: 181px;
  height: 55px;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray -16.023px -26.222px / 118.033%
    187.963% no-repeat;
}

.image5 {
  background-image: url("../assets/images/section5image2.png");
  background-size: cover;
  background-position: center;
}

.image6 {
  background-image: url("../assets/images/lastsection\ image.png");
  background-size: cover;
  background-position: center;
}

.section6 p {
  color: #000;
  text-align: center;
  font-family: Alike;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 40px;
}

header.bg-white .navbaar-nav_bottom {
    display: none !important;
}
/*header.bg-white nav {*/
/*    background-color: #fff !important;*/
/*}*/

.imagefullwidth .img {
  display: flex;
  width: 1442px;
  height: 1828px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.imagefullwidth{
  background-image: url("../assets/images/long-d.png");
  background-size: cover;
  background-position: center center;

}


.whitetopgirl {
  width: 100%;
  flex-shrink: 0;
}

.whitetopgirl-h {
  object-fit: cover;
  height: 581px;
  width: 100%;
}

.col-md-6.p-0.image5 {
  width: 354px;
  height: 444px;
  object-fit: cover;
}

.col-md-6.p-0.image6 {
  width: 354px;
  height: 444px;
  object-fit: cover;
}

.image5,
.image6 {
  width: 354px;
  height: 444px;
  background-size: cover;
  background-position: center;
}

.image5,
.image6 {
  width: 100%;
  height: 444px;
}

.position-relative {
  position: relative;
  z-index: 1;
}

.contentimage {
  justify-items: baseline;
  margin-left: 13px;
}

.section6 .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-family: MonteCarlo;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 104px;
}

.section1text .bottom {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 68px;
  display: flex;
  width: 195px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
}

.strike-through {
  text-decoration: line-through;
}

.image1 {
  background: url("../assets/images/reddress1.jfif") no-repeat center center;
}

.image2 {
  background: url("../assets/images/whitedress1.jfif") no-repeat center center;
}

.image1,
.image2 {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;
  flex-shrink: 0;
}

.image11 {
  background: url("../assets/images/d1.2.png") no-repeat center center;
}

.image22 {
  background: url("../assets/images/d1.1.png") no-repeat center center;
}

.image11,
.image22 {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;
  flex-shrink: 0;
}
.imagecollection {
  background: url("../assets/images/collectiion4.jfif") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;

  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.secondsectionimage {
  background: url("../assets/images/d4.png") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}
.secondsectionimage2 {
  background: url("../assets/images/tgirl.jfif") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.secondsectionimage3 {
  background: url("../assets/images/halfgirl.jfif") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.secondsectionimage4 {
  background: url("../assets/images/grey2sectiongirl.jfif") no-repeat center
    center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.thirdsectionimage1 {
  background: url("../assets/images/zebra.jfif") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}
.thirdsectionimage2 {
  /* background: url("../assets/images/d1.png") no-repeat center center; */
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;
  cursor: pointer;
  

  flex-shrink: 0;
}
.thirdsectionimage3 {
  background: url("../assets/images/grey1section3.jfif") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}
.thirdsectionimage1 {
  background: url("../assets/images/lastsection\ image.png") no-repeat center
    center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.thirdsectionimage31 {
  background: url("../assets/images/d3.png") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}
.thirdsectionimage32 {
  background: url("../assets/images/d2.png") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.image33 {
  background: url("../assets/images/partywearblack1.jfif") no-repeat center
    center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  cursor: pointer;
}

.image46 {
  background: url("../assets/images/collectiion5.jfif") no-repeat center center;
}

.image33,
.image44 {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.image2last {
  background: url("../assets/images/collectiion5.jfif") no-repeat center center;

  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 581px;

  flex-shrink: 0;
}


.imagecollection1 {
  background: url("../assets/images/collectiion4.jfif") no-repeat center center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.image2last17 {
  background: url("../assets/images/collectiion6.jfif") no-repeat center center;

  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 581px;

  flex-shrink: 0;
}

.image2last11 {
  background: url("../assets/images/collectiion7.jfif") no-repeat center center;

  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.image2last12 {
  background: url("../assets/images/d1.1.png") no-repeat center center;

  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.blackdress1 {
  background: url("../assets/images/blackdress1.png") no-repeat center center;
  background-size: cover;
  height: 680px;
}

.blackdress2 {
  background: url("../assets/images/blackdress2.png") no-repeat center center;
  background-size: cover;
  height: 680px;
}

.blackdress3 {
  background: url("../assets/images/blackdress3.png") no-repeat center center;
  background-size: cover;
  height: 680px;
}

.heightwidthofimage {
  height: 720px;
  width: 4050px;
}

.divsize {
  height: 736px;
  width: 1280px;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
}

.para2 {
  margin-top: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  text-align: center;
  line-height: 26px;
}

.para2 .contentpara {
  color: #000;
  text-align: center;
  font-family: "Alike";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

.para2 .contentpara1 {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.videopic {
  display: flex;
  flex-wrap: wrap;
}

.newarrive .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.newarrive .col-6 {
  flex: 1 1 calc(25% - 15px);
  max-width: calc(25% - 15px);
}

.newarrive img {
  object-fit: cover;
  border: none;
  width: 193px;
  height: 252.808px;
  flex-shrink: 0;
  row-gap: 24px;
}
/* .col-md-1.d-flex {
  margin-left: 28px;
} */

.faq {
  display: flex;
  width: 1440px;
  padding: 25px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: #000;
}

.faq img {
  max-width: 80px;
}

.faq p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}

.faq ul {
  padding-top: 16px;
  padding-bottom: 16px;
}

.spotlight {
  background: url("../assets/images/backgroundspotlight.png") no-repeat center
    center;
  background-size: cover;
  height: 343px;
  display: flex;
}
.knockut {
  font-family: "Alike";
  font-size: 36px;
  color: #000;
  margin-top: 56px;
  margin-bottom: 24px;
}

.knock {
  font-family: "Alike";
  display: flex;
  flex-wrap: wrap;
}

.knockutdetail {
  font-family: "Lato";
  font-size: 20px;
  color: #3d3d3d;
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 56px;
}



.reserved {
  font-family: "Lato", serif;
  color: gray;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
}



.gap {
  gap: 24px;
  width: 18px;
  margin-top: 16px;
  margin-bottom: 54px;
}





.withus {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}





.withus {
  color: #000 !important;
}



.input-container .input {
  margin-top: 16px;
  width: 411px;
  height: 36px;
  flex-shrink: 0;
  margin-top: 16px;
  border-radius: 4px;
  border: 0.5px solid #000;
}

.input-container {
  width: 411px;
  height: 36px;
  flex-shrink: 0;
}

.email-input-wrapper p {
  font-family: "Alike";
}

input[type="email"] {
  border-radius: 4px;
  width: 411px;
  height: 36px;
  flex-shrink: 0;
  border: 0.5px solid #000;
}

.app-icons {
  display: flex;
  margin: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  width: 147px;
  height: 25px;
}

.app-icon {
  width: 130px;
  height: auto;
}

.down {
  margin-top: 48px;
  margin-bottom: 50px;
}

/* new css upward */

.image1,
.image2 {
  position: relative;
  overflow: hidden;
}

.image1:hover .video,
.image2:hover .video {
  display: block;
}

.image1:hover .image,
.image2:hover .image {
  display: none;
}

.app-icon {
  width: 181px;
  height: 55px;
  border-radius: 20px;
  margin: 16px;
  background: url(<path-to-image>) lightgray -11.341px -5.801px / 112.782%
    121.875% no-repeat;
}

.app-icon1 {
  width: 181px;
  height: 55px;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray -16.023px -26.222px / 118.033%
    187.963% no-repeat;
}

.image5 {
  background-image: url("../assets/images/section5image2.png");
  background-size: cover;
  background-position: center;
}

.image6 {
  background-image: url("../assets/images/lastsection\ image.png");
  background-size: cover;
  background-position: center;
}

.image11 {
  background: url("../assets/images/d1.2.png") no-repeat center center;
}

.image22 {
  background: url("../assets/images/d1.1.png") no-repeat center center;
}

.image11,
.image22 {
  background-size: cover;
  background-position: center center;
  width: 720px;
  height: 1000px;
  flex-shrink: 0;
}

.image33 {
  background: url("../assets/images/partywearblack1.jfif") no-repeat center
    center;
}

.image46 {
  background: url("../assets/images/collectiion5.jfif") no-repeat center center;
}

.image33,
.image44 {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 748px;

  flex-shrink: 0;
}

.image2last1 {
  background: url("../assets/images/collectiion6.jfif") no-repeat center center;

  background-size: cover;
  background-position: center center;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.image2last11 {
  background: url("../assets/images/collectiion7.jfif") no-repeat center center;

  display: flex;
  width: 720px;
  height: 1000px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.image2last12 {
     background: none;
    /**display: flex;**/
    width: 720px;
    height: 834px;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-size: cover;
}

.blackshort {
  background: url("../assets/images/collection2.jfif") no-repeat center center;
  width: 720px;
  height: 1000px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  align-items: center;

  display: flex;
  
}

.skybluegirl {
  background: url("../assets/images/collectiion4.jfif") no-repeat center center;
  display: flex;
  width: 720px;
  height: 1000px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.blackdress1 {
  background: url("../assets/images/blackdress1.png") no-repeat center center;
  background-size: cover;
  height: 680px;
}

.blackdress2 {
  background: url("../assets/images/blackdress2.png") no-repeat center center;
  background-size: cover;
  height: 680px;
}

.blackdress3 {
  background: url("../assets/images/blackdress3.png") no-repeat center center;
  background-size: cover;
  height: 680px;
}

.spotlight {
  background: url("../assets/images/backgroundspotlight.png") no-repeat center
    center;
  background-size: cover;
  height: 343px;
  display: flex;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}
.product-c {
  position: absolute;
  /* padding: 30px 0px 0; */
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 10px 10px 5px;
}
.product-c h6{font-size:14px;  margin-bottom: 5px;}
.footer.foot {
  background-color: #000;
  padding: 53px 0px 0px;

}
input.footer-input {
  padding: 0px 18px;
}
input.footer-input {
  background: url();
  border: 1px solid #fff;
}
input.footer-input::placeholder {
  color: #ffffffab;
}
.footinput {
  width: 73% !important;
}
.aadd {
  /* margin-left: -27%; */
  /* text-align: unset; */
  position: relative;
  left: -31%;
}
ul.footer-links a {
  color: #fff;
}
.footertext1 {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex
;
  width: 410px;
  height: 20px;
  color: #ffffffab!important;
  font-family: Lato;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
}
input.footer-input {
  background: url();
  border: 1px solid #fff;
}
.input-addon {
  margin-top: -30px;
  position: relative;
  left: -45px!important;
  color: #fff;
  /* margin-left: 9px; */
  text-align: right;
  /* position: relative; */
  /* left: -15px; */
  /* justify-items: center; */
}
input.footer-input {
  padding: 0px 18px;
}
input.footer-input::placeholder {
  color: #ffffffab!important;
  
}

.footinput {
  width: 100% !important;
}
.aadd i.fa.fa-long-arrow-right {
  position: relative;
  left: -63px;
}
.footer li {
  
  color: #fff!important;
  text-align: left;
  font-family: "Lato", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase!important;
}
.footer-links a {
  text-transform: uppercase;
}
.footer {
  margin-top: 0px!important;
  margin-bottom: -100px;
  font-family: "Alike", serif;
}
.wishlist {
  position: absolute;
  top: 17px;
  right: 0;
  /* float: right; */
  margin-left: revert-layer;
  margin-right: 20px;
  margin-top: 0;
}

.accordion-button:not(.collapsed) {
 
  background-color:unset!important;
}
.accordion-body ul {
  display: block!important;
}

.filter__headeraccordian, .filter__headeraccordian .offcanvas-body{background-color:#fff !important}

.offcanvas-start.filter__headeraccordian {
    top: 150px !important;
    left: 0;
    width: 320px !important;
    transform: translateX(-100%);height:500px
}
.filter__headeraccordian .accordion-collapse.collapse .accordion-body{
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 23px;height:100%;background:transparent !important;
}
.filter__headeraccordian .checkbox-item label{margin-top:18px}

body.fix-body{overflow: hidden; padding-right: 17px;}
.filter__modal-backdrop{display:none}
.filter__modal-backdrop.show {display: block;}
.search-collection__tab .second1 p {
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 400;
}
.search_boxx .form-control {
    width: 50%;
    border-bottom: 1px solid #1d1d1d60;
    border-radius: 0;
    margin: auto;
    text-align: center;
}
.product_btmSlider-heading.heading8 p {
    font-size: 18px;
    text-align: left;
}
.search-collection__tab .col-sm-12 .search_boxx {position:relative;}
.search-collection__tab .col-sm-12 .search_boxx .form-control{width:100%;}
.search-collection__tab .btn-close-search {position:absolute; right:0; top:0;}


@media (max-width: 768px) {
    button#dropdown-button {  margin-left: -6px;        margin-top: 23px !important;        padding-top: 0;}
    .image { flex: none !important; }
.image2last12.section3text { padding: 0 15px !important;}    
    .image2last12, .image2last12ss{height:500px;}
    .image img { height: inherit !important; }
    .image2last12 .wishlist { top: 5px;  right: 10px;}
    .new-collection-sortbelaa { padding-right: 0 !important;}
    .cat-filterwrapper{  position: relative !important; top: inherit !important;}
    .image2last12 .product-c {  padding: 8px 19px; left: 0;}
    .cat-filterwrapper svg { 
    width: 14px;
    height: 14px;
}
.cat-filterwrapper .dropdown-toggle::after{display:none;}
.cat-filterwrapper .dropdown-menu{right: -60px !important;}
.cat-filterwrapper .dropdown-menu .dropdown-item {  padding: 5px 7px;}
.breadcrumbs-wrapper{margin-top:0 !important;}
.breadcrumbs-wrapper .togglemenu {
    margin-top: 20px;
    margin-left: 0 !important;
}
.add-to-cart-btn{display:none !important;}
#collection2 .row.p-0.g-0,  #collection3 .container-fluid.row.p-0.g-0{padding:0 15px !important;}
   #collection2 .image2last12.section3text, #collection3 .thirdsectionimage2 {
        padding: 0 !important;height:100%;
    }
    #collection2 .image2last12ss, #collection3 .thirdsectionimage2 .four-image2last12ss { height: 215px;}
    #collection2 .image2last12 .product-c, #collection3 .thirdsectionimage2 .product-c{padding:8px 0;position:relative;}
     #collection2 .product-c h6,  #collection2 .pname .price1,  #collection2 .pname .price2,  #collection2 .pname .price3, #collection3 .product-c h6,  #collection3 .pname .price1,  #collection3 .pname .price2,  #collection3 .pname .price3{font-size:12px !important;}
 #collection2 .product-c p, #collection3 .product-c p{font-size:11px !important;}
#collection3 .wishlist{top:0;}
   #collection2 .image2last12 .wishlist {
        top: 0;
        right: 0;
    }
    .col-md-1.d-flex.threesvg{margin-top:0 !important;margin-left:15px !important;}
    .col-md-1.d-flex.threesvg span.icon.firsticon { margin-top: 0 !important;}
    .col-md-1.d-flex.threesvg span.icon.collection2-firsticon{margin-top:-3px !important;}
}
 
