/**
* 2007-2018 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @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.
*/
.beshop_wishlist_products_list .action-buttons{
  display: flex;
  justify-content: center;
}
.beshop_wishlist_products_list .action-buttons button{
  width: 50px;
  background: none;
}
.beshop_wishlist_products_list .action-buttons button:hover {
  opacity: 0.4;
}
.beshop_wishlist_products_list .action-buttons button i {
  font-size: 16px;
}
.beshop_wishlist_layout i{
  font-size: 16px;
  display: inline-block;
}
.beshop_wishlist_layout > div{
  display: inline-block;
  padding: 0px 5px;
  /* line-height: 30px; */
  cursor: pointer;
}
.beshop_wishlist_layout > div > div{
  display: inline-block;
  margin: 0;
}
.beshop_wishlist_layout > div.hidden > div{
  display: none;
}
#beshop_add_new_wishlist {
	background: #c5c5c5;
	border: 1px solid #000;
	padding: 2.5px 8px;
	font-size: 25px;
	font-family: Arial;
	font-weight: 700;
	line-height: 25px;
	display: block;
  cursor: pointer;
}
#beshop_wishlist_name {
	padding: 6px;
	width: 200px;
	float: left;
}
.beshop_wishlist_checked_list_group input{
  display: none;
}
.beshop_wishlist_checked_list_group .checkboxlabelspan{
  cursor: pointer;
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 14px;
	height: 14px;
	transform-origin: center;
	border: 1px solid #c5c5c5;
	vertical-align: -3px;
	margin-right: 10px;
	transition: background-color 150ms 200ms, transform 350ms cubic-bezier(.78,-1.22,.17,1.89);
}
.beshop_wishlist_checked_list_group .checkboxlabelspan::before{
  content: "";
width: 0px;
height: 1px;
border-radius: 2px;
background: #000;
position: absolute;
transform: rotate(45deg);
top: 6px;
left: 2px;
transition: width 50ms ease 50ms;
transform-origin: 0% 0%;
}
.beshop_wishlist_checked_list_group .checkboxlabelspan::after{
  content: "";
  width: 0;
  height: 1px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  transform: rotate(305deg);
  top: 9px;
  left: 4px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
.beshop_wishlist_checked_list_group label{
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.beshop_wishlist_checked_list_group label:hover .checkboxlabelspan::before{
  width: 5px;
  transition: width 100ms ease;
}
.beshop_wishlist_checked_list_group label:hover .checkboxlabelspan::after{
  width: 10px;
  transition: width 150ms ease 100ms;
}
.beshop_wishlist_checked_list_group input:checked + label .checkboxlabelspan::before{
  width: 5px;
  background: #000;
  height: 2px;
  left: 3px;
  transition: width 100ms ease;
}
.beshop_wishlist_checked_list_group input:checked + label .checkboxlabelspan::after{
  width: 10px;
  background: #000;
  height: 2px;
  transition: width 150ms ease 100ms;
}
.beshopNewWishlist{
  margin-top: 3em;
}
.beshop_wishlist_loader {
	color: #000;
	font-size: 14px;
	text-indent: -9999em;
	overflow: hidden;
	width: 15px;
	height: 14px;
	border-radius: 50%;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	margin-top: 5px;
	margin-bottom: 6px;
}
.beshop_wishlist_noname{
  color: red;
  display: none;
}
.beshop_wishlist_item {
  margin-top: 0em;
  width: 100%;
}
/* .beshop_wishlist_products_list {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
} */
.beshop_wishlist_container{
  margin-bottom: 5em;
}
.beshop_wishlist_remove_wishlist {
	cursor: pointer;
	font-size: 1.5rem;
	font-family: sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
}
#beshop_wishlist_customWishlistModal .beshop_wishlist_remove_wishlist{
  margin-left: 10px;
  font-size: 1.3em;
}
.beshop_wishlist_favorite {
  display: inline-block;
  cursor: pointer;
}
.beshop_wishlist_remove_product {
	right: 25px;
	position: absolute;
	top: 7px;
	display: inline-block;
	cursor: pointer;
	font-size: 22px;
	font-family: sans-serif;
  font-weight: bold;
  z-index: 999;
}
.beshop_wishlist_header{
  margin-bottom: 1em;
  text-align: center;
}


.beshop_wishlist_product{
  position: relative;
  padding: 7px;
  margin: 7px;
  text-align: center;
}
.beshop_wishlist_product h6, .beshop_wishlist_product img{
  display: inline-block;
}
.beshop_wishlist_product h6{
  font-weight: 300;
}
.beshop_wishlist_title{
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  max-width: 50%;
}
.beshop_share_input{
  max-width: 200px;
  margin: 0 auto;
  text-align: left;

}
.beshop_share_input span{
  display: block;
  margin-top: 4.5px;
  float: left;
  margin-right: 0.5em;
}
.beshop_wishlist_checkbox {
	position: relative;
	background: #E6DCD1;
	line-height: 0;
	perspective: 400px;
  top: 2px;
}
.beshop_wishlist_checkbox input[type="checkbox"],
.beshop_wishlist_checkbox label,
.beshop_wishlist_checkbox label::before,
.beshop_wishlist_checkbox label::after,
.beshop_wishlist_checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
	display: inline-block;
	border-radius: 1rem;
	border: 0;
	transition: .35s ease-in-out;
	box-sizing: border-box;
	cursor: pointer;
}
.beshop_wishlist_checkbox label::before, .beshop_wishlist_checkbox label::after{
  content: "»";
position: absolute;
font-size: 18px;
font-family: Arial;
}
.beshop_wishlist_checkbox label::before{
  top: 48%;
  left: 40%;
  animation: pressMeBefore 2s infinite;
}
.beshop_wishlist_checkbox label::after{
  top: 48%;
  left: 63%;
  animation: pressMeAfter 2s infinite
}
.beshop_wishlist_checkbox label {
	width: 2.8rem;
	height: 1.3rem;
	background: #d7d7d7;
	overflow: hidden;
  margin: 0;
  position: relative;
  /* animation: pressMe 2s infinite; */
}

