/* Form Checkout */
.page-checkout .title-checkout h3{
  font-size:31px;
  font-weight: bold;
}

.page-checkout .title-checkout p{
  font-size:16px;
}

.page-checkout .checkout-form label{
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.page-checkout .checkout-form input,
.page-checkout .checkout-form select{
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    color: #878787;
}

.page-checkout .checkout-form a.search{
  background: #1AB6F5;
  border: 1px solid #1AB6F5;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  display:block;
  text-align: center;
  margin-top: 29px;
}

/* Checkout SIDEBAR */
.page-checkout .checkout-sidebar .order-review{
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
}

.page-checkout .checkout-sidebar .order-review h3{
  padding: 22px 30px;
  margin-bottom:10px;
  font-size: 16px;
  font-weight: bold;
}

.page-checkout .checkout-sidebar table{
  width:100%;
}

.page-checkout .checkout-sidebar .order-review table tbody tr.cart_item td.product-name{
  padding-left: 30px;
  font-size: 13px;
  padding-bottom:15px;
}

.page-checkout .checkout-sidebar .order-review table tbody tr.cart_item td.product-total{
  text-align: right;
  padding-right: 30px;
  font-size: 13px;
  padding-bottom:15px;
}

.page-checkout .checkout-sidebar .order-review table .cart-subtotal th{
  padding-bottom: 15px;
  padding-top: 15px;
}

.page-checkout .checkout-sidebar .order-review table .shipping th,
.page-checkout .checkout-sidebar .order-review table .fee th,
.page-checkout .checkout-sidebar .order-review table .shipping td,
.page-checkout .checkout-sidebar .order-review table .fee td{
  padding-bottom: 15px;
}

.page-checkout .checkout-sidebar .order-review table thead tr th.product-name,
.page-checkout .checkout-sidebar .order-review table .cart-subtotal th,
.page-checkout .checkout-sidebar .order-review table .shipping th,
.page-checkout .checkout-sidebar .order-review table .fee th{
  color: #878787;
  font-size: 14px;
  padding-left: 30px;
  font-weight: 500;
}

.page-checkout .checkout-sidebar .order-review table thead tr th.product-total,
.page-checkout .checkout-sidebar .order-review table .cart-subtotal td,
.page-checkout .checkout-sidebar .order-review table .shipping td,
.page-checkout .checkout-sidebar .order-review table .fee td{
  padding-right:30px;
  text-align: right;
  font-weight: 500;
  font-size:14px;
}

.page-checkout .checkout-sidebar .order-review table .order-total{
  border-top:1px solid #E8E8E8;
}

.page-checkout .checkout-sidebar .order-review table .order-total th{
  padding: 22px 30px;
}

.page-checkout .checkout-sidebar .order-review table .order-total td{
  padding-right:30px;
  text-align: right;
  color:#0FB0F0;
}

.page-checkout .checkout-sidebar .order-review #payment{
  display:none;
}

.page-checkout .checkout-sidebar .order-review #payment .place-order{
    background: #FFF;
    padding: 0 5px;
}


.page-checkout .checkout-sidebar input[name="woocommerce_checkout_place_order"]{
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  padding: 13px;
  border: 0;
  margin-top: 5px;
  cursor: pointer;
  background: #FF9F00;
}

.page-checkout .guest-checkout-payment .content-payment{
  background:#F6F6F6;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
} 

.page-checkout .guest-checkout-payment .content-payment ul{
  margin: 0;
  padding: 0px 30px 20px;
}

.page-checkout .guest-checkout-payment .content-payment ul li{
  list-style: none;
}

.page-checkout .guest-checkout-payment .content-payment h3{
  padding: 22px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.page-checkout .guest-checkout-payment .content-payment input#place_order{
  background: #FFA000;
    margin: 0 auto;
    margin-bottom: 21px;
    border: 0;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding: 14px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 3px;
}

.loader {
  margin:0 auto;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 48em){
  .page-checkout .box-email{
    padding-right:15px!important;
  }

  .page-checkout .box-search{
    padding-left:15px!important;
  }

  .page-checkout .box-search a.search{
    margin-top:10px;
  }

  .page-checkout .box-search img{
    float:right!important;
    margin-top: -34px!important;
    margin-right: 8px!important;
  }

  .checkout-sidebar{
    margin: 25px 0;
  }
}

/* Cashback */
.bg-popup-cashback{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  z-index: 999;
  opacity: 0.7;
  display: none;
}

.popup-cashback{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 999;
  text-align: center;
  display: none;
}

.popup-cashback .popup-cashback-center{
  position: relative;
  max-width: 354px;
  width: 90%;
  background: #FFF;
  border-radius: 10px;
  padding: 35px;
}

.popup-cashback .close-popup-cashback{
  position: absolute;
  color: #CCC;
  top: 0;
  right: 0;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}

.popup-cashback strong.title{
  font-size: 15px;
  display: block;
  line-height: 20px;
}

.popup-cashback p.subtitle{
  display: block;
  margin-top: 10px;
}

