/** Shopify CDN: Minification failed

Line 1525:0 Unexpected "}"

**/
.not-text-transform{
  text-transform: none;
}
#CS-Wishlist-page {
  margin: 0 auto;
  padding: 36px 37px 0;
  color: var(--brown);
}

#CS-Wishlist-page:not(.wishlist-overflow){
  overflow: unset;
}

.wishlist-overflow {
  overflow: hidden;
}

.CS-Wishlist-page .main-wrapper {
  margin-top: 0 !important;
}

#cs-page-header {
  /* border-bottom: 2px solid #f2f2f2; */
  border-bottom: 1px solid var(--brown);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#csws-create-list span {
  display: block;
}

#csws-create-list:hover {
  background-color: #313131;
}

.csws-header {
  width: 100%;
}

.csws-header-title .csws-header-uname {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}

.csws-share-bar {
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  align-items: center;
}

.csws-share-label {
  position: relative;
  color: var(--brown);
  padding: 0.3em 0 0.3em 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  height: 32px;
}

.csws-share-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.csws-share-icon a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ebeef0;
  background: 0 0;
  color: #888;
  transition: all .3s;
  margin-left: 20px;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

.cs-wishlist-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 42px -160px 39px;
}

.productHandlesByCategory {
  padding: 0 160px 60px;
}
.productHandlesByCategory h2,
.productHandlesByCategory h4 {
  position: relative;
  line-height: 1;
  flex: 1;
  padding-right: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--brown);
  font-weight: 400;
}

.cs-list-header-title {
  padding: 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-header-dropdown {
  max-width: 14px;
  width: 100%;
  display: flex;
  cursor: pointer;
}

.cs-dropdown {
  position: relative;
}

.cs-list-header-title .cs-dropdown .cs-dropdown-menu-main {
  left: inherit;
  background:var(--off-white);
  min-width: 130px;
  color: inherit;
  padding: 0;
  font-size: 14px;
  border: 0;
  position: absolute;
  top: 100%;
  width: auto;
  margin: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, .176) 0 6px 12px;
  z-index: 9;
  list-style: none;
  border: 1px solid var(--brown);
  opacity: 0;
  visibility: hidden;
}

.cs-dropdown-menu-btn {
  border: 0;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  text-align: left;
  letter-spacing: 1px;
}

.cs-dropdown-menu-btn:hover {
  border: none;
  color: var(--off-white);
  background: var(--brown);
}

.cs-dropdown .cs-dropdown-menu-main li:hover {
  background-color: rgba(0, 0, 0, .1);
}

.cs-dropdown-toggle {
  border: none;
  background-color: transparent;
  padding: 8px 0;
  max-width: 16px;
  width: 100%;
  display: flex;
}

.cs-dropdown-toggle:hover {
  background-color: transparent;
  border: none;
}

body .cs-dropdown-toggle svg path{
    fill: var(--brown);
}

.cs-dropdown .cs-dropdown-menu-main.active {
  opacity: 1;
  visibility: visible;
}
.productHandlesByCategory h2 input,
.productHandlesByCategory h4 input {
  position: relative;
  font-weight: 400;
  min-height: 35px;
  line-height: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 2px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--brown) !important;
  border-radius: 0;
  padding: 12px 14px;
  border: 1px solid var(--brown);
  background: transparent;
}
.productHandlesByCategory h2 input::placeholder ,
.productHandlesByCategory h4 input::placeholder {
  color: inherit;
}

.cs-dropdown .cs-dropdown-menu-mai {
  position: absolute;
  z-index: 3000000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color:var(--off-white);
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
  text-align: left;
  left: initial;
  right: 0;
  padding: 0 5px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}

.cs-dropdown-menu-mai li {
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.share-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-wishlist .cs-share-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ebeef0;
  background: 0 0;
  color: #888;
  transition: all .3s;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  float: none;
  margin-right: 2px;
  margin-left: 2px;
}

.cs-share-email:hover {
  background-color: #f0a82b;
  border-color: #f0a82b
}

.cs-share-facebook:hover {
  background-color: #4c69a2;
  border-color: #4c69a2
}

.cs-share-twitter:hover {
  background-color: var(--brown);
  border-color: var(--brown);
}

