#my-club form span#more-sons {
  float: right;
  margin: 20px 0;
  border-radius: 3px;
  padding: 3px 9px;
  background: #ddd;
  cursor: pointer;
}
.description-large.rte {
  height: 75px;
  overflow: hidden;
}
#restricted-country {
  background: #d10019;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#restricted-country .bold {
  display: none;
}
#my-club select.form-control, #my-club .form-group.select-group select.fecha {
  padding-right: 0;
}
.checkbox label[for="validation_check"] .checker {
  top: 8px;
}
.checkbox label[for="validation_check"] .checker input {
  left: 0;
  cursor: pointer;
}
.cms-clubcondor #sender_form .form-group:not(.select-group) {
  clear: both;
}
.cms-clubcondor #sender_form .form-group .checker, .cms-clubcondor #sender_form .form-group .checker + p {
  display: inline-block;
  vertical-align: top;
}
.cms-clubcondor #sender_form .form-group .checker .form-control {
  padding: 2px;
  height: 22px;
  width: 22px;
  margin-top: 0;
  border: 1px solid rgba(0,0,0,0.07);
  cursor: pointer;
}
.cms-clubcondor #sender_form .form-group .checker .form-control.active:before {
  content: '\f00c';
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  font-family: 'FontAwesome';
  color: #01c1fe;
  vertical-align: top;
}
.cms-clubcondor #sender_form .form-group .checker .form-control.error {
  border-color: #d10019;
}
.cms-clubcondor #sender_form .form-group .checker .form-control + label {
  display: none !important;
}
.cms-clubcondor #sender_form .form-group .checker + p {
  margin-left: 10px;
  line-height: 22px;
}
.cms-clubcondor #sender_form .form-group .checker + p a {
  color: #01c1fe;
}
.req-label {
  color: #d10119;
  text-align: right;
}
form.contact-form-box .req-label {
  float: right;
}
form#sender_form .req-label {
  font-size: 16px;
}
form.familia-numerosa input.form-control {
  max-width: inherit;
}
form.familia-numerosa #uniform-fileUpload {
  display: flex;
}
form.familia-numerosa .filename {
  flex-grow: 1;
}
.lgcookieslaw_btn-close i {
  font-size: 20px;
}
.trusted-guarantee img {
  max-width: 70px;
}
@media only screen and (max-width: 1200px) {
  .lgcookieslaw_message {
    max-width: 800px;
  }
}
@media only screen and (max-width: 992px) {
  .lgcookieslaw_message {
    max-width: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .lgcookieslaw_message {
    max-width: 275px;
  }
}

/* --One Page Checkout-- */

h1#cart_title {
  text-align: center;
  border: none;
  margin: 0;  
}
#info-cart {
  padding-bottom: 17px;
}
#info-cart > span {
  float: right;
  font-weight: 600;
  line-height: 22px;
}
#info-cart > a {
  float: left;
  background: none;
  border: none;
  padding: 0;
  font-weight: 600;
}
#info-cart > a:active {
  box-shadow: none;
}
#info-cart > a i {
  padding: 4px;
  background: #d10019;
  border-radius: 11px;
  height: 22px;
  width: 22px;
  color: #fff;
  margin-right: 10px;
}
#cart_summary thead tr th {
  padding: 8px;
  background: #f2f2f2;
  border: none;
}
#cart_summary tbody tr td {
  border: none;
}
#cart_summary tbody tr td.cart_product img {
  border: none;
}
.table tbody > tr > td.cart_quantity {
  min-width: 138px;
}
.table tbody > tr > td.cart_quantity a {
  float: left;
  text-shadow: none;
  border: 1px solid #e9e9e9;
}
.table tbody > tr > td.cart_quantity a span {
  border: none;
  padding: 6px;
}
.table tbody > tr > td.cart_quantity a:hover span {
  background: #f2f2f2;  
}
.table tbody > tr > td.cart_quantity a i {
  color: #d10019;
}
.table tbody > tr > td.cart_quantity input {
  float: left;
  border-radius: 0;
  background: none;
  margin: 0 5px;
  border: 1px solid #e9e9e9;
}
.table tbody > tr > td.cart_delete a, #cart_summary tbody .cart_discount .price_discount_delete {
  color: #ccc;
  font-size: 18px;
}
.table tbody > tr > td.cart_delete a:hover, #cart_summary tbody .cart_discount .price_discount_delete:hover {
  color: #d10019;
}
.table tbody > tr > td.cart_unit .price, .table tbody > tr > td.cart_total .price {
  font-weight: 700;
  font-size: 14px;
}
#cart_summary > tbody + tbody {
  border-top: 1px solid #e9e9e9;
}
#cart_summary tbody td {
  padding: 8px !important;
}
#cart_summary tbody .cart_discount .cart_discount_name {
  font-size: 17px;
  line-height: 23px;
  color: #d10019; 
}
#cart_summary tbody .cart_discount .cart_discount_price, #cart_summary tbody .cart_discount .cart_discount_price span {
  text-align: center !important;
  color: #d10019;
  font-size: 14px;
  font-weight: 700;
}
#cart_summary tbody .cart_discount .cart_discount_delete {
  color: #d10019;
}
.table tfoot > tr {
  background: #f2f2f2;
}
.table tfoot > tr > td {
  border: none;
  padding: 14px 8px;
}
.table tfoot > tr > td.cart_voucher {
  padding: 14px;
}
.table .cart_voucher h4 {
  padding-top: 0;
}
.table .cart_voucher fieldset input#discount_name {
  border-radius: 0;
  margin-right: 5px;
}
.table .cart_voucher #display_cart_vouchers {
  color: #333;
}
.table .cart_voucher #display_cart_vouchers .voucher_name {
  color: #d10019;
}
.table .cart_voucher button {
  border-radius: 0;
  padding: 0 6px;
  line-height: 25px;
  font-size: 15px;
}
.table .cart_voucher button:active {
  box-shadow: none;
}
#cart_summary tfoot td.text-right {
  text-transform: uppercase;
}
#cart_summary tfoot td.price {
  font-weight: 700;
  color: #333;
  font-size: 14px;
}
#cart_summary.table tfoot td.total_price_container span {
  color: #333;
  font-size: 18px;
}
#cart_summary.table tfoot td#total_price_container {
  background: #f2f2f2;
  font-size: 18px;
}
.cart_navigation a.button {
  border-radius: 0;
}
.cart_navigation a.button span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  line-height: 16px;
}
.exclamation {
  float: left;
  margin-bottom: 10px;
}
.exclamation #info_features {
  color: #333;
  display: inline-block;
}
.exclamation i {
  margin-right: 10px;
  color: #d10019;
  font-size: 22px;
  line-height: 18px;
  float: left;
}
.exclamation + .cart_navigation {
  float: right;
}
#order-detail-content #cart_summary tr.unvisible {
  display: none !important;
}
.cart_total_price .payment_methods strong {
  display: block;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
  font: 600 14px/16px "Open Sans", sans-serif;
}
.cart_total_price .payment_methods img {
  display: inline-block;
  width: 35px;
  margin: 0 5px;
  opacity: .5;
}
@media screen and (max-width: 767px) {
  .cart_total_price .payment_methods {
    display: none;
  }
  div#order-detail-content.table-responsive {
    border: none;
    border-top: 1px solid #e9e9e9;
  }
  .table tbody > tr > td.cart_quantity a {
    float: none;
  }
  .table tbody > tr > td.cart_quantity input {
    float: none;
  }
  div#order-detail-content #cart_summary tr {
    border: none;
  }
  div#order-detail-content #cart_summary td.cart_quantity {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 4px !important;
  }
  div#order-detail-content #cart_summary tr.cart_discount .cart_discount_img, div#order-detail-content #cart_summary tr.cart_discount .cart_discount_price.unit, div#order-detail-content #cart_summary tr.cart_discount .cart_discount_delete {
    display: none;
  }
  div#order-detail-content #cart_summary tr.cart_discount .price_discount_del, div#order-detail-content #cart_summary tr.cart_discount .cart_discount_price.total {
    float: right;
  }
  div#order-detail-content #cart_summary tr.cart_discount .cart_discount_name {
    font-size: 14px;
  }
  .table tbody > tr > td.cart_quantity input {
    margin: 5px 0;
    width: 27px;
  }
  .table tbody > tr > td.cart_quantity {
    min-width: auto;
  }
  .exclamation #info_features {
    width: calc(100% - 30px);
  }
  div#onepagecheckoutps_contenedor > .col-md-1, div#onepagecheckoutps_contenedor > .col-md-2, div#onepagecheckoutps_contenedor > .col-md-3, div#onepagecheckoutps_contenedor > .col-md-4, div#onepagecheckoutps_contenedor > .col-md-5, div#onepagecheckoutps_contenedor > .col-md-6, div#onepagecheckoutps_contenedor > .col-md-7, div#onepagecheckoutps_contenedor > .col-md-8, div#onepagecheckoutps_contenedor > .col-md-9, div#onepagecheckoutps_contenedor > .col-md-10, div#onepagecheckoutps_contenedor > .col-md-11, div#onepagecheckoutps_contenedor > .col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