.popup-cashback a{
  background: #00BFFF;
  display: block;
  padding: 10px;
  line-height: 19px;
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* PopUp Pix */
.bg-popup-pix{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  z-index: 999;
  opacity: 0.7;
  display: none;
}

.popup-pix{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 999;
  text-align: center;
  display: none;
}

.popup-pix .popup-pix-center{
  position: relative;
  max-width: 354px;
  width: 90%;
  background: #FFF;
  border-radius: 10px;
  padding: 35px;
}
.popup-pix .close-popup-pix{
  position: absolute;
  color: #CCC;
  top: 0;
  right: 0;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}

.popup-pix strong.title{
  font-size: 15px;
  display: block;
  line-height: 20px;
}

.popup-pix label{
  display: block;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #767676;
}

.popup-pix a.btn-confirm{
  cursor:pointer;
  background: #00BFFF;
  display: block;
  padding: 10px;
  line-height: 19px;
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.popup-pix a.btn-cancel{
  cursor:pointer;
  color: #AEAEAE;
  font-size: 13px;
  text-decoration: underline;
}

.popup-pix .error-message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  display:none;
  padding: 10px;
  border-radius: 10px;
  line-height: revert;
}

@media (max-width: 590px){
  .popup-pix input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    transform: scale(1.8);
    margin-right: 10px; 
  }

}


/* Items Next Day */
.product_separator_line{
  margin: 0.8rem 0 0.8rem 0;
  border-top: 1px #ddd solid;
  width: 100%;
}

.checkout_products_next_day .next_day,
.checkout_products_next_day .normal_delivery{
  width: 100%;
  padding: 15px;
  border: 1px #ddd solid;
  border-radius: 3px;
  margin-bottom: 20px;
}

.checkout_products_next_day .next_day .title h3,
.checkout_products_next_day .normal_delivery .title h3{
  font-size: 13px;
  margin: 0;
  color: #000000;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

.checkout_products_next_day .next_day .date p,
.checkout_products_next_day .normal_delivery .date p{
  font-size: 13px;
  margin: 0;
  color: #000000;
  padding: 0;
  text-align: center;
}

.product_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.product_item_image {
  width: 85px;
  margin-right: 10px;
}

.product_item_infos {
  flex: 1;
}

.item_infos_title{
  max-width: 90%;
  line-height: 1.2;
}

.item_infos_title a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.item_infos_title span.item-category {
  margin: 0 0px 5px 0 !important;
  padding: 0;
  line-height: 1;
  display: block;
  width: 100%;
}

.item_infos_title span.item-category strong {
  font-size: 12px !important;
  color: #888 !important;
  font-weight: normal;
}

.item_infos_title span.item-category span {
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    font-size:12px;
}

.next_day_delivery{
  margin-top: 15px;
  padding: 15px 15px 10px 15px;
  background:#F2F2F2;
  margin-bottom: 20px;
  border-radius: 15px;
  max-width: 100%;
}

.next_day_delivery label{
  display:block;
  line-height: 18px;
}

.next_day_delivery label strong{
  font-size: 13px;
  margin-left:5px;
}

.next_day_delivery label span{
  font-size: 12px;
  margin-left: 18px;
  color: #999;
}





















/* POPUP EMAILS */
.ph__popup_cep{
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all .1s linear;
}

.ph__popup_cep-hide{
  opacity: 0;
  z-index: -1;
}

.ph__popup-item{
  background-color: #FFF;
  border-radius: 3px;
  max-width: 500px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.ph__popup-img img{
  height: 50px;
  display: block;
  margin: auto;
}

.ph__popup-texts{
  margin-top: 30px;
}

.ph__popup-texts p{
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000;
}

.ph__popup-texts p:last-child{
  margin-top: 15px
}

.ph_popup-options{
  margin: 20px 0;
}

.ph_popup-options label{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.ph_popup-options label + label{
  margin-top: 10px;
}

.ph_popup-options label input{
  display: none;
}

.ph_popup-box{
  width: 17px;
  height: 17px;
  border-radius: 15px;
  border: 1.2px #aaa solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; 
  margin-left: 0!important;
}

.ph_popup-options label p{
  margin: 0 0 0 10px;
  padding: 0;
}

.ph_popup-options label.selected-choose-cep p{
  border: 1.2px #52c1ee solid;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.ph_popup-options label p:last-child{
  border: none
}

.ph_popup-options label.selected-choose-cep p span{
  width: 9px;
  height: 9px;
  border-radius: 15px;
  background-color: #52c1ee;
  display: block;
}

.ph__popup-button{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.ph__popup-button p{
  padding: 10px 30px;
  background-color: #52c1ee;
  color: #FFF;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;  
  margin: 0;
  transition: all .1s linear;
}

.ph__popup-button p:hover{
  background-color: #007bff;
}

@media (max-width: 590px){
  .ph__popup-item{
    max-width: initial;
    width: 90%;
    padding: 20px;
  }
}