.cs-share-pinterest:hover {
  background-color: #cb2027;
  border-color: #cb2027
}

.cs-share-whatsapp:hover {
  background-color: #54d368;
  border-color: #54d368
}

.csws-share-icon a:hover svg path,
.share-wishlist a:hover svg path {
  fill: var(--off-white);
}

.cs-dropdown .cs-dropdown-menu-mai.active {
  opacity: 1;
  visibility: visible;
}

.cs-list-delete-modal {
  background-color: var(--off-white);
  padding: 0 15px 22px;
  text-align: center;
}

.cs-delete-title {
  font-size: 12px;
  color: inherit;
}

.cs-delete-btn {
  display: flex;
  justify-content: center;
}

.cs-delete-btn button {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 32px;
  justify-content: center;
  padding: 0 15px;
  border-radius: 0;
  font-weight: 400;
  margin: 7px 6px 0;
  width: auto;
  background-color: var(--brown);
  line-height: 1;
  letter-spacing: 1px;
  color: var(--off-white);
}

.main-product-content .cs-delete-btn .cs-btn-cancel {
  background: transparent;
  border: 2px solid #d84242;
  color: #d84242;
}

.main-product-content .cs_ws_icon {
  z-index: unset;
  margin: 0 1px 0 5px;
  height: 22px;
  top: 26px;
  right: 15px;  
}

.main-product-content .cs_ws_icon #ws-fav-btn {
  height: unset;
}

.main-product-content .cs-wishlist-icon img,
.main-product-content .cs-wishlist-icon svg {
  width: 16px;
  height: 16px;
}

/* Wishlist New Css Start */
.grid_parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.left_side {
  width: 47.79%;
  padding: 0 2px;
}

.right_side {
  flex: 1;
  padding: 0 2px;
  display: flex;
  flex-direction: column;
}

.left_side a {
  position: relative;
  padding-top: 133.435%;
  display: block;
}

.left_side a img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.right_side a {
  position: relative;
  display: block;
  flex: 1;
}

.right_side a:not(:last-of-type) {
  margin-bottom: 4px;
}

.right_side a img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.CS-Wishlist-page .main-product-row {
  /* margin: 0 -1.5px; */
  margin: 0 -1px;
  justify-content: flex-start;
}

/* Wishlist New Css End */

span.cs-wishlist-icon {
  margin-right: 5px;
  display: flex;
}

span.cs-wishlist-icon img,
span.cs-wishlist-icon svg {
  width: 16px;
  height: 16px;
}

.main-product-content .cs-wishlist-icon svg path {
    stroke: var(--brown);
}
 .main-product-content .cs-wishlist-icon svg path[fill="#4b3e3c"]{
   fill: var(--brown);
}
.cs_ws_icon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.template-product .add-to-cart-wishlist .btn svg path,
.template-product .add-to-cart-wishlist .btn:hover svg path {
  fill: transparent;
  stroke: var(--off-white);
}

.template-product .add-to-cart-wishlist .btn.ws-active svg path,
.template-product .add-to-cart-wishlist .btn.ws-active:hover svg path {
  fill: var(--off-white);
}

.cs_ws_icon button#ws-fav-btn {
  background: none;
  border: none;
  display: flex;
}

.cs_ws_icon button#ws-fav-btn span.cs-wishlist-icon {
  margin-right: 0;
}

.productHandlesByCategory.is-empty:not(.productHandlesByCategory_hide) .main-product-row {
  display: flex;
  min-height: 100px;
  position: relative;
}

.productHandlesByCategory.is-empty .main-product-row:before {
  content: "This list is empty";
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0 0 9px;
  display: flex;
  align-items: center;
  font-size: 10px;
}

li.grid__item {
  position: relative;
  width: 25%;
}

body .card__heading a:after {
  content: unset;
}

.productHandlesByCategory_hide .list-header-dropdown svg {
  transform: rotate(180deg);
}

.productHandlesByCategory_hide .product-grid {
  display: none;
}

div#CS-Wishlist-page.Empty-wishlist button#csws-create-list,
.productHandlesByCategory.is-empty .category-share-main {
  display: none;
}

