@CHARSET "ISO-8859-1";

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Poppins,sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
}

.form p {
	line-height: 1.50;
} 

.form .form-checkbox .form-control-label {
    padding-left: 2.4rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.58;
}

.form .form-control {
    padding: .95rem 1.4rem;
    font-size: 1.3rem;
    border-color: #e3e3e3;
    color: #999;
    width: 100%
}

.checkout .select-box2 select {
    position: relative;
}

.footer p {
	line-height: 1.30;
} 

.footer .widget-title {
	padding-bottom: 0;
}

.account .form-control:not(:focus) {
    background-color: #f6f7f9;
}

.product-form .btn-cart-2 {
	border: 0;
	flex: 1;
	min-width: 13rem;
	font-size: 1.4rem;
	background-color: #26b;
	cursor: pointer;
	max-width: 100%;
	height: 4.5rem;
}

.product-meta2 {
	padding-bottom: 20px;    

}
.product-form .btn-cart2 {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    background-color: #26b;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
}

.product-form .btn-cart2:disabled {
    background-color: #666;
    cursor: not-allowed;
}

.order-table .product-name {
	border-top: none;
	border-right: none;
	vertical-align: middle;
	line-height: 20px;
	white-space: normal;
}

.order-table .product-variante {
	font-size: 13px;
}

.order-table .product-total {
	vertical-align: text-top;
	white-space: normal;
}

.checkout .alert.card-header {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    background-color: #fff;
    border: 1px dashed #cacbcc;
    text-transform: none;
}

.card .card-header {
	font-size: 15px; 
	line-height: 18px;
	padding-bottom: 5px
}	    

.card .card-body p {
	font-size: 12px; 
}	    

.cart.main .product-price {
    width: 15%;
}

.order .order-message {
    max-width: 34rem;
    padding: 3rem;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    border-radius: 1rem;
}


.order-details {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: .4rem 3rem;
}

.order-details-table .product-name {
    padding: 1.6rem 0 1.8rem;
        padding-top: 1.6rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    white-space: inherit;
}

.product-name {
    margin-bottom: .3rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #666;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-details-table .product-name span {
    font-weight: 700;
}

.order-details-table tbody tr:first-child td.product-price {
    padding-top: 2.8rem;
}
.order .address-info p {
    color: #666;
    font-family: Poppins,sans-serif;
    line-height: 1.5;
}

.container > .login-popup {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.login-popup {
    max-width: 490px;
    padding: 4rem;
    border-radius: .3rem;
}

.login-popup .form-choice label {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    color: #666;
}

.container > .mensaje-popup {
    margin: 0 auto;
}

.mensaje-popup {
    max-width: 490px;
    padding: 4rem;
    border-radius: .3rem;
}

.form .form-checkbox .form-control-label {
    padding-left: 2.4rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.5;
}

.account .order-table {
  border: 1px solid #eee;
}
.order-table {
  color: #222;
}
table {
  width: 100%;
  border-collapse: collapse;
}

.account thead {
  text-align: left;
}

.order-table {
  color: #222;
}
table {
  border-collapse: collapse;
}

.account thead th {
  padding: 1.5rem 0;
    padding-left: 0px;
  background-color: #f4f4f4;
}
.order-table th {
  padding: 0 0 0.7rem 0;
  font-size: 1.6rem;
  font-weight: 600;
}

order-table {
  color: #222;
}
table {
  border-collapse: collapse;
}

.account td:first-child {
  padding-left: 1rem;
}
.account tbody td {
  padding: 1.5rem 1rem 1.5rem 0;
    padding-left: 0px;
}
.order-table td {
  padding-bottom: 0.6rem;
  line-height: 2.2;
}

.order-status span {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  background-color: #ccc;
  border-radius: 0.3rem;
  line-height: 1.9;
}

.order-table tbody > tr:nth-child(2) td {
  padding-bottom: 1.6rem;
}
.account tbody tr:nth-child(2n) td {
  background-color: #f4f4f4;
}
.account td:first-child {
  padding-left: 1rem;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
}
input {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  font-family: Poppins,sans-serif;
}

.summary {
  padding: 2rem 2rem 2rem;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.landing h1 {
	font-size: 30px; 
	flex-wrap: nowrap;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	font-weight: 600;
	padding-bottom: 15px;
}

.landing h2 {
	font-size: 20px; 
	flex-wrap: nowrap;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	font-weight: 400;
	padding-bottom: 20px;
}

.landing .descripcion p {
	font-size: 18px; 
	flex-wrap: nowrap;
	line-height: 1.5;
	width: 100%;
	font-weight: 400;
	padding-bottom: 10px;
}

.landing .descripcion ul {
	font-size: 18px; 
	flex-wrap: nowrap;
	line-height: 1.2;
	width: 100%;
	font-weight: 400;
	padding-bottom: 10px;
}

.landing .alert h4 {
	font-size: 18px; 
}

.landing .alert p {
	font-size: 16px; 
}
.publicidad-bar {
  font-size: 16px;
}
.publicidad-bar {
  width: 100%;
  text-align: center;
  background: #d6330d;
  padding: 10px 0;
  color: #dedede;
}

