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


#amazingproductfinder #external-product-form input#external_url {
  border-radius: 10px;
  margin-right: 5px;
  height: 62px;
  padding-left: 30px;
  font-size: 13px;
}

#amazingproductfinder #external-product-form button.btn.btn-primary {
  border-radius: 50%;
  height: 48px;
  margin: 7px;
  width: 50px;
  /* font-size: 0px; */
}

#amazingproductfinder #external-product-form button.btn.btn-primary i {
    font-size: 0px;
}

#amazingproductfinder #external-product-form button.btn.btn-primary:before {
    content: "";
    background: url(../../../../../../themes/amazing/assets/img/search_top.svg) no-repeat;
    height: 24px;
    width: 21px;
}

#amazingproductfinder #popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none; /* Initially hidden */
}

/* Popup Container */
#amazingproductfinder #popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  width: 918px;
  max-width: 100%;
  display: none;
}

/* Header */
#amazingproductfinder .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  text-align: center;
  border-bottom: 1px solid black;
  padding: 12px 0px 27px;
}

#amazingproductfinder #popup-container .popup-content > p {
  font-weight: bold;
  font-size: 15px;
  border-top: 1px solid #878787;
  padding-top: 17px;
  margin-top: 16px;
  display: block;
  margin-bottom: 0px;
}
#amazingproductfinder #popup-container .popup-content > p:first-child {
  border: none;
}
#amazingproductfinder .popup-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  flex: 1;
}
#amazingproductfinder .popup-close {
  font-size: 24px;
  cursor: pointer;
}

/* Content */
#amazingproductfinder .popup-content p {
  margin: 10px 0;
}

#amazingproductfinder .popup-content input[type="text"],
#amazingproductfinder .popup-content textarea {
  width: 100%;
  padding: 8px;
  margin: 5px 0 10px 0;
  border: 1px solid #878787;
  border-radius: 20px;
  height: 60px;
  padding-left: 20px;
}

/* Footer */
#amazingproductfinder .popup-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 30px
}

#amazingproductfinder .popup-footer button {
  padding: 10px 20px;
  margin-left: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
}

#amazingproductfinder #popup-reset {
  background: transparent;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  color: #3c3c3b;
}

#amazingproductfinder #popup-save {
  background: #00AFBE;
  color: #fff;
  width: 180px;
  border-radius: 25px;
  font-size: 14px;
}

#amazingproductfinder .input-group {
  /* border: 2px solid #cccccc; */
  border-radius: 30px;
  overflow: hidden;
  background: #f6f6f6;
  border: 3px solid #fbbb50;
}

#amazingproductfinder .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
form#external-product-form {
  border: 4px solid #f2f2f2;
  border-radius: 34px;
}

#amazingproductfinder .input-group-append .btn {
  background-color: #FBBB50;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

#amazingproductfinder .input-group-append .btn .fas {
  color: #fff;
  font-size: 16px;
}

#amazon-load-more {
  display: block;
  margin: 20px auto;
  font-weight: 234;
  height: 45px;
  background-color: #fbbb50;
  line-height: 44px;
  border-radius: 25px;
  font-size: 14px;
  color: #3C3C3B;
  width: 320px;
}