#ws-fav-html span.cs-wishlist-text {
  display: none;
}

.sign-out.link_btn a{
  color: var(--brown);
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.2;
}
.sign-out.link_btn button {
  font-size: 11px;
  color: var(--brown);
  font-weight: 400;
  width: auto;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid var(--brown);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 0.938;
  letter-spacing: 1px;
}

/* Share Page Css Start */

.CS-Wishlist-page .category-list .cs-product-title a {
  line-height: 1.5;
  color:var(--brown);
}

.CS-Wishlist-page .category-list.main-product-row {
  display: flex;
}

/* .CS-Wishlist-page .category-list .on_sale_price {
  font-style: italic;
} */

.CS-Wishlist-page .category-list .cross-sell-product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 0 0;
}

.CS-Wishlist-page .category-list .cross-sell-product-content form#product_add {
  margin-top: auto;
  max-width: 70%;
  width: 100%;
}

.CS-Wishlist-page .category-list .main-product-item {
  display: flex;
  flex-direction: column;

  padding: 5px 1.5px 55px;
}

.CS-Wishlist-page .category-list .cross-sell-product-image {
  display: flex;
}

.CS-Wishlist-page .button_back {
    padding-bottom: 42px;
    display: flex;
    justify-content: center;
    position: relative;
}

.CS-Wishlist-page > .button_back {
    border-bottom: 1px solid var(--brown);
    margin-bottom: 40px;
}

.CS-Wishlist-page .button_back a {
    position: absolute;
    top: 0;
    left: 0;
}

.CS-Wishlist-page .button_back a {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--brown);
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.CS-Wishlist-page .productHandlesByCategory-134 {
  padding: 0;
}

.CS-Wishlist-page .button_back a:before {
  content: "";
  width: 10px;
  height: 17px;
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0630/4261/7558/files/left-arrow.png?v=1729233282);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 28px;
}

.CS-Wishlist-page .cs_ws_icon button#ws-fav-btn span.cs-wishlist-icon svg {
  display: none;
}

.CS-Wishlist-page .cs_ws_icon button#ws-fav-btn span.cs-wishlist-icon {
  background-image: url(https://cdn.shopify.com/s/files/1/0630/4261/7558/files/close.svg?v=1728881380);
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin: 11px 15px 0 0 !important;
}

.CS-Wishlist-page .cs_ws_icon button#ws-fav-btn {
  height: auto;
}

.CS-Wishlist-page .cross-sell-product-item .cross-sell-product-content .variant-listbox {
  flex-wrap: wrap;
}

/* Share Page Css End */

/* Login Popup Css Start */

.wishlist-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.wishlist-popup.register.active,
.wishlist-popup.login.active {
  opacity: 1;
  visibility: visible;
}

.wishlist-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--off-white);
  max-width: 620px;
  width: 100%;
  padding: 63px 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.wishlist-popup-close {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    padding: 10px;
}

.wishlist-popup-close svg {
  width: 100%;
  height: 100%;
}

.wishlist-popup-close svg path{
      fill: var(--brown);
}

.wishlist-popup-title {
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  margin: 0 0 22px;
  color: var(--brown);
}

.wishlist_header {
  text-align: center;
  margin-bottom: 30px;
}

.template-main-cs-wishlist {
  line-height: 22px;
}

#customer-register div#register {
  padding: 0;
}

.terms-conditions,
.pre-access {
  display: flex;
}

.wishlist-popup-form {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
}

.wishlist-popup-input {
  margin-bottom: 10px;
}

.wishlist-popup-input input,
.wishlist-popup-input select {
  font-size: 13px;
  line-height: 18px;
  height: 46px;
  letter-spacing: .8px;
  width: 100%;
  text-align: center;
  text-transform: none;
  padding: 8px 16px;
  background-color: transparent !important;
  color: var(--brown);
  border: 1px solid var(--brown);
  border-radius: 2px;
}

.register .wishlist-popup-input input::placeholder {
  color: var(--brown);
}

.wishlist-popup-input input::-webkit-input-placeholder {
   color: var(--brown);
}
.wishlist-popup-input input::-moz-placeholder {
   color: var(--brown);
}
.wishlist-popup-input input:-ms-input-placeholder {
   color: var(--brown);
}
.wishlist-popup-input input:-moz-placeholder {
   color: var(--brown);
}

