/* custom.css */

.ct-header-socials  {
	
	display: none !important;
}

.texto-oscuro, .entry-header h1 {
    text-shadow:
      0 0 2px rgba(0, 0, 0, 0.7),
      0 0 4px rgba(0, 0, 0, 0.6),
      0 0 8px rgba(0, 0, 0, 0.5);
      color: #ffffff;
  }

#elementor-device-mode + a {
   /*display: none !important;*/
}

.ct-trending-block {
  display: none !important;
 }

/* arreglar desplazamiento en elemento del carrito por adiccion de <br> */

.woocommerce-cart table.cart .quantity br, .woocommerce-cart .product-remove br {
    display: none !important;
}

.woocommerce-cart .product-name {
	
	font-weight: bold;
	font-size: 
}

.woocommerce-cart .wc-proceed-to-checkout br {
    display: none !important;	
}

.woocommerce-Tabs-panel {
	padding: 50px;
}

.woocommerce-notice--success {
	font-size: 24px !important;
    background-color: #baffba;
	margin-top: 40px;
}


table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #DDDDDD;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable thead {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #595959;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}


.CardNumberInput-input {
  --colorTextPlaceholder: #dddddd;
}
:root {
  --colorTextPlaceholder: #dddddd !important;
}
.elementor-widget-container .woocommerce {
  /*checkout pagina margen*/
  margin: 25px;
}
