/**
* 2007-2019 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-2019 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.
*/


.atc_qty {
    display: inline-block;
    width: 40px;
    border: 1px solid #cecece;
    background: #FFF;
    padding: 10px 0px;
    text-align: center;
    top: 2px;
    margin: auto;
    position: relative;
    margin: 0px 5px 0px 0px;
}


.success_add_multi{
  display: none;
}
.primary_add_multi{
   display: none;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.atc_spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
     
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.add_psaddmultipletocart_prod{
        z-index: 1;

      top: 6px;
    right: 8px;
    position: absolute;
    display: none;
       width: 45px;
       cursor: pointer;
}
.add_psaddmultipletocart_prod button{
    padding: 7px 8px;
    border-radius: 4px;
    cursor: pointer;
}


.cssload-container-fitting{
  position:relative;
      padding: 5rem;
      display: none;
}
  
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(204,204,204);
  border-left-color: rgb(0,0,0);
  border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px;
}
.multiple_to_cart{
      margin-right: 0rem;
    display: block;
    margin: 0 auto;
        position: absolute;
}
.cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}



@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

 #titlepsaddmultipletocart{
    float: left;
}


.inputBlock{
    display: flex;
}
.addmultipletocart_plus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #cecece;
    color: #818181;
}
.addmultipletocart_minus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #cecece;
    color: #818181;
}
.atc_qty {
    display: inline-block;
    width: 40px;
    border: 1px solid #cecece;
    background: #FFF;
    padding: 10px 0px;
    text-align: center;
    top: 2px;
    margin: auto;
    position: relative;
    margin: 0px 5px 0px 0px;
}
.box_psaddmultipletocart{
      box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}


/* css custom */
.box_psaddmultipletocart {
  margin-top: 20px;
}

.combinations-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.combination-item {
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.combination-item:last-child {
  border-bottom: none;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
}

.custom-checkbox input[type="checkbox"]:checked + span {
  background-color: #007bff;
  border-color: #007bff;
}

.material-icons.checkbox-checked {
  font-size: 16px;
  color: white;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 20px;
}

.color-attribute-detail .color {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
}

.no_quantity_comb {
  color: #ff0000;
  font-style: italic;
}

button.add_to_cart {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 5px 10px;
}

.selected_to_cart {
  margin-top: 15px;
}

.combinations-list ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.combinations-list ul.list-unstyled li:first-child {
    width: 100%;
}
.combinations-list ul.list-unstyled li.combination-item {
    width: calc(100% / 6 - 13px);
    flex-direction: column;
}
.combinations-list ul.list-unstyled li.combination-item .color-attribute-detail {
    margin-right: auto;
}
.combinations-list .col-md-12.text-right {
    float: none;
    padding: 0;
}
.box_psaddmultipletocart {
    box-shadow: none;
    padding: 0;
    margin-bottom: 20px;
}
span.attribute-name.sr-onlys {
    position: relative;
    top: -6px;
}
.custom-checkbox span.select-all {
    position: relative;
    top: -5px;
    background: none;
    border: none;
}
.combinations-list ul.list-unstyled li.combination-item .color-attribute-detail,
.combinations-list ul.list-unstyled li.combination-item .color-attribute-detail span.color {
    margin: 0;
}
.combinations-list ul.list-unstyled li.combination-item > div:first-child {
    order: 1;
}
.combinations-list ul.list-unstyled li.combination-item > div:first-child span.custom-checkbox label {
    text-align: center;
    margin: 0;
}
.combinations-list ul.list-unstyled li.combination-item > div:first-child span.custom-checkbox label span {
    margin: 0;
}
@media (max-width: 576px) {
  .combination-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .combination-item > div {
    margin-bottom: 10px;
  }

  .selected_to_cart {
    width: 100%;
  }
}