.wishlist-popup-input input::-webkit-autofill,
.wishlist-popup-input input::-webkit-contacts-auto-fill-button,
.wishlist-popup-input input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
}

.register .wishlist-popup-input#birthday_wrap,
.register .wishlist-popup-input#gender-check {
  position: relative;
}

.register .wishlist-popup-input#birthday_wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background-image: url(/cdn/shop/files/Calendar.png?v=1693308011);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  pointer-events: none;
}

.register .wishlist-popup-input#gender-check:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(/cdn/shop/files/Rectangle_4_copy_2.png?v=1693218714);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 7px;
  transform: translateY(-50%);
  pointer-events: none;
}

.wishlist-popup-forgot {
  margin: 18px 0 35px;
}

.wishlist-popup-forgot a {
  display: block;
  font-size: 9px;
  text-decoration: underline;
  color: var(--brown);
  font-weight: 400;

}

.wishlist-popup-btn {
  margin-bottom: 26px;
}

.wishlist-popup-btn input {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 400;
  background-color: var(--brown);
  color: var(--off-white);
  width: 100%;

  padding: 8px 16px;
  border: 0;
  cursor: pointer;
}

.wishlist-popup-btn input:hover {
  border: none;
}

.popup-register-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.popup-register-link a {
  color: var(--brown);
  text-decoration: underline;
  font-size: 13px;
}

.popup-register-link a:not(:last-of-type) {
  margin-right: 6px;
}

/* Login Popup Css End */

/* register Popup Css Start */
.register .wishlist-popup-newsletter {
  margin: 10px 0;
  text-align: left;
}

.register .wishlist-popup-newsletter label {
  display: inline-flex;
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--brown);
  font-weight: 400;
  padding-top: 0;
  align-items: flex-start;
  line-height: 20px;
  cursor: pointer;
}

.register .wishlist-popup-newsletter label input {
  margin: 4px 6px 0 0;
  width: 13px;
  height: 13px;
  accent-color: var(--brown);
}

.wishlist-popup-newsletter label span {
  flex: 1;
}

.register .wishlist-popup-input input,
.wishlist-popup-input select {
  font-size: 11px;
  height: 45px;
  letter-spacing: 1px;
}

.register .wishlist-popup-btn input {
  padding: 8px 16px;
  height: 45px;
}

.register .wishlist-popup-btn {
  margin-bottom: 16px;
}

/* register Popup Css End */

.cross-sell-product-content .variant-listbox.active ul {
  display: block;
}

.error_info,
.custom_error {
  color: #ba0000;
  font-size: 10px;
  padding-bottom: 10px;
}

.error_info a {
  color: #ba0000;
}

/* Login Page Css Satrt */

.errors,
.errors a {
  color: #ba0000;
}

.errors a {
  text-decoration: underline;
}

.login-register-page .invalid {
  background: transparent !important;
}

.check-email-message,
.rte-content .check-email-message a {
  color: green;
}

.rte-content .check-email-message a {
    text-transform: lowercase;
}
.rte-content .check-email-message a:first-letter {
  text-transform: uppercase;
}

.account-content .terms-conditions label,
.account-content .pre-access label {
  display: inline-block;
}

/* Login Page Css End */

.EmptyPageData {
  display: flex;
  justify-content: center;
}
.cart_tab2 .selectCategory .cs_ws_icon, 
.cart_tab2 .cs-dropdown.cs-dropdown-options{
  display: none;
}
.ws-pro-list-image.delete_hide,
.cross-sell-product-item.cross-sell-item.main-product-item.two_column_item.delete_hide{
  display:none;
}
.productHandlesByCategory.is-empty[data-name="FAVOURITE"] .cs-dropdown.cs-dropdown-options {
    display: none;
}
.cs-wishlist-wrapper .productHandlesByCategory .grid.product-grid .main-product-item:not(:nth-child(-n+6)) { display:none; }
@media (max-width: 1550px) {
  .cs-wishlist-wrapper {
    margin: 42px -100px 46px;
  }

  .productHandlesByCategory {
    padding: 0 100px 23px;
  }
}

