/** Shopify CDN: Minification failed

Line 21:39 Unexpected "{"

**/
.hulk__wishlist-wrap
  .wishlist-grid-view
  .wishlist__product
  .wishlist__product-img {
  padding-top: 140% !important;
}
a.icon-wishlist-remove.hulkThemeColor {
  display: block;
}
.icon-wishlist-heart-empty {
  color: red !important;
}
.wishlist-btn span{
  display: none !important;
}
.heart-hulk-animation.collection-icon, {
  padding: 2px 5px 3px 5px !important;
  right: -9px;
  top: -12px;
  font-size: 14px !important;
}
.ecom-collection__product-media-wrapper .heart-hulk-animation{
  font-size: 14px !important;
  background: #fff;
  border-radius: 5px;
  padding: 2px 5px 3px !important;
}
.product__card .collection-icon {
    padding: 2px 5px 3px !important;
    font-size: 14px !important;
}
.product__card .wishlist-btn[data-custom-wishlist-icon] {
  top: 9px;
  right: 2px !important;
}

.ecom-collection__product-media-wrapper .hw-btn{
  border:0;
  padding: 0;
  background: transparent;
}
body .hulk__wishlist-wrap .wishlist-grid-view {
  grid-template-columns: repeat(5, 1fr) !important;
}

