.switcher-tabs {
    display: flex;
    cursor: pointer;
}
.switcher-tab {
    flex: 1;
    padding: 10px;
   
}
#quick-buy-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}

#quick-buy-modal .modal-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #e22236; /* yoki modal foniga qarab qora */
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
}

#quick-buy-modal .modal-close-btn:hover {
    color: #f00; /* Yoqimli hover effekti */
}

.popup-send{
width:100%; padding:10px 20px; height:50px; margin-top:16px; border-radius:8px; background:#e22236!important;
}
.popup-send:hover{
 background:#c31b2c!important;
}
.btn.primary{
	 background:#e22236!important;
}
.btn.primary:hover{
	 background:#c31b2c!important;
}
#add-to-cart-modal {
  display: none;
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#add-to-cart-modal > div {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 300px;
  position: relative;
  text-align: center;
}
#add-to-cart-modal button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

