.elementor-14373 .elementor-element.elementor-element-608597e{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4c4d6a7 *//* =========================================================
   WISHLIST ONLY
========================================================= */
.fxh-wl{
  max-width:1180px;
  margin:0 auto;
  padding:70px 22px 90px;
  font-family:Helvetica,Arial,sans-serif;
  color:#111;
}

.fxh-wl__title{
  text-align:center;
  font-size:56px;
  line-height:1.05;
  font-weight:500;
  margin:0 0 22px;
}

.fxh-wl__empty{
  text-align:center;
  margin:16px 0 0;
  font-size:13px;
  color:#111;
}

.fxh-wl__grid{
  margin-top:40px;
  display:grid;
  grid-template-columns:repeat(var(--fxh-wl-cols,3),minmax(0,1fr));
  gap:42px 36px;
}

.fxh-wl__item{
  position:relative;
  display:flex;
  flex-direction:column;
}

.fxh-wl__thumb{
  display:block;
  background:#f3f3f3;
}

.fxh-wl__thumb img{
  width:100%;
  height:auto;
  display:block;
}

.fxh-wl__name{
  text-align:center;
  margin-top:14px;
  font-size:12px;
  font-weight:500;
}

.fxh-wl__name a{
  color:#111;
  text-decoration:none;
}

.fxh-wl__price{
  text-align:center;
  margin-top:6px;
  font-size:12px;
  color:#111;
}

.fxh-wl__item.is-removing{
  opacity:.35;
  pointer-events:none;
}

.fxh-wl__remove{
  position:absolute;
  top:10px;
  right:10px;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  width:auto!important;
  height:auto!important;
  color:#111!important;
  font-size:22px!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  z-index:2;
}

.fxh-wl__remove:hover{
  opacity:.55!important;
  background:transparent!important;
}

.fxh-wl__remove::before,
.fxh-wl__remove::after{
  background:transparent!important;
  box-shadow:none!important;
}

/* ATC full width */
.fxh-wl__atcform{
  width:100%!important;
  margin:0!important;
}

.fxh-wl__atc,
.fxh-wl__atcform .fxh-wl__atc{
  display:flex!important;
  width:100%!important;
  justify-content:center!important;
  align-items:center!important;
  margin-top:14px!important;
  border:1px solid #111!important;
  border-radius:0!important;
  background:#111!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:600!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

.fxh-wl__atc:hover{
  background:#2a2a2a!important;
  color:#fff!important;
  border-color:#111!important;
}

.fxh-wl__atc:focus,
.fxh-wl__atc:active{
  outline:none!important;
  box-shadow:none!important;
}

.fxh-wl .button,
.fxh-wl a.button,
.fxh-wl button.button{
  width:100%!important;
}

/* Button size sync */
:root{
  --fxh-btn-h:42px;
  --fxh-btn-px:18px;
  --fxh-btn-fs:12px;
  --fxh-btn-ls:.06em;
}

.fxh-wl__atc,
.fxh-wl__atcform button,
.fxh-wl__atcform button[type="submit"]{
  height:var(--fxh-btn-h)!important;
  min-height:var(--fxh-btn-h)!important;
  padding:0 var(--fxh-btn-px)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  box-sizing:border-box!important;
  font-size:var(--fxh-btn-fs)!important;
  letter-spacing:var(--fxh-btn-ls)!important;
  line-height:1!important;
  text-transform:uppercase;
}

.fxh-wl__atc *{
  line-height:1!important;
}

@media (max-width:1024px){
  .fxh-wl__title{
    font-size:44px;
  }

  .fxh-wl__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px;
  }
}

@media (max-width:768px){
  .fxh-wl__thumb .dalya-qa-btn{
    display:none!important;
  }
}

@media (max-width:520px){
  .fxh-wl{
    padding:52px 16px 70px;
  }

  .fxh-wl__title{
    font-size:40px;
  }

  .fxh-wl__grid{
    grid-template-columns:1fr;
    gap:22px;
  }
}/* End custom CSS */