/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Snegurka <snegurka@web-esse.ru>
*  @copyright 2007-2021 Snegurka WS
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*GLOBAL*/

.hidden {
    display: none;
}

.hidden_order_page{
    display: none!important;
}

.visually-hidden {
    border           : 0;
    clip             : rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path        : inset(50%);
    height           : 1px;
    margin           : -1px;
    overflow         : hidden;
    padding          : 0;
    position         : absolute !important;
    width            : 1px;
    word-wrap        : normal !important;
    word-break       : normal;
}

/* BLOCK WL TOP */
#block_wishlist_top {
    position: absolute;
    right   : 325px;
    top     : 0;
}

.wish_link {
    float      : right;
    position   : relative;
    padding    : 8px 10px 10px 10px;
    line-height: 18px;
}

.wish_link_text {
    width     : 130px;
    text-align: center;
}

.wrap_allert {
    position: relative;
}

.allert_note {
    position   : absolute;
    color      : #212121;
    font-size  : 14px;
    line-height: 1.4;
    top        : 26px;
    background : #fff;
    text-align : center;
    z-index    : 99;
    display    : none;
    padding    : 6px;
    width      : 190px;
    box-shadow: 0px 3px 12px #00000029;

}
.al-note:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}
.allert_note.ws_delete_note {
    margin-left: 47px;
    top        : 40px;
}

.allert_note .login_links {
    margin-bottom: 0;
    font-weight: bold;
    color: var(--primary);
}

.allert_note a {
    color    : #000;
    font-size: 0.9rem;
}

/*.wrap_allert:hover .allert_note {
    display: block;
}*/

.wishlist_count {
    background   : #ffe003;
    position     : absolute;
    top          : 6px;
    right        : 0px;
    padding      : 2px 4px;
    width        : 20px;
    border-radius: 10px;
    text-align   : center;
}

.wishlist.wishlist_btn_top {
    position: absolute;
    top     : -240px;
    right   : 10px;
    z-index : 99;
}

.wish_link .icon-heart:before,
.wrap_allert .icon-heart:before,
#wishlist_button .icon-heart:BEFORE,
.wishlist .icon-heart:BEFORE {
    content     : "\f004";
    margin-right: 10px;
    font-family : "FontAwesome";
    font-size   : 16px;
    color       : #000;
}

.wish_link_16 i.icon-heart:before {
    font-size: 28px;
}

.wish_link_16 i.icon-heart {
    font-style: normal;
}

#block_wishlist_top .wish_link_16 {
    margin-top: 46px;
}

.add_to_ws_wishlist {
    cursor: pointer;
}

.add_to_ws_wishlist_17 i {
    font-size: 20px;
}

#header .wish_link_17 .material-icons {
    font-size: 28px;
}

#header .wish_link_17 .wishlist_count {
    top: -2px;
}

#header #block_wishlist_top .wish_link_17 .wishlist_count {
    top: 6px;
}

#block_wishlist_top .wish_link_17 .material-icons {
    font-size: 34px;
}

/* PAGE WL*/

.wishlists__item {
    display              : grid;
    grid-template-columns: 1fr 40px;
    border-bottom        : 1px solid #d6d4d4;
    margin-bottom        : 14px;
    padding              : 14px 0;
}

.ws-column__name {
    padding-bottom: 4px;
}

.ws-column__actions,
.ws-column__btns {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
}

.wishlist__link {
    font-size: 18px;
}

#mywishlist .icon-check-square:before {
    content    : "\f14a";
    font-family: "FontAwesome";
    font-size  : 16px;
    color      : #55c65e;
}

#mywishlist .icon-remove:before {
    content    : "\f00d";
    font-family: "FontAwesome";
    font-size  : 16px;
    color      : #000;
}

#mywishlist .icon-square:before,
#mywishlist .icon-sign-blank:before {
    content    : "\f0c8";
    font-family: "FontAwesome";
    font-size  : 16px;
    color      : #777;
}

