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

.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;
    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: #000;
    line-height: 1.4;
    margin-left: -55px;
	top: 26px; 
	background: #fff; 
	text-align:center; 
	z-index: 99; 
	display:none;
	padding: 6px; 
	width: 140px; 
	border: 1px solid #ccc; 
	box-shadow: 1px 1px 3px #f5f5f5; 
	font-size: 11px;
	border-radius:10px;
}

.allert_note.ws_delete_note {
	margin-left: 47px;
    top: 40px;
}
.allert_note span#isLogged {
	display:block;
}
.allert_note .login_links {
	margin-bottom: 0;
}

.allert_note .login_links a{
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    color: #141414;
    border: 2px solid #141414;
    padding: 8px 12px;
    background: #fff;
    border-radius: 15px;
    margin-top: 5px;
    font-weight: 600;
    display: block;
}
.allert_note .login_links a:hover {
	color:#fff;
    background: #e31d27 !important;
}
@media (max-width: 1199px){
	.wishlist.wishlist_btn_top .allert_note{
		font-size: 18px;
		padding: 10px;
	}
}
.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: 10px;
    right: 10px;
    z-index: 99;
}
div#content-wrapper .product_show_list .products .product-miniature .product-bottom .wishlist.wishlist_btn_top {
	position:unset;
	margin-bottom:15px;
}
div#content-wrapper .product_show_list .products .product-miniature .product-bottom .wishlist.wishlist_btn_top a:hover {
    color: #fff !important;
	background: #e31d27 !important;
}
div#content-wrapper .product_show_list .products .product-miniature .product-bottom .wishlist.wishlist_btn_top a {
    background: #fff !important;
    padding: 8px 12px;
    border-radius: 10px;
    color: #141414 !important;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
	border: 2px solid #141414;
}
div#content-wrapper .product_show_list .products .product-miniature .product-bottom .wishlist.wishlist_btn_top a i.material-icons {
	display:none;
}
div#content-wrapper .product_show_list .products .product-miniature .product-bottom .wishlist.wishlist_btn_top a:hover span {
	color:#fff;
}

div#content-wrapper .product_show_list .products .product-miniature .product-bottom .wishlist.wishlist_btn_top a span{
	display:unset;
}
.wishlist.wishlist_btn_top a.addToWishlist span, 
.wishlist.wishlist_btn_top a#wishlist_button span,
.wishlist.wishlist_btn_top a.open_wishlist_popup span{
	display:none;
}
.product-actions a#wishlist_button, .product-actions .addToWishlist,
.product-actions div#wishlist_button_block a.open_wishlist_popup{
    background: #fff;
    border-radius: 10px;
    font-size: 15px !important;
	font-weight:600;
    max-width: 215px;
    color: #141414;
    padding: .75rem 1.25rem;
    border: 2px solid #141414;
    text-align: center;
	text-transform:capitalize!important;
}
.product-actions .addToWishlist:hover,
.product-actions a#wishlist_button:hover
{
    color: #fff !important;
    background: #e31d27 !important;
}
.product-actions .addToWishlist:hover i.material-icons,
.product-actions a#wishlist_button:hover i.material-icons 
{
    color:#fff !important;
}
@media(min-width: 276px) {
	.product-actions a#wishlist_button, .product-actions .addToWishlist,
	.product-actions div#wishlist_button_block a.open_wishlist_popup
	{
		padding:.75rem 1.25rem!important;
	}
	.product-actions a#wishlist_button.checked {
		max-width:244px;
	}
}
.product-actions a#wishlist_button i.material-icons,
.product-actions .addToWishlist i.material-icons, .product-actions .open_wishlist_popup i.material-icons{
	color: #e31d27;
    margin-right: 7px;
    font-size: 18px;
}
a.addToWishlist, a#wishlist_button/*, a.open_wishlist_popup*/ {
    padding: 10px 5px;
    border-radius: 62px;
    background: #fff;
}
/*.products .product-miniature:hover */
.wishlist_btn_top:hover i.material-icons {
	color:#e31d27;
}
@media (max-width: 1199px) {
	.wishlist_btn_top i.material-icons {
		font-size:35px!important;
	}
}
@media (max-width: 767px) {
	.wishlist_btn_top i.material-icons {
		font-size:50px!important;
	}
	a.addToWishlist, a#wishlist_button {
    padding: 15px 5px;
	}
}
.wishlist_btn_top i.material-icons {
	font-size: 27px;
	color: #000;
    padding-left: 2px;
}
p.buttons_bottom_block {
	margin-top:0;
}

.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;
}
.cart-line-product-actions .add_to_ws_wishlist:hover i.material-icons {
	color:#e31d27;
}
#advansedwishlist_cart_block .block_content {
	padding: 1rem;
}
.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*/

#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;
    }
.wishlistLinkTop #table_wishlist tr td.wishlist-product-actions div.btn_action span {
	display:block;
}
.wishlistLinkTop #table_wishlist tr td.wishlist-product-actions div.btn_action a, 
.wishlistLinkTop #table_wishlist tr td.wishlist-product-priority a.lnksave {
	margin-top:10px;
} 
.wishlistLinkTop #table_wishlist tr td.wishlist-product-priority select.wishlist_change_button {
	max-width:100%;
}
.wishlistLinkTop #table_wishlist tr td.wishlist-product-actions div.btn_action .wishlist_change_button {
	margin-bottom:10px;
	display:block;
}
.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; }  
  
  #module-advansedwishlist-mywishlist .card-block {
    padding: 1.25rem;
}  

#mywishlist.mywishlist_17 .table thead th, .mywishlist_17 .wishlist-product-price {
    font-size: .875rem;
}

