/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2019 PresTeamShop
 * @license   see file: LICENSE.txt
 * @category  PrestaShop
 * @category  Module
 */


#onepagecheckoutps h5{
  text-align: center;
}

#onepagecheckoutps #opc_show_login{
  padding: 0 !important;
      color: #000;
      border: none;
      width: 100%;
      text-align: left;
      font-size: 12px;
      font-weight: normal;
      text-decoration: underline;
      background: white;
      box-shadow: none;
      display: inline-block;
      width: 100%;
      margin: 1px 0 14px;
      text-align: center;

}
.delivery_option_logo img{
  max-width: 100%;
  width: 100%;
  display: inline-block;
}

#onepagecheckoutps #opc_show_login span{
  font-size: 11px;
}
#onepagecheckoutps .required::after{
  display: none !important;
}
#onepagecheckoutps input{
  line-height: 25px;
}
div#onepagecheckoutps #onepagecheckoutps_step_one div.form-group {
  padding: 5px;
}
#customer_container {
  display: inline-block;
  width: 100%;
}
#customer_container form{
  display: inline-block;
  width: 100%;
}
#customer_container form .row{
  display: inline-block;
  width: 100%;
  margin: 0;
}
#customer_container .block_1{
  display: none !important;
}
div#onepagecheckoutps #panel_addresses_customer .card .card-header {
    margin-bottom: 10px;
}

#payment_method_container .selected {
  background: #fff !important;
  border: none !important;
}
#payment_method_container #payment-option-1{
  width: auto !important;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one #opc_show_login:hover{
  background: transparent;
  color: #ef5202;
  border: none !important;
}
#btn_login{
  background: #ef5202;
  border: none !important;
}
#btn_login:hover{
    background: #000;
}
#header-order-detail-content{
  display: none !important;
}
.cart-detailed-totals {
  border: none;
}
.input-group-btn-vertical button{
  display: none !important;
}
.borrar_input{
  display: inline-block;
  width: auto;
}
#btn_place_order{
  background: #000;
  width: 100%;
  border: none;
  border-radius: 1px;
}
#btn_place_order:hover{
  background: #7D7D7D;
}

.block_vouchers{
  margin: 10px 0;
    text-align: center;
    font-size: 12px;
}
.order_total_items{}
div#onepagecheckoutps .onepagecheckoutps_p_step {
    font-size: 23px;
    margin-bottom: 13px !important;
  padding-bottom: 20px;
}
.delivery-options .selected{
  background: white;
border: none;
}
.delivery_option_title{
  font-size: 11px !important;
  text-transform: uppercase;
  line-height: 18px;
}
.delivery_option_delay{
  font-size: 10px !important;
  text-transform: uppercase;
  line-height: 18px;
}
.delivery_option_price{
  font-size: 10px !important;
  text-transform: uppercase;
  line-height: 18px;
  color: red;
}
#checkout #header.fixed .blockDorado4{
  position: inherit !important;
}

.onepagecheckoutps_p_step_four{
  margin-bottom: 20px;
}
@media (min-width: 1200px){
  #checkout #wrapper .container {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    padding: 0 10%;
  }
}

.block_total_cart{
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 10px;
}
.block_total_cart span{
  color: #000;
  font-size: 17px !important;
  font-family: Apercu-r;
}
#ui-datepicker-div{
  margin-top: 3px;
  padding: 10px 20px;
}
.ui-widget-header{
  border: none !important;
  background: white !important;
  border-radius: 0px !important;
}
.ui-datepicker-prev{
  display: none;
}
.ui-datepicker-next{
  display: none;
}
.ui-datepicker .ui-datepicker-title{
  margin: 0 !important;
  width: 100%;
}
.ui-datepicker-month{
  margin-right: 50px !important;
}
.ui-datepicker-year{

}
.ui-datepicker-buttonpane{
  border: none !important;
}

@media (max-width: 768px){
  .ui-datepicker-month {
      margin-right: 20px !important;
  }
}
