/**
* 2007-2023 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-2023 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.
*/

.touchspin-down{
    color: #000000;
}
.touchspin-up{
    color: #000000;
}
.upp-cartth {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.upp_row{
	width:100%;
	border-color: red;
}
.upp_column{
	width:19%;
	border-color: red;
	display: inline-block;
}

.aup-desc-box{
    background-color: white;
    margin-top: 4px;
}


.aup-product-title{}

.aup-product-title h1{
    font-size: 1.375rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
.aup-pro-box-sticky {
    top: 150px;
}
.aup-pro-box ul,
.aup-pro-box-aftr-select ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media all and (min-width: 768px) and (max-width: 990.98888px) {

    .aup-pro-box ul,
    .aup-pro-box-aftr-select ul{
        grid-template-columns: repeat(4, 1fr);
    }

}

.aup-pro-box-aftr-select ul li{
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    border-image: url("../img/border-pack.jpg")  27 / 5px stretch;
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 215px;
}
.upp_selected_packimage:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9;
    width: 100%;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    padding-top: 100%;
    display: block;
}

.upp_selected_packimage:hover:before {
    opacity: 1;
    cursor: pointer;
    z-index: 100;
    background-image: url(../img/minus-icon.png);
    background-position: center 45%;
    background-repeat: no-repeat;
}

.aup-pro-box ul li {
    display: inline-block;
    vertical-align: top;
    background: white;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.upp_selected_packimage,
.upp_selected_packimage img,
.aup-pro-fig img {
    border-radius: var(--border-radius);
}
.aup-pro-box ul li:hover .aup-pro-fig img {
    filter: brightness(0.7);
}
.aup-pro-box ul li:hover span.add_prod_box {
    opacity: 1; 
}

.aup-pro-info .aup-pro-info-name a {
    position: relative;
    z-index: 2; 
}


.aup-pro-box ul li span.add_prod_box {
    opacity: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    cursor: pointer;
    background-image: url(../img/plus-icon.png);
    background-position: center 30%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.aup-pro-box ul li:hover:before {
    opacity: 1;
    cursor: pointer;
    z-index: 100;
    background-image: url(../img/plus-icon.png);
    background-position: center 30%;
    background-repeat: no-repeat;
}

.aup-pro-qty{
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 30px;
    transform: translate(-50%, 0%);
    z-index: 9999
}

.aup-pro-box ul li:hover .aup-pro-qty{
    opacity: 1;
}

.aup-pro-qty .btn-number{
    width: 25px;
    height: 30px;
    text-align: center;
    border: 0;
    background: black;
    color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
}

.aup-pro-qty .btn-number:hover,
.aup-pro-qty .btn-number:active,
.aup-pro-qty .btn-number:focus{
    background: #BF935C;
}

.aup-pro-qty .input-number{
    border: 0;
    text-align: center;
    height: 30px;
}

.aup-pro-info{
    background: white;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0px 1rem;
}

.aup-pro-info .aup-pro-info-name a{
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.aup-pro-price{
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 600;
}

.aup-pro-box ul li:hover .aup-pro-info{
    position: relative;
    z-index: 99999;
}

.aup-total-box,
.aup-cart-box{
    box-sizing: border-box;
    padding:35px 20px;
    background-color: white;
    display: block;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    margin:15px 0px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
}

.aup-total-box span{
    font-size: 18px;
    line-height: 28px;
}

.aup-total-box span strong{
    font-size: 14px;
    line-height: 24px;
}

.aup-cart-box input{
    width: 100%;
}


@media all and (max-width: 480px) {
    .aup-pro-box ul li,
    .aup-pro-box-aftr-select ul li{
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    .aup-pro-fig img{
        width: 100%;
    }
}
