/**
* 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-2022 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;
}

.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: left;
	line-height: 18px;
	margin-top: .8375rem;
	margin-left: .9375rem;	
}

.wish_link_text {
    text-align: center;
    color: #fbfbfb;
    font-size: .875rem
}

.wrap_allert {
    position: relative;
}

.allert_note {
	position: absolute;
	color: #232323;
	line-height: 1.4;	
	top: 26px;
	background: #fbfbfb;
	text-align: center;
	z-index: 99;
	display: none;
	padding: 6px;
	width: 180px;
	border: 1px solid #ccc;
	font-size: .65rem;
}
    #header .allert_note {
        background: #fff;
        border-color: #fff
    }
.product-miniature .allert_note {
    top: 40px;
    left: 0;
	margin-left: 0;
}

.allert_note.ws_delete_note {
	margin-left: .35rem;
	top: 49px;	
}

.allert_note .login_links {
    margin-bottom: 0;
}

.allert_note a,
 #header .header-nav .allert_note a{
    color    : #232323;
    font-size: 12px;
}

#header .allert_note .login_links a:hover {
    color: #54b5ff
}

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

#login_wish {
	position: relative;
}

.wishlist_count {
	display: inline-block;
	height: 18px;
	width: 18px;    
	position: relative;
	top: 6px;
	right: 0;        
	font-weight: bolder;
	font-size: .625rem;
    color: #232323;
	line-height: 1;
	transform: skewX(-15deg);    
	padding: 4px 4px 4px 3px;
	background: #f6f6f6;
}
    #header .wish_link_17 .wishlist_count {
        top: -2px;
        position: absolute
    }

#header .wish_link a:hover .wishlist_count {
    color: #232323
}

#header .wishlist_title {
	padding-left: 2px;
}

.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;
}

.wishlist.wishlist_btn_top {  
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    padding-top: .175rem;
    position: absolute;
    top: .635rem;
    left: 0;
    z-index: 10;    
    display: flex;
    align-items: center;
    justify-content: center;    
    background-color: #2d6cbd;     
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    /*transform: skewY(10deg);
    transform-origin: center;*/
    transition: .2s ease-out;       
}

.wishlist.logged.wishlist_btn_top:hover {
    opacity: .7
}

.wishlist.wishlist_btn_top p {
    margin: 0
}

#mywishlist a,
 #wishlist-detail .form-control[readonly],
  #wishlist-detail a,
   #mywishlist i {
    color: #fbfbfb;
    font-weight: normal;
}

.wishlist i {
    color: #bfbfbf;
}

#mywishlist .wishlist__link {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 500;
}

#wishlist__detailed h4 {
    font-size: .875rem;
    font-weight: normal
}

.wl-products__footer label {
	float: left;
	margin-left: .75rem;
}
.wl-products__footer select {
    display: block;
	clear: left;
	margin-left: .75rem;
}

#wishlist-detail .btn-primary.wishlist_add_all_to_cart {	
	width: 98%;
	margin: .5rem 1%;
}

#header .wish_link_17 .material-icons {
	font-size: 21px;
	color: #292d32;
	transform: skewY(10deg) scaleX(.888);
	transform-origin: center;
    margin-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 */
.page-header:has(.page-heading.wl) {
	margin-bottom: 1.563rem;
}
#module-advansedwishlist-mywishlist
 .page-footer {
    padding: 0 15px;
    margin-bottom: 1.563rem;
}
.wishlists__item {
	display: grid;
	grid-template-columns: 1fr 40px;
	border-top: 1px solid #292d32;
	padding: 14px 0;
	margin-top: 1rem;
}

.wl-products {
	background: rgba(250,250,250,.555);
    padding: 15px 0
}

.wl-products .table {	
	max-width: 98%;
	margin-left: 1%;
}

.wl-products input,
 .wl-products select,
  .wl-products .btn {
    height: 28px;
    width: 100%;
    font-size: .825rem;
    border: 0;
    outline: none;
    padding: 3px 10px;
}
.wl-products .btn {
    padding: 6px 10px;
}

.wl-products #group_actions {
	max-width: 200px;
}

.wl-products .wishlist-product-total {
	margin-top: 2rem;
	text-align: center;
	font-size: 1.05rem;
	font-weight: 500;
	color: #fbfbfb;
}

.wl-products .btn_action {
	justify-content: end;
}

.wl-products .remove_from_wishlist {
	margin-right: .75rem;
}

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

.ws-column__name input {
	border: 0;
	padding: 2px 4px;
    text-transform: uppercase
}

.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: 3.5rem;
	background: none;
	text-transform: unset;
}
    
