/* .flickity-prev-next-button .flickity-button-icon {
	width: 40% !important;
} */

.contenedor_lista_productos {
	/* margin-top: 85px; */
}

.header-menu-vertical {
	/* margin-top: 90px; */
}

.catalog-movil {
	background-color: #cac9c9;
	padding: 5px 1px 4px 7px;
	width: 100%;
	/* height: 3.7em; */
}

.main-carousel .carousel-cell {
	width: 100%;
	/* height: 288px; */
	/* margin-right: 10px; */
	text-align: center;
	border: 1px solid #cdcdcd;
	top: 6px;
}

#main-carousel .carousel-cell>img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#main-carousel-nav .carousel-cell {
	max-width: 53px;
	margin-bottom: 5px;
	cursor: pointer;
}

#main-carousel-nav .carousel-cell>img {
	width: 100%;
	height: auto;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
}

#main-carousel-nav .carousel-cell.active>img {
	border: 1px solid #ffcb07;
}

@media (min-width: 576px) {
	#main-carousel .carousel-cell {
		max-width: auto;
	}

	#main-carousel .carousel-cell>img {
		/*max-width: none;*/
	}

	#main-carousel-nav .carousel-cell {}

	#main-carousel-nav .carousel-cell>img {}
}

@media (min-width: 768px) {
	#main-carousel .carousel-cell {}

	#main-carousel .product-details-area {
		background-color: transparent;
	}

	#main-carousel-nav .carousel-cell {}

	#main-carousel-nav .carousel-cell>img {}
}

@media (min-width: 992px) {
	#main-carousel .carousel-cell {}

	#main-carousel-nav .carousel-cell {}

	#main-carousel-nav .carousel-cell>img {}

	.col-content {
		height: 70px !important;
		padding: 5px 0 !important;
	}

	.col-content>p {
		line-height: 60px !important;
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1200px) {
	#main-carousel .carousel-cell {}

	#main-carousel-nav .carousel-cell {}

	#main-carousel-nav .carousel-cell>img {}
}

@media (min-width: 1400px) {
	#main-carousel .carousel-cell {}

	#main-carousel-nav .carousel-cell {
		max-width: 65px;
	}

	#main-carousel-nav .carousel-cell>img {}
}

.flickity-viewport {
	min-height: 200px;
}

@media only screen and (max-width: 768px) {
	.flickity-viewport {
		min-height: 213px;
	}

	.main-carousel .carousel-cell {
		top: 10px;
	}

	.carousel-cell img {
		width: 200px !important;
	}
}

.carousel-cell img {
	width: 100%;
}

.title-sec-1 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
}

.title-sec-2 {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
	font-style: italic;
}

.title-sec-3 {
	float: left;
	margin-top: 1px;
	width: 100%;
	font-size: 10px;

}

.title-sec-3-1 {
	position: absolute;
	right: 20px;
	margin-top: 5px;
	color: red;
	font-size: 11px;
}

.title-sec-3-2 {
	padding: 0px;
}

.tipo-moneda {
	float: left;
	font-size: 12px;
	margin-top: 3px;
	font-weight: bold;
	color: #282828;
}

.precio-entero {
	float: left;
	font-size: 16px;
	margin-top: 3px;
	font-weight: bold;
	color: #282828;
}

.precio-decimal {
	float: left;
	font-size: 12px;
	margin-top: 3px;
	font-weight: bold;
	color: #282828;
}





.title-sec-4 {
	margin-top: 8px;
	width: 100%;
	/* margin-left: 11%; */
	font-size: 14px;
	display: flex;
	justify-content: center;
}

/**************** Boton de stock **************/
.btn-sin-stock:hover {
	background-color: #A8A7A7;
	color: #ffffff;
}

.btn-sin-stock {
	width: 100%;
	max-width: 150px;
	border-radius: 25px;
	padding: 11px;
	display: block;
	line-height: 15px;
	text-align: center;
	background-color: #A8A7A7;
	color: #ffffff
}



/**************** fin de boton de stock **************/


.borderArticle .btn-comprar {
	padding: 11px;
	opacity: 1;
	background-color: transparent !important;
	color: #F37021 !important;
	border: #F37021 solid 1px;
	border-radius: 5px;
}