@media (max-width: 767px) {
  body .hulk__wishlist-wrap .wishlist-grid-view {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  body .hulk__wishlist-wrap .wishlist-grid-view {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.wishlist-list-view .varient {
  order: 2;
}

h3[data-mywishlisttitle]:first-of-type {
  display: none;
}

i.heart-hulk-animation.collection-icon {
  background: rgb(255, 255, 255);
}
.cart-item__details i.heart-hulk-animation.collection-icon {
  background: transparent;
}

.icon-wishlist-heart-empty:before {
  margin-left: 0px !important;
}

a.addToWishlist i.addToWishlist::before {
  content: "l";
  margin-left: 2px;
  margin-top: 2px;
  color: red !important;
  font-family: wishlist__icon !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

a.addToWishlist i.icon-wishlist-heart::before {
  content: "k";
  /* /margin-left: 0px;
  */
}

a.mobile-heart i.icon-wishlist-heart, a.addToWishlist i.addToWishlist {
  margin-left: 0px;
}

.addToWishlist .icon-wishlist-heart {
  color: red!important;
}

.ecom-section.single-main .heart-wishlist-animation .heart-hulk-animation{
  margin-right: 0px !important;
}
.ecom-section.single-main .hw-btn .wishlist-btn.hulkapps-wishlist-btn-enabled{
  font-size: 14px !important;
}

.hulk__wishlist-wrap .wishlist-empty .wishlist-btn{
  text-transform: uppercase !important;
  font-size: 14px !important;
  margin-top: 10px;
  height: 35px !important;
  background: black  !important;
  border: 1px solid #000 !important;
}
.hulk__wishlist-wrap .wishlist-empty .empty_content h3{
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
}
.hulk__wishlist-wrap .wrapper .fancy_title h3{
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
}
.hulk__wishlist-wrap .wrapper .fancy_title div p{
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.hulk_notification_container .notification_details{
  font-weight: 400 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
}
.hulk__wishlist-wrap .wishlist-grid-view .wishlist-card .wishlist-status .wishlist-btn{
  font-size: 14px !important;
  text-transform: uppercase !important;
      border-radius: 5px !important;
}
.hulk__wishlist-wrap .wishlist-login .empty_content h3{
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
}
.hulk__wishlist-wrap .wishlist-login .empty_content .wishlist-btn{
  text-transform: uppercase !important;
  font-size: 14px !important;
  margin-top: 10px;
  height: 35px !important;
  background: black  !important;
  border: 1px solid #000 !important;
}
#cart-notification-product  .cart-notification-product .cart__item--footer a.mobile-heart,#cart-notification-product .cart-notification-product .cart__item--footer a.addToWishlist{
  margin-left: 15px;
}
.new-cart-center-alignment{
  align-items: center;
  display: flex;
  margin-top: 0px;
}
.cart_template_wrapper .cart-items a.mobile-heart, .cart_template_wrapper .cart-items a.addToWishlist{
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.cart_template_wrapper .cart-items a.addToWishlist i.addToWishlist:before {
    margin-left: 0px !important;
}
.ecom-collection.ecom-collection__product .ecom-collection__product-item .heart-wishlist-animation .heart-hulk-animation{
      margin-right: 4px !important;
}

.ecom-collection.ecom-collection__product .ecom-collection__product-item .heart-wishlist-animation .heart-hulk-animation .icon-wishlist-heart-empty::before{
  width: 14px !important;
  height: 14px !important;
}


.msg-tooltip{
  top: 90px !important;
    bottom: auto !important;
  background: #000 !important;
  border-radius: 5px !important;
  padding: 12px 15px !important;
}

.msg-tooltip.wishlistError.hulkActive{
      top: 90px !important;
    right: 25px !important;
    bottom: auto !important;
  /* background: #4e032a !important; */
  background: #000 !important;
  border-radius: 5px !important;
  padding: 12px 15px !important;
}
.msg-tooltip.wishlistError .hulk_notification_container .notification_details,.msg-tooltip.wishlistError .hulk_notification_container .notification_details a{
    color: white !important;
    font-size: 14px !important;
  text-decoration: none !important;
}
.msg-tooltip.wishlistError .hulk_notification_container .notification_details,.msg-tooltip.wishlistError .hulk_notification_container .notification_details a{
    color: white !important;
    font-size: 13px !important;
  text-decoration: none !important;
}
.msg-tooltip.wishlistError.hulkActive .hulk_notification_container .notification_details,.msg-tooltip.wishlistError.hulkActive .hulk_notification_container .notification_details a{
    color: white !important;
    font-size: 13px !important;
  text-decoration: none !important;
}
.msg-tooltip.wishlistError .hulk_notification_container .notification_close{
  font-size: 8px !important;
  color: white !important;
  top: 7px !important;
  right: 8px !important;
}
.msg-tooltip.wishlistError.hulkActive .hulk_notification_container .notification_close{
  font-size: 8px !important;
  color: white !important;
  top: 7px !important;
  right: 8px !important;
}
.wishlist-popup.wishlist-delete-popup.open .wishlist-btn.hulkBtnStyle{
  background-color: black !important;
  border: 1px solid #000 !important;
  color: white !important;
}
.wishlist-popup.wishlist-delete-popup.open .wishlist-btn.hulkBtnStyle:nth-child(2){
  background-color: white !important;
  border: 1px solid #000 !important;
  color: black !important;
}
.section-template--18733655163049__collection_list_WhDK9q-padding .collection-card--alignment-center .collection-card--media__wrapper img{
  border-radius: 0 !important;
  border: none !important;
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 768px){
  .heart-hulk-animation.collection-icon {
    padding: 2px 4px 3px 5px !important;
    right: 0px;
    top: 0px;
    font-size: 14px !important;
}
  .cart_template_wrapper .cart-items a.mobile-heart .heart-hulk-animation, .cart_template_wrapper .cart-items a.addToWishlist .heart-hulk-animation{
  padding-left: 1px !important;
}
  .cart_template_wrapper .cart-items .remove-cart{
    margin-left: 6px;
  }
  .ecom-collection.ecom-collection__product .ecom-collection__product-item .heart-wishlist-animation .heart-hulk-animation {
    margin-right: -7px !important;
}
  #cart-notification-product .cart-notification-product .cart__item--footer a.mobile-heart,#cart-notification-product .cart-notification-product .cart__item--footer a.addToWishlist{
    margin-left: 10px;
}
  #cart-notification-product .cart-notification-product__info cart-remove-button-2 {
    margin-left: 0px;
    margin-top: 4px;
}
  .msg-tooltip.wishlistError.hulkActive{
    right: 0px !important;
}
}