
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}

.box.receipt-box {
	padding: 10px;
	margin-bottom: 25px;
	box-shadow: 5px 5px 2px #37357a;
	background-color: #acacac12;
}

.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;font-weight: 500;}
/* .btn i.fa { margin-left: 10px; } */
.fa-pagos-pendientes { color: red; }
@media only screen and (max-width: 767px) {
	.navbar-expand-lg .navbar-brand {
		padding: 19px 0px;
		font-size: 23px !important;
	}
	.header_site_title {
		margin: 0px !important;
	}

}

@media (min-width: 992px) {
	.navbar-mineria {
		.navbar-nav .nav-link {
			padding: 23px 20px 24px;
		}
	}
}

.navbar-mineria {

	padding-top: unset !important;
	background: #34347C !important;

	.btn_custom {
		margin: .8rem 1rem;
		list-style: none;
		box-sizing: inherit;
		margin-bottom: 0;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		touch-action: manipulation;
		cursor: pointer;
		user-select: none;
		outline: 0;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		display: block;
		transition: all ease-in-out 0.3s;
		text-decoration: none;
		line-height: inherit;
		font-weight: 500;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		position: relative;
		letter-spacing: 0;
		margin-left: 20px;
		border: none;
		border-style: solid;
		border-top: 5px solid #1997d2;
		border-top-width: 0px;
		border-bottom-width: 5px;
		border-left-width: 0px;
		border-right-width: 0px;
		padding-top: 8px;
		padding-bottom: 5px;
		padding-left: 16px;
		padding-right: 16px;
		color: #fff !important;
		background: #0088cc !important;
		border-color: #026191;
	}
	.navbar-nav a.nav-link {
		color: #fff;
		position: relative;
	}
	.navbar-nav a.nav-link:hover {
		color: unset;
		background: rgba(10,10,10,0.1) !important;
	}

	.navbar-nav a.nav-link.dropdown-toggle:after {
		content: "\f107";
		-moz-osx-font-smoothing: grayscale !important;
		-webkit-font-smoothing: antialiased !important;
		display: inline-block !important;
		font-style: normal !important;
		font-variant: normal !important;
		line-height: 1;
		
		display: inline-block;
		font: normal normal normal 14px / 1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		color: #fff !important;
		left: 5px;
		margin-left: 4px;
		font-size: 12px !important;

	}
	.navbar-brand a h3 {
		color: #fff;
		margin-top: 13px;
	}
	
	@media (min-width: 992px) {
		.navbar-brand a h3 {
			margin-left: -10px;
		}
	}
	a.dropdown-item {
		padding: 10px 15px;
		font-size: 12px;
		font-weight: 500;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav a.nav-link:before {
		background: rgba(255, 255, 255, 0.36);
		content: '';
		position: absolute;
		top: 30%;
		bottom: 0;
		width: 1px;
		height: 38%;
		right: 0;
	}
	.nav-link {
		text-transform: uppercase !important;
		line-height: inherit;
		font-weight: 500;
		font-size: 13px !important;
		padding-top: 0;
		padding-bottom: 0;
		text-transform: uppercase;
		letter-spacing: 0;
		padding: 20px 20px 15px;
		border: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		border-top: 5px solid transparent;
		color: #fff;

	}
	.header_site_title {
		font-family: Poppins;
		font-size: 23px;
		font-weight: 400;
		line-height: 1.5;
		text-align: left;
		text-transform: none;
		color: #fff;
	}

}
#productos_container button.close {
	width: fit-content;
}
.container.fnt-poppins {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 14px;
}
body {
	font-size: 14px;
}
.fnt-poppins {
	font-family: "Poppins", Sans-serif;

	a.btn-mineria, 
	a.btn.btn-mineria, 
	button.btn.btn-mineria {
		font-family: "Poppins", Sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		background-color: #06100700;
		border-style: solid;
		border-color: #FFFFFF;
		border-radius: 89px 89px 89px 89px;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
		padding: 20px 40px 21px 40px;
	}


	a.btn-mineria-azul, 
	a.btn.btn-mineria-azul, 
	button.btn.btn-mineria-azul {
		font-family: "Poppins", Sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		fill: #FFFFFF;
		color: #FFFFFF;
		background-color: #34347C;
		border-style: solid;
		border-color: #FFFFFF;
		border-radius: 89px 89px 89px 89px;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
		padding: 20px 40px 21px 40px;
	}
	a.btn-mineria-outline, 
	a.btn.btn-mineria-outline, 
	button.btn.btn-mineria-outline {
		font-family: "Poppins", Sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		fill: #FFFFFF;
		color: #FFFFFF;
		background-color: transparent;
		border-style: solid;
		border-width: 3px;
		border-color: #FFFFFF;
		border-radius: 89px 89px 89px 89px;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
		padding: 20px 40px 21px 40px;
	}
	a.btn-mineria-filled, 
	a.btn.btn-mineria-filled, 
	button.btn.btn-mineria-filled {
		font-family: "Poppins", Sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		fill: #FFFFFF;	
		color: #000;
		background-color: #fff;
		border-style: solid;
		border-width: 3px;
		border-color: #FFFFFF;
		border-radius: 89px 89px 89px 89px;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
		padding: 20px 40px 21px 40px;
	}


	h1, h2, h3, h4, h5 {
		font-family: "Poppins", Sans-serif;
	}
}

