@font-face {
    font-family: "Gotham Bold";
    src: url("font/GothamHTF-Bold.otf");
}

@font-face {
    font-family: "Gotham Bold Condensed";
    src: url("font/GothamHTF-BoldCondensed.otf");
}

@font-face {
    font-family: "Gotham Black";
    src: url("font/GothamHTF-Black.otf");
}

@font-face {
    font-family: "Gotham Black Italic";
    src: url("font/GothamHTF-BlackItalic.otf");
}

@font-face {
    font-family: "Gotham Bold Italic";
    src: url("font/GothamHTF-BoldItalic.otf");
}

@font-face {
    font-family: "Gotham Book";
    src: url("font/GothamHTF-Book.otf");
}

@font-face {
    font-family: "Gotham Book Condensed";
    src: url("font/GothamHTF-BookCondensed.otf");
}

@font-face {
    font-family: "Gotham Book Italic";
    src: url("font/GothamHTF-BookItalic.otf");
}

@font-face {
    font-family: "Gotham Light";
    src: url("font/GothamHTF-Light.otf");
}

@font-face {
    font-family: "Gotham Light Condensed";
    src: url("font/GothamHTF-LightCondensed.otf");
}

@font-face {
    font-family: "Gotham Light Italic";
    src: url("font/GothamHTF-LightItalic.otf");
}

@font-face {
    font-family: "Gotham Medium";
    src: url("font/GothamHTF-Medium.otf");
}

@font-face {
    font-family: "Gotham Medium Condensed";
    src: url("font/GothamHTF-MediumCondensed.otf");
}

@font-face {
    font-family: "Gotham Thin";
    src: url("font/GothamHTF-Thin.otf");
}

@font-face {
    font-family: "Gotham Thin Italic";
    src: url("font/GothamHTF-ThinItalic.otf");
}

@font-face {
    font-family: "Gotham Ultra";
    src: url("font/GothamHTF-Ultra.otf");
}

@font-face {
    font-family: "Gotham Ultra Italic";
    src: url("font/GothamHTF-UltraItalic.otf");
}

@font-face {
    font-family: "Gotham XLight";
    src: url("font/GothamHTF-XLight.otf");
}

@font-face {
    font-family: "Gotham XLight Italic";
    src: url("font/GothamHTF-XLightItalic.otf");
}

body {
	margin: 0 auto;
	font-family: "Gotham Bold";
}

.inicio {
	background-color: #000;
	height: 100%;
	width: 100%;
	text-align: center;
}