@media (max-width: 991px) {
  #cs-page-header {
    justify-content: center;
  }

  .csws-header {
    width: 100%;
  }

  .csws-header-uname {
    text-align: center;
  }

  .csws-share-bar {
    width: 100%;
    justify-content: center;
    order: 3;
  }

  .csws-share-label {
    display: none;
  }

  /* Wishlist New Css Start */

  .csws-header-title .csws-header-uname {
    font-size: 16px;
  }

  .cs-wishlist-wrapper {
    margin: 37px -10px 42px;
  }

  .productHandlesByCategory {
    padding: 0 10px 31px;
  }

  .cs-list-header-title {
    padding: 0 0 37px;
  }
  .productHandlesByCategory h2,
  .productHandlesByCategory h4 {
    font-size: 16px;
  }

  /* Wishlist New Css End */

  .CS-Wishlist-page .button_back a:before {
    width: 8px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .cs-list-header-title {
    padding: 13px 14px;
  }

  /* .cs-wishlist-wrapper .productHandlesByCategory[data-name="newCategory"] h2 {
      padding-left: 26px;
      text-align: center;
  } */

  #cs-page-header {
    padding: 0 14px 6px;
  }

  .productHandlesByCategory.is-empty .main-product-row:before {
    padding: 0 20px 13px;
    left: 15px;
  }

  .csws-share-icon a {
    margin-left: 10px;
  }

  .main-product-item {
    width: 50%;
    padding: 0 1px 40px;
  }

  /* Wishlist New Css Start */

  .CS-Wishlist-page .productHandlesByCategory {
    flex: 0 0 100%;
    padding-bottom: 0;
  }

  .productHandlesByCategory:not(:last-of-type) {
    padding-bottom: 10px;
  }

  #CS-Wishlist-page {
    padding: 0;
  }

  .CS-Wishlist-page .main-product-row {
    padding: 0 14px;
  }

  /* Wishlist New Css End */

  /* Share Page Css Start */

  .CS-Wishlist-page .category-list.main-product-row {
    padding: 0 10px;
    margin: 0;
  }

  .CS-Wishlist-page .category-list .main-product-item {
    padding: 0 1.5 40px;
  }
  
  .CS-Wishlist-page .cs_ws_icon button#ws-fav-btn span.cs-wishlist-icon {
    margin: 10px 10px 0 0 !important;
    background-size: 10px;
    width: 10px;
    height: 10px;
  }

  .CS-Wishlist-page .category-list .cs-product-title a {
    font-size: 11px;
  }

  .cross-sell-product-item .cross-sell-product-content .variant-listbox {
    font-size: 11px;
  }

  /* Share Page Css End */

  /* Login Popup Css Start */

  .wishlist-popup-inner {
    max-width: calc(100% - 20px);
  }

  /* Login Popup Css Start */

  .CS-Wishlist-page .button_back {
    padding: 0 0 36px 0px;
  }

  .CS-Wishlist-page .button_back a:before {
      margin-left: 10px;
  }

  .sign-out.link_btn a, .sign-out.link_btn button {
      font-size: 9px;      
  }
  .sign-out.link_btn a{
    line-height:12px;
  }

  .create-list-btn {
      margin-bottom: 15px;
  }
}