.beshop_wishlist_checkbox input[type="checkbox"] {
	position: absolute;
	z-index: 1;
	width: .8rem;
	height: .8rem;
	top: .2rem;
	left: .2rem;
	background: linear-gradient(45deg, #dedede, #ffffff);
	box-shadow: 0 6px 7px rgba(0,0,0,0.3);
	outline: none;
}

.beshop_wishlist_checkbox input[type="checkbox"]:checked {
	left: 1.7rem;
}

.beshop_wishlist_checkbox input[type="checkbox"]:checked + label {
	background: transparent;
}
.beshop_wishlist_checkbox input[type="checkbox"]:checked + label::after, .beshop_wishlist_checkbox input[type="checkbox"]:checked + label::before{
  animation: none;
  display: none;
}
#beshop_wishlist_shareModal .now_shared #beshop_wishlist_share_link{
  display: block;
  width: 100%;
  height: 40px;
  border: 0px;
  background: #d9d9d9;
}
#beshop_wishlist_shareModal .now_shared .first_part button {
	display: block;
	width: auto;
  border: 0;
  padding: 0px 25px;
  margin-top: 7px;
  background: #c5c5c5;
  border-radius: .25rem;
}
#beshop_remove_wishlist_confirm_button {
	border: 0;
	padding: 7px 14px;
	background: #f4d35e;
  cursor: pointer;
}
#beshop_remove_wishlist_cancel_button {
	border: 0;
	padding: 7px 14px;
	background: linear-gradient(90deg, #03b5aa, #58a4b0);
  cursor: pointer;
}

#beshopw_wishlist_copiedToClipboard, #beshop_wishlist_shareModal .now_shared .first_part button:hover{
	opacity: 0.7;
  transition: 0.5s ease-in-out;
}
#module-beshop_wishlist-front .wish-header{
  text-align: center;
}
#module-beshop_wishlist-front .modal-backdrop.show{
display: none;
}
#module-beshop_wishlist-front #beshop_wishlist_shareModal, #module-beshop_wishlist-front #beshop_wishlist_remove_wishlist_modal{
background: rgba(0,0,0,.2);
}
#module-beshop_wishlist-front #beshop_wishlist_shareModal .modal-content, #module-beshop_wishlist-front #beshop_wishlist_remove_wishlist_modal .modal-content{
padding: 10px;
}
@keyframes pressMe {
  0%{
    background: blue;
  }
  100%{
    background: red;
  }
}
@keyframes pressMeBefore{
  0%{
    color: #d7d7d7;
  }
  50%{
    color: #777;
  }
  100%{
    color: #d7d7d7;
  }
}
@keyframes pressMeAfter {
  0%{
    color: #d7d7d7;
  }
  25%{
    color: #d7d7d7;
  }
  75%{
    color: #777;
  }
  100%{
    color: #d7d7d7;
  }
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
/* @media(max-width: 1300px) {
  .beshop_wishlist_products_list {
    grid-template-columns: 25% 25% 25% 25%;
  }

}
@media(max-width: 991px) {
  .beshop_wishlist_products_list {
    grid-template-columns: 33% 33% 33%;
  }

}
@media(max-width: 767px) {
  .beshop_wishlist_products_list {
    grid-template-columns: 50% 50%;
  }

}
@media(max-width: 575px) {
  .beshop_wishlist_products_list {
    grid-template-columns: 100%;
  }
} */