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


#module-trzshowroom-cart #main .page-content {
    padding: 0;
    border: 0;
}

#module-trzshowroom-cart #main .cart-item {
    border: 1px solid #ededed;
    margin-bottom: 20px;
    cursor: pointer;
}

#module-trzshowroom-cart .trz-shop-main
{
    padding: 15px;
    background-color: #FAFBFC;
}
#module-trzshowroom-cart #main .cart-item.activeCart
{
    background-color: #FAFBFC;
    border: 2px solid #000000;
}
#module-trzshowroom-cart .trz-shop-main .trz-shop-header {
    display: flex;
    align-content: center;
    align-items: center;
}

#module-trzshowroom-cart .trz-shop-main .trz-shop-middle .shop-block-right {
    border: 1px solid #c4c4c4;
    padding: 5px;
    color: #000;
    margin-bottom: 10px;
    background: #F6F6F6;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
#module-trzshowroom-cart .trz-shops-data > .card {
    border-color: #000;
    border-width: 2px;
  }

#module-trzshowroom-cart .trz-shop-main .trz-shop-middle {
    padding-top: 15px;
}
#module-trzshowroom-cart .trz-shop-main .trz-shop-middle .shop-block-right.activeShop
{
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
#module-trzshowroom-cart .demanded-qty
{
    width: 50px;
}
#module-trzshowroom-cart input[type="number"]::-webkit-outer-spin-button, 
#module-trzshowroom-cart input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #0F0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 3em;
    border-left: 1px solid #0f0;
    opacity: 0; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.trz-confirm-cart {
    background: #16A349;
    border-color: #16A349;
    width: 100%;
  }
  #module-trzshowroom-cart .cart-grid-body .cart-overview
  {
    padding: 0;
  }
.checkout-button-trz .btn-secondary
{
    background-color: #EBECF0;
    border-color: #EBECF0;
    width: 100%;
}
.checkout-button-trz .btn-secondary:hover
{
    background: #16A349;
    border-color: #16A349;
}

#module-trzshowroom-cart .ms-choice
{
    background: transparent;
    border: 0;
}
#module-trzshowroom-cart .multiple-select
{
    background: transparent;
   
}
#module-trzshowroom-cart .ms-drop ul > li.multiple label
{
    text-align: left;
}
#module-trzshowroom-cart .ms-choice > span
{
    color: #000;
    padding-top: 6px;
}

#my-account #history-link,
#my-account #addresses-link,
#my-account #order-slips-link,
#my-account #psgdpr-link
{
    display: none !important;
}

#module-trzshowroom-history .trz-history-main-data-title {
    margin-bottom: 0;
    padding: 13px;
    color: #000;
    background: #16A349;
    font-size: 16px;
  }

#module-trzshowroom-history .trz-history-main-data img {
    max-width: 60px !important;
}
#authentication .breadcrumb,
#authentication #header,
#authentication #footer,
#authentication .no-account
{
    display: none;
}


#module-trzshowroom-cart .trz-shop-main .trz-shop-middle .shop-block-right.no_shop_template {
    border: 1px solid #ccc !important;
    color: #ccc;
    cursor: not-allowed;
  }
  .fancybox-wrap .help-block-template {
    min-width: 300px;
    text-align: center;
  }


  .checkout-button-trz.active{
pointer-events: inherit !important;
  }