@media (max-width: 575px) {

  /* Wishlist New Css Start */

  .csws-header-title .csws-header-uname {
    font-size: 14px;
  }
  .productHandlesByCategory h2,
  .productHandlesByCategory h4 {
    font-size: 14px;
  }

  .cs-wishlist-wrapper {
    margin: 15px -10px 40px;
  }

  .productHandlesByCategory:not(:last-of-type) {
    padding-bottom: 15px;
  }

  /* Wishlist New Css End */

  /* Login Popup Css Start */

  .wishlist-popup-inner {
    padding: 47px 12px 52px;
  }

  .wishlist-popup-close {
    right: 11px;
    top: 13px;
  }

  .wishlist-popup-title {
    margin-bottom: 20px;
  }

  .wishlist-popup-form {
    max-width: 235px;
  }

  .register .wishlist-popup-input input,
  .wishlist-popup-input input,
  .wishlist-popup-input select {
    font-size: 8px;
    height: 32px;
  }

  .register .wishlist-popup-newsletter label {
    font-size: 8px;
  }

  .register .wishlist-popup-btn input,
  .wishlist-popup-btn input {
    font-size: 8px;
    height: 32px;
  }

  .popup-register-link a {
    letter-spacing: 1px;
    font-size: 8px;
  }

  .register .popup-register-link a {
    line-height: 24px;
  }

  .wishlist-popup-btn {
    margin-bottom: 16px;
  }

  .register .wishlist-popup-btn {
    margin-bottom: 5px;
  }

  .wishlist-popup-forgot {
    margin: 14px 0 26px;
  }

  .wishlist-popup-forgot a {
    font-size: 8px;
  }

  /* Login Popup Css Start */

  .CS-Wishlist-page .button_back {
    padding: 0 0 30px 0px;
  }

  .CS-Wishlist-page .button_back a:before {
    width: 8px;
    height: 14px;
    margin-right: 16px;
  }

  .CS-Wishlist-page .category-list .cross-sell-product-content {
    padding: 10px 0 0;
  }
  .main-product-content .cs_ws_icon {
      right: 6px;
  }
}

/******************** Made for MDV ********************/

div#ws-fav-html {
  margin-bottom: 10px;
}

button#ws-fav-btn {
  padding: 0;
  height: 45px;
  background-color: transparent !important;
}

.template-product .product-page-left-sec button#ws-fav-btn {
  background-color: var(--brown) !important;
  margin-left: 5px;
}

.template-product .product-page-left-sec button#ws-fav-btn:hover{
    background-color:#2D2524 !important;
}

span.cs-wishlist-icon {
  margin: 0;
}

.product-page--cart-form .add-to-cart {
  align-items: unset;
}

.single_wishlist div#ws-fav-html {
  margin-bottom: 0;
  width: 100%;
}

.template-product .product-page-left-sec .single_wishlist button#ws-fav-btn,
.single_wishlist button#ws-fav-btn{
  width: 100%;
  margin: 0;
}

.single_wishlist #ws-fav-html span.cs-wishlist-text {
  display: block;
  margin: 3px 0 0 5px;
}

#addnotifyme .add-to-cart-wishlist.single_wishlist .cs-wishlist-text {
  display: none;
}


.main-product-wrp a:after {
  content: unset;
}

#CS-Wishlist-page>p {
  padding: 0 40px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#CS-Wishlist-page.emptyAllCat .csws-share-bar {
  display: none;
}

#CS-Wishlist-page .dropzone .main-product-image img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.CS-Wishlist-page .cross-sell-product-content .cross-sell-product-price {
    font-size: 13px;
    line-height: .7;
    display: flex;
    color: var(--brown);
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
}

.template-main-cs-wishlist span.on_sale_price {
  text-decoration: line-through;
}

span.sell-price.sale-on {
  color: #641310;
  padding: 0 15px 0 5px;
}
.cross-sell-product-price span:not(.cross-sell-discount) {
	margin-top: 0 !important;
	display: flex;
	align-items: center;
}
.cross-sell-product-price .product_price_wrap.onsale .label_onsale {
  font-size: 11px;
  line-height: 1;
  font-weight:400;
  padding: 4px 10px;
  margin-left: 0;
}

.cs-product-title {
  display: block;
  width: 100%;
}

.cross-sell-product-price .cs-product-title {
  font-weight: 400;
  font-size: inherit;
  line-height: initial;
  color: inherit;
  letter-spacing: inherit;
  margin: 0 0 5px;
  flex:1;
}
.cs-price-flex {
    display: flex;
    flex-wrap:wrap;
}
#cross-sell .slick-track {
  display: flex;
}

#cross-sell .cross-sell-product-item {
  height: auto;
  display: flex !important;
  flex-direction: column;
}

#cross-sell .cross-sell-product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cross-sell-product-price .product_price_wrap .actual-price1.onsale {
	padding: 0 6px;
}

