/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */

.ajax_add_to_cart_button .fa-shopping-cart:before {
  content: "\f07a";
  font-family: "FontAwesome"
}
.danger_add_multi {
  display: none;
}
#psaddmultipletocart .modal-content {
  width: 100%;
}
.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);
    }
}
#psaddmultipletocart .close {
  font-size: 39px;
}

.add_psaddmultipletocart_prod{
  z-index: 25;
  top: 10px;
  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;

}
.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: 7px 0px;
    text-align: center;
    top: 2px;
    margin: auto;
    position: relative;
    margin: 0px 5px 0px 0px;
}
.box_psaddmultipletocart{
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 0px;
}
.fa-shopping-cart:before {
  content: "\f07a";
  font-family: "FontAwesome";
}

.box_psaddmultipletocart table td,
.box_psaddmultipletocart table th {
  vertical-align: middle;
  padding: 4px;
}

.box_psaddmultipletocart table tbody tr {
  height:45px;
}

.box_psaddmultipletocart table tbody,
.box_psaddmultipletocart table td,
.box_psaddmultipletocart table thead th{
  border:none;
}

.box_psaddmultipletocart table tbody .stock_green{
  color:#00C147;
}

.box_psaddmultipletocart table tbody .stock_yellow{
  color:#FF9409;
}

.box_psaddmultipletocart table tbody .stock_red{
  color:#C10000;
}

.box_psaddmultipletocart table tbody .stock_green,
.box_psaddmultipletocart table tbody .stock_yellow,
.box_psaddmultipletocart table tbody .stock_red{
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.box_psaddmultipletocart .thead-fecha-entrada{
  color:#7D7D7D;
  font-size:15px;
  font-weight:bold;
  margin-right: 30px;
}

.box_psaddmultipletocart tbody tr td:first-child{
  color:#7D7D7D;
  font-size:15px;
  font-weight:bold;
} 

.box_psaddmultipletocart tbody tr .fecha-recep .comb,
.box_psaddmultipletocart tbody tr .fecha-recep .fecha{
    color:#7D7D7D;
    font-size:12px;
    font-weight:bold;
    margin-right:15px;
} 

.box_psaddmultipletocart .header-table{
  margin-bottom: 20px;
}

.box_psaddmultipletocart .header-table .float-right.thead-fecha-entrada span{
  padding-right: 5px;
}

.box_psaddmultipletocart .header-table ::before {
  background-color:#7D7D7D;
  color:white;
  border-radius:30px;
  display: block;
  padding: 2px 0px;
}

.box_psaddmultipletocart tbody tr .fecha-recep .qty{
  color:#7D7D7D;
  font-size:15px;
  font-weight:normal;
  font-weight: bold;
} 

#product .box_psaddmultipletocart button.selected_to_cart{
  text-transform: uppercase;
}
