* {
	font-size: 100%;
	font-family:"Century Gothic",sans-serif;
	font-weight:300;
}
h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.container {
    max-width: 1024px;
}
.container-fluid {
    background-color:#FFF;
    max-width:75%;
}
.swal2-popup {
    width: 63em;
}
.logo {
    width: 280px;
    margin:20px auto;
}
.logo img {
    width: 100%;
    max-width: 300px;
}
a {
	color: #000;
}
.img-responsive {
    min-width: 75px;
    border-radius:6px;
    max-width:95%;
    margin: 0 auto;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.table thead {
	background: #fff;
	padding: 10px 10px;
	font-size: 16px;
	color:#000;
	border-bottom: 1px solid #FFF;
}
.table thead > th {
    height: 36px;
    vertical-align: middle;
    border-bottom: none;
}	
.btn {
	border-radius: 0;
}
.btn-primary {
	background: #000;
	border:1px solid #000;
}
.btn-primary:hover{
	background: #CE0000;
}
.form-control {
	border-radius: 0;
}
.buttonsContainer {
    display: flex;
    flex-direction: column;
}
.buttonsContainer button {
    height:17px;
    line-height:15px;
    padding:0px 8px;
    background-color: #FFF;
    border: 1px solid #000;
    border-left: 0px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.detail p {
    padding-top: 10px;
	font-size: 13px;
    color: #000;
}
.detail p > span {
    font-size: 13px;
    font-weight: 500;
}
.legend {
    padding: 20px 10px;
    background: #EEE;
    color: #000;
    text-align: center;
}
.summary__container {
    width: calc(100% - 6px); 
    float:left;
    padding:3px 0;
    margin-top: 10px;
    margin-bottom:10px;
}
.summary-text {
    width: 58%;
    float:left;
    padding-left: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:16px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing:2px;
}
.summary-value{
    width: 38%;
    float:left;
    padding-right: 2%;
    padding-top:15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-align: right;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing:2px;
    font-size: 16px;
}
.couponCode {
    padding: 20px 10px;
    border:1px solid #ddd;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    background:#e9e9e9;
    color:#000;
}
.apply__button {
    border-color:#ddd;
    padding:10px 20px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    color:#000;
    background:#ddd;
}
.btn-continue {
    border:1px solid #000; 
    padding:13px 0;
    font-size:14px;
    font-weight: 500;
    letter-spacing:4px;
    border-radius:4px;
}
.btn-place-order {
    padding: 13px 0; 
    background: #181e2a;
    border:1px solid #181e2a;
    font-size:14px;
    letter-spacing:2px; 
    font-weight: 600;
    border-radius:4px;
}
.detail p > span{   
    font-weight:600;
    font-size: 14px;
}
.detail:first-letter {
    text-transform: uppercase;
}

.control__qty {
    width:80px;margin:0 auto;display:flex;text-align:center;
}
.ProductQty {
    width:75px;
    padding:10px 15px;
    text-align:center;
    -webkit-appearance:none;
    border:1px solid #000;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
    background:#EEE;
}
.ProductQty__button {
    background:#EEE;
    border-top-right-radius:4px;
}
.free__delivery {
    display: flex;
    gap: 15px;
    background: #f6fff7;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #2dc83c;
    width: calc(100% - 2px);
    font-weight: 600;
}
.free__delivery .lnk-terminos-promo {
    color: #22a830 !important;
}

/* Slick arrows */
/* Botón base */
.slick-prev,
.slick-next {
  font-size: 0; /* ocultamos el texto */
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 1000;
}

/* Flechas como pseudo-elementos */
.slick-prev:before,
.slick-next:before {
  font-family: "Arial";
  font-size: 24px;
  line-height: 1;
  opacity: 0.9;
  color: #fff;
}

/* Iconos de flecha */
/*
.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
}
*/

/* Posiciones */
.slick-prev {
  left: -40px; /* ajústalo según tu layout */
}

.slick-next {
  right: -40px;
}

@media(min-width: 320px) AND (max-width: 767px) {
    .container-fluid {
        background-color:#FFF;
        max-width: 96%;
        margin: 0 auto;
    }
    .logo {
        padding: 20px 0;
        text-align: center;
    }
    .logo img {
        max-width: 260px;
    }
    .swal2-popup{
        width: 90vw;
    }
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn {
		width:36%;
		margin:1.5em 0;
	}
	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}
	table#cart thead { display: none; }
	table#cart tbody td {display: block; padding: .6rem; min-width:320px;}
	table#cart tbody tr th:first-child { background: #FFF; color: #000; font-size: 14px;}
    table#cart tbody tr th {font-weight:500;font-size:20px;padding-bottom:10px;}
	table#cart tbody td:before {
		content: attr(data-th); 
		font-weight: bold;
		display: inline-block; 
		width: 8rem;
	}
	table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}
    .table tbody > tr {
        border-bottom: none !important;
    }	
}