/**
* 2007-2017 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-2017 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.
*/

.display_list{ margin: 15px 0; }
.display_list li{ display: inline; }
.display_list li a{ padding: 4px 6px; text-transform: none; font-size: 1em; }

#mywishlist .product_infos .product_name{ font-size: 20px; font-weight: normal; }


#showBoughtProducts,
#hideBoughtProductsInfos{
	display: none;
}

/*@media screen and (min-width: 768px){
	.wlp_bought .wlp_bought_list{
		display: flex;
	}	
}*/


.wlp_bought .wlp_bought_list .product_name{
	min-height: 73px;
	color: #000;
}

p.qty, p.priority{
	margin-bottom: 0;
}

p.priority select{
	background: transparent;
	border-color: transparent;
}

p.qty input{
	text-align: center;
	min-height: auto;
	padding: 5px;
}


.btn-actions {
	display: flex;
}

.btn-actions > a {
	margin: 15px 0 15px auto; 
	color: #818080;
}

.wl_send{
	margin-top: 25px;
}

#hideSendWishlist{
	display: inline-block!important;
	margin-bottom: 15px;
}

#view_wishlist .btn_action{
	text-align: center;
}

#view_wishlist .btn_action > a {
	margin-top: 15px;
}

.wishlist_product_detail{
	text-align: center;
}

#module-jmswishlist-view .product_image,
#module-jmswishlist-view .product_name{
	text-align: center;
}

.btn-default:hover a{
	color: #fff;
}

.wl_send label{
	width: 65px;
}

.wl_send input[type="submit"]{
    background: none;
    border: 1px solid #000;
    color: #000;
    font-size: 1.3333em;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    letter-spacing: initial;
}

.wl_send input[type="submit"]:hover{
	background-color: #000;
	color: #fff;
}

.wlp_bought .item .btn_action,
.wlp_bought .alternate_item .btn_action{
	margin-bottom: 10px;
}