
/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
 
.st-pusher {
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s;
  }
  .wishlist_list_mobile {
    position: absolute;
    right: 6px;
    top: 0px;
    z-index: 9;
    padding: 7px 6px;
  }
  #module-psnews-view .wishlist_list_mobile{
    right: 21px;
  }
  .wishlist-count-mobile{
    position: absolute;
    top: -5px;
    right: -6px;
    margin: auto;
    display: block;
    font-size: 10px;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 16px;

    border-radius: 50%;
    transition: all 0.3s;
    color: white;
  }
  .wl-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    overflow-y: scroll;
  }
  
  .st-wishlist-open .wl-overlay {
    display: block;
    z-index: 1000;
  }

  .st-wishlist {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    visibility: hidden;
    width: 500px;
    height: 100%;
    overflow: auto;
    background: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 30px;
  }
  @include media-breakpoint-down(md) {
    .st-wishlist {
        width: 300px; 
      }
  }
  .st-wishlist::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  .st-wishlist-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    visibility: hidden;
    width: 320px;
    height: 100%;
    overflow: auto;
    background: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .st-wishlist-right::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  .st-wishlist-open {
    overflow: hidden;
  }
  .st-wishlist-open .st-wrapper {
    overflow-y: scroll;
  }
  
  .st-wishlist-open .st-wishlist::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  }
  
  .st-wishlist-close {
    position: absolute;
    top: 11px;
    right: 0;
    cursor: pointer;
    z-index: 1;
    padding: 8px;
  }
  .st-wishlist-close i {
    font-weight: 700;
  }
  .st-wishlist-right .st-wishlist-close {
    right: auto;
    left: 0;
  }
  
  .st-wishlist-title {
    padding: 15px 5px;
    text-align: center;
    
  }
  .st-wishlist-title h4 {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  /* Individual effects */
  
  .st-effect-left.st-wishlist {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  
  .st-effect-left.st-wishlist-open .st-effect-left.st-wishlist {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .st-effect-left.st-wishlist::after {
    display: none;
  }
  
  .st-effect-right.st-wishlist-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  
  .st-effect-right.st-wishlist-open .st-effect-right.st-wishlist-right {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .st-effect-right.st-wishlist-right::after {
    display: none;
  }
  
  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
  .no-csstransforms3d .st-pusher,
  .no-js .st-pusher {
    padding-left: 300px;
  }
  .add_to_wishlist {
      cursor: pointer;
  }
.add_to_wishlist span {
  color: black;
}
  .sidebar_list_favorite .product-miniature {
      position: relative;
  }
  .sidebar_list_favorite .add_to_wishlist {
      display: none;
  }
.wishlist_easy {
    position: relative;
}
.st-wishlist .global_loader_wishlist{
position: absolute;
right: 0;
bottom: 0;
left: 0;
top: 0;
margin: auto;
}

.wishlist_box{
height: 100%;
position: relative;
}
.st-wishlist-title{
padding: 20px;
font-size: 18px;
color: #222;
font-weight: 700;
text-transform: uppercase;
border-bottom: 1px solid #efefef;
margin-bottom: 20px;
cursor: pointer;

}
.remove_wishlist {
  cursor: pointer;
}
.st-wishlist-title h4 {
    text-align: left;
    font-weight: 700;
}
.js-cart-wishlist .add-to-cart-loading {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.text-center {
  text-align: center;
}
.js-cart-wishlist {
  max-height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}
.js-cart-wishlist::-webkit-scrollbar {
  width: 4px;
}
.js-cart-wishlist::-webkit-scrollbar-thumb {
  border: 3px solid #e2e2e2;
}
.st-wishlist .remove_wishlist{
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 99;
    cursor: pointer;
   
  }
  .remove_wishlist a {
    color: black;
  }
  .wishlist_product{
      position: relative;
  }
  .prod_loader_wishlist{
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 3px;
    display: none;
  }
  .sidebar_list_favorite_bottom{
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
  }

  #module-favoriteeasy-favorite .first-block {
      position: relative;
  }
  .remove_wishlist_page{
    position: absolute;
    right: 8px;
    top: 4px;
    z-index: 99;
    cursor: pointer;
  }


.theme-name-classic .js-sidebar-wishlist .product-miniature .thumbnail-container,
.theme-name-classic .js-sidebar-wishlist .product-miniature .product-description,
.theme-name-classic .js-sidebar-wishlist .product-miniature .highlighted-informations {
    width: 100%;
}
.d-none {
    display: none;
}
.spinner-wishlist-cart, .spinner-wishlist-column {
  position: relative;
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
.spinner-wishlist-sidebar {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 6;
  }
  .wishlist_easy a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .wishlist_easy .material-icons {
    line-height: normal !important;
  }
 
  .block-wishlist {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
  }
  
  .text-right {
    text-align: right;
  }
  .line-left {
    border-bottom: 1px solid rgb(150 150 150 / 25%);
  }
  .js-column-wishlist .prod_loader_wishlist {
    float: right;
    margin: 0 !important;
  }
  .block-column-wishlist {
    height: 189px;
    max-height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .block-column-wishlist::-webkit-scrollbar {
    width: 4px;
  }
  .block-column-wishlist::-webkit-scrollbar-thumb {
    border: 3px solid #e2e2e2;
  }
  .line-column {
    border-bottom: 1px solid #e2e2e2;
  }
.spinner-wishlist {
    width: 22px;
    height: 22px;
    position: relative;
  }
  #_desktop_wishlist{
    display: flex;
    align-items: center;
  }
  .wishlist-product-miniature {
    z-index: 9;
    left: 4px;
    -moz-left: 4px; 
    top: 4px;
  }

.js-sidebar-wishlist .add_to_wishlist.wishlist-product-miniature {
    display: none !important;
}
.toastify {
    padding: 12px 20px;
    color: black;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgb(0 0 0 / 30%);
    background: white;
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}
#product .add_to_wishlist {
    display: flex;
    align-items: center;
}
.toastify.on {
    opacity: 1;
}

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
}
.st-wishlist .empty_favorite {
  margin-top: 50%;
}
.empty_favorite {
  text-align: center;
}
.empty_favorite span{
  font-size: 5rem;
  color: #a6a6a6;
}
@media only screen and (max-width: 700px) {
    .st-wishlist {
        width: 300px;
    }
    .toastify-right, .toastify-left {
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      max-width: fit-content;
  }
    .theme-name-classic .js-sidebar-wishlist .product-miniature .thumbnail-container {
      height: 223px;
    }
    .theme-name-classic .product-miniature .thumbnail-container .product-thumbnail {
      height: calc(100% - 106px);
    }
    .theme-name-classic .product-miniature .product-description {
      height: 99px;
    }
}

.js-sidebar-wishlist .product-thumbnail img {
  width: 100% !important;
  height: auto !important;
}
.js-sidebar-wishlist .product-thumbnail .lazy {
  display: none;
}

#addWishlistEw .modal-header .close, #createWishlistEw .modal-header .close, #renameWishlistEw .modal-header .close{
  position: absolute;
  right: 10px;
  top: 7px;
  font-weight: 400;
  color: #7a7a7a;
  opacity: 1;
  font-size: 2.25rem;
}
#addWishlistEw .modal-header h5, #createWishlistEw .modal-header h5, #renameWishlistEw .modal-header h5 {
  color: #232323;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}
#addWishlistEw .modal-footer {
  text-align: left;
}

.spinner-border {
  border: .1em solid;
  border-right: .25em solid transparent;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border.large {
  width: 5rem;
  height: 5rem;
}
.spinner-border.small {
  width: 3rem;
  height: 3rem;
}
.spinner-border.mini {
  width: 1.5rem;
  height: 1.5rem;
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
#wishlistEwBodyList {
  padding: 0;
}
.wishlist-list-ew {
   margin: 0;
}

.wishlist-list-ew {

  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.wishlist-list-item-ew, .wishlist-list-box {
  transition: 0.25s ease-out;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.wishlist_list_choice {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1rem;
}
.spinner-wishlist-sidebar-bg {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}
.right_list {
  display: flex;
  align-items: center;
  position: relative;
}
.wishlist-list-box .dropdown-menu, .lists_default .dropdown-menu {
   right: 0 !important;
   left: inherit;
}
.right_list span {
  margin-right: 10px;
}
.add_wishlist_list {
  padding: 6px 11px;
}
.lists_default {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rename_wishlist_ew, #create_wishlist_ew {
  position: relative;
}
.load_spiner_button {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 23px;
}
.dropdown .more_vert {
  cursor: pointer;
}
.right_list {
  justify-content: end;
}
.text-left {
  text-align: left;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  background: white;
}
.box_list_favorite, .sidebar_list_favorite {
  display: flex;
  flex-wrap: wrap;
}
.box_list_favorite .remove_list {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 5px;
}
.box_list_favorite .remove_list  a {
  color: black;
}
.box_list_favorite .product-miniature img,.box_list_favorite .product-miniature .highlighted-informations {
  width: 100%;
}
.box_list_favorite .product-miniature .wishlist-product-miniature {
   display: none;
}
.succes_product_purchased {
  position: absolute;
  background: #ffffff94;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.succes_product_purchased span {
  font-size: 4rem;
  color: #008000ad;
}
.succes_product_purchased.is_store span{
  color: #ff9a52;
}