.catalog-product-view .custom-prod-tabs{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.catalog-product-view .custom-prod-tabs .dropdown-attr-tabs .dropdown .dropdown-btn{
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-bottom: 5px;
}
.catalog-product-view .custom-prod-tabs .dropdown-attr-tabs .dropdown .dropdown-btn p{
    margin-bottom: 0;
    color: var(--grisoscuro);
    font-size: 16px;
    font-weight: 700;
}
.catalog-product-view .custom-prod-tabs .dropdown-attr-tabs .dropdown .dropdown-btn:active{
    box-shadow: none;
}
.catalog-product-view .custom-prod-tabs .dropdown-attr-tabs .dropdown{
    border-top: 1px solid var(--bordes);
    /* border-bottom: 1px solid var(--bordes); */
    padding-top: 10px;
    padding-bottom: 5px;
}
.catalog-product-view .custom-prod-tabs .dropdown-attr-tabs:last-child{
    border-bottom: 1px solid var(--bordes); 
}
.catalog-product-view .custom-prod-tabs .dropdown-btn p::after{
    content: url('/pub/media/icons/arrow-down.svg');
    float: right;
    position: relative;
    bottom: 5px;
}
.catalog-product-view .custom-prod-tabs .dropdown-btn.opened p::after{
    content: url('/pub/media/icons/arrow-up.svg');
    float: right;
    position: relative;
    bottom: 5px;
}
.catalog-product-view .custom-prod-tabs p.dropdown-title{
    color: var(--grisoscuro);
    font-size: 20px;
    font-weight: 700; 
    margin-bottom: 20px;
}

