
/* -------------------------------------------- */
/*                                              */
/*               Archive page                   */
/*                                              */
/* -------------------------------------------- */
.cg-filter .wpfFilterButton.wpfButton, .wpfClearButton.wpfButton{
	font-family: 'Satoshi', sans-serif;
}
.cg-filter .wpfPriceRangeField#wpfMinPrice, .cg-filter .wpfPriceRangeField#wpfMaxPrice{
	font-family: 'Satoshi', sans-serif;
}
.cg-products-content-holder .wpfPriceRangeField#wpfMinPrice, .cg-products-content-holder .wpfPriceRangeField#wpfMaxPrice{
	font-family: 'Satoshi', sans-serif !important;
}
.cg-products-content-holder .wpfFilterWrapper select{
	font-family: 'Satoshi', sans-serif !important;
}
.cg-archive-header{
    background-color: #0a3325;
    padding: 34px 0;
    color: #fff;
    display: flex;
    justify-content: center;
}
.cg-archive-header h1{
    margin:0;
    font-size: 24px;
    font-weight: 400;
}


.cg-section-archive{
    padding-top: 40px;
}
.cg-section-archive .cg-section-content{
    display: flex;
	column-gap: 50px;
}
.cg-section-archive .cg-section-content .cg-products-content-holder{
    width:100%;
}
.cg-section-archive .cg-section-content .cg-products-content-holder .woocommerce-result-count{
	float: left;
    margin: 0;
}
.cg-section-archive .cg-section-content .cg-products-content-holder .woocommerce-ordering{
    float: right;
}
.cg-section-archive .cg-section-content .cg-products-content-holder .woocommerce-ordering select{
	font-family: 'Satoshi', Sans-serif;
	border-radius: 200px;
    padding: 5px;
}
.cg-section-archive .woocommerce-notices-wrapper{
	width:100%;
}
.cg-section-archive .cg-section-content .cg-sidebar{
    width:calc(30% - 30px);
    padding-right: 30px;
}
.cg-section-archive .social-buttons{
    display: flex;
    column-gap: 10px;
}
.cg-section-archive .social-button{
    border-color: #e9e9e9;
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cg-section-archive .social-button a{
    color:#1c1c1c;
}

.cg-section-archive #filter-button{
	width: 100px;
    height: 30px;
    background-color: var(--accent-color);
    position: fixed;
    top: 50%;
    transform: rotateZ(270deg) translateY(100%) translateX(50%);
    right: -5px;
    color: #fff;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    font-family: 'Satoshi', Sans-serif;
    font-weight: 700;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: none;
    z-index: 201;
		transition: 0.3s all ease-out;
}
.cg-section-archive .cg-filter-holder{
	width: 250px;
    display: flex;
    min-width: 250px;
}