.borderArticle:hover .btn-comprar {
	background: #F37021 !important;
	color: #fff !important;
}

.btn-sin-stock {
	padding: 11px;
	opacity: 1;
	background-color: transparent !important;
	color: #cac9c9 !important;
	border: #cac9c9 solid 1px;
	border-radius: 5px;
}

.borderArticle:hover .btn-sin-stock {
	background: #D8D6D6 !important;
	color: #fff !important;
}

@media only screen and (max-width: 600px) {
	.title-sec-4 {
		float: left;
		margin-top: 2px;
		width: 100%;
		/* margin-left: 11%; */
		font-size: 14px;
		display: flex;
		justify-content: center;
	}
}


/************************** MODAL ***************************/


#modal-confirm .modal-header {
	border-bottom: 0px;
}

#modal-confirm .modal-footer {
	border-top: 0px;
}

#modal-confirm .modal-title {
	font-weight: 400;
	font-size: 15px;
}


.modal-content {
	top: 240px;
	width: 80%;
	left: 123px;
}

.modal-sinstock {
	top: 0px;
	width: 80%;
	left: 123px;
}



.title-sec-5 {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #282828;
	top: 10px;
}



.title-sec-6 {
	float: left;
	font-size: 10px;
	/* font-weight: bold; */
	color: #282828;

}

.title-sec-8 {
	float: left;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #282828;
	position: absolute;
	right: 260px;
}



.cart-plus-minus {
	vertical-align: middle;
}



.title-sec-10 {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #282828;
}

.title-sec-12 {
	font-size: 11px;
	font-weight: bold;
	color: red;
	position: absolute;
	top: 0px;
	left: 389px;
}


.btn-comprar-x {
	font-size: 16px;
	background-color: #282828;
	color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	display: block;
	line-height: 15px;
	text-align: center;
	border-radius: 1px;
	width: auto;
}


.seguir-comp {
	font-size: 12px;
	text-decoration: underline;
}

.btn-close,
.btn-close-2 {
	font-size: 20px;
}


/* MODALLLLLLLL WEB */

.title-sec-100 img {
	float: left;
	width: 100%;
}

.title-sec-101 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
}

.title-sec-102 {
	float: right;
	font-size: 12px;
	padding-top: 5px;
	color: #282828;
}

.title-sec-103 {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #282828;
	width: 100%;
}

.title-sec-104 {
	font-size: 11px;
	font-weight: bold;
	display: flex;
	justify-content: left;
	/* width: 100%; */
	color: red;
	padding-left: 40%;
}

.title-sec-105 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #282828;
	padding-top: 14px;
}

.title-sec-106 {
	/* float: right; */
	/* width: 60%; */
	padding-left: 40%;
}

.product-details-content .pro-details-quality {
	margin: 0;
}

.product-details-content .pro-details-quality .cart-plus-minus {
	width: 70%;
}

.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
	width: 100%;
}



/* MODALLLLLLLL MOVIL */

@media only screen and (max-width: 600px) {
	.title-sec-101 {
		width: 100%;
	}

	.title-sec-102 {
		float: left;
		font-size: 10px;
		padding-top: 5px;
		color: #282828;
	}

	.title-sec-103 {
		padding-top: 3px;
		display: flex;
		justify-content: left;
		padding-left: 40%;
	}

	.title-sec-104 {
		padding-top: 2px;
		padding-left: 35%;
	}

	.title-sec-106 {
		width: 100%;
		padding-left: 35%;
	}
}

/* REACTIVO */

@media only screen and (max-width: 991px) {
	.modal-content {
		top: 10px;
		width: 100%;
		left: 0px;
	}

	.title-sec-101 {
		width: 100%;
	}

	.title-sec-102 {
		float: left;
		font-size: 10px;
		padding-top: 5px;
		color: #282828;
	}

	.title-sec-104 {
		padding-top: 2px;
		padding-left: 40%;
	}

	.title-sec-106 {
		width: 100%;
		padding-left: 40%;
	}
}

.icon img {
	width: 25px;
}