.wishlist__edit,
.wishlist__delete {
    background: none;
    border    : none;
    cursor    : pointer;
    transition: all 0.5s ease-out;
    color     : #232323;
    height    : 25px;
}

.wishlist__edit:hover,
.wishlist__delete:hover {
    opacity: .7;
    color  : #232323;
}

.wishlist__visibiliy {
    display        : flex;
    justify-content: space-between;
    border-bottom  : 1px solid #d6d4d4;
    margin-bottom  : 20px;
    align-items    : center;
    padding-bottom : 8px;
}

.wishlist__visibiliy a {
    color: #232323;
}

#showBoughtProducts,
#hideBoughtProductsInfos {
    display: none;
}

#send__show-btn {
    margin-bottom: 24px;
}

.wl-products__table thead th,
.wl-products__table .wishlist-product-price {
    font-size: .875rem;
}

.wl-products__table tr {
    display  : flex;
    flex-wrap: wrap;
}

.wl-products__table .checkbox-col {
    max-width: 36px;
}

#module-advansedwishlist-mywishlist .wl-products__table th {
    border-bottom: 0px;
}

.wl-products__table .product_image img,
.wl_product_qty,
.wl-products__table select {
    width    : 90%;
    max-width: 98px;
}

.wl-products__table .btn_action a {
    padding  : 6px 10px;
    font-size: 14px;
}

.wl-products__table .btn_action a.wishlist_add_to_cart {
    width        : 100%;
    font-size    : 13px;
    margin-bottom: 14px;
}

.btn_action {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    align-items    : center;
}

.pa_min_note {
    font-size: 12px;
}

.product_infos .hidden-sm-up {
    display    : block;
    font-weight: bold;
    font-size  : 14px;
    color      : #55c65e;
}

#advansedwishlist_block.advansedwishlist_17 {
    box-shadow   : 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background   : #fff;
    padding      : 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem;
    display      : block;
}

#advansedwishlist_block.advansedwishlist_17 a {
    color: #414141;
}

#ws_wishlist_block_list dt {
    font-weight: normal;
}

.wishlist .popover-content {
    padding: 0;
}

#wishlist_popup_form {
    padding: 20px;
}

.wl_block_product {
    display: flex;
    padding: 14px;
}

.wl_block_product_info {
    width       : 94%;
    margin-right: 14px;
    display     : flex;
    flex-wrap   : wrap;
}

.wl-products__footer {
    display              : grid;
    vertical-align       : middle;
    align-items          : center;
    grid-template-columns: 1fr 130px 190px;
}

.wishlist_add_all_to_cart {
    font-size: 12px;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}


@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .ws-table__header {
        display              : grid;
        grid-template-columns: 220px 1fr 1fr 1fr 120px;
    }

    .wishlists__item {
        grid-template-columns: 1fr 100px;
    }

    .ws-column__left {
        display              : grid;
        grid-template-columns: 220px repeat(auto-fit, minmax(90px, 1fr));
    }
}

@media (max-width: 1024px) {
    .desctop-only {
        display: none;
    }

    .wl-products__table .wishlist_product_qty {
        width: 45px;
    }

    .wl-products__table .btn_action a {
        padding: 6px 0px;
    }
}

/* BTN PRODUCT PAGE*/

.product-information .wrap_allert {
    clear: both;
}

.box-info-product .wrap_allert {
    position      : relative;
    padding-bottom: 20px;
}

.box-info-product .wrap_allert .allert_note {
    margin-left: 10px;
    width      : 142px;
}

.product-box .allert_note {
    left: 70px;
}

#wishlist_button_block {
    padding: 20px 0;
}

#wishlist_button_block i.material-icons {
    color: #000;
}

a.add_to_ws_wishlist.wl-checked,
a.add_to_ws_wishlist.wl-checked i {
    color: #646464
}

ul.product_list.grid>li .product-container .functional-buttons div.allert_note {
    padding: 14px;
    width  : 130px;
}

