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

.popup_form_cita {
    display: none;
}
.form_cita span, span.submit_wish {
       display: block;
    margin: 0 0 0 auto;
    background: #afdad2;
    min-width: 140px;
    max-width: 220px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: black;
    border-radius: 20px;
    z-index: 1;
    position: relative;
}
.fancybox_cita .fancybox-skin {
    padding-top: 15px !important;
    border-radius: 0px !important;
}
.fancybox_cita .fancybox-close {
    background: none;
}
.success_request span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.success_request {
    padding: 15px;
}
.wish_button img {
        max-width: 20px;
    margin-right: 5px;
}
.wish_container {
    width: 100%;
    display: block;
    text-align: center;
}
.wish_button span {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.65px;
    text-align: center;
    cursor: pointer;

 	color: #000000;
}
#wish_popup_container {
	display:none;
}

.mini-image img {
    max-width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.mini-image .active {
    border: 1px solid black;
}


img.gift_image.active {
    display: block;
    max-width: 100%;
}

.container_images_wish img {
    display: none;
}
img.product_image.active {
   display: block;
    max-width: 100%;
}
.wish_container_info label {
    display: block;
    text-align: left;
        margin-bottom: 0px;
}
.wish_container_info span.title {
    margin-bottom: 25px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.message_complete {
    clear: both;
    padding-left: 110px;
    display: block;
}
span.blank.no_border {
    border: none;
        width: auto;
}
span.blank {
    display: inline-block;
    width: 160px;
    border-bottom: 1px solid #000;
    padding-left: 2px;
}
.container_images_wish {
    margin-bottom: 20px;
}
.fancybox_wish .fancybox-skin {
    padding-top: 15px !important;
    border-radius: 0px !important;
}
.fancybox_wish .fancybox-close {
	background:none;
}
.message_complete * {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
}
.fancybox_wish input:focus {
    outline: none;
}
.fancybox_wish .form-group {
    margin-bottom: 30px;
    position: relative;
}

.fancybox_wish input {
    border: 0px;
    width: 100%;
    border-bottom: 1px solid black;
    background: none;
}
p.error_form {
    color: red;
    font-size: 14px;
    text-align: center;
}
.pedir_cita{
    margin-top: 0px;
    margin-bottom: 25px;
}
.wish_button {
    text-align: center;
}

@media(max-width: 767px) {
    .mini-image {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .mini-image img {
        max-width: 80px;
    }
    .message_complete {
        padding: 0 18%
    }
}