/*
  drdv.css: Archivo personalizado que sobreescribe todos los css del template (en este caso Purity3)
  Para que funcione, es necesario copiar la siguiente linea de código al final del archivo templates/purity_iii/index.php
  Con esto se hace el llamado de últimas al archivo drdv.css que sobreescribe los otros archivos de estilo cargados previamente.

    // Custom css (drdv)
    JHtml::_('stylesheet', JUri::root() . 'templates/' . $this->template . '/css/drdv.css');

  Fuente: https://joomla.stackexchange.com/questions/3877/how-do-i-override-the-css-styles-in-my-template

  Directorios:
    Local:      https://pickyholds.com/
    BitJaguar:  https://bitjaguar.co/demo-01/pickyholds/
    Online:     https://pickyholds.com/

  Última modificación: 2020-09-24
*/


.picky-footer-carrito-btn{
	position: fixed;
	bottom: 100px;
	right: 20px;
	background-color: #f6632d;
	color: #ffffff !important;
	font-size: 30px;
	padding: 7px 12px;
	border-radius: 40px;
	box-shadow: 2px 2px 4px #000000;
	cursor: pointer;
	transition: 0.2s ease;
	z-index: 2000;
}
.picky-footer-carrito-btn:hover{
	background-color: #8c3a1c;
}
.picky-footer-carrito{
	position: fixed;
	bottom: 15px;
	right: -380px;
	width: 380px;
	max-width: 90%;
	background-color: #f6632d;
	color: #2f2f2f !important;
	font-size: 14px;
	border-radius: 30px;
	box-shadow: 2px 2px 4px #000000;
	transition: 0.2s ease;
	z-index: 2001;
}
.picky-footer-carrito-abrir{
	right: 15px !important;
}
.picky-footer-carrito-botones-up{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 17px 10px 22px;
	font-size: 25px;
	background-color: #c25027;
	color: #ffffff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom: 1px solid #c25027;
}
.picky-footer-carrito-cerrar{
	cursor: pointer;
	transition: 0.2s ease;
}
.picky-footer-carrito-cerrar:hover{
	color: #802b0b;
}
.picky-footer-carrito-tabla-sub1{
	margin: 12px 12px 0px 12px;
	border: 1px solid #c25027;
	border-bottom: none;
}
.picky-footer-carrito-tabla-sub1 > table > thead{
	text-align: center;
	background-color: #f6632d;
}
.picky-footer-carrito-tabla-sub2{
	margin: 0px 12px;
	background-color: #ffffff;
	border: 1px solid #c25027;
	border-top: none;
	min-height: 200px;
	max-height: 450px;
	overflow-y: scroll;
}
.picky-footer-carrito-tabla-sub2 > table > tbody > tr{
	background-color: #ffffff !important;
}
.picky-footer-carrito-tabla-sub2 > table > tbody > tr > td:nth-of-type(3){
	padding-left: 2px;
	padding-right: 5px;
}
.picky-footer-carrito-tabla-sub2 > table > tbody > tr > td:nth-of-type(4){
	padding-left: 5px;
	padding-right: 15px;
}
.picky-footer-carrito-url{
	color: #000000 !important;
}
.picky-footer-carrito-url:hover{
	color: #f6632d !important;
	text-decoration: underline !important;
}
.picky-footer-carrito-mas,
.picky-footer-carrito-menos,
.picky-footer-carrito-borrar{
	cursor: pointer;
}
.picky-footer-carrito-mas:hover,
.picky-footer-carrito-menos:hover,
.picky-footer-carrito-borrar:hover{
	color: #f6632d;
}
.picky-footer-carrito-tabla-sub3{
	padding: 3px 20px 10px 20px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.picky-footer-carrito-campos{
	margin: 0px 12px;
	padding: 10px 0px 15px 0px;
	text-align: center;
	font-size: 14px;
	background-color: #f6632d;
	color: #000000;
}
.picky-footer-carrito-campo{
  width: 100%;
}
.picky-footer-carrito-campo label{
  width: 80px;
	color: #ffffff;
  text-align: left;
}
.picky-footer-carrito-campo input{
  width: calc(100% - 80px - 10px);
}
.picky-footer-carrito-obligatorio{
	background-color: #8e2727;
	color: #ffffff;
}
.picky-footer-carrito-obligatorio::placeholder{
	color: #ffffff;
}
.picky-footer-carrito-botones-down{
	margin: 0px 12px;
	padding: 10px 40px;
}
.picky-footer-carrito-comprar{
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  background-color: #00b75e;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
}
.picky-footer-carrito-comprar:hover{
	background-color: #226a47;
}
.picky-footer-carrito-botones-down-movil{
	display: none;
	padding: 10px 10px;
}
.picky-footer-carrito-comprar-movil-1{
	padding: 5px;
	margin: 0px 5px 0px 0px;
	width: 70%;
  border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
  background-color: #00b75e;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
	line-height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
}
.picky-footer-carrito-comprar-movil-1:hover{
	background-color: #226a47;
}
.picky-footer-carrito-comprar-movil-2{
	padding: 9px 0px;
	margin: 0px 0px 0px 5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
  background-color: #ffffff;
  color: #f6632d;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
  transition: 0.2s ease;
  cursor: pointer;
}
.picky-footer-carrito-comprar-movil-2:hover{
	background-color: #8e2727;
}
@media only screen and (max-width: 991px) {
	.picky-footer-carrito-tabla-sub2{
		max-height: 350px;
	}
	.picky-footer-carrito-botones-down{
		display: none;
	}
	.picky-footer-carrito-botones-down-movil{
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
	}
}
/******************************************************************************* PEDIDO*/
.picky-footer-carrito-pedido{
	width: 380px;
	background-color: #ffffff;
	color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
}
.picky-footer-carrito-pedido-titulo{
	padding: 10px 20px;
	font-size: 25px;
	background-color: #f6632d;
}
.picky-footer-carrito-pedido-mensaje{
	padding: 30px 30px 30px 30px;
	text-align: center;
	font-size: 15px;
	background-color: #ffffff;
	color: #000000;
}
.picky-footer-carrito-pedido-ayuda{
	color: #000000;
  padding: 5px 15px;
  border-top: 1px solid #393939;
}
.picky-footer-carrito-pedido-pasos{
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
}
.picky-footer-carrito-pedido-pasos-movil,
.picky-footer-carrito-pedido-pasos-web{
	height: 0px;
	text-align: left;
	overflow: hidden;
}
.picky-footer-carrito-pedido-pasos-movil li div,
.picky-footer-carrito-pedido-pasos-web li div{
	display: inline;
	padding: 2px 4px;
	border: 1px solid #393939;
	border-radius: 10px;
}
.picky-footer-carrito-pedido-pasos-ver{
	height: auto;
}
.picky-footer-carrito-pedido-boton{
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 30px;
}
.picky-footer-carrito-pedido-comprar{
  display: inline-block;
  padding: 10px;
  margin: 0px auto;
  width: 250px;
  border-radius: 20px;
  background-color: #00b75e;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
}
.picky-footer-carrito-pedido-comprar:hover{
	background-color: #226a47;
}
