 .chapter-box .collection-box__image {
    height: 345px;
    border-top: 6px solid #EB5757;
    border-radius: 10px;
    max-width: 294px;
}

@media only screen and (max-width: 480px)
{ 
.chapter-box .collection-box__image {
    height: 346px;
    margin: 0 auto 20px;
    width: fit-content;
}
}

.form-search{max-width:251px;}
.box-text p {margin: 0 0 15px;}

.list-category-chapter li a.active {
    color: #DE7856;
    text-decoration: none;
}

.page-product h1 {
	margin: 25px auto 0;
}

.collection-row {
    margin-top: 26px;
    width: 100%;
}

.breadcrumb li:last-child  a:after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    background-size: 100%;
    margin: 0 0px;
    width: 0;
    height: 0;
}

.list-characteristics li a {
    display: inline-block;
    color: #943921;
    text-decoration: underline;
    margin: 0;
}
@media only screen and (max-width: 576px)
{
.row {
    margin: 0px;
}
}

.collection-box
{
	text-transform:none;
}

.list-tags {margin:20px 0 0;}

.page-collection h3 {
    margin: 20px 0 0px;
}
.mtop20{
margin-top: 20px;
}



.pswp { --pswp-bg: white!important; }

.tooltip-wrapper.active {z-index: 3}