/**
* 2007-2021 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-2021 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.
*/
#combs-list{
    display: table;
    background-color: #fff;
    padding: 10px;
    width: 100%;
}
#combs-list-right{
    display: table;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin-top:20px;
}
#combs-list > div, #combs-list-right > div{
    display: table-row-group;
}
.row-img{
    width:80px;
}
.group-color{
    display: inline-block;
    height: 20px;
    border: 1px solid #ccc;
    width: 20px;
}
.row-discount, .row-container{
    display: table-row;
}
.rowcartlist{
    border: 1px solid #dcdcdc;
    padding: 3px;
    margin-bottom: 5px;
}
.rowcartlist.disabled{
    opacity: 0.5;
}
.row-col-container {
    padding-left:10px;
    width: 100%;
}
.row-name, .group-row, .row-container{
    display: table-row;
}
.row-price{
    padding:10px;
    white-space: nowrap;
}
.col-group{
    float: left;
    padding: 6px 10px 10px 0;
}
.group-name::after {
    content: ":";
}
.group-value{
    font-weight: 600;
}
.group-name{
    color: #7a7a7a;
}
.row-qty{
    color: #7a7a7a;
    font-size:0.8em;
}
.qty_block{
    display: inline-table;
}
.row-oos{
    color: orange;
    font-size:0.8em;
}
.row-form{
   min-width: 165px;
}
.row-col-container, .row-form, .col-group span{
    vertical-align: top;
}
.row-cart, .row-price, .row-old-price, .row-new-price{
    vertical-align: middle;
}
.row-img, .row-cart, .row-price, .row-new-price, .row-group, .row-col-container, .row-title{
    display: table-cell;
}
i.cart:before {
    content: '';
    background: url(/modules/wfbattributelist/views/img/cart.png);
    width: 26px;
    background-size: 25px;
    background-repeat: no-repeat;
    height: 26px;
    display: block;
}
.btn-secondary-cart{
    color: #232323;
    background-color: #d1d1d1;
    border-color: transparent;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}

.row-discounts {
    display: table;
    float: right;
    font-size: 0.8em;
}
#combs-list-right .row-discounts {
    display: table;
    float: left;
    font-size: 0.8em;
    background: #f9f9f9;
}
.row-header-group{
    display: table-header-group;
}
.row-title{
    padding:0 5px;
    font-weight:600;
}
.row-value {
    display: table-cell;
    text-align: center;
}
.you-save{
    color:orange;
}
.row-img img{
    vertical-align: baseline;
    height: 80px;
}
#combs-list-right .row-img img {
    vertical-align: baseline;
    height: 50px;
}
.row-old-price{
    text-decoration: line-through;
    margin-bottom: -5px;
    font-weight: 400;
    padding: 10px 0px 5px;
    color: #7a7a7a;
}
.row-price {
    font-weight: 600;
}
.row-form input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.row-cart input[type=number] {
    width: 40px;
    text-align: center;
}
button.row-down, button.row-up, .row-cart input[type=number]{
    border: 1px solid #ccc;
    border-radius: 3px;
}
.row-down, .row-up{
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: text-top;
}
.row-down{
    margin-right: 2px;
}
.row-up{
    margin-left: 2px;
}
span.row-min-items {
    color: #6d6d6d;
    font-size: 0.8em;
}
.row-cart div {
    width: max-content;
}
form.row-form {
    display: inline-block;
    width: max-content;
}
.material-icons{
    margin-right: 0 !important;
}
#row-success{
    color: rgb(67 184 67);
    border: 1px solid rgb(163 236 163);
    width: max-content;
    padding: 10px;
    background: #f1fcf1;
}
.row-down::before{
    content: "-";
    display: block;
    line-height: 17px;
}
.row-up::before{
    content: "+";
    display: block;
    line-height: 17px;
}
button.row-up:hover, button.row-down:hover{
    cursor: pointer;
    background: #d4d4d4;
}
#row-add-to-cart-total{
    font-size: 1.4em;
    color:#222;
    font-weight: 600;
}
span#row-add-to-cart-tax {
    font-size: 0.8em;
}
.row-total {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 768px) {
    .row-col-container {
        float: left;
    }
    .row-title{
        font-size: 0.65em;
        padding-bottom: 10px;
    }
    form.row-form {
        padding: 10px;
        position: relative;
        right: -65px;
    }
}
