
.mainContainerStyle {
  position: fixed;
  bottom: 20px;
  max-width: 900px;
  padding: 20px 12px;
  width: 100%;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  background-color: white;
  align-items: end;
  flex-direction: row;
}
.canvasStyle {
  height: calc(100% - 10px) !important
}
.labelStyle {
  color: #131111;
}
.colorHolderStyle{
  width: max-content
}
.mainContainerWrapper {
  justify-content: center;
  alight-items: center;
  background-color: transparent;
  width: 100%
}

* {
   font-family: "Open Sans", sans-serif;
   font-size: 14px;
}


.mainContainerStyle-mb div {
 width: max-content
}
.dropdownStyle > option {
  color: black !important;
}

.dropdownStyle {
  color: black;
  display: block;
  border-radius: 0;
  position: relative !important;
  width: 100px;
  height: 32px;
}

.dropdownStyle option {
  position: absolute;
  top: 0;
}

.dropdownStyle option:hover {
  background-color: yellow;
}

#7-element {
  width: 30px;
}
.toggleBtnStyle {
  margin: 0;
  margin-left: 12px;
  border-radius: 0;
  height: 32px;
  border: 1px solid #767676;
  width: 100px !important;
}
.colorSelectionStyle {
 margin-left: 56px
}
.diamondSelectionStyle {
 margin-left: 24px;
 flex-wrap: nowrap
}
.btnStyle {
 border: 1px solid #767676;
 border-radius: 0;
 height: 32px;
 margin-bottom: 0;
 grid-area: b;
 align-self: end;
 justify-self: start;
 align-self: center;
 padding: 0px;
 border: 0px;
 margin-top: 10px
}

.btnStyle:hover {  
 border: 0px;
 box-shadow: none
}
.mb{}
.mainContainerStyle-mb {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px;
  width: 100%;
  max-width: 11500px;
box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  background-color: white;
  
};

@media (min-width: 600px) {
  
}
.btnGroupContainerStyle {
  display: flex;
  align-items: end;
  flex-shrink: 0;
  width: 400px;
}
.materialContainerStyle {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.canvasStyle-mb {
  height: calc(100% -  155px) !important
}
.itemStyle{
 width: 36px;
 height: 36px;
 margin-right: 6px
}
.modelBtnContainerStyle {
  display: flex;
  align-items: end;
  grid-area: a;
}
.toggleBtnStyle-mb{
  margin: 0;
  margin-left: 8px;
  border-radius: 0;
  height: 32px;
  border: 1px solid #767676;
  width: 80px !important;
}
.grid-c{
 grid-area: c;
}
.grid-d{
 grid-area: d
}
.btnStyle-mb{
 border: 1px solid #767676;
 border-radius: 0;
 height: 32px;
 margin-bottom: 0;
 grid-area: b;
 align-self: end;
 justify-self: start;
 width: 90px !important 
}
.diamondHolderItemsStyle{
  flex-wrap: nowrap
}
.cartBtn {
  position: fixed;
  left: 95%;
  top: 10px;
  border-radius: 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
}

.cartBtn * {
  border-radius: 0 !important;
}
.imgBox{
  transition: border 250ms ease-in-out, box-shadow 250ms ease-in-out, opacity 250ms ease-in-out, transform 250ms ease-in-out;
  will-change: border, box-shadow, opacity, transform;
  width: 4rem;
  height: 4rem;
  padding: 6px;
  border: 1px solid #767676;
  border-radius: 8px
}

.imgBox:hover {
    border: 1px solid #a9e3ff;
    box-shadow: 0 0 5px #4cc7f4, inset 0 0 5px #4cc7f4;
    opacity: 1;
}
}


.animateBtn {
 margin-left: 24px;
 border: 1px solid #767676;
 border-radius: 0;
 height: 32px;
 margin-bottom: 0;
 grid-area: b;
 align-self: end;
 justify-self: start;
 align-self: center;
 padding: 0px;
 border: 0px
}

.animateBtn:hover {
 border: 0px;
 box-shadow: none
}
.customDropdown{
 padding: 0;
 border: 1px solid #64748b;
 width: 190px;
 height: 38px;
 display: flex;
}
.custom-dropdown-option {
  padding: 0;
  background-color: #fff;
  width: 190px;
  left: -1px;
}
.custom-dropdown-option > * {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  width: 100%;
  height: 34px
}
._option_yqbmw_145:hover {
  background-color: #cbd5e1
}

.displayedOption > div:hover {
  background-color: transparent;
}
.displayedOption-mb {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
 }
.customDropdown-mb {
    padding: 0;
    border: 1px solid #64748b;
    width: 100% !important;
    height: 38px;
    display: flex;
}
.row-mb {
 width: 100% !important;
 gap: 20px
}

.row-mb div {
  flex: 1
}
.optionsBox-mb {
  width: 100% !important;
  gap: 0;
  padding: 0;
  background: #fff
}
.optionsBox-mb div {
  width: 100%;
  padding: 10px 6px;
}
.option-mb {
  witdth: 100% !important;
}
.buffer {
  visibility: hidden;
}
.cartBtn-mb {
  position: fixed;
  left: 90%;
  top: 10px;
  border-radius: 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
}

.cartBtn-mb * {
  border-radius: 0 !important;
}
.ringBtn-mb {
  position: absolute;
  left: 85%;
  bottom: 170px;
  border: 1px solid #767676;
  border-radius: 0;
  height: 32px;
  margin-bottom: 0;
  align-self: end;
  justify-self: start;
  align-self: center;
  padding: 0px;
  border: 0px;
  margin-top: 10px
}

.ringBtn-mb * {
  border-radius: 0 !important;
}
.ringBtn-mb:hover {
 border: 0px;
 box-shadow: none
}