/**
 * 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_minus,
.addmultipletocart_plus{
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 0px 6px 2px;
  color: white;
  border-radius: 100%;
  background-color: #E30613;
  width: 32px;
  height: 32px;
  margin: auto 0;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
}

.box_psaddmultipletocart .inputBlock.no_stock .addmultipletocart_minus,
.box_psaddmultipletocart .inputBlock.no_stock .addmultipletocart_plus{
  background-color: #B3B3B3;
}

.box_psaddmultipletocart .inputBlock.no_stock .atc_qty{
  color: #B3B3B3 !important;
}

.atc_qty {
    display: inline-block;
    width: 40px;
    border: unset !important;
    background: #FFF;
    padding: 7px 0px;
    text-align: center;
    top: 2px;
    margin: auto;
    position: relative;
    margin: 0px 5px 0px 0px;
    font-weight: bold;
    color: #3E3E3E !important;
    font-size: 15px;
}
.box_psaddmultipletocart{
    margin-top: 0px;
    background: #fff;
    padding:0px;
    max-width: 475px;
}
.fa-shopping-cart:before {
  content: "\f07a";
  font-family: "FontAwesome";
}

.box_psaddmultipletocart span.total-price-text {
  font-size:15px;
  display:block;
  color:#3E3E3E;
  font-weight:bold;
  margin-top:30px;
}

.box_psaddmultipletocart .selected_to_cart{
  padding: 10px 34px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 900;
  display: inline;
}

.box_psaddmultipletocart span.total-price-qty {
  font-size:30px;
  display:block;
  color:#3E3E3E;
  font-weight:900;
  margin-top:10px;
  margin-bottom:30px;
}

.box_psaddmultipletocart table td,
.box_psaddmultipletocart table th {
  vertical-align: middle;
  padding: 2px;
}

.box_psaddmultipletocart table td,
.box_psaddmultipletocart table thead th{
  border:none;
}

.box_psaddmultipletocart tbody td.td-icon {
  width:40px;
}

.box_psaddmultipletocart tbody td.attributes {
  font-size:15px;
  font-weight:bold;
  color:#3E3E3E;
}

.box_psaddmultipletocart tbody td:last-child .inputBlock{
  float:right;
}

.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{
  background-color:black;
  padding:2px 5px;
  color:white;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
}

.box_psaddmultipletocart thead tr th:first-child{
  color:#585858;
  font-size:20px;
  font-weight:bold;
  padding-bottom: 25px;
} 

.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 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;
}

.box_psaddmultipletocart tbody{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius:25px;
  padding: 15px;
  display: flow;
}

.box_psaddmultipletocart table tr{
  min-width: 100%;
  display: inline-table;
}