.logoinicio {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.login {
	text-align: center;
	margin-top: 200px;
}

.buscador {
	text-align: left;
}

label {
	font-size: 36px;
	margin-bottom: 10px;
	font-family: "Gotham Medium";
}
.formlogin {
	text-align: left;
	width: 80%;
	margin: auto;
}

input {
	width: 100%;
	height: 116px;
	border: 1px solid #CFCFCF;
	border-radius: 8px;
	margin-top: 25px;
	font-size: 45px;
	color: #CFCFCF; 
	font-family: "Gotham Medium";
}

input[type=submit] {
	border-radius: 57px;
    font-size: 45px;
    width: 100%;
    height: 116px;
    background-color: #000;
    color: #fff;
    font-family: "Gotham Medium";
}

.olvide {
	font-size: 30px;
}
.menuprincipal {
	padding-top: 50px;
	padding-left: 50px;
	height: 100px;
	border-bottom: 1px solid #F3F3F3;
}

.titulo1 {
	font-weight: bold;
	font-size: 50px;
	padding-left: 100px;
}

.tituloresultado {
	font-weight: bold;
	font-size: 50px;
}
.textresultados {
	text-align: left;
    width: 80%;
    margin-left: 10%;
}

.titulo2 {
	font-weight: bold;
	font-size: 40px;
}

.titulo3 {
	font-weight: bold;
	font-size: 30px;
}

::placeholder {
  color: #CFCFCF;
  opacity: 1; /* Firefox */
}

ul {
	list-style:none;
	padding: 50px;
}
ul li {
	border-bottom: 1px solid #D0DBFF;
}
.textoresult {
	padding-left: 50px;
}
.sku, .dirtienda {
	color: #A0A0A0;
	font-family: "Gotham Book";
}
.dirtienda {
	color: #111111;
	font-size: 21px;
	line-height: 1.2;
}

.dirtiendanegro {
	font-size: 21px;
	font-family: "Gotham Medium";
}

.precio {
	color: #3F845F;
}
.tienda {
	color: #7DB6DF;
	font-size: 30px;
	font-family: "Gotham Book";
}
.nombresku {
	color: #111111;
	font-family: "Gotham Medium";
}

a {
	text-decoration: none;
	color: #111111;
}

.titulodetalle {
	padding-left: 100px;
	padding-right: 100px;
}

.titulodetalle2 {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 30px;
	border-bottom: 2px solid #F3F3F3;
}

.preciodetalle {
	color: #111111;
}
.imgdetalle {
	text-align: center;
	width: 100%;
}
.tallas {
	padding-top: 15px;
    /* font-family: Gotham Book; */
    color: #A0A0A0;
    border: 4px solid #A0A0A0;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    float: left;
    margin: 18px;
}
.sinstock {
	text-decoration: line-through;
	text-decoration-thickness: 0.5rem;
	color: #CFCFCF;
	border-color: #CFCFCF;
}

.listadotallas {
	border-bottom: 2px solid #F3F3F3;
	float: inline-end;
	margin-bottom: 20px;
}

.tallas:after{
  content: "";
  display: table;
  clear: both;
}

.inactivo {
	background-color: #CFCFCF !important;
}

.regresar {
	text-align: center;
}

.pago {
	padding: 20px 40px;
}

.pago table tr td {
	font-size: 40px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	font-size: 2em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
	font-size: 2em !important;
}

.tableticket {
	width: 100%;
}

.tdizqticket {
	font-family: "Gotham Book";
	font-size: 35px;
	text-align: left;
	color: #111111;
	padding-bottom: 40px;
}

.tdderticket {
	font-family: "Gotham Medium";
	font-size: 35px;
	text-align: right;
	padding-bottom: 40px;
}
.tdcenticket {
	font-family: "Gotham Medium";
	font-size: 35px;
	text-align: center;
	padding-bottom: 40px;
}
.encabezado {
	font-family: "Gotham Bold";
	color: #111111;
}
.total {
	font-size: 50px;
}

.barcode {
	font-family: "Libre Barcode 128 Text";
	font-size: 80px;
}
.descuento {
	font-size: 30px;
	color: #111111;
	font-family: "Gotham Book";
}

.inputtext {
	padding-left: 50px;
}

.alert {
	color: red;
}

#menushow {
	display: none;
	text-align: center;
}

.menup {
	z-index: 10;
 	position: absolute;
    border: 2px solid #CFCFCF;
    margin-left: 5%;
    background-color: #fff;
    width: 80%;
}
.menu {
	font-family: "Gotham Book";
	font-size: 40px;
	height: 100px;
	border: none;

}

.menub {
	font-family: "Gotham Bold";
	font-size: 40px;
	height: 100px;
	border: none;

}

.lisimilares {
	border: none;
	width: 47%;
	display: inline-table;
}

.tituloproductosimilar {
	font-size:23px; 
	font-family: 'Gotham Book';
}
.precioproductosimilar {
	color:#111;
}

select {
	height: 50px;
	font-family: "Gotham Book";
	font-size: 25px;
	border: none;
}

.viejo {
	font-family: "Gotham Book";
	font-size: 30px;
	text-decoration: line-through;
	text-decoration-thickness: 0.3rem;
	color: #A0A0A0;
}

.discount {
	font-family: "Gotham Bold";
	font-size: 30px;
	color: #FF0606;
}

#pago2 {
	display: none;
}
.auth {
	padding-left: 30px;
    width: 50%;
    height: 70px;
    border: 1px solid #CFCFCF;
    border-radius: 35px;
    margin-top: 25px;
    font-size: 25px;
    color: #CFCFCF;
    font-family: "Gotham Medium";
}

.tablatiendas {
	width: 100%;
}

.tablatiendas tr td {
	font-family: 'Gotham Book';
	font-size: 25px;
	height: 50px;
}

.inputpago, .inputpago2 {
	padding-left: 15px;
    width: 125%;
    height: 50px;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    font-size: 25px;
    color: #111;
    font-family: "Gotham Medium";
}
.select2-container .select2-selection--single {
	height: 100px !important;
	font-size: 55px;
	font-family: 'Gotham Book';
	padding-left: 20px;
	padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 85px !important;
}

.select2-results__option {
	font-size: 45px;
	padding: 20px !important;
	font-family: 'Gotham Book';
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 800px !important;
}

.inputselect{
	width: 100%;
    height: 116px;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 45px;
    color: #CFCFCF;
    font-family: 'Gotham Medium';    padding-left: 50px;
}