button.btn.btn-sm, 
a.btn.btn-sm, 
input[type="submit"].btn.btn-sm,
input[type="button"].btn.btn-sm {
	/* padding: 0.25rem 0.5rem;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0.2rem; */
}

footer {
			text-align: center;
			padding-top: 35px;
			padding-bottom: 30px;
			color: #fff;
			background: #242c84 !important;

			ul {
					font-size: 14px;
					font-family: 'OpenSansRegular';
					font-weight: 400;
					line-height: 1.8em;
					color: #fff;
					text-align: center;
					box-sizing: inherit;
					list-style: none;
					padding: 0;
					margin: 0 -7.5px;

					
					li {
						display: inline-block;
						margin: 0 7.5px;
						font-size: 14px;
						font-family: 'OpenSansRegular';
						font-weight: 400;
						line-height: 1.8em;
						color: #fff;
						list-style: none;
						box-sizing: inherit;
						display: inline-block;
						margin: 0 7.5px;
						a {
    					color: #fff;
							font-size: 14px;
							font-weight: 400;
							line-height: 1.8em;
							list-style: none;
							box-sizing: inherit;
							text-decoration: none;
							outline: none;
							background-color: transparent;
							font-family: 'Montserrat', sans-serif;
							color: #fff;
							
							i {
								border-radius: 50%;
								height: 30px;
								width: 30px;
								text-align: center;
								line-height: 32px !important;
								color: #242c84;
								background: #f1f1f1;
							}
						}
					}
			}
			aside {
				display: flex;
				flex-direction: column;
				> p {
						display: flex;
						flex-direction: row;
						text-align: center;
						justify-content: center;
					> * {
						margin-left: 10px; margin-right: 10px;
					}
				}
			}
		}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}



.product__item {
	overflow: hidden;
	margin-bottom: 40px;
}

.product__item.sale .product__item__pic .label {
	color: #ffffff;
	background: #111111;
}

.product__item.sale .product__item__text .rating i {
	color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
	color: #b7b7b7;
}

.product__item:hover .product__item__pic .product__hover {
	right: 20px;
	opacity: 1;
}

.product__item:hover .product__item__text a {
	top: 22px;
	opacity: 1;
	visibility: visible;
}

.product__item:hover .product__item__text h6 {
	opacity: 0;
}

.product__item:hover .product__item__text .product__color__select {
	opacity: 1;
}

.product__item__pic {
	height: 260px;
	position: relative;
	background-position: center center;
}

.product__item__pic .label {
	color: #111111;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 15px 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 20px;
}

.product__item__pic .product__hover {
	position: absolute;
	right: -200px;
	top: 20px;
	-webkit-transition: all, 0.8s;
	-o-transition: all, 0.8s;
	transition: all, 0.8s;
}

.product__item__pic .product__hover li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}

.product__item__pic .product__hover li:hover span {
	opacity: 1;
	visibility: visible;
}