@media (max-width: 1024px) {
    #block_wishlist_top {
        right: 16px;
        top  : 0px;
    }

    .wish_link_text {
        width    : 21%;
        font-size: 12px;
        padding  : 10px 15px 0px 0px;
    }

    #languages-block-top {
        width: 17%;
    }

    #currencies-block-top {
        width: 13%;
    }
}

@media all and (max-width: 639px) {
    .wl-products__table td {
        padding: 14px 4px;
    }

    #mywishlist .table thead th,
    #mywishlist .table td,
    #mywishlist .table .lnkdel,
    #mywishlist .table .lnkdel i,
    #mywishlist .table .product_name,
    #mywishlist .table select,
    #mywishlist .table input {
        padding    : 6px 3px;
        overflow   : hidden;
        font-weight: normal;
    }

    #mywishlist.mywishlist_17 .table thead th,
    #mywishlist.mywishlist_17 .table td,
    #block-history thead th,
    #mywishlist.mywishlist_17 .table .lnkdel,
    #mywishlist.mywishlist_17 .table .lnkdel i,
    #mywishlist.mywishlist_17 .table .product_name,
    #mywishlist.mywishlist_17 .table select,
    #mywishlist.mywishlist_17 .table input {
        font-size: .675rem;
    }

    #mywishlist .table .lnkdel i {
        padding: 0;
    }

    #mywishlist .table .btn_action a {
        padding       : 8px 5px;
        line-height   : 1;
        display       : inline-block;
        font-weight   : normal;
        text-transform: none;
    }

    .wishlist_product_qty,
    #mywishlist .table select,
    #mywishlist .table input {
        max-width: 45px;
    }

    .pa_min_note {
        width: 100%;
    }

    .wishlist-product-actions .btn_action {
        padding: 4px 8px;
    }

    #table_wishlist td.wishlist-product-actions {
        border-bottom: 1px solid #878787;
        background   : #bfbcbc;
    }

    .btn_action a {
        color: #fff;
    }

    .wl-products__table .btn_action a.remove_from_wishlist {
        padding: 0;
    }

    .wl-products__footer {
        display        : flex;
        flex-wrap      : wrap;
        gap            : 20px;
        justify-content: space-between;
    }

    .wishlist-product-total {
        text-align: right;
    }
}

@media (min-width: 768px) {
    #mywishlist .col-md-1 {
        width: 8.33333%;
    }

    #mywishlist .col-md-2 {
        width: 16.66667%;
    }

    #mywishlist .col-md-3 {
        width: 25%;
    }

    #mywishlist .material-icons {
        font-size: 24px;
    }
}



#wishlist_button {
    height     : 2.75rem;
    line-height: inherit;
    padding-top: .625rem;
}

.wishlist_product_qty {
    width       : 60px;
    height      : 30px;
    margin-right: 14px;
}

#ws_wishlist_block_list .wl_product_info {
    padding: 0 14px;
    width  : 50%;
}

.wl_product_info a {
    display: block;
}

.wl_block_product_info .wishlist_add_to_cart,
.wishlist_add_disabled {
    height : 38px;
    padding: .5rem 1.25rem;
}

.wishlist_add_disabled span {
    color         : #fff;
    text-transform: uppercase;
    font-weight   : 600;
}

#mywishlist .table-bordered td,
#mywishlist .table-bordered th {
    border: none;
}

#mywishlist .table-bordered td {
    border-top: 1px solid #f6f6f6;
}

#module-advansedwishlist-mywishlist #content {
    background: #fff;
    padding   : 1rem;
    font-size : .875rem;
    color     : #7a7a7a;
}
#module-advansedwishlist-mywishlist .page-subheading {
    font-size: 18px;
}
#module-advansedwishlist-mywishlist .ws-table__header {
    background: var(--primary);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px ;
}