/* End sale */
body .cross-sell-product-item .cross-sell-product-content .variant-listbox {
  margin: 13px 0 0;
  font-size: 13px;
  color: var(--brown);
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid var(--brown);
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.CS-Wishlist-page .cross-sell-product-content .variant-listbox.active ul li {
    font-size: 13px;
}

.variant-listbox ul li.sold-out {
  color: #9d9d9d;
  text-decoration: line-through;
}

.variant-listbox ul li {
  font-size: 15px;
  line-height: 1.85;
  text-transform: uppercase;
}

.cross-sell-product-content .variant-listbox ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: var(--off-white);
  margin: 0 -1px -1px;
  border: 1px solid var(--brown);
  border-top: 0;
  padding: 20px;
  list-style: none;
}

.variant-listbox .select-option:after {
  content: "";
  display: block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid var(--brown);
  width: 14px;
  height: 10px;
}

/*  thin arrow  */
.category-list-wrapper .variant-listbox .select-option:after {
  border-left: 0;
  border-right: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  border-top: 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.variant-listbox .select-option {
  padding: 12px 10px;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}

.variant-listbox .select-option {
  border-bottom: 1px solid transparent;
}

@media (max-width:767px) {
  /*  thin arrow  */
  .category-list-wrapper .variant-listbox .select-option:after {
      width: 5px;
      height: 5px;
  }
  
  .variant-listbox .select-option:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid var(--brown);
    width: 10px;
    height: 8px;
  }
  
  .variant-listbox .select-option {
    padding: 7px 0;
    padding: 8px 0 7px;
  }

  body .cross-sell-product-item .cross-sell-product-content .variant-listbox {
      font-size: 11px;
      margin: 10px 0 0;
  }

  .variant-listbox ul li {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .variant-listbox.active .select-option {
    border-bottom: 1px solid var(--brown);
  }
  .CS-Wishlist-page .cross-sell-product-content .cross-sell-product-price,
  .CS-Wishlist-page .cross-sell-product-content .variant-listbox.active ul li{
    font-size: 11px;
    line-height: 24px;
  }
    .CS-Wishlist-page .cross-sell-product-item .variant-listbox.active .select-option {
    border-bottom: 0;
}
}

.cross-sell-product-price span {
    line-height: 12px;
}
.cross-sell-product-price .product_price_wrap .actual-price1.onsale {
    padding: 0 5px !important;
}
}

/* New Wishlist Css Start */

.ws-pro-list-image {
    width: 33.33%;
    padding: 0 3px 6px;
}

.ws-pro-list-image a {
    display: block;
}

.main-product-wrp a img {
    width: 100%;
    height: 100%;
}

.view_all_link {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.view_all_link a {
    font-family: "MADE Mirage";
    font-size: 11px;
    line-height: .938;
    letter-spacing: 1.44px;
    text-decoration-line: underline;
    color:var(--brown);
}

.create-list-btn {
    margin-bottom: 20px;
}

.cs-list-header-title .cs-dropdown .cs-dropdown-menu-main li:not(:last-of-type) {
    border-bottom: 1px solid var(--brown);
}

.CS-Wishlist-page:not(.CS-drawer-wishlist) button#csws-create-list:disabled {
    display: none;
}

.sign-out.link_btn #csws-create-list:hover {
    color: var(--brown);
    background-color: transparent;
}
.CS-Wishlist-page .csws-list {
    max-width: 144px;
    width: 100% !important;
}
/* Wishlist changes 15-082-2024 */
.CS-Wishlist-page:not(.CS-drawer-wishlist) .variant-listbox .select-option {
    padding: 8px 10px;
}
/* Wishlist changes 15-08-2024 */
@media (max-width:991px) {
  .CS-Wishlist-page .csws-list {
    max-width: 131px;
}
}
@media (max-width:767px) {

  .view_all_link a {
      font-size: 12px;
  }

  .ws-pro-list-image {
      padding: 0 2px 4px !important;
  }

  .main-product-row {
      margin: 0 -2px;
  }
  .cross-sell-product-price .cs-product-title{
    line-height: 1;
  }
  /* Wishlist changes 15-08-2024 */
  .CS-Wishlist-page:not(.CS-drawer-wishlist) .variant-listbox .select-option {
      padding: 6px 0 5px;
  }
  /* Wishlist changes 15-08-2024 */
}
  
/* New Wishlist Css End */