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

.pinta_ajax_search {
    position: absolute;
    right: 0px;
}

@media (max-width:600px) {
    .pinta_ajax_search {
        right: 0;
        padding: 0 15px;
    }
}

.pinta_ajax_search>.dropdown>.dropdown-menu {
    width: 100%;
    border: 2px solid rgb(224, 224, 224)!important;
    font-size: 13px!important;
    line-height: 1.2!important;
}

.pinta_ajax_search img {
    border: 1px solid rgb(238, 238, 238)!important;
    padding: 1px!important;
}

.pinta_ajax_search .name {
    text-align: left!important;
}

.simpleajaxsearch {
    position: relative;
    width: max-content;
    padding: 0!important;
}

.simpleajaxsearch > li > a {
    display: flex;
    padding: 10px 5px 10px 20px!important;
    transition: 0.2s;
}

.simpleajaxsearch > li > a:hover{
    background-color: rgb(238, 238, 238)!important;
}

.simpleajaxsearch> li > a:hover, .simpleajaxsearch > li > a:focus {
    text-decoration: none!important;
    color: #000!important;
}

.pinta_ajax_search .type {
    background-color: #f5f5f5;
    border-radius: 2px;
    font-size: 10px;
    color: #929292;
    padding: 2px 5px;
    margin-top: 10px;
    float: left;
}

.pinta_ajax_search .price {
    text-align: right;
}

.pinta_ajax_search .hr {
    border-top: 2px solid rgb(224, 224, 224)!important;
}

.pinta_ajax_search .hr a {
    color: #23a1d1!important;
}

.pinta_ajax_search .hr a:hover {
    color: #23527c!important;
}

.psas-loader {
    position: relative;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #d6d4d4;
}

.lds-spinner-psas {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 36%;
}

.lds-spinner-psas div {
    transform-origin: 40px 40px;
    animation: lds-spinner-psas 1.2s linear infinite;
}

.lds-spinner-psas div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 7px;
    left: 37px;
    width: 4px;
    height: 19px;
    border-radius: 20%;
    background: #333;
}

.lds-spinner-psas div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner-psas div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner-psas div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner-psas div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner-psas div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner-psas div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner-psas div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner-psas div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner-psas div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner-psas div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner-psas div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner-psas div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner-psas {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