#module-advansedwishlist-mywishlist  .ws-column__left .ws-table__column {
    font-weight: bold;
    padding: 5px 20px ;
}
#module-advansedwishlist-mywishlist .wishlists__item {
    margin-bottom: 0;
}
#module-advansedwishlist-mywishlist .ws-table__body:nth-child(2n-1) .wishlists__item{
    background: #F6F6F6;
}
#module-advansedwishlist-mywishlist .wishlist__close-btn {
    font-weight: bold;
    color: var(--primary);
    font-size: 15px;
    border: 1px solid #D1D1D1;
    padding: 10px 15px;
    border-radius: 12px;
}
.wishlist_detail {
    padding      : .75rem 1rem;
    border-bottom: 1px solid #f6f6f6;
}

@media (max-width: 767px) {
    .allert_note {
        margin-left: -82px;
    }
}

#mywishlist .table-bordered td {
    border: none;
}

@media (min-width: 768px) {
    #module-advansedwishlist-mywishlist .hidden-md-up {
        display: none !important;
    }
}


/* WS_MODAL */

.ws_modal_open {
    overflow: hidden;
}

.ws_modal {
    position: fixed;
    top     : 0;
    right   : 0;
    bottom  : 0;
    left    : 0;
    opacity : 0;
}

.ws_modal_backdrop {
    background: #000;
    position  : fixed;
    top       : 0;
    right     : 0;
    bottom    : 0;
    left      : 0;
    z-index   : 1000;
    opacity   : 0;
}

.ws_modal_open .ws_modal {
    overflow-x: hidden;
    overflow-y: auto;
    opacity   : 1;
    z-index   : 999;
}

.ws_modal_open .ws_modal_backdrop {
    opacity: 0.5;
}

.ws_modal_dialog {
    position  : relative;
    color     : #000;
    background: #fff;
    max-width : 650px;
    width     : calc(100% - 40px);
    margin    : 30px auto;
    z-index   : 9999;
}

.ws_modal_close {
    position        : absolute;
    right           : -24px;
    top             : 0px;
    width           : 22px;
    height          : 22px;
    border          : none;
    background-color: transparent;
    cursor          : pointer;
    transition      : all 0.4s;
}

.ws_modal_close:before,
.ws_modal_close:after {
    content : "";
    position: absolute;
    top     : 10px;
    left    : 2px;
    width   : 19px;
    height  : 3px;

    background-color: #d0d0d0;
}

.ws_modal_close:before {
    transform: rotate(45deg);
}

.ws_modal_close:after {
    transform: rotate(-45deg);
}

.ws_modal_close:hover {
    transform       : rotate(90deg);
    background-color: transparent;
}

.ws_modal_content {
    display        : flex;
    flex-wrap      : wrap;
    padding        : 24px;
    justify-content: space-around;
}

.success_text{
  color: #06980b!important;
}

.add_text_label{
        font: normal normal 700 14px/18px var(--font-family-sans-serif);
}


span.ws_prod_qte {
    margin-left: 5px;
    color: gray;
}



.ws-alert-error{
    display: none;
    color: red;
}


a.btn.btn-default.remove_from_wishlist {
    display: none;
}

.name_exist_error, .ws-alert-error-imp, .ws-alert-error-xl{
     display: none;
    color: red;
}
#error_msg .alert {
    padding: 0px 0 0px 16px!important;
}

#error_msg .alert:before{
    top: 0px!important;
}
.ws-li-alert-error {
    color: red
}


.ws-table__column.ws-column__author {
    color: var(--primary);
    text-transform: capitalize;
}

.ws_error{color: red!important;}
#export_xls{
    border-radius: 100px!important;
}

.wishlist-detail .wl-products__footer, .wlp_bought__footer{
    margin-bottom: 20px!important;
}

.left_products {
    margin-bottom: 2px!important;
}

.hide_element{display: none!important;}

.my_leave_prod_to_ws_btn{
    background-color: red;
    border-color: red;
}

.has_zostaw{
    background-color: #06980b!important;
    border-color: #06980b!important;
}

.ws_prod_desc_counter{
    float: right!important;
}
.counter_limit_exceed{
    color: red!important;
}
.retail-price{
    margin-bottom: 4px!important;
}
button.ws_prod_has_desc{
    background: #06980b!important;
    border-color:#06980b!important;
    color: white!important;
}
.wishlist_statuses_filter {
    margin-left: 5px;
}