.product__item__pic .product__hover li span {
	color: #ffffff;
	background: #111111;
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	position: absolute;
	left: -78px;
	top: 5px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__pic .product__hover li span:after {
	position: absolute;
	right: -2px;
	top: 5px;
	height: 15px;
	width: 15px;
	background: #111111;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.product__item__pic .product__hover li img {
	background: #ffffff;
	padding: 10px;
	display: inline-block;
}

.product__item__text {
	padding-top: 25px;
	position: relative;
}

.product__item__text a {
	font-size: 15px;
	color: #e53637;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__text h6 {
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__text .rating {
	margin-bottom: 6px;
}

.product__item__text .rating i {
	font-size: 14px;
	color: #b7b7b7;
	margin-right: -5px;
}

.product__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
}

.product__item__text .product__color__select {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__text .product__color__select label {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #5e64d1;
	border-radius: 50%;
	margin-bottom: 0;
	margin-right: 5px;
	position: relative;
	cursor: pointer;
}

.product__item__text .product__color__select label.black {
	background: #404a47;
}

.product__item__text .product__color__select label.grey {
	background: #d5a667;
}

.product__item__text .product__color__select label.active:after {
	opacity: 1;
}

.product__item__text .product__color__select label:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 18px;
	width: 18px;
	border: 1px solid #b9b9b9;
	content: "";
	border-radius: 50%;
	opacity: 0;
}

.product__item__text .product__color__select label input {
	position: absolute;
	visibility: hidden;
}


/*---------------------
  Shopping Cart
-----------------------*/

.shopping__cart__table {
	margin-bottom: 30px;
}

.shopping__cart__table table {
	width: 100%;
}

.shopping__cart__table table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table thead tr th {
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.shopping__cart__table table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table tbody tr td {
	padding-bottom: 30px;
	padding-top: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
	width: 400px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
	float: left;
	margin-right: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
	overflow: hidden;
	padding-top: 21px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
}

.shopping__cart__table table tbody tr td.quantity__item {
	width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
	width: 80px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 input {
	width: 50px;
	border: none;
	text-align: center;
	color: #111111;
	font-size: 16px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .qtybtn {
	font-size: 16px;
	color: #888888;
	width: 10px;
	cursor: pointer;
}

.shopping__cart__table table tbody tr td.cart__price {
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	width: 140px;
}

.shopping__cart__table table tbody tr td.cart__close i {
	font-size: 18px;
	color: #111111;
	height: 40px;
	width: 40px;
	background: #f3f2ee;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}

.continue__btn.update__btn {
	text-align: right;
}

.continue__btn.update__btn a {
	color: #ffffff;
	background: #111111;
	border-color: #111111;
}

.continue__btn.update__btn a i {
	margin-right: 5px;
}

.continue__btn a {
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	padding: 14px 35px;
	display: inline-block;
}

.cart__discount {
	margin-bottom: 60px;
}

.cart__discount h6 {
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.cart__discount form {
	position: relative;
}

.cart__discount form input {
	font-size: 14px;
	color: #b7b7b7;
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.cart__discount form input::-moz-placeholder {
	color: #b7b7b7;
}

.cart__discount form input:-ms-input-placeholder {
	color: #b7b7b7;
}

.cart__discount form input::-ms-input-placeholder {
	color: #b7b7b7;
}

.cart__discount form input::placeholder {
	color: #b7b7b7;
}

.cart__discount form button {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #111111;
	padding: 0 30px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.cart__total {
	background: #f3f2ee;
	padding: 35px 40px 40px;
}

.cart__total h6 {
	color: #111111;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.cart__total ul {
	margin-bottom: 25px;
}

.cart__total ul li {
	list-style: none;
	font-size: 16px;
	color: #444444;
	line-height: 40px;
	overflow: hidden;
}

.cart__total ul li span {
	font-weight: 700;
	color: #e53637;
	float: right;
}

.cart__total .primary-btn {
	display: block;
	padding: 12px 10px;
	text-align: center;
	letter-spacing: 2px;
}

.form-check-input {
	border: 1px solid rgb(8 60 130 / 35%) !important;
	box-shadow: 0 0 1.25rem rgb(30 34 40 / 18%);
	margin-top: 0.05rem;
}
.modal.bootbox {
	.modal-header {
		padding: 1.5rem 1.5rem !important;
	}
	.modal-body {
		padding: 1.5rem !important;
	}
	.modal-footer {
		padding: 1.25rem !important;
	}
	.btn.bootbox-cancel,
	.btn.bootbox-accept {
    padding: .2rem 1rem !important;
    font-size: 0.7rem !important;
		margin: 0px !important;
	}
}

.has-error span.help-block {
	color: red;
	font-weight: 500;
	font-size: 13px;
	padding: 2px 10px;
}

.box {
	border-top: none;
}
.admin-grupal-guia-2 {
	 text-align: center;
	 background-color: rgb(207 162 15 / 50%);
	 padding: 1.4rem;
	 border-radius: 0.5rem;
	 margin: 0 auto;
	 margin-bottom: 1rem;
	 font-size: 17px;
}
.pagos_container_fix {
	 border: 1px solid #e8c72e;
	 border-radius: 1em;
	 padding: 1em;
	 margin-bottom: 1em;
	 margin-top: 1em;
	 background-color: #f5f5f5cc;
	 box-shadow: 4px 3px 9px 2px #8f8f8f7a;
}

@media (min-width: 768px) {
	.fix_container_height2 {
    height: fit-content;
    min-height: calc(100vh - 170px);
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

footer:after {
	display: block;
	content: '';
	background: #242c84;
	left: 0px;
	height: 10px;
	bottom: 0px;
	position:fixed;
	right:0px;
}

.form-group > label.error {
	color: #dc3545;
}
#span-validacion-socio-golf {
	color: #198754;
	font-weight: bold;
}

.translate_switcher {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 999999;

	a.glink {
			text-decoration: none;
	}
}
