* {
    font-family: "Gotham", sans-serif;
}

.breadcrumb .wrapper {
    font-family: "Gotham", sans-serif;
    font-weight: 900;
}

section.products-container {
    padding-top: 10rem;
    width: 100%;
}

/* #products-section.wrapper {
    background-color: blue;
} */

.content-container {
    max-width: 75.8%;
    margin: 0 auto;
}

.top-spacer {
    padding-top: 1.625rem;
}

.container-page {
    display: flex;
    justify-content: space-between;
}

div.content-box {
    width: 80%;
    /* background-color: cadetblue; */
}

div.products-wrapper {
    margin-right: 5.625rem;
    /* width: 100%; */
}


input.rounded {
    border-radius: 5px;
    border: 1px solid;
    border-width: 1px;
    border-color: #d0d0d0;
    /* outline: none;  */
    width: 45%;
    height: 35px;
    padding-left: 10px;
}

input.rounded::placeholder {
    color: #d0d0d0;
    /* padding-left: 2px; */
    /* font-family: "Gotham", sans-serif; */
    font-style: italic;
}


button.button-search {
    margin-left: 1%;
    border-radius: 20px;
    border: none;
    color: white;
    background-color: #4fb96e;
    width: 25%;
    height: 30px;
    padding: 2px 0 2px 0;
    font-size: small; 
}

/* results section */
.order-products {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}

.order-price {
    margin-right: 5%;
}

.qty-products {
    color: #d0d0d0;
}

.delete-filter {
    display: none;
}

div.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.content-pagination {
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 0 2% 0 2%;
}

.arrow-pagination {
}

.only-arrow {
    padding: 0 1.5% 1.5% 0;
}

.previous-arrow {
    /* clip-path: polygon(53% 66%, 100% 0, 100% 100%); */
    clip-path: polygon(26% 52%, 100% 0, 100% 100%);
    background-color: #4fb96e;
    height: 20px;
    color: #4fb96e;
}

.next-arrow {
    clip-path: polygon(66% 53%, 0 0, 0 100%);
    background-color: #4fb96e;
    height: 20px;
    color: #4fb96e;
}

/* no results */

.text-results {
    padding: 25% 30%;
}

.text-results h4 {
    text-align: center;
    font-style: italic;
    color: #706969;
}

/* separator */
.separator{
    border-left: thin solid #d0d0d0;
}
.product-list .status-label {
    background-color: #F76A6A;
}


/* filter section */
.filter-section {
    width: 17%;
}

.title {
    margin-left: 10%;
    color: #4fb96e;
}
li.list-filters {
    margin-bottom: 3%;
}

input.text-filter {
    margin-right: 3%;
}

.checkbox-buttons ul {
    list-style: none;
    margin-left: 10%;
}

/* banner promociones */
.banner-promo img {
    width: 100%;
    height: 100%;
}

/* products cards */
.product-card-container{
    position: relative;
}

.product-list li {
    position: relative;
    width: 30%;
    margin-right: 0%;
    margin-bottom: 0rem;
    margin: 1.5%;
}
.product-list {
    justify-content: center;
    flex-flow: wrap;
}

.product-list .status-label{
    position:absolute;
    top: 0;
}

.sold-out-label{
    position: absolute;
    top: 0;
    background: #706969;
    color: #fff;
    width: auto;
    height: 2rem;
    text-align: center;
    padding: 5px 8px 5px 8px;
    left: 72.5%;

}

.product-list .btn-wishlist{
    position:absolute;
    top: 0;
    right: 10px;
}

.product-card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-card-body figure{
    max-width: 400px;
    margin: 0 0 0;
}
.product-card-body img{
    margin: 20% 0 0% 0 ;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
}

.card-body-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 200px;
}

.product-add-cart-btn{
    padding: 10px 8px 10px 8px;
    background: #0B5ED7;
    color: #fff;
    border-radius: 20px;
}

.product-add-cart-btn:hover {
    background: #0B5ED7;
    color: #fff;
}

/* .wrapper {
    width: 84%;
    position: relative;
} */

.mobile-filter {
    display: none;
}

.form-qty-selector button.qty-minus {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
}

.form-qty-selector button.qty-plus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
}

.form-qty-selector{
    box-shadow: 0px 1px 1px 1.5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 10px;
    width: 5rem;
}
.form-qty-selector input[type=number] {
    width: 1.75rem;
}

/* accordion mobile */
.accordion-container {
	width: 100%;
	margin: 0 0 20px;
	clear:both;
}

.accordion-titulo {
	position: relative;
	display: block;
	padding: 20px;
	font-size: 24px;
	font-weight: 300;
	/* background: #2c3e50; */
    background: #4fb96e;
	color: #fff;
	text-decoration: none;
}
.accordion-titulo.open {
	/* background: #16a085; */
    background: #4fb96e;
	color: #fff;
}
.accordion-titulo:hover {
	/* background: #1abc9c; */
    background: #0B5ED7;
    color: #fff;
}

.accordion-titulo span.toggle-icon:before {
	content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
	content:"-";
}

.accordion-titulo span.toggle-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 38px;
	font-weight:bold;
}

.accordion-content {
	display: none;
	padding: 20px;
	overflow: auto;
}

.accordion-content p{
	margin:0;
}

.accordion-content img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 50%;
	height: auto;
}
.product-list .price {
    font-size: 1.75rem;
}

/* medium displays */
@media screen and (max-width: 1700px) {
    section.products-container {
        padding-top: 12rem;
    }
}

@media screen and (max-width: 1400px) {
    section.products-container {
        padding-top: 14rem;
    }
}

/* small displays */
@media screen and (max-width: 1366px ){
    .product-add-cart-btn{
        padding: 10px 5px 10px 5px;
        width: 122px;
    }
    .product-list {
        justify-content: flex-start;
    }
}

/* tablet displays displays */