.wishlist__send label {
    min-width: 55px
}

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

.wl-products__table thead th {
    border: 0
}

.wl-products__table thead th,
  .ws-table__header{
    text-transform: uppercase;
    font-weight: 600
}

.ws-table__header > div:last-child {
	text-align: center;
}

.wl-products__table tr {
    display  : flex;
}

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

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

#module-advansedwishlist-mywishlist .table th,
 #module-advansedwishlist-mywishlist .table td {
	padding: 1rem .75rem;
	border-top-color: #fbfbfb;
}

#module-advansedwishlist-mywishlist .table tr td:first-child {
    padding-left: 0
}

#module-advansedwishlist-mywishlist .table tr td:last-child {
    padding-right: 0
}

.wl-products__table .btn_action a.wishlist_add_to_cart {
    width        : 100%;
    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: 1rem;
}

.wl_block_product_info {
    margin-right: 1rem;
    display     : flex;
    flex-wrap   : wrap;
}

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


@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;
    }
}


/* PAGE WL VIEW */
.wlp_bought {	
    padding: 15px 0
}

#module-advansedwishlist-view #content .wlp_bought {
    color: #fbfbfb
}

.wlp_bought table thead th {
    border: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.wlp_bought .table tfoot td {
	text-align: center;
    font-size: 1.05rem;
}

.wlp_bought .wishlist.wishlist_btn_top {
	background-color: transparent;
	box-shadow: none;
	position: relative;
	transform: unset;
}

.wlp_bought  .allert_note {
	margin-left: -12px;
	background-color: rgb(251, 251, 251, .911);
}

.wishlist.wishlist_btn_top.wrap_allert:not(.products .wishlist) i {
	color: #fbfbfb;
}

.wlp_bought .btn-primary.wishlist_add_all_to_cart {
	margin-right: .75rem;
    margin-top: .5rem
}

.wlp_bought input,
 .wlp_bought select,
  .wlp_bought .btn {
    height: 28px;
    width: 100%;
    font-size: .825rem;
    border: 0;
    outline: none;
    padding: 6px 10px;      
}

.wlp_bought .btn_action {
	justify-content: flex-end;
}


/* 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;
}

.product-quantity .btn-secondary,
 .product-quantity .btn-tertiary,
  .product-quantity .btn-tertiary:hover, 
   .product-quantity .btn-tertiary:focus {
	font-size: .825rem;
    margin-top: 0;
	margin-left: .35rem;
	padding: .725rem 1.25rem .55rem;
    color: #fbfbfb;
    background-color: #2d6cbd;
}
.product-quantity .btn-tertiary .material-icons {
	font-size: 26px;
	color: #fbfbfb;
	text-shadow: unset;
	margin-right: 0;
	transform: skewY(10deg);
	transform-origin: center;
}

.wrap_allert:has(.btn-tertiary) .allert_note {
    margin-left: -50px;
    top: 49px;
}

div#advansedwishlist_cart_block h4,
 div#advansedwishlist_cart_block .block_content,
  div#advansedwishlist_cart_block .wishlist_block_no_products {
    padding: 1rem;
}

div#advansedwishlist_cart_block {
	margin-top: 1rem;
}

div#advansedwishlist_cart_block.card a:not(.add_cart):hover {
    color: #8bbeff
}

div#advansedwishlist_cart_block .ws_price {
	font-weight: 700;
	color: #fbfbfb;
}

#wishlist_button_block i.material-icons:not(
    .product-actions #wishlist_button_block i.material-icons) {
    color: #000;
}

.wishlist a.wl-checked,
 .wishlist a.wl-checked i {
    color: #9d9d9d
}

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

@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;
    box-shadow: -1px 1px 0 rgba(250,250,250,.111);
}

#wishlist_button.wishlist_btn_17:hover {
    background-color: #2fb5d2;
    color           : #fff;
}

#wishlist_button.wishlist_btn_17:hover i {
    color: #fff;
}

.wishlist_product_qty {
	width: 60px;
	height: 38px;
	margin-right: 25px;
	border: 0;
}

#ws_wishlist_block_list .wl_product_info {
    padding: 0 25px;   
    min-width: 300px
}

.wl_product_info a {
	display: block;
	font-weight: 700;
    padding-bottom: .5rem;
}

.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,
 #module-advansedwishlist-view #content {    
    background: #3b91ff;
    padding: 2.5rem 25px 25px;
    font-size : .875rem;
    color     : #232323;
}

.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    : 68px 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;
}

@media (min-width: 768px) {
    .hidden-desctop {
        display: none !important;
    }
}