#mywishlist .checkbox-col{
    max-width: 36px;
}
/*@media (max-width: 767px){
	#table_wishlist .wishlist-product-priority {
		display:none;
	}
}*/
@media (max-width: 1400px){
	th.wishlist-product-priority {
		text-align:center;
	}
}

#table_wishlist th{
    border-bottom: 0px;
}

#mywishlist .product_image img, .wl_product_qty, #mywishlist .table select{
    width: 90%;
    max-width: 98px;
	min-width: 45px;
	padding:5px;
	border-radius:10px;
    border: 1.5px solid #757474;
	
}
#mywishlist .table .btn_action a{
    display: block;
        text-align: center;
    padding: .5rem 1.25rem;
}

#mywishlist .table .btn_action a.wishlist_add_to_cart {
	margin-bottom: 14px;
}

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

#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: #000;
	text-transform:capitalize;
}

#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 span.h6 {
    margin: 0 auto;
    font-weight: 500;
}
.wl_block_product_info {
	/*width: 94%;*/
    /*margin-right: 14px;*/
    display: flex;
    flex-wrap: wrap;
} 
ul#cart_products li.wl_block_product  div.wl_block_product_info {
	width:100%;
}
ul#cart_products li.wl_block_product a.btn.btn-primary {
	font-size:14px;
	margin:5px 0;
	min-width:107px;
}
.wl_block_product_info .product-left {
	width:30%;
}
.wl_block_product_info .product-right {
	float: left;
	width:70%;
	padding-left:10px;
}
.ajax_cart_block_remove_link i.material-icons {
	color: #666;
}
.ajax_cart_block_remove_link:hover i.material-icons {
	color: #e31d27;
}

ul.ws-select-list li:first-child {
    border-top: 1px solid #d6d4d4;
}
ul.ws-select-list li a {
    display: block;
    line-height: 16px;
    padding: 9px 30px 9px 16px;
    border-bottom: 1px solid #d6d4d4;
}
ul.ws-select-list li a:hover {
    background: #141414 !important;
    color: #ffffff !important;
}
ul.ws-select-list li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline;
    padding-right: 8px;
}
/* BTN PRODUCT PAGE*/

.product-information .wrap_allert {
    padding-top: 6px;
    display: inline-block;
}
.product-information .wrap_allert#productPageAllert {
	margin-bottom:10px;
}
.product-information .wrap_allert#productPageAllert .buttons_bottom_block {
	margin-bottom:0;
}
.product-information .wrap_allert#productPageAllert:hover .buttons_bottom_block .btn-simetria{
	border-radius: 10px 10px 0 0;
}
.product-information .wrap_allert#productPageAllert .allert_note{
	position:unset;
	margin-left:0;
	margin-top:0;
	border-radius: 0 0 10px 10px;
	width:unset;
}
.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;
}*/
.wrap_allert .checked .icon-heart:before, .addToWishlist.checked, .products .wishlist .checked,  #wishlist_button.checked, #wishlist_button.checked i:BEFORE, #wishlist_button.checked i{
	color: #141414;
}
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) {
#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;
}

#mywishlist.mywishlist_17 .table .btn_action a{
        color:#fff;	
}

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

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

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

.wlp_bought{
	padding-bottom: 16px;
}

table#table_wishlist td[class*="col-"], table#table_wishlist th[class*="col-"]  {
    float: left;
}

}
@media all and (max-width: 543px) {
.hidden-xs-down {
    display: none!important;
}   
}

@media all and (min-width: 544px) {
.hidden-sm-up {
    display: none!important;
}   
}

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

#submitWishlist {
	padding: 8px 16px;
    border-radius: 10px;
    color: #fff;
    background: #141414;
}

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

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

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

.wl_cart_product_qty {
	width: 60px;
	height: 30px;
	margin-right: 14px;
	padding:5px;
	border-radius:10px;
    border: 1.5px solid #757474;
	margin-top:5px;
	margin-bottom:5px;
}

.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;
}
/*#mywishlist .table-bordered td.wishlist_delete {
	text-align:right;
}*/

#mywishlist .table-bordered td.wishlist_delete .icon.disabled {
	color: #ccc;
    cursor: not-allowed;
}
#mywishlist .table-bordered td.wishlist_delete a:hover i.material-icons {
	color: #e31d27;
}
#mywishlist .table-bordered td.wishlist_delete .icon.wishlist__edit {
	background:none;
	border:none;
}
#mywishlist .table-bordered td.wishlist_delete .icon.wishlist__edit:hover {
	cursor: pointer;
}
#mywishlist .table-bordered td.wishlist_delete .icon.wishlist__edit i.material-icons {
	color:#000;
}
#mywishlist .table-bordered td.wishlist_delete .icon.wishlist__edit:hover i.material-icons {
	color:#e31d27;
}
#mywishlist .table-bordered td.wishlist_default a:hover i.material-icons,
#mywishlist .table-bordered td .is_wish_list_default i.material-icons,
#mywishlist .orders .wishlist_detail .is_wish_list_default i.material-icons,
#mywishlist .table-bordered td .is_wish_list_default i.icon-check-square:before,
#mobile_is_checked i.material-icons{
	color: #e31d27;
}
#mywishlist .table-bordered td.wishlist_default i.icon:before,
#mywishlist .table-bordered td .is_wish_list_default i.icon:before {
	font-size:23px;
	font-style:normal;
}
#module-advansedwishlist-mywishlist #content {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
    /*font-size: .875rem;	*/
}

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

.wishlist_add_all_to_cart{
	max-width:244px;
	margin:5px 0;
}

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