.cg-section-archive .cg-filter-holder .wpfMainWrapper{
	display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.cg-section-archive .cg-filter-holder .wpfFilterWrapper{
	margin-top: 0;
}
.cg-section-archive .cg-filter-holder .wpfFilterWrapper .fa-minus:before{
	content: "\f077" !important;
}
.cg-section-archive .cg-filter-holder .wpfFilterWrapper .fa-plus:before{
	content: "\f107" !important;
}
.cg-section-archive .cg-filter-holder .wpfFilterWrapper select{
	border-radius: 200px !important;
	padding: 5px !important;
}
.cg-section-archive .cg-filter-holder .wpfFilterWrapper .wpfFilterTitle{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.cg-section-archive .cg-filter-holder .wpfFilterWrapper .wfpTitle{
	display: flex;
    align-items: center;
    font-size: 25px;
    margin: 0 10px 0 0;
}
.cg-section-archive .cg-sidebar .cg-filter{
    margin-bottom:40px;
}
.cg-section-archive .cg-sidebar .cg-filter .wpfFilterButtons{
    padding: 2px;
    border-radius: 200px;
    width: fit-content;
    margin: 10px auto 0 auto;
    min-width: 0;
}
.cg-section-archive .cg-sidebar .cg-filter .wpfFilterButtons .wpfFilterButton.wpfButton, .cg-section-archive .cg-sidebar .cg-filter .wpfFilterButtons .wpfClearButton.wpfButton{
	padding: 12px 40px;
    display: block;
    border-radius: 200px;
    background-color: #ffffff00;
    color: #0a3325;
    width: fit-content;
    margin: 0;
	border:1px solid #0a3325;
}
.cg-section-archive .cg-sidebar .cg-filter .wpfFilterButtons .wpfFilterButton.wpfButton:hover, .cg-section-archive .cg-sidebar .cg-filter .wpfFilterButtons .wpfClearButton.wpfButton:hover{
	background-color:#0a3325;
	color:#fff;
}
.cg-section-archive .cg-sidebar .cg-separator-small{
    width: 100px;
    border: 1px solid #0A3325;
    margin:40px auto;
}
.cg-section-archive .cg-sidebar .cg-sidebar-title{
    font-size: 18px;
    font-weight: 800;
    border-left: 3px solid #008000;
    padding-left: 15px;
    margin: 0 0 20px;
}
.cg-section-archive .cg-sidebar .cg-sidebar-categories .category-item a{
	text-decoration:none;
	color:#000;
}
.cg-section-archive .cg-sidebar .cg-sidebar-categories .category-item a:hover{
	color:#008000;
}
.cg-section-archive .cg-sidebar .cg-sidebar-categories .sub-categories{
	list-style:none;
	padding: 5px 0 10px 5px;
}
.cg-section-archive .cg-sidebar .cg-sidebar-categories .subcategory-item a{
	text-decoration:none;
	color:#000;
}
.cg-section-archive .cg-sidebar .cg-sidebar-categories .subcategory-item a:hover{
	color:#008000;
}
.cg-section-archive .cg-sidebar .cg-sidebar-latest-posts{
    padding: 0;
    list-style: none;
    font-size: 13px;
    margin-top:30px;
}
.cg-section-archive .cg-sidebar .cg-sidebar-latest-posts .post{
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
}
.cg-section-archive .cg-sidebar .cg-sidebar-latest-posts .post:last-child{
    border-bottom: 1px solid #e9e9e9;
}
.cg-section-archive .cg-sidebar .cg-sidebar-latest-posts .post a{
    text-decoration: none;
    color: #333;
}

.cg-section-archive .products{
    list-style: none;
    padding:0;
    display: grid;
	column-gap: 10px;
	row-gap:50px;
    grid-template-columns: repeat(4, 1fr);
	clear: both;
    padding-top: 30px;
}
.cg-section-archive .products .product{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cg-section-archive .products .product a{
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
.cg-section-archive .products .product .cg-product-badge{
    font-size: 12px;
    transform: translateX(-29%) translateY(100%) rotate(-45deg);
}
.cg-section-archive .products .product img{
    width:100%;
    height: auto;
}
.cg-section-archive .products .product .woocommerce-loop-product__title{
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}
.cg-section-archive .products .product .price{
    color: #e5aa09;
    text-align: center;
    display: block;
}
.cg-section-archive .products .product .cg-add-to-cart-holder{
    display: flex;
    justify-content: center;
	flex-direction: column;
    row-gap: 10px;
	margin-top:10px;
    align-items: center;
}
.cg-section-archive .products .product .cg-add-to-cart-holder a{
    padding: 6px 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
    color:#0a3325;
    background-color: #ffffff00;
    font-weight: 600;
    font-size:12px;
	padding: 12px 40px;
    border-radius: 200px;
    text-transform: uppercase;
	text-align: center;
	border: 1px solid #0a3325;
}
.cg-section-archive .products .product .cg-add-to-cart-holder a:hover{
    transform: scale(1.1);
	background-color:#0a3325;
	color:#fff;
}

.cg-section-archive .woocommerce-pagination ul{
    margin-top:10px;
    display: flex;
	justify-content:center;
	align-items:center;
    column-gap: 20px;
}
.cg-section-archive .woocommerce-pagination li{
	display:flex;
}
.cg-section-archive .woocommerce-pagination li .page-numbers{
    border-radius: 5px;
    border: 1px solid var(--accent-color);
    width: fit-content;
    padding: 10px 20px;
    color: var(--accent-color);
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    display: block;
    background-color: #ffffff00;
    font-weight: 600;
    
}
.cg-section-archive .woocommerce-pagination .page-numbers.current{
	background-color:var(--accent-color);
	color:#fff;
}
.cg-section-archive .woocommerce-pagination li a{
	text-decoration: none;
	color: var(--accent-color);
}




/* -------------------------------------------- */
/*                                              */
/*              Responsiveness                  */
/*                                              */
/* -------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1000px){
	.cg-section-archive .products{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width:768px){
	
	.wpfMainWrapper{
		flex-direction: column !important;
	}
	.wpfFilterWrapper{
		padding: 0 5px !important;
	}
	.wpfFilterWrapper select{
		color: #000 !important;
	}
	
	.woocommerce-notices-wrapper{
		padding: 20px 0;
	}
	
	
    .cg-section-archive .cg-filter-holder {
		width: 0;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 2000;
		min-width: 0;
		justify-content: flex-end;
		transition: 0.3s background ease-out;
	}
	.cg-section-archive .cg-filter-holder .filter{
		background-color: #ffffff;
		height: 100%;
		width: 0;
		overflow: scroll;
		transition: 0.3s all ease-out;
	}
    .cg-section-archive .cg-filter-holder .filter .wpfMainWrapper{
        width: unset !important;
		padding: 10px;
	}
	.cg-section-archive #filter-button{
		display:flex;
		z-index: 2001;
	}
	
	.cg-section-archive .products{
		grid-template-columns: repeat(2, 1fr);
	}
	.cg-section-archive .cg-section-content .cg-products-content-holder .woocommerce-ordering{
		float:left;
	}
	
}

@media screen and (max-width:500px){
	.cg-section-archive .products{
		grid-template-columns: repeat(1, 1fr);
	}
	.cg-section-archive .products .product .cg-product-badge{
	    font-size: 15px;
        transform: translateX(-23%) translateY(114%) rotate(-45deg);
	}
}