/** BANNER LATERAL */
.banner-carousel {
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 3%;
}

ul.banner-slides {
	display: block;
	position: relative;
	height: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.banner-slides * {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

ul.banner-slides input {
	display: none;
}


.banner-slide-container {
	display: block;
}

.banner-slide-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: all .7s ease-in-out;
}

.banner-slide-image img {
	width: auto;
	min-width: 100%;
	height: 100%;
}


.banner-carousel-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 9;
	text-align: center;
}

.banner-carousel-dots .banner-carousel-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0.5;
	margin: 10px;
}

input:checked+.banner-slide-container .banner-slide-image {
	opacity: 1;
	transform: scale(1);
	transition: opacity 1s ease-in-out;
}

input#img-1:checked~.banner-carousel-dots label#img-dot-1,
input#img-2:checked~.banner-carousel-dots label#img-dot-2,
input#img-3:checked~.banner-carousel-dots label#img-dot-3,
input#img-4:checked~.banner-carousel-dots label#img-dot-4,
input#img-5:checked~.banner-carousel-dots label#img-dot-5,
input#img-6:checked~.banner-carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked+.banner-slide-container .banner-nav label {
	display: block;
}

@media (min-width: 281px) and (max-width: 867px) {
	.apo-grid-container {
		margin: 0 auto;
	}

	.apo-grid-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.catalog-movil {
		display: none;
	}

	.banner-movil {
		display: none;
	}
}


/** PAGINACION **/

.pro-pagination-style .pages {
	/* padding-left: 450px; */
	float: none;
	display: flex;
	justify-content: center;
}

.pro-pagination-style a.active {
	font-weight: bold;
}

.pro-pagination-style a {
	font-weight: bold;
}

.shop-category-area .has-thumb h3.text-refine {
	font-size: 21px !important;
	text-transform: capitalize !important;
}

.breadcrumb-area {
	margin-top: 1% !important;
	margin-bottom: 0.5% !important;
}

.flickity-prev-next-button.previous {
	/* left: -13px; */
	left: 0px;

}


.flickity-prev-next-button.next {
	/* right: -13px; */
	right: 0px
}

.flickity-prev-next-button {
	width: 38px !important;
}

.list-product {
	/* border: 1px solid #D0CECE; */
	margin-right: 7px;
	height: 348px;
	/* border: 1px solid #D0CECE; */
	margin: 5px;
	height: 348px;
	/* border-radius: 0px; */
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* Carrusel pie de pagina */
.carousel-item {
	/* height: 13%; */
	/* margin-top: -2%; */
}

.flickity-button {
	opacity: 0;
}

.borderArticle:hover .flickity-button {
	opacity: 1;
}

.flickity-button:disabled {
	opacity: 0;
}

.borderArticle:hover .flickity-button:disabled {
	opacity: 0.3;
}


@media (min-width: 281px) and (max-width: 867px) {
	.pro-pagination-style .pages {
		float: left;
		padding-bottom: 0;
	}

	.pro-pagination-style .pages {
		padding-left: 0px;
		float: left;
	}

	.shop-category-area {
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.shop-category-area .has-thumb h3.text-refine {
		font-size: 16px !important;
		text-transform: capitalize !important;
	}

	.banner-area {
		display: none !important;
	}

}

.banner-pie-pagina {
	height: 169px;
	/* margin-bottom: 30px */
}

.btn-llamada,
.btn-whatsapp {
	color: #58595b;
}

.btn-llamada>i,
.btn-whatsapp>i {
	color: #f36f21;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
}

.btn-whatsapp>i {
	color: #00c55f;
}

.list-product .product-decs h2 a:hover {
	color: #282828 !important;
}

.precio_aplica_descuento {
	padding-left: 4px;
}


.slider-area .slick-dots li.slick-active {
	border-color: transparent;
}

.slider_paginas {
	margin-top: 64px;
}


/* MOVIL -RESPONSIVE */
@media only screen and (max-width: 768px) {
	.slider_paginas {
		margin-top: -87px;
	}

	.slider_productos_movil {
		content: url('/assets/source/banner/movil/slider_productos.png');
		height: 250px;
	}
}