/*
* Theme Name: rozer Child
* Description: This is a child theme of rozer, generated by Rdt WP.
* Author: <a href="https://themeforest.net/user/roadthemes">roadthemes</a>
* Template: rozer
* Version: 1.0.1
*/

.slick-arrow {
	display:block !important;
	opacity:1 !important;
}
.product-layout-small-image .product-list-small .price{
	flex-direction:column;
	align-items: flex-start;
}
body.archive .main-content .page-title-wrapper{
	margin-top: 60px;
}
body.archive .main-content .category-banner{
	margin-bottom: 30px;
}
.descriptionClose{
	height: 120px;
    overflow: hidden;
}
.descriptionClose.open{
	height: auto;
	overflow: inherit;
}
.showMore{
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 80px;
}
.descriptionClose.open .showMore{
	top: calc(100% - 50px);
}
.loadButtons{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.loadButtons .close,
.loadButtons .open{
	display: none;
    vertical-align: top;
    line-height: 25px;
    padding: 0 15px;
    background: #222;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    font-size: 1.2rem;
}
.loadButtons .open.active,
.loadButtons .close.active{
	display: block;
}

.category-description.expand-content {
    overflow: hidden;
    max-height: 220px!important;
}

 #content .category-description.expand-content.expanded-content {
    overflow: hidden;
    max-height: fit-content!important;
	 padding-bottom: 85px;
}


.block-expand-overlay{
	background: #fff!important;
	height: 84px!important;
}

.expanded-content .block-expand-overlay{
	background: transparent!important;
}