/*.disabled_wishlist .has_not_zostaw,
.disabled_wishlist .has_zostaw,
.disabled_wishlist .open_wishlist_popup,
.disabled_wishlist .product-miniature__form {
    display: none!important;
}*/

.disabled_wishlist_hide{
    display: none!important;
}

.disabled_wishlist{
    pointer-events: none;
    display: none!important;*/
}

.wishlist_statuses_mobile .list {
        width: 100%;
    }


.wishlist__copy_link,.wishlist__send_link {
    background: none;
    border: none;
    margin-right: 10px!important;
}

.wishlist__edit{
    margin-left: 15px!important;

}
.send_ws_success{
    color: green;
}
.send_ws_error{
    color: red;
}

.sendWL_feedback_text {
    display: none;
}
#module-advansedwishlist-mywishlist .ws-table__header .ws-column__date_range {
    flex-direction: column;
}

@media (min-width: 1000px) {
    #mywishlist .ws-table .ws-column__date_range {
        flex: 0 0 198px!important;
    }
}
.dates-popup {
  background: #fff;
  padding: 1px 19px;
  border-radius: 10px;
}
.dates-popup:hover {
  text-decoration: none;
}
.modal-dark .modal-header {
  background: #1C2D4E;
  border-radius: 0px;
  padding: 16px 30px;
}
.modal-dark .modal-header .modal-title {
  color: #fff;
  font-size: 30px;
  line-height: 37px;
}
.modal-dark .modal-content {
  border-radius: 0px;
  border: 0px;
}
.modal-dark .modal-body {
  padding: 30px;
}
.date-pick-instr {
  margin-bottom: 20px;
}
#dates_range {
  border-top-right-radius:0px!important;
  border-bottom-right-radius:0px!important;
}
.date-group .input-group-prepend .input-group-text {
  border-radius: 0px .4rem .4rem 0px;
  border:1px solid #d1d1d1;
  padding:5px 15px;
  background: #F6F6F6;
}
#btn-ok-filter {
  padding: 8px 40px;
}
.modal-open .modal.modal-dark {
  background: rgba(0, 0, 0, 0.5);
}
.modal-dark .modal-dialog {
  max-width: 530px;
}
.dates-filter {
  display: flex;
}
.dates-filter .dates_text {
    width: 92px;
    font-weight: 300;
    line-height: 17px;
    font-size: 12px;
}
.dates-filter .dates-edit {
  align-items: flex-end;
  display: flex;
  margin-bottom: 3px;
}
.dates-filter .dates-reset {
  cursor: pointer;
}

.new_ws_err{
    color: red;
    padding-top: 10px;
}

.wl-bottom-btns .btn-remove:focus {
    outline: none!important;
    box-shadow: none!important;
    
}

.wl-bottom-btns .btn-remove:hover {
   background-color: var(--primary)!important;
    
}
.wishlist-tool-row .wishlist-tool-row-item .position-relative{
	min-width:unset!important;
}
#module-advansedwishlist-mywishlist #wrapper>.container {
	margin-top: 0;
}
#module-advansedwishlist-mywishlist #wrapper {
	padding-top: unset;
}
#module-advansedwishlist-mywishlist #wrapper>.container #content-wrapper #wishlist-wrapper{
	margin-top: 20px;
}

.cart_hide__images {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

.cart_hide__images img {
  width: 100%;
  height: auto;
  transition: left 0.2s ease;
  display: block;
}

.cart_hide__images .my_ws_product_img {
  position: relative;
  left: 0;
  z-index: 1;
}

.cart_hide__images .my_ws_product_img_second {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}

.cart_hide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  opacity: 0.5;
}

.cart_hide__arrows button {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_hide__arrows svg {
  width: 14px;
  height: 14px;
}

.cart_hide__arrows .arrow-right svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .cart_hide__arrows {
    display: none;
  }

  .product-image-arrows {
    display: none;
  }
}