div#onepagecheckoutps #onepagecheckoutps_contenedor h5.onepagecheckoutps_p_step {
  background: #f2f2f2;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0 !important;
}
#onepagecheckoutps h5.onepagecheckoutps_p_step span {
  display: none;
}
#onepagecheckoutps #onepagecheckoutps_header h2 {
  font-size: 18px !important;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  line-height: 22px;
}
#onepagecheckoutps input, #onepagecheckoutps textarea {
  border-radius: 0;
}
div#onepagecheckoutps #login_buttons {
  margin: 10px 0 0 0;
}
div#onepagecheckoutps #login_buttons a {
  background: none;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 2px 6px;
  color: #333;
}
div#onepagecheckoutps #login_buttons a:hover {
  text-decoration: none;
  color: #d10019;
  background: #f2f2f2;
}
div#onepagecheckoutps #login_buttons a:active {
  box-shadow: none;
}
div#onepagecheckoutps #address_card_new .container_card {
  padding: 0;
  border: 1px solid #e9e9e9;
}
div#onepagecheckoutps #address_card_new .container_card span {
  padding: 6px;
}
div#onepagecheckoutps #address_card_new .container_card #address_card_new_content span:hover {
  font-weight: 400;
  background: #f2f2f2;
}
div#onepagecheckoutps #address_card_new .container_card span:hover i {
  color: #d10019;
}
div#onepagecheckoutps .container_card {
  border: 1px solid #e9e9e9 !important;
  padding: 10px;
}
div#onepagecheckoutps .container_card:hover {
  background: #f2f2f2;
}
div#onepagecheckoutps .container_card.selected {
  background: #f2f2f2 !important;
}
div#onepagecheckoutps .container_card .header_card {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
}
div#onepagecheckoutps .container_card.selected .header_card {
  border-bottom: 1px solid #ccc;
}
div#onepagecheckoutps .container_card.alert ul li {
  color: #d10019;
}
div#onepagecheckoutps .container_card ul li.full_name {
  font-weight: 400 !important;
}
div#onepagecheckoutps .container_card .footer_card button {
  border-radius: 0;
  padding: 2px 6px;
  font-size: 14px;
  border: 1px solid #e9e9e9;
}
div#onepagecheckoutps .container_card .footer_card button.delete_address {
  margin-top: 10px;
}
div#onepagecheckoutps .container_card.selected .footer_card button {
  border: 1px solid #ccc;
}
div#onepagecheckoutps .container_card .footer_card button:hover {
  color: #d10019;
  background: #f2f2f2;
}
div#onepagecheckoutps .container_card.selected .footer_card button:hover {
  background: #ccc;
}
div#onepagecheckoutps .container_card .footer_card button:active {
  box-shadow: none;
}
div#onepagecheckoutps #onepagecheckoutps_step_two label[for="checkbox_create_invoice_address"] {
  margin-bottom: 10px !important;
}
div#onepagecheckoutps #onepagecheckoutps_step_two .delivery_option.selected {
  border: none;
}
div#onepagecheckoutps #onepagecheckoutps_step_three #payment_method_container .module_payment_container.selected {
  border: none;
}
div#onepagecheckoutps #remaining_amount_free_shipping {
  padding: 0;
  color: #d10019;
}
div#onepagecheckoutps #order-detail-content .cart_description a {
  color: #333;
}
div#onepagecheckoutps #order-detail-content .cart_description a:hover,div#onepagecheckoutps #order-detail-content .cart_description a:active {
  text-decoration: none;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .cart_quantity .cart_quantity_button .quantity_controls > span.input-group-btn {
  position: initial;
  display: block !important;
  float: left !important;
  width: 30%;
}
div#onepagecheckoutps #order-detail-content .cart_quantity .quantity_controls > span button {
  color: #d10019;
  padding: 5px;
  width: 100%;
  display: block;
  line-height: 18px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
}
div#onepagecheckoutps #order-detail-content .cart_quantity .quantity_controls > input {
  float: left !important;
  width: 40% !important;
  padding: 5px !important;
  border: 1px solid #e9e9e9;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review_container {
  margin-top: 0;
}
div#onepagecheckoutps #order-detail-content .cart_quantity .quantity_controls > span button:hover {
  background: #f2f2f2;
}
div#onepagecheckoutps #order-detail-content .cart_quantity .quantity_controls > span button:active {
  box-shadow: none;
}
div#onepagecheckoutps #onepagecheckoutps_step_review .order_total_items {
  padding: 10px 0;
  border-top: 1px solid #e9e9e9;
}
div#onepagecheckoutps #onepagecheckoutps_step_review .order_total_items .item_total {
  margin-top: 0 !important;
  font-weight: 700 !important;
  color: #333 !important;
}
div#onepagecheckoutps div#onepagecheckoutps_contenedor #onepagecheckoutps_step_review .order_total_items .item_total .price, div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .price {
  color: #333 !important;
  font-weight: 700 !important;
}
div#onepagecheckoutps #onepagecheckoutps_step_review .order_total_items .item_total .cart_quantity_delete {
  float: left;
  color: #ccc;
  cursor: pointer;
}
div#onepagecheckoutps #onepagecheckoutps_step_review .order_total_items .item_total .cart_quantity_delete:hover {
  color: #d10019;
}
div#onepagecheckoutps #onepagecheckoutps_step_review .order_total_items .item_total.cart_total_price.total_price > div > span, div#onepagecheckoutps #onepagecheckoutps_step_review .order_total_items .item_total.cart_total_price.total_price > div > span.price {
  font-size: 14px !important;
}
div#onepagecheckoutps div#onepagecheckoutps_contenedor #onepagecheckoutps_step_review .order_total_items .item_total .cart_discount_name, div#onepagecheckoutps div#onepagecheckoutps_contenedor #onepagecheckoutps_step_review .order_total_items .item_total .price-discount {
  color: #d10019 !important;
}
div#onepagecheckoutps .footer_review_content #div_cgv {
  margin-bottom: 10px !important;
}
div#onepagecheckoutps .footer_review_content #div_cgv p#p_cgv {
  margin-bottom: 0;
}
div#onepagecheckoutps .footer_review_content #div_leave_message #message {
  border: 1px solid #e9e9e9;
}
div#onepagecheckoutps .footer_review_content #btn_place_order {
  background: #d10019;
  border: none;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  line-height: 16px;
}
div#onepagecheckoutps .footer_review_content #btn_place_order:active {
  box-shadow: none;
}
div#onepagecheckoutps .form-control {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
}
div#onepagecheckoutps .form-control[disabled] {
  background: #e2e2e2;
}
div#onepagecheckoutps #onepagecheckoutps_step_two .fields_container .fields_required {
  color: #d10019;
  margin-bottom: 10px;
  font-style: italic;
}
div#onepagecheckoutps #onepagecheckoutps_step_two .fields_container #btn_cancel_address_delivery, div#onepagecheckoutps #onepagecheckoutps_step_two .fields_container #btn_cancel_address_invoice {
  color: #333;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  padding: 2px 6px;
}
div#onepagecheckoutps #onepagecheckoutps_step_two .fields_container #btn_cancel_address_delivery:hover, div#onepagecheckoutps #onepagecheckoutps_step_two .fields_container #btn_cancel_address_invoice:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #d10019;
}
div#onepagecheckoutps #onepagecheckoutps_step_two .fields_container #btn_update_address_delivery, div#onepagecheckoutps #onepagecheckoutps_step_two .fields_container #btn_update_address_invoice {
  color: #fff;
  border-radius: 0;
  border: 1px solid #d10019;
  padding: 2px 6px;
  background: #d10019;
}
div#onepagecheckoutps #opc_modal .btn-primary {
  background: #d10019;
  border-color: #d10019;
}
div#onepagecheckoutps div#opc_modal .btn-primary:hover {
  background: #d10019;
  border-color: #d10019;
  opacity: .5;
}
div#onepagecheckoutps div#opc_login #form_login .requeridos {
  font-style: italic;
  font-size: 14px;
  color: #d10019;
}
div#onepagecheckoutps div#opc_login #form_login .forget_password a {
  font-size: 14px;
  color: #333;
}
div#onepagecheckoutps div#opc_login #btn_login {
  color: #fff;
  border-radius: 0;
  border: 1px solid #d10019;
  padding: 2px 6px;
  background: #d10019;
}
div#onepagecheckoutps div#opc_login #btn_show_create {
  color: #333;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  padding: 2px 6px;
  background: none;
}
div#onepagecheckoutps div#opc_login #btn_show_create:active, div#onepagecheckoutps div#opc_login #btn_login:active {
  box-shadow: none;
}
div#onepagecheckoutps div#opc_login #btn_show_create:hover {
  color: #d10019;
  background: #f2f2f2;
}
div#onepagecheckoutps #form_customer #opc_show_login_show {
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 2px 6px;
  color: #333;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  display: block;
}
div#onepagecheckoutps #form_customer #opc_show_login_show:hover {
  color: #d10019;
  background: #f2f2f2;
  text-decoration: none;
}
div#onepagecheckoutps #form_login input#txt_login_email, div#onepagecheckoutps #form_login input#txt_login_password {
  border-color: #e9e9e9 !important;
}
div#onepagecheckoutps #onepagecheckoutps_step_two .nav.nav-tabs > li > a {
  padding: 6px 12px;
  color: #333;
  text-align: center;
  font-size: 15px;
  border-radius: 0;
  margin: 0;
}
div#onepagecheckoutps #onepagecheckoutps_step_two .nav.nav-tabs > li.active > a {
  border-color: #e9e9e9;
  border-bottom-color: transparent;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one_container, div#onepagecheckoutps div#onepagecheckoutps_step_review_container, div#onepagecheckoutps div#onepagecheckoutps_step_three_container, div#onepagecheckoutps div#onepagecheckoutps_step_review_container {
  min-height: initial;
}
div#onepagecheckoutps #gift-btn {
  cursor: pointer;
  display: block;
  font-size: 15px;
  text-align: center;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 6px;
  margin-bottom: 10px;
}
div#onepagecheckoutps #gift-btn.checked {
  border-color: #46a74d;
  background: #daeddc;
  color: #46a74d;
}
/*div#onepagecheckoutps #gift-btn:hover, div#onepagecheckoutps #gift-btn.checked:hover {
  background: #f2f2f2;
  border-color: #e9e9e9;
  color: #333;
}
div#onepagecheckoutps #gift-btn:hover i, div#onepagecheckoutps #gift-btn.checked:hover i {
  color: #d10019;
}*/
div#onepagecheckoutps #gift-btn.checked i {
  color: #46a74d;
}
div#onepagecheckoutps #gift_div_opc label, div#onepagecheckoutps #invoiceTab > label {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 992px) {
  div#onepagecheckoutps #order-detail-content .cart_item {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  div#onepagecheckoutps_contenedor.row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ^ One Page Checkout ^ */